/** * Get any class from the container * * @param string $key The container class key * * @return Mixed * @since 3.2.0 */ public static function _(string $key); /** * Get the global container * * @return Container * @since 3.2.0 */ public static function getContainer(): Container;