|
|
|
File: C:/usr/local/lib/php/blueshoes-4.2/core/html/table/Bs_HtmlTableStyle.class.php
BlueShoes Application Framework - html/table
Bs_HtmlTableStyle
Bs_Object | +-- Bs_HtmlTableStyle
**********************************************************************
|
private class Bs_HtmlTableStyle extends Bs_Object
**********************************************************************
HtmlTableStyle classuses styles, usually from xml definitions.dependencies: none
| Authors | |
| Version | 4.0.$id$ |
| Copyright | blueshoes.org |
|
| |
|
Methods inherited from Bs_Object |
| isex, isexception, tostring, persist, unpersist, bs_object, bbsetoutput, bbawake, bbisawake, bbxmsg, bbxfunctionstart, bbxfunctionend, bbxecho, bbxvar, bbxvardump, bbforcetrace, bbbufferstart, bbbufferget, bbbufferendflush, bbbufferendclean |
|
|
|
Private Method Summary |
| void |
_setDefaultStyle()sets a stupid default style (if we don't have another one) |
|
|
|
Public Method Details |
Bs_HtmlTableStyle |
|
public void Bs_HtmlTableStyle( )
|
| |
**********************************************************************
Constructor
|
| Returns |
void |
|
setData |
|
public void setData( array $data )
|
| |
sets the table data
|
| Parameter |
|
|
| Returns |
void |
|
setStyle |
|
public void setStyle( array $style )
|
| |
sets the styles
|
| Parameter |
|
|
| Returns |
void |
|
toHtml |
|
public string toHtml( )
|
| |
returns the table as html output
Warning: documentation is missing.
|
| Returns |
string (html, may be an empty string.) |
| See Also |
toString() |
|
|
Private Method Details |
_setDefaultStyle |
|
private void _setDefaultStyle( )
|
| |
sets a stupid default style (if we don't have another one)
so at least the table gets displayed. ugly, of course.
|
| Returns |
void |
|
|
Private Field Details |
$_data |
|
private array $_data
>><<
|
|
$_style |
|
private array $_style
>><<
|
|
|
|
|
|
| PHPDoc 1.0beta |