| 1 | <?php |
||
| 28 | class CustomFilter extends FilterAnnotation |
||
| 29 | { |
||
| 30 | /** |
||
| 31 | * |
||
| 32 | * @var string |
||
| 33 | */ |
||
| 34 | public $class; |
||
| 35 | |||
| 36 | 2 | public function __construct() |
|
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritDoc} |
||
| 43 | * |
||
| 44 | * @see \Mcustiel\SimpleRequest\Annotation\AnnotationWithAssociatedClass::getAssociatedClass() |
||
| 45 | */ |
||
| 46 | 2 | public function getAssociatedClass() |
|
| 50 | } |
||
| 51 |