PHP Class Eccube\Security\Voter\AuthorityVoter

Inheritance: implements Symfony\Component\Security\Core\Authorization\Voter\VoterInterface
Afficher le fichier Open project: ec-cube/ec-cube Class Usage Examples

Méthodes publiques

Свойство Type Description
$app

Méthodes publiques

Méthode Description
__construct ( Application $app )
supportsAttribute ( $attribute )
supportsClass ( $class )
vote ( Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token, $object, array $attributes )

Method Details

__construct() public méthode

public __construct ( Application $app )
$app Eccube\Application

supportsAttribute() public méthode

public supportsAttribute ( $attribute )

supportsClass() public méthode

public supportsClass ( $class )

vote() public méthode

public vote ( Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token, $object, array $attributes )
$token Symfony\Component\Security\Core\Authentication\Token\TokenInterface
$attributes array

Property Details

$app public_oe property

public $app