PHP Class Flow\Module

Show file 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 property

protected $blocks

$body protected property

protected $body

$extends protected property

protected $extends

$imports protected property

protected $imports

$macros protected property

protected $macros