Provider Class

Aurora\Container Namespace

Interfaces


Properties

provides

Map of provided classes

protected $provides = []: array

Methods

provides

Check if a service is provided by this provider

Parameters

  • string $service — Service name

Return Value

  • bool

Signature

public function provides(string $service): bool

Go to top