super-powers/src/caf33c5d-858c-4f9a-894f-ab3.../code.power

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;