Jade\Compiler\ExpressionCompiler::jsToPhp PHP Method

jsToPhp() protected method

protected jsToPhp ( $method, $arguments )
    protected function jsToPhp($method, $arguments)
    {
        $code = $this->getPhpCodeFromJs($arguments);
        return in_array($method, array('handleCodePhp')) ? array($code) : $code;
    }