PHP Class yii\debug\panels\ConfigPanel

Since: 2.0
Author: Qiang Xue ([email protected])
Inheritance: extends yii\debug\Panel
Show file Open project: yiisoft/yii2-debug

Public Methods

Method Description
getDetail ( )
getExtensions ( ) : array Returns data about extensions
getName ( )
getPhpInfo ( ) : array Returns the BODY contents of the phpinfo() output
getSummary ( )
save ( )

Method Details

getDetail() public method

public getDetail ( )

getExtensions() public method

Returns data about extensions
public getExtensions ( ) : array
return array

getName() public method

public getName ( )

getPhpInfo() public method

Returns the BODY contents of the phpinfo() output
public getPhpInfo ( ) : array
return array

getSummary() public method

public getSummary ( )

save() public method

public save ( )