Class ActiveRecord_MetaInfo

Description

ActiveRecord_MetaInfo is a structure to hold meta information for

ActiveRecord classes

Located in /activerecord/lib/ActiveRecord/Base.php (line 191)


	
			
Variable Summary
Method Summary
 mixed get (string $name, [mixed $default = NULL])
Variables
mixed $accessible_attributes (line 205)
  • access: public
mixed $associations (line 210)
  • access: public
mixed $class_name (line 194)
  • access: public
mixed $columns (line 200)
  • access: public
mixed $columns_hash (line 201)
  • access: public
mixed $column_names (line 202)
  • access: public
mixed $connection (line 193)
  • access: public
mixed $content_columns (line 203)
  • access: public
mixed $event_listeners (line 207)
  • access: public
mixed $inheritance_column (line 199)
  • access: public
mixed $parent (line 192)
  • access: public
mixed $primary_key (line 198)
  • access: public
mixed $protected_attributes (line 204)
  • access: public
mixed $proxied_methods (line 209)
  • access: public
mixed $sequence_name (line 206)
  • access: public
mixed $table_name (line 195)
  • access: public
mixed $table_name_prefix (line 196)
  • access: public
mixed $table_name_suffix (line 197)
  • access: public
mixed $validations (line 208)
  • access: public
Methods
get (line 221)

Return the value of a property. If the value is not set on this instance, it will call get() on any parent object specified.

  • return: The property value.
  • access: public
mixed get (string $name, [mixed $default = NULL])
  • string $name: The name of the property to retrieve.
  • mixed $default: The default value to return if the property is not set (defaults to NULL)
get_association (line 239)

Return the named association from the collection. If no such association exists on this instance, it will call get_association() on any parent object specified.

  • return: The association or null if not found
  • access: public
ActiveRecord_Association get_association (string $name)
  • string $name: The name of the association to retieve

Documentation generated on Wed, 25 Apr 2012 09:46:41 -0700 by phpDocumentor 1.4.3