PHP Class PhpCsFixer\StdinFileInfo

Author: Davi Koscianski Vidal ([email protected])
Inheritance: extends SplFileInfo
Afficher le fichier Open project: friendsofphp/php-cs-fixer

Méthodes publiques

Méthode Description
__construct ( )
__toString ( )
getATime ( )
getBasename ( $suffix = null )
getCTime ( )
getContents ( )
getExtension ( )
getFileInfo ( $class_name = null )
getFilename ( )
getGroup ( )
getInode ( )
getLinkTarget ( )
getMTime ( )
getOwner ( )
getPath ( )
getPathInfo ( $class_name = null )
getPathname ( )
getPerms ( )
getRealpath ( )
getSize ( )
getType ( )
isDir ( )
isExecutable ( )
isFile ( )
isLink ( )
isReadable ( )
isWritable ( )
openFile ( $open_mode = 'r', $use_include_path = false, $context = null )
setFileClass ( $class_name = null )
setInfoClass ( $class_name = null )

Method Details

__construct() public méthode

public __construct ( )

__toString() public méthode

public __toString ( )

getATime() public méthode

public getATime ( )

getBasename() public méthode

public getBasename ( $suffix = null )

getCTime() public méthode

public getCTime ( )

getContents() public méthode

public getContents ( )

getExtension() public méthode

public getExtension ( )

getFileInfo() public méthode

public getFileInfo ( $class_name = null )

getFilename() public méthode

public getFilename ( )

getGroup() public méthode

public getGroup ( )

getInode() public méthode

public getInode ( )

getLinkTarget() public méthode

public getLinkTarget ( )

getMTime() public méthode

public getMTime ( )

getOwner() public méthode

public getOwner ( )

getPath() public méthode

public getPath ( )

getPathInfo() public méthode

public getPathInfo ( $class_name = null )

getPathname() public méthode

public getPathname ( )

getPerms() public méthode

public getPerms ( )

getRealpath() public méthode

public getRealpath ( )

getSize() public méthode

public getSize ( )

getType() public méthode

public getType ( )

isDir() public méthode

public isDir ( )

isExecutable() public méthode

public isExecutable ( )

isFile() public méthode

public isFile ( )

isReadable() public méthode

public isReadable ( )

isWritable() public méthode

public isWritable ( )

openFile() public méthode

public openFile ( $open_mode = 'r', $use_include_path = false, $context = null )

setFileClass() public méthode

public setFileClass ( $class_name = null )

setInfoClass() public méthode

public setInfoClass ( $class_name = null )