Prado\Web\UI\ActiveControls\TActiveCheckBoxList::getSpanNeeded PHP 메소드

getSpanNeeded() 보호된 메소드

Since at least a control with id is needed to update the content during callback, always force the surrounding span to be rendered, so initially empty lists can be updated later.
protected getSpanNeeded ( ) : boolean
리턴 boolean always true
    protected function getSpanNeeded()
    {
        return true;
    }