getTitle() public method

Get title.
public getTitle ( ) : string
return string
 public function getTitle()
 {
     $this->__load();
     return parent::getTitle();
 }