Property | Type | Description | |
---|---|---|---|
$entity | object | ||
$metadata |
Method | Description | |
---|---|---|
__construct ( |
||
getEntityClassName ( object | string $entity ) : string | Get the true class name of the entity, resolving any proxy wrappers | |
getId ( ) : string | Get an ID for the given data | |
getIndexValue ( Bravo3\Orm\Mappers\Metadata\Index $index ) : string | Get the value of an index | |
getMethodValue ( $name ) : mixed | Get the value of a method on the entity | |
getPropertyValue ( string $name ) : mixed | Get the value of a property on the entity |
public __construct ( |
||
$metadata | ||
$entity | object |
public getIndexValue ( Bravo3\Orm\Mappers\Metadata\Index $index ) : string | ||
$index | Bravo3\Orm\Mappers\Metadata\Index | |
return | string |
public getMethodValue ( $name ) : mixed | ||
$name | ||
return | mixed |
public getPropertyValue ( string $name ) : mixed | ||
$name | string | |
return | mixed |