setBiography() public method

Set biography
public setBiography ( $biography ) : self
return self
 public function setBiography($biography)
 {
     $this->__load();
     return parent::setBiography($biography);
 }