, .
-, , . . .
null is evil ( ), .
(null ), .
, "" ( , ), .
, , .
( - ):
1)
$user->getProfileData() {
return [
'username': $this->username,
'realName': $this->realName ? $this->realName : '',
'address': $this->address ? $this->address : 'Not specified'
...
];
}
, (). (, ), , .
( " " ) " ". - .
, , "" , ( ).
2)
$user->showProfile($profileView) {
$profileView->addLabel('First Name');
$profileView->addString($this->username);
...
}
, , - , SRP.
3) ,
$userPresentation = $user->createPresentation()
<? echo $userPresentation->getHtml(); ?>
. , ( ) .