public static function initialize() { if (self::$initialized) { return; } self::$paths = array(); self::$initialized = true; }