1 | <?php |
||
34 | class CElement extends RecordElement { |
||
35 | |||
36 | /** |
||
37 | * Overwritten method to initialize the content element. |
||
38 | * |
||
39 | * (non-PHPdoc) |
||
40 | * @see classes/tx_languagevisibility_element#initialisations() |
||
41 | */ |
||
42 | protected function initialisations() { |
||
44 | |||
45 | /** |
||
46 | * Return the content of the title field |
||
47 | * |
||
48 | * @return unknown |
||
49 | */ |
||
50 | public function getTitle() { |
||
53 | } |
||
54 |