Prado\Web\UI\TClientScriptManager::getRequiresHead PHP Method

getRequiresHead() public method

Since: 3.1.1
public getRequiresHead ( ) : boolean
return 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);
    }