Class Compiler
Latte compiler.
- Nette\Object
- Nette\Latte\Compiler
public
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
array
|
|
public
string
|
|
public
|
|
public
integer
|
|
public
|
|
public
|
|
public
|
#
closeMacro( string $name, string $args = NULL, string $modifiers = NULL, boolean $isRightmost = FALSE, $nPrefix = NULL )
Generates code for {/macro ...} to the output. |
public
|
|
public
|
#
expandMacro( string $name, string $args, string $modifiers = NULL, $nPrefix = NULL )
Expands macro and returns node & code. |
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
string |
CONTENT_HTML
|
'html' |
#
Context-aware escaping content types |
string |
CONTENT_XHTML
|
'xhtml' |
#
Context-aware escaping content types |
string |
CONTENT_XML
|
'xml' |
#
Context-aware escaping content types |
string |
CONTENT_JS
|
'js' |
#
Context-aware escaping content types |
string |
CONTENT_CSS
|
'css' |
#
Context-aware escaping content types |
string |
CONTENT_URL
|
'url' |
#
Context-aware escaping content types |
string |
CONTENT_ICAL
|
'ical' |
#
Context-aware escaping content types |
string |
CONTENT_TEXT
|
'text' |
#
Context-aware escaping content types |
string |
CONTEXT_COMMENT
|
'comment' |
|
string |
CONTEXT_SINGLE_QUOTED_ATTR
|
"'" |
|
string |
CONTEXT_DOUBLE_QUOTED_ATTR
|
'"' |
|
string |
CONTEXT_UNQUOTED_ATTR
|
'=' |
public
string
|
$defaultContentType |
|
#
default content type |
$reflection
|