Zend Framework  3.0
Public Member Functions | Public Attributes | List of all members
HtmlFlash Class Reference

Public Member Functions

 __invoke ($data, array $attribs=[], array $params=[], $content=null)
 Output a flash movie object tag.
 
- Public Member Functions inherited from AbstractHtmlElement
 getClosingBracket ()
 Get the tag closing bracket.
 
- Public Member Functions inherited from AbstractHelper
 setView (Renderer $view)
 Set the View object.
 
 getView ()
 Get the view object.
 

Public Attributes

const TYPE = 'application/x-shockwave-flash'
 Default file type for a flash applet.
 
- Public Attributes inherited from AbstractHtmlElement
const EOL = PHP_EOL
 EOL character.
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractHtmlElement
 isXhtml ()
 Is doctype XHTML?
 
 htmlAttribs ($attribs)
 Converts an associative array to a string of tag attributes.
 
 normalizeId ($value)
 Normalize an ID.
 
- Protected Attributes inherited from AbstractHtmlElement
 $closingBracket = null
 

Member Function Documentation

__invoke (   $data,
array  $attribs = [],
array  $params = [],
  $content = null 
)

Output a flash movie object tag.

Parameters
string$dataThe flash file
array$attribsAttribs for the object tag
array$paramsParams for in the object tag
string$contentAlternative content
Returns
string

Member Data Documentation

const TYPE = 'application/x-shockwave-flash'

Default file type for a flash applet.