Jade\Compiler\CompilerUtils::escapeValue PHP Method

escapeValue() protected method

Escape value depanding on the current quote.
protected escapeValue ( string $val ) : string
$val string input value
return string
    protected function escapeValue($val)
    {
        return static::getEscapedValue($val, $this->quote);
    }