PHP 클래스 Captioning\Format\SBVFile

상속: extends Captioning\File
파일 보기 프로젝트 열기: captioning/captioning

보호된 프로퍼티들

프로퍼티 타입 설명
$lineEnding

공개 메소드들

메소드 설명
buildPart ( integer $_from, integer $_to ) : SBVFile Builds file content from entry $_from to entry $_to
parse ( )

메소드 상세

buildPart() 공개 메소드

Builds file content from entry $_from to entry $_to
public buildPart ( integer $_from, integer $_to ) : SBVFile
$_from integer Id of the first entry
$_to integer Id of the last entry
리턴 SBVFile

parse() 공개 메소드

public parse ( )

프로퍼티 상세

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

protected $lineEnding