%PDF- %PDF-
| Direktori : /home/vacivi36/code/vendor/fakerphp/faker/src/Faker/Container/ |
| Current File : /home/vacivi36/code/vendor/fakerphp/faker/src/Faker/Container/ContainerInterface.php |
<?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;
}