Esempio n. 1
0
 public function notBlank($value, $params)
 {
     $text = Gongo_Str::trim($value);
     return $text != '';
 }
Esempio n. 2
0
 public function mbTrim($value)
 {
     return Gongo_Str::trim($value);
 }