PHP 클래스 mageekguy\atoum\fs\path

파일 보기 프로젝트 열기: atoum/atoum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$components
$directorySeparator
$drive

공개 메소드들

메소드 설명
__construct ( $value, $directorySeparator = null )
__toString ( )
absolutize ( )
createParentDirectory ( )
exists ( )
getAbsolutePath ( )
getDirectorySeparator ( )
getParentDirectoryPath ( )
getRealParentDirectoryPath ( )
getRealPath ( )
getRelativePathFrom ( path $reference )
getResolvedPath ( )
isAbsolute ( )
isNotSubPathOf ( path $path )
isRoot ( )
isSubPathOf ( path $path )
putContents ( $data )
relativizeFrom ( path $reference )
resolve ( )

보호된 메소드들

메소드 설명
getComponents ( $path )
pathIsAbsolute ( $path )
pathIsRoot ( $path )
setDriveAndComponents ( $value )

메소드 상세

__construct() 공개 메소드

public __construct ( $value, $directorySeparator = null )

__toString() 공개 메소드

public __toString ( )

absolutize() 공개 메소드

public absolutize ( )

createParentDirectory() 공개 메소드

exists() 공개 메소드

public exists ( )

getAbsolutePath() 공개 메소드

public getAbsolutePath ( )

getComponents() 보호된 정적인 메소드

protected static getComponents ( $path )

getDirectorySeparator() 공개 메소드

getParentDirectoryPath() 공개 메소드

getRealParentDirectoryPath() 공개 메소드

getRealPath() 공개 메소드

public getRealPath ( )

getRelativePathFrom() 공개 메소드

public getRelativePathFrom ( path $reference )
$reference path

getResolvedPath() 공개 메소드

public getResolvedPath ( )

isAbsolute() 공개 메소드

public isAbsolute ( )

isNotSubPathOf() 공개 메소드

public isNotSubPathOf ( path $path )
$path path

isRoot() 공개 메소드

public isRoot ( )

isSubPathOf() 공개 메소드

public isSubPathOf ( path $path )
$path path

pathIsAbsolute() 보호된 정적인 메소드

protected static pathIsAbsolute ( $path )

pathIsRoot() 보호된 정적인 메소드

protected static pathIsRoot ( $path )

putContents() 공개 메소드

public putContents ( $data )

relativizeFrom() 공개 메소드

public relativizeFrom ( path $reference )
$reference path

resolve() 공개 메소드

public resolve ( )

setDriveAndComponents() 보호된 메소드

protected setDriveAndComponents ( $value )

프로퍼티 상세

$components 보호되어 있는 프로퍼티

protected $components

$directorySeparator 보호되어 있는 프로퍼티

protected $directorySeparator

$drive 보호되어 있는 프로퍼티

protected $drive