LEPTON CMS 7.0.0
feel free to keep it strictly simple...
Loading...
Searching...
No Matches
lepton_wysiwyg_interface.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
21{
22 // [1]
23 public function getHeight();
24 // [2]
25 public function getWidth();
26 // [3]
27 public function getToolbar();
28 // [4]
29 public function getSkin(); // !
30}