variables(); } public static function by_id( string $id ) { return self::$lookup[ $id ] ?? null; } }