spec\PhpSpec\CodeGenerator\Generator\NewFileNotifyingGeneratorSpec::let PHP Метод

let() публичный Метод

public let ( PhpSpec\CodeGenerator\Generator\Generator $generator, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, Filesystem $filesystem )
$generator PhpSpec\CodeGenerator\Generator\Generator
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$filesystem PhpSpec\Util\Filesystem
    public function let(Generator $generator, EventDispatcherInterface $dispatcher, Filesystem $filesystem)
    {
        $this->beConstructedWith($generator, $dispatcher, $filesystem);
    }