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