PHP 클래스 Flitch\Rule\Line\Separator

상속: extends Flitch\Rule\AbstractRule, implements Flitch\Rule\FileRuleInterface
파일 보기 프로젝트 열기: dasprid/flitch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$eolChar string Allowed line-ending.
$eolName string Name of line-ending character.

공개 메소드들

메소드 설명
setEolStyle ( string $style ) : Separator Set end-of-line style.
visitFile ( File $file ) : void visitFile(): defined by FileRuleInterface.

메소드 상세

setEolStyle() 공개 메소드

Valid values are windows, unix and mac.
public setEolStyle ( string $style ) : Separator
$style string
리턴 Separator

visitFile() 공개 메소드

visitFile(): defined by FileRuleInterface.
또한 보기: FileRuleInterface::visitFile()
public visitFile ( File $file ) : void
$file Flitch\File\File
리턴 void

프로퍼티 상세

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

Allowed line-ending.
protected string $eolChar
리턴 string

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

Name of line-ending character.
protected string $eolName
리턴 string