| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | public function __construct($name, ElementalArea $area) |
||
| 25 | { |
||
| 26 | // By default, no need for a title on the editor. If there is more than one area then use `setTitle` to describe |
||
| 27 | parent::__construct($name, ''); |
||
| 28 | $this->area = $area; |
||
| 29 | |||
| 30 | $this->addExtraClass('element-editor__container'); |
||
| 31 | } |
||
| 72 |