PATH:
home
/
sarkas88.com
/
public_html
/
wp-content
/
plugins
/
amp
/
src
/
Infrastructure
<?php /** * Interface Service. * * @package AmpProject\AmpWP */ namespace AmpProject\AmpWP\Infrastructure; /** * A conceptual service. * * Splitting the logic up into independent services makes the approach of * assembling a plugin more systematic and scalable and lowers the cognitive * load when the code base increases in size. * * @since 2.0 * @internal */ interface Service { }
[-] Instantiator.php
[open]
[-] Deactivateable.php
[open]
[-] Conditional.php
[open]
[-] Injector.php
[open]
[-] CliCommand.php
[open]
[-] Registerable.php
[open]
[-] Activateable.php
[open]
[+]
ServiceContainer
[+]
Injector
[-] HasRequirements.php
[open]
[-] Delayed.php
[open]
[+]
..
[-] Service.php
[open]
[-] ServiceBasedPlugin.php
[open]
[-] ServiceContainer.php
[open]
[-] Plugin.php
[open]