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