AcmePhp\Cli\Action\AbstractFlysystemAction::__construct PHP Method

__construct() public method

public __construct ( League\Flysystem\FilesystemInterface $master )
$master League\Flysystem\FilesystemInterface
    public function __construct(FilesystemInterface $master)
    {
        $this->master = $master;
    }