PHP 클래스 phplinter\Report\Base

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

보호된 프로퍼티들

프로퍼티 타입 설명
$config Object
$dry_run boolean

공개 메소드들

메소드 설명
__construct ( Config $config ) ----------------------------------------------------------------------+
average ( $penalty, $num ) ----------------------------------------------------------------------+
create ( $report, $penaltys = null, $root = null ) ----------------------------------------------------------------------+
prepare ( ) ----------------------------------------------------------------------+
score ( $penalty, $num = null ) ----------------------------------------------------------------------+

보호된 메소드들

메소드 설명
_insert ( &$arr, $parts, $key, $value = null ) ----------------------------------------------------------------------+
mkdir ( $path, $oct = 509, $rec = false ) ----------------------------------------------------------------------+
write ( $filename, $content ) ----------------------------------------------------------------------+

메소드 상세

__construct() 공개 메소드

----------------------------------------------------------------------+
public __construct ( Config $config )
$config phplinter\Config

_insert() 보호된 메소드

----------------------------------------------------------------------+
protected _insert ( &$arr, $parts, $key, $value = null )

average() 공개 메소드

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

create() 추상적인 공개 메소드

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

mkdir() 보호된 메소드

----------------------------------------------------------------------+
protected mkdir ( $path, $oct = 509, $rec = false )

prepare() 공개 메소드

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

score() 공개 메소드

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

write() 보호된 메소드

----------------------------------------------------------------------+
protected write ( $filename, $content )

프로퍼티 상세

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

Object
protected $config

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

protected bool $dry_run
리턴 boolean