PHP Class Gush\Helper\FilesystemHelper

Inheritance: extends Symfony\Component\Console\Helper\Helper
Show file Open project: gushphp/gush Class Usage Examples

Public Methods

Method Description
__construct ( $directory = null )
clearTempFiles ( ) Remove all the temp-file that were created with newTempFilename().
getName ( )
newTempFilename ( )

Method Details

__construct() public method

public __construct ( $directory = null )

clearTempFiles() public method

Remove all the temp-file that were created with newTempFilename().
public clearTempFiles ( )

getName() public method

public getName ( )

newTempFilename() public method

public newTempFilename ( )