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

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

Get creator.
public getCreator ( ) : Newscoop\Entity\User
Результат Newscoop\Entity\User
    public function getCreator()
    {
        return $this->creator;
    }

Usage Example

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