PHP Class Bolt\Filesystem\Plugin\Parents

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

Méthodes publiques

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

Method Details

getMethod() public méthode

public getMethod ( )

handle() public méthode

public handle ( string $path ) : Bolt\Filesystem\Handler\DirectoryInterface[]
$path string
Résultat Bolt\Filesystem\Handler\DirectoryInterface[]