setBiography() public method

Set biography
public setBiography ( $biography ) : self
return self
コード例 #1
0
 public function setBiography($biography)
 {
     $this->__load();
     return parent::setBiography($biography);
 }