Documentation

IMP_Mime_Viewer_Smil extends Horde_Mime_Viewer_Smil
in package

Renderer for SMIL documents to very basic HTML.

Tags
author

Jan Schneider jan@horde.org

author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2006-2017 Horde LLC

license

http://www.horde.org/licenses/gpl GPL

Table of Contents

Methods

_getRelatedLink()  : mixed
Get related parts.
_startElement()  : mixed
User-defined function callback for start elements.

Methods

Get related parts.

protected _getRelatedLink(string $cid) : mixed
Parameters
$cid : string

The CID to search for.

Return values
mixed

Either the related MIME_Part or false.

_startElement()

User-defined function callback for start elements.

protected _startElement(object $parser, string $name, array<string|int, mixed> $attrs) : mixed
Parameters
$parser : object

Handle to the parser instance (not used).

$name : string

The name of this XML element.

$attrs : array<string|int, mixed>

List of this element's attributes.


        
On this page

Search results