Flow\Expression\StringExpression::compile PHP Метод

compile() публичный Метод

public compile ( $compiler, $indent )
    public function compile($compiler, $indent = 0)
    {
        $compiler->repr($this->value);
    }
StringExpression