PhpExt : Config [ class tree ] [ index ] [ all elements ]

Class: PhpExt_Config_TableCell

Source Location: /PhpExt/Config/TableCell.inc.php

Class PhpExt_Config_TableCell

Method Summary
PhpExt_Config_TableCell   __construct()  
integer   getColSpan()   Cell Col Span
string   getHtml()   Inner HTML for the cell
integer   getRowSpan()   Cell Row Span
PhpExt_Config_TableCell   setColSpan()   Cell Col Span
PhpExt_Config_TableCell   setHtml()   Inner HTML for the cell
PhpExt_Config_TableCell   setRowSpan()   Cell Row Span

[ Top ]
Methods
Constructor __construct  [line 81]

  PhpExt_Config_TableCell __construct( $html, [ $colspan = null], [ $rowspan = null]  )

Parameters:
   $html: 
   $colspan: 
   $rowspan: 

API Tags:
Access:  public


Redefinition of:
PhpExt_Config_ConfigObject::__construct()

[ Top ]
getColSpan  [line 76]

  integer getColSpan( )

Cell Col Span


API Tags:
Access:  public


[ Top ]
getHtml  [line 40]

  string getHtml( )

Inner HTML for the cell


API Tags:
Access:  public


[ Top ]
getRowSpan  [line 58]

  integer getRowSpan( )

Cell Row Span


API Tags:
Access:  public


[ Top ]
setColSpan  [line 68]

  PhpExt_Config_TableCell setColSpan( integer $value  )

Cell Col Span

Parameters:
integer   $value: 

API Tags:
Access:  public


[ Top ]
setHtml  [line 32]

  PhpExt_Config_TableCell setHtml( string $value  )

Inner HTML for the cell

Parameters:
string   $value: 

API Tags:
Access:  public


[ Top ]
setRowSpan  [line 50]

  PhpExt_Config_TableCell setRowSpan( integer $value  )

Cell Row Span

Parameters:
integer   $value: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 08 Aug 2008 16:00:45 -0500 by phpDocumentor 1.4.0