PHP Class PhpCsFixer\StdinFileInfo

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

Public Methods

Method 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 method

public __construct ( )

__toString() public method

public __toString ( )

getATime() public method

public getATime ( )

getBasename() public method

public getBasename ( $suffix = null )

getCTime() public method

public getCTime ( )

getContents() public method

public getContents ( )

getExtension() public method

public getExtension ( )

getFileInfo() public method

public getFileInfo ( $class_name = null )

getFilename() public method

public getFilename ( )

getGroup() public method

public getGroup ( )

getInode() public method

public getInode ( )

getLinkTarget() public method

public getLinkTarget ( )

getMTime() public method

public getMTime ( )

getOwner() public method

public getOwner ( )

getPath() public method

public getPath ( )

getPathInfo() public method

public getPathInfo ( $class_name = null )

getPathname() public method

public getPathname ( )

getPerms() public method

public getPerms ( )

getRealpath() public method

public getRealpath ( )

getSize() public method

public getSize ( )

getType() public method

public getType ( )

isDir() public method

public isDir ( )

isExecutable() public method

public isExecutable ( )

isFile() public method

public isFile ( )

isReadable() public method

public isReadable ( )

isWritable() public method

public isWritable ( )

openFile() public method

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

setFileClass() public method

public setFileClass ( $class_name = null )

setInfoClass() public method

public setInfoClass ( $class_name = null )