Pimcore\Controller\Action\Admin::getUser PHP 메소드

getUser() 공개 메소드

returns the current user
public getUser ( ) : User
리턴 Pimcore\Model\User $user
    public function getUser()
    {
        return $this->user;
    }