PHP Class Flow\Node\IfNode

Inheritance: extends Flow\Node
Datei anzeigen Open project: nramenta/flow

Protected Properties

Property Type Description
$else
$tests

Public Methods

Method Description
__construct ( $tests, $else, $line )
compile ( $compiler, $indent )

Method Details

__construct() public method

public __construct ( $tests, $else, $line )

compile() public method

public compile ( $compiler, $indent )

Property Details

$else protected_oe property

protected $else

$tests protected_oe property

protected $tests