onPHP

FetchStrategy Class Reference

 

FetchStrategy Class Reference
[Object queries API]

Inheritance diagram for FetchStrategy:

Inheritance graph
[legend]
List of all members.

Static Public Member Functions

static join ()
 
Returns:
FetchStrategy

static cascade ()
 
Returns:
FetchStrategy

static lazy ()
 
Returns:
FetchStrategy


Public Attributes

const JOIN = 1
const CASCADE = 2
const LAZY = 3

Protected Attributes

 $names

Detailed Description

Definition at line 16 of file FetchStrategy.class.php.


Member Function Documentation

static FetchStrategy::join (  )  [static]

Returns:
FetchStrategy

Definition at line 31 of file FetchStrategy.class.php.

Referenced by Criteria::__construct().

static FetchStrategy::cascade (  )  [static]

Returns:
FetchStrategy

Definition at line 39 of file FetchStrategy.class.php.

Referenced by Criteria::__construct(), and MetaConfiguration::load().

static FetchStrategy::lazy (  )  [static]

Returns:
FetchStrategy

Definition at line 47 of file FetchStrategy.class.php.

Referenced by MetaConfiguration::load().


Member Data Documentation

FetchStrategy::$names [protected]

Initial value:

 array(
            self::JOIN      => 'queryJoinedObjectSet',
            self::CASCADE   => 'queryObjectSet',
            self::LAZY      => 'queryObjectSet'
        )

Reimplemented from Enumeration.

Definition at line 22 of file FetchStrategy.class.php.


The documentation for this class was generated from the following file:

generated by doxygen-1.5.1
for onPHP at Mon Apr 30 23:11:23 2007