MkFramework
 All Data Structures Functions
Public Member Functions | Protected Member Functions | Protected Attributes
_view Class Reference
Inheritance diagram for _view:
Inheritance graph
[legend]

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
 

Detailed Description

classe _tpl

Author
Mika http://mkf.mkdevs.com/

Definition at line 23 of file class_view.php.

Constructor & Destructor Documentation

__construct (   $sRessource = null)

constructeur public

Parameters
string$sRessourcenom du fichier de template a utiliser (module::fichier)

Definition at line 35 of file class_view.php.

Here is the call graph for this function:

Member Function Documentation

__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

Returns
string

Definition at line 104 of file class_view.php.

Here is the call graph for this function:

getPath ( )

retourne le path de la vue public

Returns
string

Definition at line 96 of file class_view.php.

show ( )

retourne la sortie public

Returns
string

Definition at line 82 of file class_view.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file: