phpDocumentor base
[ class tree: base ] [ index: base ] [ all elements ]

Class: Picture

Source Location: /myphp-1.9/myphp-1.9-base/html/util/Picture.php

Class Picture

Class Overview

Create the link/image for all the pictures in /images/w200/

The picture names are from 00.jpg - 60.jpg

  1. Usage:
  2. $view = new Picture($name);
  3. print $view->getHtml();
  4. Or
  5. Picture::display($name);

Located in /myphp-1.9/myphp-1.9-base/html/util/Picture.php [line 32]

Object
   |
   --Html
      |
      --Picture

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Html

Html::$elements
Html::$sizeof

Inherited From Object

Object::$cachefile
Object::$html
Object::$sql

Inherited From Html

Html::Html()
Constructor
Html::add()
Add an element, the number of elements are stored internally in an array.
Html::content()
Read the content of the specified filename
Html::display()
Display the html
Html::get()
Get the complete html for a key
Html::getAttribute()
Get the complete html for an attribute, i.e. <a class="myclass" ...
Html::getElement()
Get the element at position $i in array
Html::getElements()
Get all the elements as html
Html::getHtml()
Get Html
Html::getHtmlHelp()
Get html help
Html::getSizeof()
Get the number of elements added
Html::getTag()
Get the complete html for a html tag, i.e. <p>My paragraph</p>
Html::read()
Read the content of the specified filename and language
Html::set()
Set the named attribute (key) of a class to specified value
Html::setObject()
Set the named object to the class attribute (key), with same name
Html::showsource()
Show source
Html::update()
Save the content of the specified filename and language

Inherited From Object

Object::Object()
Constructor
Object::addHtml()
Add the current html to the SourceCode object
Object::getCacheFileName()
Returns the name of the cache file name
Object::getClassName()
Returns the name of the instanciated class
Object::getHtml()
Returns the html for the element
Object::getMsg()
Get the formatted message and debug level and Log to file ?
Object::save()
Save the SQL cache file
Object::setCacheFileName()
Set the path/name of the cache file
Object::toString()
Returns the information for this class
Object::write()
Write the content to the file opened by fp

[ Top ]
Property Summary
String   $name  

[ Top ]
Method Summary
Picture   Picture()   Constructor
void   display()   Display html
String   getAlt()   Return the alt text for the image
String   getHref()   Return the href for the link
String   getHtml()   Return the html for the Image and the Link to use

[ Top ]
Methods
Constructor Picture  [line 42]

  Picture Picture( integer $name  )

Constructor

Parameters:
integer   $name:  The image to display


[ Top ]
display  [line 237]

  void display( integer $name  )

Display html

  1. Usage:
  2. Picture::display($name);

Parameters:
integer   $name:  The image to display

API Tags:
Static:  


Redefinition of:
Html::display()
Display the html

[ Top ]
getAlt  [line 130]

  String getAlt( integer $name  )

Return the alt text for the image

Parameters:
integer   $name:  The alt text to display

API Tags:
Return:  The html


[ Top ]
getHref  [line 52]

  String getHref( integer $name  )

Return the href for the link

Parameters:
integer   $name:  The link to use

API Tags:
Return:  The html


[ Top ]
getHtml  [line 216]

  String getHtml( )

Return the html for the Image and the Link to use


API Tags:
Return:  The html


Redefinition of:
Html::getHtml()
Get Html

[ Top ]

Documentation generated on Thu, 22 Dec 2005 17:15:53 +0100 by phpDocumentor 1.3.0RC3