PHP Class Doctrine\Tests\ODM\PHPCR\Id\ParentClassMetadataProxy

Inheritance: extends Doctrine\ODM\PHPCR\Mapping\ClassMetadata
Show file Open project: doctrine/phpcr-odm

Public Properties

Property Type Description
$identifier
$nodename
$parentMapping
$reflFields

Protected Properties

Property Type Description
$_id
$_nodename
$_parent

Public Methods

Method Description
__construct ( $parent, $nodename, $identifier, $mockField = null )
getFieldValue ( $document, $field )

Method Details

__construct() public method

public __construct ( $parent, $nodename, $identifier, $mockField = null )

getFieldValue() public method

public getFieldValue ( $document, $field )

Property Details

$_id protected property

protected $_id

$_nodename protected property

protected $_nodename

$_parent protected property

protected $_parent

$identifier public property

public $identifier

$nodename public property

public $nodename

$parentMapping public property

public $parentMapping

$reflFields public property

public $reflFields