| 1 | <?php |
||
| 9 | abstract class TdbmObjectType extends AbstractObjectType |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Returns the list of fields coming from TDBM beans. |
||
| 13 | * |
||
| 14 | * @return Field[] |
||
| 15 | */ |
||
| 16 | protected function getFieldList(): array |
||
| 20 | |||
| 21 | protected function showAll(): void |
||
| 27 | |||
| 28 | protected function hideAll(): void |
||
| 34 | } |
||
| 35 |