Author: N.V.
Inheritance: extends Scalr\Model\AbstractEntity
コード例 #1
0
ファイル: User.php プロジェクト: mheydt/scalr
 /**
  * Gets account entity
  *
  * @return Client
  */
 public function getAccount()
 {
     return Client::findPk($this->accountId);
 }