core\util\class-view-util.php

Show: PublicProtectedPrivateinherited
Table of Contents
Gestion des vues pour les templates.
Author
Eoxia  
Copyright
2015-2018 Eoxia  
Package
EO_Framework\Core\Util  
Since
0.1.0  
Version
1.0.0  

\eoxia\View_Util

Package: EO_Framework\Core\Util
Gestion des vues pour les templates.
Parent(s)
\eoxia\Singleton_Util
Inherited_from
\eoxia\Singleton_Util  

Properties

>VPropertyprotected\eoxia\Singleton_Util $instance
static
L'instance courant du singleton
Details
Type
\eoxia\Singleton_Util

Methods

methodprotected__construct() : void
finalinherited

Appelle le constructeur parent

Inherited from:
Details
Since
0.1.0  
Version
1.0.0  
methodprotectedconstruct() : void

Le constructeur obligatoirement pour utiliser la classe \eoxia\Singleton_Util

Details
Since
0.1.0  
Version
1.0.0  
methodprotectedconstruct() : void
abstractinherited

Le constructeur pour les enfants

Inherited from:
Details
Since
0.1.0  
Version
1.0.0  
methodpublicexec(string $namespace, string $module_name, string $view_path_without_ext, array $args = array(), boolean $filter = true) : void
static

Appelle la vue avec les paramètres extrait de $args.

Parameters
NameTypeDescription
$namespacestring

Le slug du plugin (Défini dans votre config.json principale).

$module_namestring

Le nom du module.

$view_path_without_extstring

Le chemin vers le fichier à partir du dossier "view" du module.

$argsarray

Les données à transmettre à la vue. Défaut array().

$filterboolean

Utilisation d'un filtre ou pas. Permet d'ajouter des paramètres au template.

Details
Since
0.1.0  
Version
1.0.0  
methodpublicg() : \eoxia\Singleton_Util
staticfinalinherited

Récupères l'instance courante

Inherited from:
Returns
TypeDescription
\eoxia\Singleton_UtilL'instance courante
Details
Since
0.1.0  
Version
1.0.0  
Documentation was generated by phpDocumentor 2.9.1.