Prado\Web\UI\ActiveControls\TActiveMultiView::getContainerID PHP Метод

getContainerID() защищенный Метод

Returns the id of the surrounding container (span).
protected getContainerID ( ) : string
Результат string container id
    protected function getContainerID()
    {
        return $this->ClientID . '_Container';
    }