PHP Class AmyFileResourceManager, aprilchild

Inheritance: extends AMYResourceManager
Afficher le fichier Open project: aprilchild/aprilchild

Méthodes publiques

Méthode Description
contentType ( $path )
copy ( $path, $destinationPath )
create ( $path, $label, $content, $params = [] )
createCollection ( $path, $label, $params = [] )
delete ( $path )
exists ( $path )
isCollection ( $path )
load ( $path )
move ( $path, $destinationPath )
save ( $path, $content, $params = [] )

Method Details

contentType() public méthode

public contentType ( $path )

copy() public méthode

public copy ( $path, $destinationPath )

create() public méthode

public create ( $path, $label, $content, $params = [] )

createCollection() public méthode

public createCollection ( $path, $label, $params = [] )

delete() public méthode

public delete ( $path )

exists() public méthode

public exists ( $path )

isCollection() public méthode

public isCollection ( $path )

load() public méthode

public load ( $path )

move() public méthode

public move ( $path, $destinationPath )

save() public méthode

public save ( $path, $content, $params = [] )