예제 #1
0
 protected function get_params()
 {
     $params = parent::get_params();
     $this->_get_param($params, 'start');
     $this->_get_param($params, 'length');
     return $params;
 }
예제 #2
0
 protected function get_params()
 {
     $params = parent::get_params();
     $this->_get_param($params, 'mb');
     $this->_get_param($params, 'encoding');
     return $params;
 }
예제 #3
0
 protected function get_params()
 {
     $params = parent::get_params();
     $this->_get_param($params, 'prepend');
     $this->_get_param($params, 'append');
     return $params;
 }
예제 #4
0
 protected function get_params()
 {
     $params = parent::get_params();
     $this->_get_param($params, 'match');
     $this->_get_param($params, 'replacement');
     $this->_get_param($params, 'count');
     return $params;
 }
예제 #5
0
 protected function get_params()
 {
     $params = parent::get_params();
     $this->_get_param($params, 'value');
     return $params;
 }