PHP 클래스 SebastianBergmann\PHPCPD\Log\AbstractXmlLogger

파일 보기 프로젝트 열기: sebastianbergmann/phpcpd

보호된 프로퍼티들

프로퍼티 타입 설명
$document

공개 메소드들

메소드 설명
__construct ( string $filename ) Constructor.
processClones ( CodeCloneMap $clones ) Processes a list of clones.

보호된 메소드들

메소드 설명
convertToUtf8 ( string $string ) : string Converts a string to UTF-8 encoding.
flush ( ) Writes the XML document to the file.
isUtf8 ( string $string ) : boolean Checks a string for UTF-8 encoding.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $filename )
$filename string

convertToUtf8() 보호된 메소드

Converts a string to UTF-8 encoding.
protected convertToUtf8 ( string $string ) : string
$string string
리턴 string

flush() 보호된 메소드

Writes the XML document to the file.
protected flush ( )

isUtf8() 보호된 메소드

Checks a string for UTF-8 encoding.
protected isUtf8 ( string $string ) : boolean
$string string
리턴 boolean

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

Processes a list of clones.
abstract public processClones ( CodeCloneMap $clones )
$clones SebastianBergmann\PHPCPD\CodeCloneMap

프로퍼티 상세

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

protected $document