Class Horde_Mobile_image

Description

This class allows to insert bitmap images into a Horde_Mobile_block, Horde_Mobile_form or Horde_Mobile_row object.

Examples:

$image = new Horde_Mobile_image('/path/to/image.wbmp', array('height' => 100, 'width' => 100));

Located in /Mobile/Mobile.php (line 652)

Horde_Mobile_element
   |
   --Horde_Mobile_image
Variable Summary
 mixed $_attributes
 mixed $_src
Method Summary
 Horde_Mobile_image Horde_Mobile_image (string $src, [array $attributes = array()])
Variables
mixed $_attributes = array() (line 655)
mixed $_src = '' (line 654)
Methods
Constructor Horde_Mobile_image (line 670)

Constructor

Horde_Mobile_image Horde_Mobile_image (string $src, [array $attributes = array()])
  • string $src: The source location of the image.
  • array $attributes: Image attributes. Any of: 'align' 'alt' 'height' 'hspace' 'vspace' 'width' 'class' 'id'

Inherited Methods

Inherited From Horde_Mobile_element

 Horde_Mobile_element::Horde_Mobile_element()
 Horde_Mobile_element::get()
 Horde_Mobile_element::set()

Documentation generated on Sun, 30 Jan 2011 05:19:41 +0000 by phpDocumentor 1.4.3