PHP Class Lsrur\Inspector\Collectors\MessageCollector

Inheritance: extends BaseCollector
Datei anzeigen Open project: lsrur/inspector

Public Properties

Property Type Description
$title

Public Methods

Method Description
add ( [type] $style, [type] $p1, [type] $p2 = null, array $extra = [], integer $traceSteps = 4 ) Add inspection
b_group ( [type] $name ) : [type] Start a group
b_groupEnd ( ) : [type] End a group
count ( ) : integer
get ( ) : array Return internal stack
getPreJson ( ) : Array
getScript ( ) : string

Method Details

add() public method

Add inspection
public add ( [type] $style, [type] $p1, [type] $p2 = null, array $extra = [], integer $traceSteps = 4 )
$style [type]
$p1 [type]
$p2 [type]
$extra array
$traceSteps integer

b_group() public method

Start a group
public b_group ( [type] $name ) : [type]
$name [type]
return [type]

b_groupEnd() public method

End a group
public b_groupEnd ( ) : [type]
return [type]

count() public method

public count ( ) : integer
return integer

get() public method

Return internal stack
public get ( ) : array
return array

getPreJson() public method

public getPreJson ( ) : Array
return Array

getScript() public method

public getScript ( ) : string
return string

Property Details

$title public_oe property

public $title