Class: Doctrine_Hydrate_Array

Source Location: /Doctrine/Hydrate/Array.php

Class Doctrine_Hydrate_Array

Class Overview

Doctrine_Hydrate_Array defines an array fetching strategy for Doctrine_Hydrate

Located in /Doctrine/Hydrate/Array.php [line 34]



		
				Author(s):
		
		
		
Information Tags:
Version:  $Revision$
Link:  www.phpdoctrine.com
Since:  1.0
License:  LGPL

Methods

[ Top ]
Method Summary
void   flush()  
void   getElement()  
void   getElementCollection()  
void   getNullPointer()  
void   initRelated()  
void   isIdentifiable()  
void   registerCollection()  
void   search()  

[ Top ]
Methods
flush  [line 78]

  void flush( )


API Tags:
Access:  public


[ Top ]
getElement  [line 40]

  void getElement( $data, $component  )

Parameters:
array   $data: 
   $component: 

API Tags:
Access:  public


[ Top ]
getElementCollection  [line 36]

  void getElementCollection( $component  )

Parameters:
   $component: 

API Tags:
Access:  public


[ Top ]
getNullPointer  [line 59]

  void getNullPointer( )


API Tags:
Access:  public


[ Top ]
initRelated  [line 52]

  void initRelated( &$data, $name  )

Parameters:
array   &$data: 
   $name: 

API Tags:
Access:  public


[ Top ]
isIdentifiable  [line 44]

  void isIdentifiable( $data, Doctrine_Table $table  )

Parameters:
array   $data: 
Doctrine_Table   $table: 

API Tags:
Access:  public


[ Top ]
registerCollection  [line 48]

  void registerCollection( $coll  )

Parameters:
   $coll: 

API Tags:
Access:  public


[ Top ]
search  [line 63]

  void search( $element, $data  )

Parameters:
array   $element: 
array   $data: 

API Tags:
Access:  public


[ Top ]