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

Class: Firma

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

Class Firma

Class Overview

Used to get/display the Company Information

  1. +-----------------------------------------+
  2. | Firma Information and picture |
  3. +-----------------------------------------+
  4. Usage:
  5. $html = new Firma($text,$width,$class,$border,$cellPadding,$cellSpacing);
  6. print $html->getHtml();
  7. Or
  8. Firma::display($text,$width,$class,$border,$cellPadding,$cellSpacing);

Located in /myphp-1.9/myphp-1.9-layout/html/page/Firma.php [line 36]

Object
   |
   --Html
      |
      --Firma

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   $adresse  
mixed   $bank  
mixed   $border  
mixed   $by  
mixed   $caption  
mixed   $cellPadding  
mixed   $cellSpacing  
mixed   $class  
mixed   $cvr_nr  
mixed   $email  
mixed   $fax  
mixed   $firmanavn  
mixed   $firma_telefon  
mixed   $kontakt_person  
mixed   $konto  
mixed   $land  
mixed   $mobil_telefon  
mixed   $picture  
mixed   $postnr  
mixed   $privat_telefon  
mixed   $se_nr  
mixed   $summary  
mixed   $text  
mixed   $web  
mixed   $width  

[ Top ]
Method Summary
Firma   Firma()   Constructor
void   display()   Display html
String   getEditLink()   Get the html for the Edit link, and return it
String   getHtml()   Builds the html, and return it for a Firma Information
String   getInfo()   Get the html for each row, and return it

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

[ Top ]
mixed   $bank = '' [line 53]

[ Top ]
mixed   $border = '' [line 60]

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

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

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

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

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

[ Top ]
mixed   $cvr_nr = '' [line 52]

[ Top ]
mixed   $email = '' [line 49]

[ Top ]
mixed   $fax = '' [line 48]

[ Top ]
mixed   $firmanavn = '' [line 39]

[ Top ]
mixed   $firma_telefon = '' [line 47]

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

[ Top ]
mixed   $konto = '' [line 54]

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

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

[ Top ]
mixed   $picture = '' [line 56]

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

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

[ Top ]
mixed   $se_nr = '' [line 51]

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

[ Top ]
mixed   $text = '' [line 37]

[ Top ]
mixed   $web = '' [line 50]

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

[ Top ]
Methods
Constructor Firma  [line 76]

  Firma Firma( [String $text = ''], [String $width = ''], [String $class = ''], [String $border = ''], [String $cellPadding = ''], [String $cellSpacing = '']  )

Constructor

Parameters:
String   $text:  The text of the table
String   $width:  The width of the table, default 100%
String   $class:  The css class to use
String   $border:  The table border
String   $cellPadding: 
String   $cellSpacing: 


[ Top ]
display  [line 223]

  void display( [String $text = ''], [String $width = ''], [mixed $class = ''], [mixed $border = ''], [mixed $cellPadding = ''], [mixed $cellSpacing = '']  )

Display html

  1. Usage:
  2. Firma::display($text,$width,$class,$border,$cellPadding,$cellSpacing);

Parameters:
String   $text:  The text of the table
String   $width:  The width of the table, default 100%

API Tags:
Static:  


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

[ Top ]
getEditLink  [line 205]

  String getEditLink( [String $class = '']  )

Get the html for the Edit link, and return it

Parameters:
String   $class:  The CSS color to use

API Tags:
Return:  The html


[ Top ]
getHtml  [line 110]

  String getHtml( )

Builds the html, and return it for a Firma Information


API Tags:
Return:  The html


Redefinition of:
Html::getHtml()
Get Html

[ Top ]
getInfo  [line 154]

  String getInfo( String $info  )

Get the html for each row, and return it

Parameters:
String   $info:  The info to get

API Tags:
Return:  The html


[ Top ]

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