setBiography() public méthode

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