Esempio n. 1
0
 /**
  * Checks if a character is a space one
  *
  * @param string $c character to check for
  *
  * @return boolean whether the character is a space one or not
  */
 public function isSpace($c)
 {
     return $this->_type->isSpace($c);
 }