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();
 }