PHP Class phplinter\Report\Html

Inheritance: extends Base
Show file Open project: robotis/PHPLinter

Public Methods

Method Description
create ( $report, $penaltys = null, $root = null ) ----------------------------------------------------------------------+
prepare ( ) ----------------------------------------------------------------------+

Protected Methods

Method Description
_fmessage ( $arr ) : HTML ----------------------------------------------------------------------+
_html ( $content, $depth ) : HTML ----------------------------------------------------------------------+
css ( ) : String ----------------------------------------------------------------------+
get_score_class ( $score ) : String ----------------------------------------------------------------------+
output_indexes ( $urls, $penaltys, $path = '', $depth ) : Array ----------------------------------------------------------------------+
parts ( $parts, $url, &$urls ) ----------------------------------------------------------------------+
sort ( $urls ) : Array ----------------------------------------------------------------------+

Method Details

_fmessage() protected method

----------------------------------------------------------------------+
protected _fmessage ( $arr ) : HTML
return HTML ----------------------------------------------------------------------+

_html() protected method

----------------------------------------------------------------------+
protected _html ( $content, $depth ) : HTML
$content HTML
$depth int
return HTML ----------------------------------------------------------------------+

create() public method

----------------------------------------------------------------------+
public create ( $report, $penaltys = null, $root = null )

css() protected method

----------------------------------------------------------------------+
protected css ( ) : String
return String ----------------------------------------------------------------------+

get_score_class() protected method

----------------------------------------------------------------------+
protected get_score_class ( $score ) : String
$score float
return String ----------------------------------------------------------------------+

output_indexes() protected method

----------------------------------------------------------------------+
protected output_indexes ( $urls, $penaltys, $path = '', $depth ) : Array
$urls Array
$penaltys Array
$path String
$depth int
return Array ----------------------------------------------------------------------+

parts() protected method

----------------------------------------------------------------------+
protected parts ( $parts, $url, &$urls )
$parts Array
$url Array
$urls Reference (Array) ----------------------------------------------------------------------+

prepare() public method

----------------------------------------------------------------------+
public prepare ( )

sort() protected method

----------------------------------------------------------------------+
protected sort ( $urls ) : Array
return Array ----------------------------------------------------------------------+