HippoPHP\Hippo\Reporters\CheckstyleReporter::__construct PHP Метод

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

Creates a new writer object, ready to write XML.
public __construct ( FileSystem $fileSystem )
$fileSystem HippoPHP\Hippo\FileSystem
    public function __construct(FileSystem $fileSystem)
    {
        $this->fileSystem = $fileSystem;
    }