예제 #1
0
 /**
  * @param Boolean $boolean
  * @return UserProxy
  */
 public function setEnabled($boolean)
 {
     $this->user->setEnabled((bool) $boolean);
     return $this;
 }