AcmePhp\Cli\Action\AbstractFlysystemAction::__construct PHP Метод

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

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