Class Accommodation

Description

For a client, holds all accommodation (eg each villa or B&B room).

The only public class variables correspond to actual table columns.

Located in /application/models/Accommodation.php (line 24)

Zend_Db_Table_Abstract
   |
   --DbTableAbstract
      |
      --Accommodation
Variable Summary
Method Summary
 Accommodation __construct ()
 void getAll ( $in_type,  $in_key)
 void getAllByClient ( $in_client_id)
Variables
mixed $_primary = 'accomm_id' (line 27)
  • access: protected
mixed $_referenceMap = array( 'Accommodation' => array('columns' => 'property_id',
'refTableClass' => 'Property',
'refColumns' => 'property_id'))
(line 28)
  • access: protected
Methods
Constructor __construct (line 45)
  • access: public
Accommodation __construct ()
getAll (line 59)
  • todo: Is this used?
  • access: public
void getAll ( $in_type,  $in_key)
  • $in_type
  • $in_key
getAllByClient (line 79)
  • todo: Is this used?
  • access: public
void getAllByClient ( $in_client_id)
  • $in_client_id

Inherited Methods

Inherited From DbTableAbstract

 DbTableAbstract::formatForMaintenance()

Documentation generated on Fri, 27 Mar 2009 13:48:12 +0000 by phpDocumentor 1.4.1