PHP Class Flow\Module

Datei anzeigen Open project: nramenta/flow

Protected Properties

Property Type Description
$blocks
$body
$extends
$imports
$macros

Public Methods

Method Description
__construct ( $extends, $imports, $blocks, $macros, $body )
compile ( $module, $compiler, $indent )

Method Details

__construct() public method

public __construct ( $extends, $imports, $blocks, $macros, $body )

compile() public method

public compile ( $module, $compiler, $indent )

Property Details

$blocks protected_oe property

protected $blocks

$body protected_oe property

protected $body

$extends protected_oe property

protected $extends

$imports protected_oe property

protected $imports

$macros protected_oe property

protected $macros