PHP Class DOMTemplateRepeater, NoNonsenseForum

Inheritance: extends DOMTemplateNode
ファイルを表示 Open project: Kroc/NoNonsenseForum

Protected Properties

Property Type Description
$type a copy of the original node to work from each time

Public Methods

Method Description
__construct ( $DOMNode, $namespaces = [] )
next ( )

Method Details

__construct() public method

public __construct ( $DOMNode, $namespaces = [] )

next() public method

public next ( )

Property Details

$type protected_oe property

a copy of the original node to work from each time
protected $type