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);
    }