PHP Class Dmyers\Storage\Adapter\Local

Inheritance: extends Base
Afficher le fichier Open project: dmyers/laravel-storage

Protected Properties

Свойство Type Description
$name

Méthodes publiques

Méthode 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}

Méthodes protégées

Méthode Description
computePath ( $path )
ensureDirExists ( $path )

Method Details

__construct() public méthode

public __construct ( )

computePath() protected méthode

protected computePath ( $path )

copy() public méthode

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

delete() public méthode

{@inheritDoc}
public delete ( $path )

download() public méthode

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

ensureDirExists() protected méthode

protected ensureDirExists ( $path )

exists() public méthode

{@inheritDoc}
public exists ( $path )

files() public méthode

{@inheritDoc}
public files ( $path )

get() public méthode

{@inheritDoc}
public get ( $path )

isDirectory() public méthode

{@inheritDoc}
public isDirectory ( $path )

lastModified() public méthode

{@inheritDoc}
public lastModified ( $path )

mime() public méthode

{@inheritDoc}
public mime ( $path )

move() public méthode

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

put() public méthode

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

size() public méthode

{@inheritDoc}
public size ( $path )

type() public méthode

{@inheritDoc}
public type ( $path )

upload() public méthode

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

url() public méthode

{@inheritDoc}
public url ( $path )

Property Details

$name protected_oe property

protected $name