Matthias\SymfonyConsoleForm\Tests\Helper\ApplicationTester::getInputStream PHP Метод

getInputStream() приватный Метод

private getInputStream ( ) : resource
Результат resource
    private function getInputStream()
    {
        if (null === $this->inputStream) {
            $this->inputStream = fopen('php://memory', 'r+', false);
        }
        return $this->inputStream;
    }