PHP Class ElementNode, HamlPHP

Inheritance: extends HamlNode
Mostra file Open project: hamlphp/hamlphp Class Usage Examples

Public Methods

Method Description
__construct ( $line, $compiler )
render ( )

Private Methods

Method Description
_renderArrayValue ( $parts, $separator = ' ', $context = 'txt' ) Joins the string $parts together using $separator but format the return according to context.
renderHtml ( Element $element )
renderTagContent ( $content )

Method Details

__construct() public method

public __construct ( $line, $compiler )

render() public method

public render ( )