PHP Class Phalcon\Db\Adapter\Mongo\DbRef

Inheritance: extends MongoDBRef
Datei anzeigen Open project: phalcon/incubator

Protected Properties

Property Type Description
$collection
$ref

Public Methods

Method Description
__construct ( $collection, $ref )
__get ( $name )
__set ( $name, $value )
getRelated ( )

Method Details

__construct() public method

public __construct ( $collection, $ref )

__get() public method

public __get ( $name )

__set() public method

public __set ( $name, $value )

getRelated() public method

public getRelated ( )

Property Details

$collection protected_oe property

protected $collection

$ref protected_oe property

protected $ref