Ejemplo n.º 1
0
 /**
  * Change the Section value from the internal object elements
  *
  * @param string $psSectionName
  * @param string $psParentId
  * @return Onion\Application\Action
  */
 public function replaceSection($psSectionName = "", $psParentId = "")
 {
     parent::_replaceSection('_options', $psSectionName, $psParentId);
     parent::_replaceSection('_grid', $psSectionName, $psParentId);
     parent::_replaceSection('_filter', $psSectionName, $psParentId);
     return $this;
 }
Ejemplo n.º 2
0
 /**
  * Change the Section value from the internal object elements
  *
  * @param string $psSectionName        	
  * @param string $psParentId        	
  * @return Onion\Application\Module
  */
 public function replaceSection($psSectionName = "", $psParentId = "")
 {
     return parent::_replaceSection('_controllers', $psSectionName, $this->_id);
 }
Ejemplo n.º 3
0
 /**
  * Change the Section value from the internal object elements
  *
  * @param string $psSectionName        	
  * @param string $psParentId        	
  * @return Onion\Application\Section
  */
 public function replaceSection($psSectionName = "", $psParentId = "")
 {
     return parent::_replaceSection('_modules', $this->_id, $this->_id);
 }