| 1 | <?php |
||
| 29 | class LookControlsComponent extends ComponentAbstract implements LookControlsCMPTIF |
||
| 30 | { |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Does component have DOM Atributes |
||
| 34 | * |
||
| 35 | * If compnent is called then we return true |
||
| 36 | * |
||
| 37 | * {@inheritdoc} |
||
| 38 | * |
||
| 39 | * @return bool |
||
| 40 | */ |
||
| 41 | 2 | public function hasDOMAttributes(): bool |
|
| 45 | |||
| 46 | /** |
||
| 47 | * Initialize Component |
||
| 48 | * |
||
| 49 | * {@inheritdoc} |
||
| 50 | * |
||
| 51 | * @return bool |
||
| 52 | */ |
||
| 53 | 7 | public function initializeComponent(): bool |
|
| 59 | |||
| 60 | /** |
||
| 61 | * look-controls enabled |
||
| 62 | * |
||
| 63 | * {@inheritdoc} |
||
| 64 | * |
||
| 65 | * @param bool $enabled |
||
| 66 | * @return LookControlsCMPTIF |
||
| 67 | */ |
||
| 68 | 7 | public function enabled(bool $enabled = true): LookControlsCMPTIF |
|
| 73 | } |
||
| 74 |