Sulu\Bundle\MediaBundle\Entity\File::getCreator PHP Method

getCreator() public method

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