PHP Class Captioning\Format\SBVFile

Inheritance: extends Captioning\File
Show file Open project: captioning/captioning

Protected Properties

Property Type Description
$lineEnding

Public Methods

Method Description
buildPart ( integer $_from, integer $_to ) : SBVFile Builds file content from entry $_from to entry $_to
parse ( )

Method Details

buildPart() public method

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
return SBVFile

parse() public method

public parse ( )

Property Details

$lineEnding protected property

protected $lineEnding