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