Ubiquity
2.0.3
php rapid development framework
|
Public Member Functions | |
__construct () | |
getViewIndex () | |
getViewForm () | |
getViewDisplay () | |
getViewBaseTemplate () | |
Returns the base template for all Auth actions if getBaseTemplate return a base template filename. More... | |
getBaseTemplate () | |
To override Returns the base template filename, default : null. More... | |
Protected Attributes | |
$viewBase | |
Definition at line 5 of file CRUDFiles.php.
__construct | ( | ) |
Definition at line 8 of file CRUDFiles.php.
getBaseTemplate | ( | ) |
To override Returns the base template filename, default : null.
Definition at line 36 of file CRUDFiles.php.
getViewBaseTemplate | ( | ) |
Returns the base template for all Auth actions if getBaseTemplate return a base template filename.
Definition at line 28 of file CRUDFiles.php.
getViewDisplay | ( | ) |
Definition at line 20 of file CRUDFiles.php.
getViewForm | ( | ) |
Definition at line 16 of file CRUDFiles.php.
getViewIndex | ( | ) |
Definition at line 12 of file CRUDFiles.php.
|
protected |
Definition at line 6 of file CRUDFiles.php.