Ubiquity  2.0.2
php rapid development framework
UbiquityMyAdminData Class Reference

The base class for displaying datas in UbiquityMyAdminController. More...

Public Member Functions

 getTableNames ()
 Returns the table names to display in the left admin menu. More...
 
 getFieldNames ($model)
 Returns the fields to display in the showTable action for $model. More...
 
 getFormFieldNames ($model)
 Returns the fields to update in the edit an new action for $model. More...
 
 getManyToManyDatas ($fkClass, $instance, $member)
 Returns a list of $fkClass objects to select a value for $member. More...
 
 getUpdateOneToManyInForm ()
 
 getUpdateManyToManyInForm ()
 
 getUpdateManyToOneInForm ()
 

Detailed Description

The base class for displaying datas in UbiquityMyAdminController.

Author
jc

Definition at line 11 of file UbiquityMyAdminData.php.

Member Function Documentation

◆ getFieldNames()

getFieldNames (   $model)

Returns the fields to display in the showTable action for $model.

Parameters
string$model

Definition at line 24 of file UbiquityMyAdminData.php.

◆ getFormFieldNames()

getFormFieldNames (   $model)

Returns the fields to update in the edit an new action for $model.

Parameters
string$model

Definition at line 32 of file UbiquityMyAdminData.php.

◆ getManyToManyDatas()

getManyToManyDatas (   $fkClass,
  $instance,
  $member 
)

Returns a list of $fkClass objects to select a value for $member.

Parameters
string$fkClass
object$instance
string$member
Returns
array

Definition at line 43 of file UbiquityMyAdminData.php.

◆ getTableNames()

getTableNames ( )

Returns the table names to display in the left admin menu.

Definition at line 16 of file UbiquityMyAdminData.php.

◆ getUpdateManyToManyInForm()

getUpdateManyToManyInForm ( )
Returns
boolean

Definition at line 57 of file UbiquityMyAdminData.php.

◆ getUpdateManyToOneInForm()

getUpdateManyToOneInForm ( )
Returns
boolean

Definition at line 64 of file UbiquityMyAdminData.php.

◆ getUpdateOneToManyInForm()

getUpdateOneToManyInForm ( )
Returns
boolean

Definition at line 50 of file UbiquityMyAdminData.php.


The documentation for this class was generated from the following file: