| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | public function initializeArguments() |
||
| 28 | { |
||
| 29 | parent::initializeArguments(); |
||
| 30 | |||
| 31 | $this->registerArgument('rte', 'bool', 'Should rich text be enabled?', false, false); |
||
| 32 | $this->registerArgument('rteMode', 'string', 'Mode of the RTE: can be a CKEditor preset or a RteHtmlArea configuration.', false); |
||
| 33 | } |
||
| 51 |