Ejemplo n.º 1
0
 public function render()
 {
     $this->GetParents($this->_directParentId);
     $this->m_SearchRule = "[PId] = '" . $this->_directParentId . "'";
     $this->m_SearchRuleBindValues = "";
     $this->m_ClearSearchRule = true;
     return parent::render();
 }
Ejemplo n.º 2
0
 /**
  * Render this form
  *
  * @return @return string - HTML text of this form's read mode
  */
 public function render()
 {
     $viewobj = $this->getViewObject();
     $viewobj->setFormState($this->m_Name, 'visited', 1);
     return parent::render();
 }