PHP Class Dmyers\Storage\Adapter\Local

Inheritance: extends Base
Datei anzeigen Open project: dmyers/laravel-storage

Protected Properties

Property Type Description
$name

Public Methods

Method Description
__construct ( )
copy ( $path, $target ) {@inheritDoc}
delete ( $path ) {@inheritDoc}
download ( $path, $target ) {@inheritDoc}
exists ( $path ) {@inheritDoc}
files ( $path ) {@inheritDoc}
get ( $path ) {@inheritDoc}
isDirectory ( $path ) {@inheritDoc}
lastModified ( $path ) {@inheritDoc}
mime ( $path ) {@inheritDoc}
move ( $path, $target ) {@inheritDoc}
put ( $path, $contents ) {@inheritDoc}
size ( $path ) {@inheritDoc}
type ( $path ) {@inheritDoc}
upload ( $path, $target ) {@inheritDoc}
url ( $path ) {@inheritDoc}

Protected Methods

Method Description
computePath ( $path )
ensureDirExists ( $path )

Method Details

__construct() public method

public __construct ( )

computePath() protected method

protected computePath ( $path )

copy() public method

{@inheritDoc}
public copy ( $path, $target )

delete() public method

{@inheritDoc}
public delete ( $path )

download() public method

{@inheritDoc}
public download ( $path, $target )

ensureDirExists() protected method

protected ensureDirExists ( $path )

exists() public method

{@inheritDoc}
public exists ( $path )

files() public method

{@inheritDoc}
public files ( $path )

get() public method

{@inheritDoc}
public get ( $path )

isDirectory() public method

{@inheritDoc}
public isDirectory ( $path )

lastModified() public method

{@inheritDoc}
public lastModified ( $path )

mime() public method

{@inheritDoc}
public mime ( $path )

move() public method

{@inheritDoc}
public move ( $path, $target )

put() public method

{@inheritDoc}
public put ( $path, $contents )

size() public method

{@inheritDoc}
public size ( $path )

type() public method

{@inheritDoc}
public type ( $path )

upload() public method

{@inheritDoc}
public upload ( $path, $target )

url() public method

{@inheritDoc}
public url ( $path )

Property Details

$name protected_oe property

protected $name