Captioning\Format\WebvttFileTest::getWebvttFile PHP Method

getWebvttFile() private method

private getWebvttFile ( string $filename, string $encoding = null, boolean $useIconv = false ) : WebvttFile
$filename string
$encoding string
$useIconv boolean
return WebvttFile
    private function getWebvttFile($filename, $encoding = null, $useIconv = false)
    {
        return new WebvttFile($filename, $encoding = null, $useIconv = false);
    }