Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($config=array()) | |
cancel () | |
close () | |
copy () | |
getModel ($name='Template', $prefix='TemplatesModel', $config=array()) | |
save () | |
overrides () | |
less () | |
delete () | |
createFile () | |
uploadFile () | |
createFolder () | |
deleteFolder () | |
renameFile () | |
cropImage () | |
resizeImage () | |
copyFile () | |
extractArchive () | |
Fonctions membres protégées | |
allowEdit () | |
Template style controller class.
__construct | ( | $config = array() | ) |
Constructor.
array | $config | An optional associative array of configuration settings. |
Références $config.
|
protected |
Method to check if the user can modify template files
cancel | ( | ) |
Method for closing the template.
copy | ( | ) |
copyFile | ( | ) |
createFile | ( | ) |
createFolder | ( | ) |
cropImage | ( | ) |
delete | ( | ) |
deleteFolder | ( | ) |
extractArchive | ( | ) |
getModel | ( | $name = 'Template' , |
|
$prefix = 'TemplatesModel' , |
|||
$config = array() |
|||
) |
Method to get a model object, loading it if required.
string | $name | The model name. Optional. |
string | $prefix | The class prefix. Optional. |
array | $config | Configuration array for model. Optional (note, the empty array is atypical compared to other models). |
overrides | ( | ) |
renameFile | ( | ) |
resizeImage | ( | ) |
save | ( | ) |
uploadFile | ( | ) |