Prado\Web\UI\WebControls\TConditional::addParsedObject PHP Method

addParsedObject() public method

This method overrides the parent implementation by removing all contents enclosed in the template tag.
See also: createdOnTemplate
public addParsedObject ( $object )
    public function addParsedObject($object)
    {
        if ($this->_creatingChildren) {
            parent::addParsedObject($object);
        }
    }