Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 439 Bytes

File metadata and controls

20 lines (13 loc) · 439 Bytes

Disabled

class Disabled extends Logic implements Forbidden

For example, the Service Locator provides access to a set of services. Some of these services may be disabled in this configuration or current environment.

$request->$console->getArgs(); // It is HTTP-request

__construct([$service [, $previous, $thrower])

  • $service - the service or its name

Methods

  • getService():string|object