Beispiel #1
0
 /**
  * Load the Options object from array object
  * or the entire array if $pmOptionsId = null
  *
  * @param string $pmOptionsId
  * @param boolean $pbValid
  * @throws Exception
  * @return Onion\Application\Element\Options array null
  */
 public function getOptions($pmOptionsId = null, $pbValid = true)
 {
     return parent::getElement('_options', $pmOptionsId, $pbValid);
 }
Beispiel #2
0
 /**
  * Load the Filter object from array object
  * or the entire array if $pmFilterId = null
  *
  * @param string $pmFilterId
  * @param boolean $pbValid
  * @throws Exception
  * @return Onion\Application\Element\Filter array null
  */
 public function getFilter($pmFilterId = null, $pbValid = true)
 {
     return parent::getElement('_filter', $pmFilterId, $pbValid);
 }