Phalcon\Utils\PrettyExceptions::getCssSources PHP Метод

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

Returns the css sources
public getCssSources ( ) : string
Результат string
    public function getCssSources()
    {
        return '<link href="' . $this->_uri . 'themes/' . $this->_theme . '.css" type="text/css" rel="stylesheet" />';
    }