![]() |
Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
Language module controller. More...
Inheritance diagram for languageController:
Collaboration diagram for languageController:Public Member Functions | |
| __construct () | |
| Constructs a language controller instance. | |
| choose () | |
| Choose language view. | |
| manage () | |
| Language module backoffice. | |
Private Attributes | |
| $_admin_privilege | |
| $_class_privilege | |
Language module controller.
Definition at line 36 of file language.controller.php.
Constructs a language controller instance.
Reimplemented from controller.
Definition at line 53 of file language.controller.php.
Choose language view.
Definition at line 106 of file language.controller.php.
Here is the call graph for this function:Language module backoffice.
public
Definition at line 71 of file language.controller.php.
Here is the call graph for this function:languageController::$_admin_privilege [private] |
module's administration privilege id
Definition at line 46 of file language.controller.php.
languageController::$_class_privilege [private] |
module's administration privilege class
Definition at line 41 of file language.controller.php.