post)) { return null; } return decrypt($this->post); } public function getTitle() { if (is_null($this->title)) { return null; } return decrypt($this->title); } }