public function getSectionId() { if (isset($this->section->id) && (int) $this->section->id > 0) { return $this->section->id; } else { return 0; } }