PHP Class Jade\Compiler\ExpressionCompiler

Inheritance: extends Jade\Compiler\MixinVisitor
Show file Open project: kylekatarnls/jade-php

Protected Properties

Property Type Description
$jsPhpize JsPhpize\JsPhpize

Public Methods

Method Description
getArgumentExpression ( $arg )

Protected Methods

Method Description
getExpressionLanguage ( )
getPhpCodeFromJs ( $arguments )
jsToPhp ( $method, $arguments )
phpizeExpression ( $method )

Method Details

getArgumentExpression() public method

public getArgumentExpression ( $arg )

getExpressionLanguage() protected method

protected getExpressionLanguage ( )

getPhpCodeFromJs() protected method

protected getPhpCodeFromJs ( $arguments )

jsToPhp() protected method

protected jsToPhp ( $method, $arguments )

phpizeExpression() protected method

protected phpizeExpression ( $method )

Property Details

$jsPhpize protected property

protected JsPhpize,JsPhpize $jsPhpize
return JsPhpize\JsPhpize