getBiography() public method

Get biography
public getBiography ( ) : string
return string
コード例 #1
0
 public function getBiography()
 {
     $this->__load();
     return parent::getBiography();
 }