[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Horde/Mobile/ -> Renderer.php (sommaire)

(pas de description)

Poids: 154 lignes (5 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Horde_Mobile_Renderer:: (10 méthodes):
  Horde_Mobile_Renderer()
  isBrowser()
  hasQuirk()
  renderElement()
  _renderBlock()
  _renderForm()
  _renderTable()
  _renderRow()
  factory()
  singleton()


Classe: Horde_Mobile_Renderer  - X-Ref

Horde_Mobile_Renderer:: framework for mobile device markup
renderers.

$Horde: framework/Mobile/Mobile/Renderer.php,v 1.15.10.8 2006/01/01 21:28:26 jan Exp $

Copyright 2002-2006 Chuck Hagenbuch <chuck@horde.org>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Horde_Mobile_Renderer($browser = null)   X-Ref
Pas de description

isBrowser($agent)   X-Ref
Pas de description

hasQuirk($quirk)   X-Ref
Pas de description

renderElement(&$element)   X-Ref
Render any Horde_Mobile_element object. Looks for the
appropriate rendering function in the renderer; if there isn't
one, we ignore this element.

param: Horde_Mobile_element $element  The element to render.

_renderBlock(&$block)   X-Ref
Pas de description

_renderForm(&$form)   X-Ref
Pas de description

_renderTable(&$table)   X-Ref
Pas de description

_renderRow(&$row)   X-Ref
Pas de description

factory($type, $browser = null, $params = array()   X-Ref
Attempts to return a concrete Horde_Mobile_Renderer instance
based on $type.

param: string $type      The kind of markup (html, hdml, wml) we want to
param: Browser $browser  The Browser object to use.
param: array $params     A hash containing any options for the renderer.
return: Horde_Mobile_Renderer  The newly created concrete

singleton($type, $browser = null, $params = array()   X-Ref
Attempts to return a concrete Horde_Mobile_Renderer instance
based on $type. It will only create a new instance if no
renderer with the same parameters currently exists.

param: string $type      The kind of markup (html, hdml, wml) we want to
param: Browser $browser  The Browser object to use.
param: array $params     A hash containing any options for the renderer.
return: Horde_Mobile_Renderer  The newly created concrete



Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7