protected function get_params() { $params = parent::get_params(); $this->_get_param($params, 'start'); $this->_get_param($params, 'length'); return $params; }
protected function get_params() { $params = parent::get_params(); $this->_get_param($params, 'mb'); $this->_get_param($params, 'encoding'); return $params; }
protected function get_params() { $params = parent::get_params(); $this->_get_param($params, 'prepend'); $this->_get_param($params, 'append'); return $params; }
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; }
protected function get_params() { $params = parent::get_params(); $this->_get_param($params, 'value'); return $params; }