PHP Class Piwik\Plugins\CustomPiwikJs\File

显示文件 Open project: piwik/piwik Class Usage Examples

Public Methods

Method Description
__construct ( $file )
checkReadable ( )
checkWritable ( )
getContent ( )
getName ( )
hasReadAccess ( ) : boolean
hasWriteAccess ( ) : boolean
save ( $content )

Method Details

__construct() public method

public __construct ( $file )

checkReadable() public method

public checkReadable ( )

checkWritable() public method

public checkWritable ( )

getContent() public method

public getContent ( )

getName() public method

public getName ( )

hasReadAccess() public method

public hasReadAccess ( ) : boolean
return boolean

hasWriteAccess() public method

public hasWriteAccess ( ) : boolean
return boolean

save() public method

public save ( $content )