| 1 | <?php |
||
| 29 | class LookControlsComponent extends ComponentAbstract implements LookControlsInterface |
||
| 30 | { |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Initialize Component |
||
| 34 | * |
||
| 35 | * {@inheritdoc} |
||
| 36 | * |
||
| 37 | * @return bool |
||
| 38 | */ |
||
| 39 | 6 | public function initializeComponent(): bool |
|
| 44 | |||
| 45 | /** |
||
| 46 | * look-controls enabled |
||
| 47 | * |
||
| 48 | * {@inheritdoc} |
||
| 49 | * |
||
| 50 | * @param bool $enabled |
||
| 51 | * @return LookControlsInterface |
||
| 52 | */ |
||
| 53 | 6 | public function enabled(bool $enabled = true): LookControlsInterface |
|
| 58 | } |
||
| 59 |