Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (array $config) | |
display ($tpl=null) | |
Fonctions membres publiques hérités de HtmlView | |
__construct ($config=array()) | |
display ($tpl=null) | |
escape ($var) | |
getLayout () | |
getLayoutTemplate () | |
setLayout ($layout) | |
setLayoutExt ($value) | |
addTemplatePath ($path) | |
addHelperPath ($path) | |
loadTemplate ($tpl=null) | |
loadHelper ($hlp=null) | |
getForm () | |
setDocumentTitle ($title) | |
Fonctions membres publiques hérités de AbstractView | |
__construct ($config=array()) | |
display ($tpl=null) | |
get ($property, $default=null) | |
getModel ($name=null) | |
setModel ($model, $default=false) | |
getName () | |
Fonctions membres publiques hérités de CMSObject | |
__construct ($properties=null) | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) | |
Fonctions membres publiques hérités de DispatcherAwareInterface | |
setDispatcher (DispatcherInterface $dispatcher) | |
Fonctions membres publiques hérités de CurrentUserInterface | |
setCurrentUser (User $currentUser) | |
Fonctions membres protégées | |
initializeView () | |
addToolbar () | |
Fonctions membres protégées hérités de HtmlView | |
_setPath ($type, $path) | |
_addPath ($type, $path) | |
_createFileName ($type, $parts=array()) | |
Fonctions membres protégées hérités de AbstractView | |
dispatchEvent (EventInterface $event) | |
Attributs protégés | |
$form | |
$item | |
$state | |
$canDo | |
$toolbarTitle | |
$toolbarIcon | |
$previewLink | |
$helpLink | |
Attributs protégés hérités de HtmlView | |
$_basePath = null | |
$_layout = 'default' | |
$_layoutExt = 'php' | |
$_layoutTemplate = '_' | |
$_path = array('template' => array(), 'helper' => array()) | |
$_template = null | |
$_output = null | |
$_charset = 'UTF-8' | |
Attributs protégés hérités de AbstractView | |
$option = null | |
$_name = null | |
$_models = array() | |
$_defaultModel = null | |
Attributs protégés hérités de CMSObject | |
$_errors = array() | |
Membres hérités additionnels | |
Champs de données hérités de AbstractView | |
$document | |
Base class for a Joomla Form View
Class holding methods for displaying presentation data.
__construct | ( | array | $config | ) |
Constructor
array | $config | An optional associative array of configuration settings. |
Références $config, et Symfony\Contracts\Service\__construct().
|
protected |
Add the page title and toolbar.
Références $canDo, $user, $userId, Text\_(), ToolbarHelper\cancel(), ToolbarHelper\divider(), Factory\getApplication(), Factory\getUser(), ToolbarHelper\help(), ComponentHelper\isEnabled(), ToolbarHelper\preview(), ToolbarHelper\saveGroup(), et ToolbarHelper\title().
display | ( | $tpl = null | ) |
Execute and display a template script.
string | $tpl | The name of the template file to parse; automatically searches through the template paths. |
Implémente ViewInterface.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |