PHP Class AmyFileResourceManager, aprilchild

Inheritance: extends AMYResourceManager
Show file Open project: aprilchild/aprilchild

Public Methods

Method 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 method

public contentType ( $path )

copy() public method

public copy ( $path, $destinationPath )

create() public method

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

createCollection() public method

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

delete() public method

public delete ( $path )

exists() public method

public exists ( $path )

isCollection() public method

public isCollection ( $path )

load() public method

public load ( $path )

move() public method

public move ( $path, $destinationPath )

save() public method

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