n2n Page Rocket 1 API

n2n\impl\persistence\orm\property

­Entity­Property­Adapter

abstract EntityPropertyAdapter implements EntityProperty

All Implemented Interfaces:

SubTypes

Property summary

Modifier and Type Property
protected accessProxy

Methods summary

Modifier and Type Method
public __construct ( AccessProxy accessProxy )
public setEntityModel ( EntityModel entityModel )
public EntityModel getEntityModel ( )
public setParent ( EntityProperty parent )
public EntityProperty getParent ( )
public string getName ( )
public writeValue ( object object , mixed value )
public mixed readValue ( object object )
public string toPropertyString ( )
public mixed copy ( unknown value )
public boolean equals ( mixed obj )
public hasTargetEntityModel ( )
public getTargetEntityModel ( )
public hasEmbeddedEntityPropertyCollection ( )
public getEmbeddedEntityPropertyCollection ( )
public __toString ( )

Properties in detail

Methods in detail