1 | <?php |
||
14 | final class ForwardOnly implements ConfigurationInterface |
||
15 | { |
||
16 | /** |
||
17 | * Returns the alias name for an annotated configuration. |
||
18 | * |
||
19 | * @return string |
||
20 | */ |
||
21 | 18 | public function getAliasName() |
|
25 | |||
26 | /** |
||
27 | * Returns whether multiple annotations of this type are allowed. |
||
28 | * |
||
29 | * @return bool |
||
30 | */ |
||
31 | 18 | public function allowArray() |
|
35 | } |
||
36 |