PHP Class Kraken\Channel\Router\RuleMatch\RuleNegate

Afficher le fichier Open project: kraken-php/framework

Protected Properties

Свойство Type Description
$rule callable

Méthodes publiques

Méthode Description
__construct ( callable $rule )
__destruct ( )
__invoke ( string $name, Kraken\Channel\Protocol\ProtocolInterface $protocol ) : boolean

Method Details

__construct() public méthode

public __construct ( callable $rule )
$rule callable

__destruct() public méthode

public __destruct ( )

__invoke() public méthode

public __invoke ( string $name, Kraken\Channel\Protocol\ProtocolInterface $protocol ) : boolean
$name string
$protocol Kraken\Channel\Protocol\ProtocolInterface
Résultat boolean

Property Details

$rule protected_oe property

protected callable $rule
Résultat callable