getBiography() 공개 메소드

Get biography
public getBiography ( ) : string
리턴 string
 public function getBiography()
 {
     $this->__load();
     return parent::getBiography();
 }