PHP Class CraftCli\Handlebars\Loader\FilesystemLoader

Inheritance: extends Handlebars\Loader\FilesystemLoader
Datei anzeigen Open project: rsanchez/craft-cli

Protected Methods

Method Description
normalizePath ( string $path ) : string Normalize path.
normalizeRelativePath ( string $path ) : string Normalize relative directories in a path.
sanitizeDirectory ( String $dir ) : String Puts directory into standardized format

Method Details

normalizePath() protected method

From https://github.com/thephpleague/flysystem/blob/master/src/Util.php
protected normalizePath ( string $path ) : string
$path string
return string

normalizeRelativePath() protected method

From https://github.com/thephpleague/flysystem/blob/master/src/Util.php
protected normalizeRelativePath ( string $path ) : string
$path string
return string

sanitizeDirectory() protected method

Puts directory into standardized format
protected sanitizeDirectory ( String $dir ) : String
$dir String The directory to sanitize
return String