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

Class: Locator

Source Location: /myphp-1.9/myphp-1.9-layout/html/page/Locator.php

Class Locator

Class Overview

Display the navigation path

  1. Usage:
  2. $locator = new Locator($width,$class);
  3. print $locator->getHtml();
  4. Or
  5. Locator::display($width,$class);

Located in /myphp-1.9/myphp-1.9-layout/html/page/Locator.php [line 38]

Object
   |
   --Html
      |
      --Locator

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
mixed   $border  
mixed   $caption  
mixed   $cellPadding  
mixed   $cellSpacing  
mixed   $class  
mixed   $summary  
mixed   $width  

[ Top ]
Method Summary
Locator   Locator()   Constructor
void   display()   Display html
String   getHtml()   Get the html, and return it for a location
String   getViewDir()   Get a dirview of the Disk

[ Top ]
Properties
mixed   $border = '' [line 41]

[ Top ]
mixed   $caption = '' [line 46]

[ Top ]
mixed   $cellPadding = '' [line 43]

[ Top ]
mixed   $cellSpacing = '' [line 44]

[ Top ]
mixed   $class = '' [line 42]

[ Top ]
mixed   $summary = '' [line 45]

[ Top ]
mixed   $width = '' [line 40]

[ Top ]
Methods
Constructor Locator  [line 53]

  Locator Locator( [String $width = ''], [String $class = '']  )

Constructor

Parameters:
String   $width:  The width of the table
String   $class:  The css class of the table


[ Top ]
display  [line 167]

  void display( [String $width = ''], [String $class = '']  )

Display html

  1. Usage:
  2. Locator::display($width,$class);

Parameters:
String   $width:  The width of the table
String   $class:  The css class of the table

API Tags:
Static:  


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

[ Top ]
getHtml  [line 104]

  String getHtml( )

Get the html, and return it for a location


API Tags:
Return:  The html


Redefinition of:
Html::getHtml()
Get Html

[ Top ]
getViewDir  [line 73]

  String getViewDir( )

Get a dirview of the Disk

  1. The path info looks like i.e. /dir1/dir2/dir3/file.php
  2. $url[0] is empty,
  3. $url[1]..$url[3] is the dir path
  4. $url[4] is the filename


API Tags:
Return:  The html


[ Top ]

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