PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
php-di
/
php-di
/
src
/
Definition
<?php declare(strict_types=1); namespace DI\Definition; /** * A definition that extends a previous definition with the same name. * * @author Matthieu Napoli <matthieu@mnapoli.fr> */ interface ExtendsPreviousDefinition extends Definition { public function setExtendedDefinition(Definition $definition) : void; }
[-] DecoratorDefinition.php
[edit]
[+]
Resolver
[+]
Source
[-] FactoryDefinition.php
[edit]
[-] Reference.php
[edit]
[-] SelfResolvingDefinition.php
[edit]
[-] ExtendsPreviousDefinition.php
[edit]
[-] InstanceDefinition.php
[edit]
[-] Definition.php
[edit]
[-] ArrayDefinition.php
[edit]
[-] StringDefinition.php
[edit]
[+]
ObjectDefinition
[-] ValueDefinition.php
[edit]
[-] ObjectDefinition.php
[edit]
[-] EnvironmentVariableDefinition.php
[edit]
[+]
Exception
[-] AutowireDefinition.php
[edit]
[-] ArrayDefinitionExtension.php
[edit]
[+]
..
[+]
Dumper
[+]
Helper