コード例 #1
0
ファイル: UserProxy.php プロジェクト: artz20/Tv-shows-zone
 /**
  * Sets the locking status of the user.
  *
  * @param Boolean $boolean
  * @return UserProxy
  */
 public function setLocked($boolean)
 {
     $this->user->setLocked($boolean);
     return $this;
 }