PHP 클래스 CraftCli\Handlebars\Loader\FilesystemLoader

상속: extends Handlebars\Loader\FilesystemLoader
파일 보기 프로젝트 열기: rsanchez/craft-cli

보호된 메소드들

메소드 설명
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

메소드 상세

normalizePath() 보호된 메소드

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

normalizeRelativePath() 보호된 메소드

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

sanitizeDirectory() 보호된 메소드

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