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

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

public let ( ConsoleIO $io, TemplateRenderer $tpl, Filesystem $fs, PhpSpec\Process\Context\ExecutionContext $executionContext )
$io PhpSpec\Console\ConsoleIO
$tpl PhpSpec\CodeGenerator\TemplateRenderer
$fs PhpSpec\Util\Filesystem
$executionContext PhpSpec\Process\Context\ExecutionContext
    function let(ConsoleIO $io, TemplateRenderer $tpl, Filesystem $fs, ExecutionContext $executionContext)
    {
        $this->beConstructedWith($io, $tpl, $fs, $executionContext);
    }