예제 #1
0
 /**
  * Sets this user to expired.
  *
  * @param Boolean $boolean
  * @return UserProxy
  */
 public function setExpired($boolean)
 {
     $this->user->setExpired($boolean);
     return $this;
 }