MyBuilder\Conductor\Conductor::__construct PHP Метод

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

public __construct ( Symfony\Component\Filesystem\Filesystem $fileSystem )
$fileSystem Symfony\Component\Filesystem\Filesystem
    public function __construct(Filesystem $fileSystem)
    {
        $this->fileSystem = $fileSystem;
    }