PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Container
<?php namespace Faker\Container; use Psr\Container\ContainerInterface as BaseContainerInterface; interface ContainerInterface extends BaseContainerInterface { /** * Get the bindings between Extension interfaces and implementations. */ public function getDefinitions(): array; }
[-] Container.php
[edit]
[+]
..
[-] ContainerException.php
[edit]
[-] ContainerInterface.php
[edit]
[-] ContainerBuilder.php
[edit]
[-] NotInContainerException.php
[edit]