Prado\Web\UI\WebControls\TAccordionView::setText PHP Метод

setText() публичный Метод

If this is not empty, the child content of the view will be ignored.
public setText ( $value )
    public function setText($value)
    {
        $this->setViewState('Text', TPropertyValue::ensureString($value), '');
    }