super-powers/src/caf33c5d-858c-4f9a-894f-ab302ec5445a/code.power
2023-07-04 08:26:08 +02:00

17 lines
332 B
Plaintext

/**
* 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;