Method | Description | |
---|---|---|
call ( string $func, mixed[] $args = [] ) : mixed | Call function $func with given arguments $args. | |
existsProxy ( string $func ) : boolean | Check if proxy for function $func exists. | |
getProxy ( string $func ) : mixed | Get proxy for function $func. | |
removeProxy ( string $func ) | Remove proxy for function $func. | |
setProxy ( string $func, callable $callable ) | Set proxy for function $func. |
public existsProxy ( string $func ) : boolean | ||
$func | string | |
return | boolean |
public removeProxy ( string $func ) | ||
$func | string |