Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
HamlNode
PHP Class HamlNode, HamlPHP
Base class for all Haml nodes.
Mostrar archivo
Open project: hamlphp/hamlphp
Class Usage Examples
Public Methods
Method
Description
__construct
(
$line
)
getHaml
( )
getRawHaml
( )
getSpaces
( )
render
( )
setIndentationLevel
(
$level
)
Private Methods
Method
Description
createSpaces
( )
Method Details
__construct()
public
method
public
__construct
(
$line
)
getHaml()
public
method
public
getHaml
( )
getRawHaml()
public
method
public
getRawHaml
( )
getSpaces()
public
method
public
getSpaces
( )
render()
public
method
public
render
( )
setIndentationLevel()
public
method
public
setIndentationLevel
(
$level
)