Prado\Web\UI\ActiveControls\TActiveDataList::getContainerID PHP 메소드

getContainerID() 보호된 메소드

Returns the id of the surrounding container (span).
protected getContainerID ( ) : string
리턴 string container id
    protected function getContainerID()
    {
        return $this->ClientID . '_Container';
    }