Jade\Compiler\CompilerUtils::escapeValue PHP Метод

escapeValue() защищенный Метод

Escape value depanding on the current quote.
protected escapeValue ( string $val ) : string
$val string input value
Результат string
    protected function escapeValue($val)
    {
        return static::getEscapedValue($val, $this->quote);
    }