PHP Class mageekguy\atoum\fs\path

Afficher le fichier Open project: atoum/atoum Class Usage Examples

Protected Properties

Свойство Type Description
$components
$directorySeparator
$drive

Méthodes publiques

Méthode Description
__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 ( )

Méthodes protégées

Méthode Description
getComponents ( $path )
pathIsAbsolute ( $path )
pathIsRoot ( $path )
setDriveAndComponents ( $value )

Method Details

__construct() public méthode

public __construct ( $value, $directorySeparator = null )

__toString() public méthode

public __toString ( )

absolutize() public méthode

public absolutize ( )

createParentDirectory() public méthode

exists() public méthode

public exists ( )

getAbsolutePath() public méthode

public getAbsolutePath ( )

getComponents() protected static méthode

protected static getComponents ( $path )

getDirectorySeparator() public méthode

getParentDirectoryPath() public méthode

getRealParentDirectoryPath() public méthode

getRealPath() public méthode

public getRealPath ( )

getRelativePathFrom() public méthode

public getRelativePathFrom ( path $reference )
$reference path

getResolvedPath() public méthode

public getResolvedPath ( )

isAbsolute() public méthode

public isAbsolute ( )

isNotSubPathOf() public méthode

public isNotSubPathOf ( path $path )
$path path

isRoot() public méthode

public isRoot ( )

isSubPathOf() public méthode

public isSubPathOf ( path $path )
$path path

pathIsAbsolute() protected static méthode

protected static pathIsAbsolute ( $path )

pathIsRoot() protected static méthode

protected static pathIsRoot ( $path )

putContents() public méthode

public putContents ( $data )

relativizeFrom() public méthode

public relativizeFrom ( path $reference )
$reference path

resolve() public méthode

public resolve ( )

setDriveAndComponents() protected méthode

protected setDriveAndComponents ( $value )

Property Details

$components protected_oe property

protected $components

$directorySeparator protected_oe property

protected $directorySeparator

$drive protected_oe property

protected $drive