AbstractReportSection Class Reference

Inheritance diagram for AbstractReportSection:
BookmarkReportSection EditableReportSection HeaderReportSection ReportSection SubReportSection EULAReportSection

List of all members.

Public Member Functions

 AbstractReportSection ()
 setAttribute ($key, $value)
 getAttr ($attr, $default="", $varSubstitute=true)
 getParent ()
 getItems ()
 getLimit ()
 getNChars ()
 getActualNChars ()
 getPercentChars ()
 getExceedingFields ()
 getEmptyFields ()
 setId ($id)
 setProjectId ($projectId)
 setPersonId ($personId)
 setInstructions ($instructions)
 getInstructions ()
 setParent ($report)
 setName ($name)
 setTitle ($title)
 setTooltip ($tooltip)
 setDisabled ($disabled)
 setBlobSection ($sec)
 setRenderPDF ($renderPDF)
 setPreviewOnly ($preview)
 setPrivate ($private)
 setNumber ($number)
 setPageBreak ($pageBreak)
 addReportItem ($item, $position=null)
 deleteReportItem ($item)
 undeleteReportItem ($item)
 getReportItemById ($itemId)
 checkPermission ($perm)
 renderTab ()
 render ()
 renderForPDF ()
 varSubstitute ($cdata)
 getVariable ($key)
 setVariable ($key, $value, $depth=0)

Public Attributes

 $id
 $parent
 $instructions
 $permissions
 $name
 $title
 $sec
 $items
 $attributes
 $selected
 $renderPDF
 $previewOnly
 $private
 $pageBreak
 $number
 $tooltip
 $disabled
 $projectId
 $personId
 $variables = array()

Member Function Documentation

AbstractReportSection::getVariable ( key  ) 

Returns the value of the variable with the given key

Parameters:
string $key The key of the variable
Returns:
string The value of the variable if found
AbstractReportSection::setVariable ( key,
value,
depth = 0 
)

Sets the value of the variable with the given key to the given value

Parameters:
string $key The key of the variable
string $value The value of the variable
integer $depth The depth of the function call (should not need to ever pass this)
Returns:
boolean Whether or not the variable was found

The documentation for this class was generated from the following file:

Generated on 9 Jan 2025 for The Forum by  doxygen 1.6.1