Local filesystem adapter.

Multiple adapters can be mounted to the same path, but only the last mounted adapter can be seen.
package filicious-core
author Christian Schiffler
author Tristan Lins
author Oliver Hoff

 Methods

__construct()

__construct(\Filicious\Filesystem $filesystem) 

Parameters

$filesystem

getDelegate()

getDelegate() : \Filicious\Internals\Adapter

{@inheritdoc}

getParentAdapter() 

{@inheritdoc}

getRootAdapter() 

setDelegate()

setDelegate(\Filicious\Internals\Adapter $delegate) 

Parameters

{@inheritdoc}

setFilesystem(\Filicious\Filesystem $filesystem) 

Parameters

$filesystem

{@inheritdoc}

setParentAdapter(\Filicious\Internals\Adapter $parent) 

Parameters

$parent

{@inheritdoc}

selectDelegate(\Filicious\Internals\Pathname $pathname) 

Parameters

$pathname

 Properties

 

$delegate

$delegate : \Filicious\Internals\Adapter