Example #1
0
 public static function getComponentById($id)
 {
     if (!self::idExists($id)) {
         throw ExceptionFactory::createUndefinedId(__FILE__, __LINE__, $id);
     }
     return self::$ids[$id];
 }