예제 #1
0
 /**
  * Initialization method
  */
 protected function _init()
 {
     parent::_init();
     $this->_getMapper()->addParam('type', true);
     $this->_getMapper()->addParam('callback', true);
     $this->_getMapper()->addParam('reference', true);
     $this->_getMapper()->addParam('args', true);
 }
예제 #2
0
 /**
  * Initialization method
  */
 protected function _init()
 {
     parent::_init();
     $this->_getMapper()->addParam('list', true);
 }
예제 #3
0
 /**
  * Initialization method
  */
 protected function _init()
 {
     parent::_init();
     $this->_getMapper()->addParam('id', true);
     $this->_getMapper()->addParam('readOnly', false, false);
 }