예제 #1
0
 /**
  * Generates a class ID from either an object or a string of the class name.
  *
  * @static 
  */
 public static function getClassId($name)
 {
     return \October\Rain\Support\Str::getClassId($name);
 }