PHP Class Captioning\Format\JsonCue

Inheritance: extends Captioning\Cue
Afficher le fichier Open project: captioning/captioning Class Usage Examples

Protected Properties

Свойство Type Description
$duration mixed
$startOfParagraph boolean

Méthodes publiques

Méthode Description
getDuration ( ) : integer
isStartOfParagraph ( ) : boolean
setDuration ( $duration )
setStart ( mixed $_start )
setStartOfParagraph ( $startOfParagraph )
setStop ( mixed $_stop )
tc2ms ( string $_timecode ) : null

Method Details

getDuration() public méthode

public getDuration ( ) : integer
Résultat integer

isStartOfParagraph() public méthode

public isStartOfParagraph ( ) : boolean
Résultat boolean

setDuration() public méthode

public setDuration ( $duration )
$duration

setStart() public méthode

public setStart ( mixed $_start )
$_start mixed

setStartOfParagraph() public méthode

public setStartOfParagraph ( $startOfParagraph )
$startOfParagraph

setStop() public méthode

public setStop ( mixed $_stop )
$_stop mixed

tc2ms() public static méthode

public static tc2ms ( string $_timecode ) : null
$_timecode string
Résultat null

Property Details

$duration protected_oe property

protected mixed $duration
Résultat mixed

$startOfParagraph protected_oe property

protected bool $startOfParagraph
Résultat boolean