Class Property
Property object
- Model
- 
			 AppModel AppModel
- 
			 BEAppModel BEAppModel
- 
			 Property Property
		
		
		
		
			Located at models/property.php
		
	
		Methods summary
| 
				 public 
				proerty
				
				 | |
| 
				 public 
				array
				
				 | 
			#
			 propertyNames( integer $objectTypeId )Return an array of property names of a specific object_type_id. The array keys are the property ids | 
Methods inherited from BEAppModel
				am(), 
				buildQueryStatement(), 
				checkDate(), 
				checkDuration(), 
				checkFloat(), 
				checkNumber(), 
				containLevel(), 
				email(), 
				fieldsString(), 
				findObjects(), 
				findObjectsAfterFilter(), 
				findObjectsClauses(), 
				findObjectsCount(), 
				getBindingsLevel(), 
				getDefaultDateFormat(), 
				getDriver(), 
				getEndQuote(), 
				getLimitClausole(), 
				getStartQuote(), 
				setBindingsLevel(), 
				setupDbParams(), 
				toolbar()
			
Methods inherited from AppModel
Properties summary
| 
				public  
				array
			 | $actsAs | 
					#
					 array('CompactResult' => 
    array('PropertyOption', 'ObjectProperty', 'UserProperty')) | 
| 
				public  
				array
			 | $hasMany | 
					#
					 array(
    'PropertyOption', 
    'ObjectProperty', 
    'UserProperty') | 
| 
				public  
				array
			 | $validate | 
					#
					 array(
    'name' => array(
      'rule' => 'notEmpty'
    )
) |