Ejemplo n.º 1
0
 /**
  * This function identify if a string contains identifier
  *
  * @param string $string
  * @return bool
  */
 static function identifyName($string)
 {
     return parent::identifyName($string, SSUConfig::registry('identifiers', self::$identifier));
 }