Languages
class Languages extends Controller
Methods
void
load_routes()
Loads the module routes if the routes.php file exists in the module directory.
from
Controller
void
copyResources(array $options)
Copies resources from the module to the destination.
from
Controller
init()
Initializes the language setting the memorized language and starting translator.
Details
in
Controller at line 11
static array
modules_paths()
Returns an array of module paths locations.
in
Controller at line 23
void
load_routes()
Loads the module routes if the routes.php file exists in the module directory.
in
Controller at line 35
string
getDir()
Gets the directory of the current class file.
in
Controller at line 45
string
getClassName()
Gets the short class name of the current class.
in
Controller at line 61
void
copyResources(array $options)
Copies resources from the module to the destination.
at line 9
init()
Initializes the language setting the memorized language and starting translator.