PHP 클래스 phplinter\Report

파일 보기 프로젝트 열기: robotis/PHPLinter

보호된 프로퍼티들

프로퍼티 타입 설명
$options * @var int
$output_dir * @var String

공개 메소드들

메소드 설명
__construct ( $output_dir = null, $OPTIONS = null ) ----------------------------------------------------------------------+
average ( $penalty, $num ) ----------------------------------------------------------------------+
color ( $msg, $color = "black", $nl = false ) : String ----------------------------------------------------------------------+
score ( $penalty, $num = null ) ----------------------------------------------------------------------+
toCli ( $report, $format = "| {F} | {M} | `{W}` Line: {L} " ) ----------------------------------------------------------------------+
toHtml ( $root, $report, $penaltys ) ----------------------------------------------------------------------+

보호된 메소드들

메소드 설명
css ( ) : String ----------------------------------------------------------------------+
get_score_class ( $score ) : String ----------------------------------------------------------------------+
html ( $content, $depth ) : HTML ----------------------------------------------------------------------+
output_indexes ( $urls, $penaltys, $path = '', $depth ) : Array ----------------------------------------------------------------------+
parts ( $parts, $url, &$urls ) ----------------------------------------------------------------------+
sort ( $urls ) : Array ----------------------------------------------------------------------+

메소드 상세

__construct() 공개 메소드

----------------------------------------------------------------------+
public __construct ( $output_dir = null, $OPTIONS = null )
$output_dir String (Path) ----------------------------------------------------------------------+

average() 공개 메소드

----------------------------------------------------------------------+
public average ( $penalty, $num )
$penalty Float ----------------------------------------------------------------------+

color() 공개 메소드

----------------------------------------------------------------------+
public color ( $msg, $color = "black", $nl = false ) : String
리턴 String ----------------------------------------------------------------------+

css() 보호된 메소드

----------------------------------------------------------------------+
protected css ( ) : String
리턴 String ----------------------------------------------------------------------+

get_score_class() 보호된 메소드

----------------------------------------------------------------------+
protected get_score_class ( $score ) : String
$score float
리턴 String ----------------------------------------------------------------------+

html() 보호된 메소드

----------------------------------------------------------------------+
protected html ( $content, $depth ) : HTML
$content HTML
$depth int
리턴 HTML ----------------------------------------------------------------------+

output_indexes() 보호된 메소드

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

parts() 보호된 메소드

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

score() 공개 메소드

----------------------------------------------------------------------+
public score ( $penalty, $num = null )
$penalty Float ----------------------------------------------------------------------+

sort() 보호된 메소드

----------------------------------------------------------------------+
protected sort ( $urls ) : Array
리턴 Array ----------------------------------------------------------------------+

toCli() 공개 메소드

----------------------------------------------------------------------+
public toCli ( $report, $format = "| {F} | {M} | `{W}` Line: {L} " )
$report Array ----------------------------------------------------------------------+

toHtml() 공개 메소드

----------------------------------------------------------------------+
public toHtml ( $root, $report, $penaltys )
$report Array
$penaltys Array ----------------------------------------------------------------------+

프로퍼티 상세

$options 보호되어 있는 프로퍼티

* @var int
protected $options

$output_dir 보호되어 있는 프로퍼티

* @var String
protected $output_dir