WellCommerce\Bundle\CoreBundle\Controller\Admin\AbstractAdminController::getAuthenticatedAdmin PHP 메소드

getAuthenticatedAdmin() 보호된 메소드

protected getAuthenticatedAdmin ( ) : WellCommerce\Bundle\AdminBundle\Entity\UserInterface
리턴 WellCommerce\Bundle\AdminBundle\Entity\UserInterface
    protected function getAuthenticatedAdmin() : UserInterface
    {
        return $this->getSecurityHelper()->getAuthenticatedAdmin();
    }