Ubiquity
2.0.2
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 519 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 491 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 500 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 478 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 446 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 324 of file UbiquityMyAdminViewer.php.
displayFkElementList | ( | $element, | |
$member, | |||
$className, | |||
$object | |||
) |
Definition at line 198 of file UbiquityMyAdminViewer.php.
|
staticprivate |
Definition at line 581 of file UbiquityMyAdminViewer.php.
getActionViews | ( | $controllerFullname, | |
$controller, | |||
$action, | |||
\ReflectionMethod | $r, | ||
$lines | |||
) |
Definition at line 293 of file UbiquityMyAdminViewer.php.
getCacheDataTable | ( | $cacheFiles | ) |
Definition at line 337 of file UbiquityMyAdminViewer.php.
getCaptions | ( | $captions, | |
$className | |||
) |
Returns the captions for list fields in showTable action.
array | $captions | |
string | $className |
Definition at line 154 of file UbiquityMyAdminViewer.php.
getConfigDataElement | ( | $config | ) |
Definition at line 532 of file UbiquityMyAdminViewer.php.
getControllersDataTable | ( | $controllers | ) |
Definition at line 237 of file UbiquityMyAdminViewer.php.
getFkElement | ( | $member, | |
$className, | |||
$object | |||
) |
string | $member | |
string | $className | |
object | $object |
Definition at line 182 of file UbiquityMyAdminViewer.php.
getFkHeaderElement | ( | $member, | |
$className, | |||
$object | |||
) |
Definition at line 167 of file UbiquityMyAdminViewer.php.
getFkHeaderList | ( | $member, | |
$className, | |||
$list | |||
) |
Definition at line 171 of file UbiquityMyAdminViewer.php.
getFkList | ( | $member, | |
$className, | |||
$list | |||
) |
string | $member | |
string | $className | |
array | \Traversable | $list |
Definition at line 193 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 163 of file UbiquityMyAdminViewer.php.
getMainIndexItems | ( | $identifier, | |
$array | |||
) |
Definition at line 655 of file UbiquityMyAdminViewer.php.
getMainMenuElements | ( | ) |
Definition at line 201 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 109 of file UbiquityMyAdminViewer.php.
getModelsStructureDataTable | ( | $datas | ) |
Definition at line 397 of file UbiquityMyAdminViewer.php.
getRestRoutesTab | ( | $datas | ) |
Definition at line 413 of file UbiquityMyAdminViewer.php.
getRoutesDataTable | ( | $routes, | |
$dtName = "dtRoutes" |
|||
) |
Definition at line 205 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 145 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 638 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 600 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 623 of file UbiquityMyAdminViewer.php.
|
protected |
Definition at line 587 of file UbiquityMyAdminViewer.php.
|
private |
Definition at line 54 of file UbiquityMyAdminViewer.php.
|
private |
Definition at line 48 of file UbiquityMyAdminViewer.php.