Copied!

VoterRegistryInterface

VoterRegistryInterface.php : 11

Methods

publicgetVoter()

VoterRegistryInterface.php : 18
public getVoter(string $identifier) : VoterInterface

Parameters

Name Type Default value Description
$identifier string - -

Return values

VoterInterface

Tags
Throws
InvalidArgumentException

publichasVoter()

VoterRegistryInterface.php : 13
public hasVoter(string $identifier) : bool

Parameters

Name Type Default value Description
$identifier string - -

Return values

bool