| 1 | <?php |
||
| 11 | class UbiquityMyAdminData { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Returns the table names to display in the left menu |
||
| 15 | */ |
||
| 16 | public function getTableNames(){ |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Returns the fields to display in the showTable action for $model |
||
| 22 | * @param string $model |
||
| 23 | */ |
||
| 24 | public function getFieldNames($model){ |
||
| 27 | |||
| 28 | public function getFormFieldNames($model){ |
||
| 31 | |||
| 32 | public function getManyToManyDatas($fkClass,$instance,$member){ |
||
| 35 | |||
| 36 | public function getUpdateOneToManyInForm() { |
||
| 39 | |||
| 40 | public function getUpdateManyToManyInForm() { |
||
| 43 | |||
| 44 | public function getUpdateManyToOneInForm() { |
||
| 47 | } |
||
| 48 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.