MyBuilder\Conductor\Conductor::__construct PHP Method

__construct() public method

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