Elgg\Logger::__construct PHP Method

__construct() public method

Constructor
public __construct ( PluginHooksService $hooks, Config $config, elgg\Context $context )
$hooks PluginHooksService Hooks service
$config Config Config service
$context elgg\Context Context service
    public function __construct(PluginHooksService $hooks, Config $config, Context $context)
    {
        $this->config = $config;
        $this->hooks = $hooks;
        $this->context = $context;
    }