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" />';
    }