Méthode | Description | |
---|---|---|
__call ( $method, $arguments ) : mixed | null | Proxies a call to a provider with a login check before every method if needed. | |
__construct ( |
Méthode | Description | |
---|---|---|
checkMethodForLoginRequired ( $method ) | Checks if method requires login and if true, checks logged in status. | |
getErrorMethodCallMessage ( string $method, string $message ) : string |
protected checkMethodForLoginRequired ( $method ) | ||
$method |