1 | <?php |
||
10 | class MarkItUp extends Wysiwyg |
||
11 | { |
||
12 | public function __construct(RawTqContext $context) |
||
17 | |||
18 | /** |
||
19 | * {@inheritdoc} |
||
20 | */ |
||
21 | public function fill($text, $selector = '') |
||
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | public function type($text, $selector = '') |
||
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | */ |
||
38 | public function read($selector = '') |
||
42 | } |
||
43 |