PHP Class DOMTemplate, NoNonsenseForum

Inheritance: extends DOMTemplateNode
Afficher le fichier Open project: Kroc/NoNonsenseForum Class Usage Examples

Protected Properties

Свойство Type Description
$type what type of data are we processing?

Méthodes publiques

Méthode Description
__construct ( $source, $namespaces = [] ) * new DOMTemplate : instantiation --------------------------------------------------------------------------------------------------------------
__toString ( ) * output the source code (cast the object to a string, i.e. echo $template;) --------------------------------------------------------------------------------------------------------------

Method Details

__construct() public méthode

* new DOMTemplate : instantiation --------------------------------------------------------------------------------------------------------------
public __construct ( $source, $namespaces = [] )

__toString() public méthode

* output the source code (cast the object to a string, i.e. echo $template;) --------------------------------------------------------------------------------------------------------------
public __toString ( )

Property Details

$type protected_oe property

what type of data are we processing?
protected $type