File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
user_guide_src/source/helpers Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -325,11 +325,12 @@ The following functions are available:
325325
326326 .. literalinclude :: html_helper/018.php
327327
328- .. php :function :: track($name = ''[ , $type = false[ , $attributes = '']] )
328+ .. php :function :: track($src , $kind , $srcLanguage, $label )
329329
330- :param string $name: The name of the parameter
331- :param string $value: The value of the parameter
332- :param array $attributes: HTML attributes
330+ :param string $src: The path of the track (.vtt file)
331+ :param string $kind: The kind of timed track
332+ :param string $srcLanguage: The language of the timed track
333+ :param string $label: A user-readable title for the timed track
333334 :returns: An HTML track element
334335 :rtype: string
335336
You can’t perform that action at this time.
0 commit comments