Prado\Web\UI\WebControls\TConditional::addParsedObject PHP 메소드

addParsedObject() 공개 메소드

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