Newscoop\Entity\Article::getCreator PHP Method

getCreator() public method

Get creator.
public getCreator ( ) : Newscoop\Entity\User
return Newscoop\Entity\User
    public function getCreator()
    {
        return $this->creator;
    }

Usage Example

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