PhpGitHooks\Module\Shared\Tests\Infrastructure\InputInterfaceTrait::getInput PHP Метод

getInput() защищенный Метод

protected getInput ( ) : Mockery\MockInterface | Symfony\Component\Console\Input\InputInterface
Результат Mockery\MockInterface | Symfony\Component\Console\Input\InputInterface
    protected function getInput()
    {
        return $this->input = $this->input ?: Mock::get(InputInterface::class);
    }