Sulu\Bundle\MediaBundle\Entity\File::getCreator PHP 메소드

getCreator() 공개 메소드

Get creator.
public getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface
리턴 Sulu\Component\Security\Authentication\UserInterface
    public function getCreator()
    {
        return $this->creator;
    }