Public Member Functions | |
__construct ($sRessource=null) | |
__set ($sVar, $sVal) | |
__get ($sVar) | |
__isset ($sVar) | |
__unset ($sVar) | |
show () | |
getPath () | |
getLink ($sLink, $tParam=null, $bAmp=true) | |
Protected Member Functions | |
choose ($sPath) | |
Protected Attributes | |
$_sModule | |
$_sTpl | |
$_tVar | |
$_sPath | |
classe _tpl
Definition at line 23 of file class_view.php.
__construct | ( | $sRessource = null | ) |
constructeur public
string | $sRessource | nom du fichier de template a utiliser (module::fichier) |
Definition at line 35 of file class_view.php.
__isset | ( | $sVar | ) |
isset
Definition at line 67 of file class_view.php.
__unset | ( | $sVar | ) |
unset
Definition at line 74 of file class_view.php.
getLink | ( | $sLink, | |
$tParam = null , |
|||
$bAmp = true |
|||
) |
retourne un lien framework public
Definition at line 104 of file class_view.php.
getPath | ( | ) |
show | ( | ) |
retourne la sortie public
Definition at line 82 of file class_view.php.