PHP Class ElementNode, HamlPHP

Inheritance: extends HamlNode
Afficher le fichier Open project: hamlphp/hamlphp Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $line, $compiler )
render ( )

Private Methods

Méthode 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 méthode

public __construct ( $line, $compiler )

render() public méthode

public render ( )