Class ExportType

Description

Export type object -- contains all data for constructing SQL and interpretting output

Located in /inc/export/exporttypes.php (line 25)


	
			
Variable Summary
mixed $basetable
mixed $breakField
mixed $description
mixed $distinct
mixed $fieldOrder
mixed $fields
mixed $group
mixed $header
mixed $join
mixed $limitation
mixed $manualGroup
mixed $manualSum
mixed $name
mixed $omitFields
mixed $order
mixed $pivot
mixed $timewhere
mixed $union
mixed $where
Method Summary
ExportType ExportType ( $name,  $basetable,  $description,  $header,  $limitation)
Variables
mixed $basetable (line 27)
mixed $breakField (line 46)
mixed $description (line 29)
mixed $distinct = 0 (line 41)
mixed $fieldOrder = '' (line 35)
mixed $fields = array() (line 31)
mixed $group (line 38)
mixed $header (line 28)
mixed $join = array() (line 33)
mixed $limitation (line 30)
mixed $manualGroup (line 39)
mixed $manualSum (line 40)
mixed $name (line 26)
mixed $omitFields = array() (line 45)
mixed $order (line 37)
mixed $pivot (line 34)
mixed $timewhere = array('bookwhen >= ', 'bookwhen < ') (line 36)
mixed $union = '' (line 42)
mixed $where = array() (line 32)
Methods
Constructor ExportType (line 48)
ExportType ExportType ( $name,  $basetable,  $description,  $header,  $limitation)
  • $name
  • $basetable
  • $description
  • $header
  • $limitation

Documentation generated on Tue, 06 Mar 2007 10:01:31 +0000 by phpDocumentor 1.3.0