PHP Class AdminPageFramework_Debug

Inheritance: extends AdminPageFramework_FrameworkUtility
Show file Open project: michaeluno/admin-page-framework Class Usage Examples

Public Methods

Method Description
dump ( $asArray, $sFilePath = null )
dumpArray ( $asArray, $sFilePath = null )
get ( $asArray, $sFilePath = null, $bEscape = true )
getArray ( $asArray, $sFilePath = null, $bEscape = true )
getAsString ( $mValue )
getDetails ( $mValue, $bEscape = true )
log ( $mValue, $sFilePath = null )
logArray ( $asArray, $sFilePath = null )

Method Details

dump() public static method

public static dump ( $asArray, $sFilePath = null )

dumpArray() public static method

public static dumpArray ( $asArray, $sFilePath = null )

get() public static method

public static get ( $asArray, $sFilePath = null, $bEscape = true )

getArray() public static method

public static getArray ( $asArray, $sFilePath = null, $bEscape = true )

getAsString() public static method

public static getAsString ( $mValue )

getDetails() public static method

public static getDetails ( $mValue, $bEscape = true )

log() public static method

public static log ( $mValue, $sFilePath = null )

logArray() public static method

public static logArray ( $asArray, $sFilePath = null )