PATH:
home
/
lab2454c
/
healthvalidate.com
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Extension
<?php declare(strict_types=1); namespace Faker\Extension; use Faker\Generator; /** * @experimental This interface is experimental and does not fall under our BC promise */ interface GeneratorAwareExtension extends Extension { /** * This method MUST be implemented in such a way as to retain the * immutability of the extension, and MUST return an instance that has the * new Generator. */ public function withGenerator(Generator $generator): self; }
[-] Container.php
[edit]
[-] FileExtension.php
[edit]
[+]
..
[-] GeneratorAwareExtensionTrait.php
[edit]
[-] Extension.php
[edit]
[-] NumberExtension.php
[edit]
[-] ContainerException.php
[edit]
[-] ContainerBuilder.php
[edit]
[-] NotInContainerException.php
[edit]
[-] GeneratorAwareExtension.php
[edit]
[-] ExtensionNotFound.php
[edit]
[-] BloodExtension.php
[edit]
[-] BarcodeExtension.php
[edit]
[-] Helper.php
[edit]