| 1 | <?php |
||
| 7 | class RuleMatchPid |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var string |
||
| 11 | */ |
||
| 12 | protected $pid; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @param string $pid |
||
| 16 | */ |
||
| 17 | 6 | public function __construct($pid) |
|
| 21 | |||
| 22 | /** |
||
| 23 | * |
||
| 24 | */ |
||
| 25 | 6 | public function __destruct() |
|
| 29 | |||
| 30 | /** |
||
| 31 | * @param string $name |
||
| 32 | * @param ProtocolInterface $protocol |
||
| 33 | * @return bool |
||
| 34 | */ |
||
| 35 | 4 | public function __invoke($name, ProtocolInterface $protocol) |
|
| 39 | } |
||
| 40 |