| 1 | <?php |
||
| 19 | abstract class Property extends Schema { |
||
| 20 | /** |
||
| 21 | * @inheritdoc |
||
| 22 | */ |
||
| 23 | 37 | public function fluid_interface(Def\RT $rt, $name, $mode, array $arguments) { |
|
| 28 | |||
| 29 | /** |
||
| 30 | * No listeners per default. |
||
| 31 | * |
||
| 32 | * @inheritdoc |
||
| 33 | */ |
||
| 34 | 22 | public function register_listeners(ListenerRegistry $registry) { |
|
| 36 | } |
||
| 37 |