quailReportItem Class Reference
List of all members.
|
Public Member Functions |
| | getLine () |
| | getHTML ($extra_attributes=array()) |
Detailed Description
A report item. There is one per issue with the report
Definition at line 527 of file quail.php.
Member Function Documentation
| quailReportItem::getHTML |
( |
$ |
extra_attributes = array() |
) |
|
Returns the current element in plain HTML form
- Parameters:
-
| array | $extra_attributes An array of extra attributes to add to the element |
- Returns:
- string An HTML string version of the provided DOMElement object
Definition at line 566 of file quail.php.
| quailReportItem::getLine |
( |
|
) |
|
Returns the line number of the report item. Unfortunately we can't use getLineNo if we are before PHP 5.3, so if not we try to get the line number through a more circuitous way.
Definition at line 554 of file quail.php.
The documentation for this class was generated from the following file:
- /Applications/MAMP/htdocs/quail/trunk/quail/quail.php