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);
 }