Ubiquity
2.0.0
php rapid development framework
|
Public Member Functions | |
__construct (UbiquityMyAdminBaseController $controller) | |
getForm ($identifier, $instance) | |
Returns the form for adding or modifying an object. More... | |
getModelDataTable ($instances, $model) | |
Returns the dataTable responsible for displaying instances of the model. More... | |
isModal ($objects, $model) | |
Condition to determine if the edit or add form is modal for $model objects. More... | |
getCaptions ($captions, $className) | |
Returns the captions for list fields in showTable action. More... | |
getFormCaptions ($captions, $className, $instance) | |
Returns the captions for form fields. More... | |
getFkHeaderElement ($member, $className, $object) | |
getFkHeaderList ($member, $className, $list) | |
getFkElement ($member, $className, $object) | |
getFkList ($member, $className, $list) | |
displayFkElementList ($element, $member, $className, $object) | |
getMainMenuElements () | |
getRoutesDataTable ($routes, $dtName="dtRoutes") | |
getControllersDataTable ($controllers) | |
getActionViews ($controllerFullname, $controller, $action, \ReflectionMethod $r, $lines) | |
getCacheDataTable ($cacheFiles) | |
getModelsStructureDataTable ($datas) | |
getRestRoutesTab ($datas) | |
getConfigDataElement ($config) | |
getMainIndexItems ($identifier, $array) | |
Protected Member Functions | |
addGetPostButtons (DataTable $dt) | |
_getRestRoutesDataTable ($routes, $dtName, $resource, $authorizations) | |
_dtMethods (DataTable $dt) | |
_dtCache (DataTable $dt) | |
_dtExpired (DataTable $dt) | |
_dtAction (DataTable $dt) | |
relationMembersInForm ($form, $instance, $className) | |
manyToOneFormField (DataForm $form, $member, $className, $instance) | |
oneToManyFormField (DataForm $form, $member, $instance, $annot) | |
manyToManyFormField (DataForm $form, $member, $instance, $annot) | |
Static Private Member Functions | |
static | formatBytes ($size, $precision=2) |
Private Attributes | |
$jquery | |
$controller | |
Definition at line 43 of file UbiquityMyAdminViewer.php.
__construct | ( | UbiquityMyAdminBaseController | $controller | ) |
Definition at line 56 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 516 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 488 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 497 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 475 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 443 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 321 of file UbiquityMyAdminViewer.php.
displayFkElementList | ( | $element, | |
$member, | |||
$className, | |||
$object | |||
) |
Definition at line 195 of file UbiquityMyAdminViewer.php.
|
staticprivate |
Definition at line 578 of file UbiquityMyAdminViewer.php.
getActionViews | ( | $controllerFullname, | |
$controller, | |||
$action, | |||
\ReflectionMethod | $r, | ||
$lines | |||
) |
Definition at line 290 of file UbiquityMyAdminViewer.php.
getCacheDataTable | ( | $cacheFiles | ) |
Definition at line 334 of file UbiquityMyAdminViewer.php.
getCaptions | ( | $captions, | |
$className | |||
) |
Returns the captions for list fields in showTable action.
array | $captions | |
string | $className |
Definition at line 151 of file UbiquityMyAdminViewer.php.
getConfigDataElement | ( | $config | ) |
Definition at line 529 of file UbiquityMyAdminViewer.php.
getControllersDataTable | ( | $controllers | ) |
Definition at line 234 of file UbiquityMyAdminViewer.php.
getFkElement | ( | $member, | |
$className, | |||
$object | |||
) |
string | $member | |
string | $className | |
object | $object |
Definition at line 179 of file UbiquityMyAdminViewer.php.
getFkHeaderElement | ( | $member, | |
$className, | |||
$object | |||
) |
Definition at line 164 of file UbiquityMyAdminViewer.php.
getFkHeaderList | ( | $member, | |
$className, | |||
$list | |||
) |
Definition at line 168 of file UbiquityMyAdminViewer.php.
getFkList | ( | $member, | |
$className, | |||
$list | |||
) |
string | $member | |
string | $className | |
array | \Traversable | $list |
Definition at line 190 of file UbiquityMyAdminViewer.php.
getForm | ( | $identifier, | |
$instance | |||
) |
Returns the form for adding or modifying an object.
string | $identifier | |
object | $instance | the object to add or modify |
Definition at line 67 of file UbiquityMyAdminViewer.php.
getFormCaptions | ( | $captions, | |
$className, | |||
$instance | |||
) |
Returns the captions for form fields.
array | $captions | |
string | $className |
Definition at line 160 of file UbiquityMyAdminViewer.php.
getMainIndexItems | ( | $identifier, | |
$array | |||
) |
Definition at line 652 of file UbiquityMyAdminViewer.php.
getMainMenuElements | ( | ) |
Definition at line 198 of file UbiquityMyAdminViewer.php.
getModelDataTable | ( | $instances, | |
$model | |||
) |
Returns the dataTable responsible for displaying instances of the model.
array | $instances | objects to display |
string | $model | model class name (long name) |
Definition at line 106 of file UbiquityMyAdminViewer.php.
getModelsStructureDataTable | ( | $datas | ) |
Definition at line 394 of file UbiquityMyAdminViewer.php.
getRestRoutesTab | ( | $datas | ) |
Definition at line 410 of file UbiquityMyAdminViewer.php.
getRoutesDataTable | ( | $routes, | |
$dtName = "dtRoutes" |
|||
) |
Definition at line 202 of file UbiquityMyAdminViewer.php.
isModal | ( | $objects, | |
$model | |||
) |
Condition to determine if the edit or add form is modal for $model objects.
array | $objects | |
string | $model |
Definition at line 142 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 635 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 597 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 620 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 584 of file UbiquityMyAdminViewer.php.
|
private |
Definition at line 54 of file UbiquityMyAdminViewer.php.
|
private |
Definition at line 48 of file UbiquityMyAdminViewer.php.