PHP Class Bolt\Filesystem\Plugin\Parents

Example: parents("a/b/c") // [b, a, (root)]
Inheritance: implements Bolt\Filesystem\PluginInterface, use trait PluginTrait
Show file Open project: bolt/bolt

Public Methods

Method Description
getMethod ( )
handle ( string $path ) : Bolt\Filesystem\Handler\DirectoryInterface[]

Method Details

getMethod() public method

public getMethod ( )

handle() public method

public handle ( string $path ) : Bolt\Filesystem\Handler\DirectoryInterface[]
$path string
return Bolt\Filesystem\Handler\DirectoryInterface[]