Exemplo n.º 1
0
 protected function _getStoredParams()
 {
     $storedParams = ObjectConfigurable::_stExcludeConfigParams(get_class($this), array(array("identifier" => true)));
     $ret = array();
     foreach ($storedParams as $storedParam) {
         $ret[$storedParam] = $this->{$storedParam};
     }
     return $ret;
 }