PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
vendor
/
league
/
container
/
src
/
ServiceProvider
<?php declare(strict_types=1); namespace WPMedia\BackWPup\Dependencies\League\Container\ServiceProvider; use WPMedia\BackWPup\Dependencies\League\Container\ContainerAwareInterface; interface ServiceProviderInterface extends ContainerAwareInterface { public function getIdentifier(): string; public function provides(string $id): bool; public function register(): void; public function setIdentifier(string $id): ServiceProviderInterface; }
[-] AbstractServiceProvider.php
[edit]
[+]
..
[-] ServiceProviderAggregate.php
[edit]
[-] BootableServiceProviderInterface.php
[edit]
[-] ServiceProviderAggregateInterface.php
[edit]
[-] ServiceProviderInterface.php
[edit]