PHP Class OpCacheService, opcache-gui

Mostrar archivo Open project: amnuts/opcache-gui Class Usage Examples

Protected Properties

Property Type Description
$data
$defaults
$options

Public Methods

Method Description
canInvalidate ( )
getData ( $section = null, $property = null )
getOption ( $name = null )
init ( $options = [] )
resetCache ( $file = null )

Protected Methods

Method Description
compileState ( )
size ( $size )

Private Methods

Method Description
__construct ( $options = [] )

Method Details

canInvalidate() public method

public canInvalidate ( )

compileState() protected method

protected compileState ( )

getData() public method

public getData ( $section = null, $property = null )

getOption() public method

public getOption ( $name = null )

init() public static method

public static init ( $options = [] )

resetCache() public method

public resetCache ( $file = null )

size() protected method

protected size ( $size )

Property Details

$data protected_oe property

protected $data

$defaults protected_oe property

protected $defaults

$options protected_oe property

protected $options