PHP 클래스 Kraken\Channel\Router\RuleMatch\RuleNegate

파일 보기 프로젝트 열기: kraken-php/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$rule callable

공개 메소드들

메소드 설명
__construct ( callable $rule )
__destruct ( )
__invoke ( string $name, Kraken\Channel\Protocol\ProtocolInterface $protocol ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( callable $rule )
$rule callable

__destruct() 공개 메소드

public __destruct ( )

__invoke() 공개 메소드

public __invoke ( string $name, Kraken\Channel\Protocol\ProtocolInterface $protocol ) : boolean
$name string
$protocol Kraken\Channel\Protocol\ProtocolInterface
리턴 boolean

프로퍼티 상세

$rule 보호되어 있는 프로퍼티

protected callable $rule
리턴 callable