PHP Classes

File: vendor/league/flysystem/docs/adapter/null-test.md

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/league/flysystem/docs/adapter/null-test.md   Download  
File: vendor/league/flysystem/docs/adapter/null-test.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 8 months ago
Size: 304 bytes
 

Contents

Class file image Download

layout: default permalink: /adapter/null-test/ title: Null Adapter

Null Adapter

Installation

Comes with the main Flysystem package.

Usage

Acts like /dev/null

$adapter = new League\Flysystem\Adapter\NullAdapter;
$filesystem = new League\Flysystem\Filesystem($adapter);