Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function sanitize($input)
 {
     return is_string($input) ? \rock\helpers\StringHelper::rtrimWords($input, $this->words) : $input;
 }