Prado\Web\UI\TClientScriptManager::getRequiresHead PHP 메소드

getRequiresHead() 공개 메소드

부터: 3.1.1
public getRequiresHead ( ) : boolean
리턴 boolean whether THead is required in order to render CSS and js within head
    public function getRequiresHead()
    {
        return count($this->_styleSheetFiles) || count($this->_styleSheets) || count($this->_headScriptFiles) || count($this->_headScripts);
    }