Example #1
0
 protected function set_params($params)
 {
     $this->_set_param($params, 'length');
     $this->_set_param($params, 'with');
     $this->_set_param($params, 'type');
     return parent::set_params($params);
 }
Example #2
0
 protected function set_params($params)
 {
     $this->_set_param($params, 'match');
     $this->_set_param($params, 'replacement');
     $this->_set_param($params, 'count');
     return parent::set_params($params);
 }
Example #3
0
 protected function set_params($params)
 {
     $this->_set_param($params, 'value');
     return parent::set_params($params);
 }
Example #4
0
 protected function signal_log_slot_name()
 {
     return parent::signal_log_slot_name() . ".Trim";
 }
Example #5
0
 protected function set_params($params)
 {
     $this->_set_param($params, 'mb');
     $this->_set_param($params, 'encoding');
     return parent::set_params($params);
 }
Example #6
0
 protected function signal_log_slot_name()
 {
     return parent::signal_log_slot_name() . ".UCFirst";
 }
Example #7
0
 protected function set_params($params)
 {
     $this->_set_param($params, 'prepend');
     $this->_set_param($params, 'append');
     return parent::set_params($params);
 }