Newscoop\Entity\Article::getTitle PHP Метод

getTitle() публичный Метод

Get title.
public getTitle ( ) : string
Результат string
    public function getTitle()
    {
        return $this->name;
    }

Usage Example

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