function () { if(isset($this->userCard->id)){ return ProfileService::getProfileById($this->userCard->id); } return null; } ]; } }