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