PHP Class Storm\Drivers\Base\Object\Properties\MultipleEntityProperty

Inheritance: extends RelationshipProperty, implements Storm\Core\Object\ICollectionProperty
Datei anzeigen Open project: timetoogo/penumbra

Protected Properties

Property Type Description
$RelationshipType Storm\Drivers\Base\Object\Properties\IRelationshipType

Public Methods

Method Description
Discard ( UnitOfWork $UnitOfWork, $ParentEntity )
Persist ( UnitOfWork $UnitOfWork, $ParentEntity )
__construct ( Accessor $Accessor, $EntityType, Storm\Drivers\Base\Object\Properties\IRelationshipType $RelationshipType, Storm\Core\Object\IProperty $BackReferenceProperty = null, Storm\Drivers\Base\Object\Properties\Proxies\IProxyGenerator $ProxyGenerator = null )

Protected Methods

Method Description
DiscardRelationshipChanges ( Domain $Domain, UnitOfWork $UnitOfWork, $ParentEntity, $CurrentValue, $HasOriginalValue, $OriginalValue )
PersistRelationshipChanges ( Domain $Domain, UnitOfWork $UnitOfWork, $ParentEntity, $CurrentValue, $HasOriginalValue, $OriginalValue )
ReviveArrayOfLazyRevivalData ( Domain $Domain, $Entity, array $LazyRevivalDataArray, Storm\Core\Object\IProperty $BackReferenceProperty = null )
ReviveProxies ( Domain $Domain, $Entity, array $Proxies )

Method Details

Discard() final public method

final public Discard ( UnitOfWork $UnitOfWork, $ParentEntity )
$UnitOfWork Storm\Core\Object\UnitOfWork

DiscardRelationshipChanges() abstract protected method

abstract protected DiscardRelationshipChanges ( Domain $Domain, UnitOfWork $UnitOfWork, $ParentEntity, $CurrentValue, $HasOriginalValue, $OriginalValue )
$Domain Storm\Core\Object\Domain
$UnitOfWork Storm\Core\Object\UnitOfWork

Persist() public method

public Persist ( UnitOfWork $UnitOfWork, $ParentEntity )
$UnitOfWork Storm\Core\Object\UnitOfWork

PersistRelationshipChanges() abstract protected method

abstract protected PersistRelationshipChanges ( Domain $Domain, UnitOfWork $UnitOfWork, $ParentEntity, $CurrentValue, $HasOriginalValue, $OriginalValue )
$Domain Storm\Core\Object\Domain
$UnitOfWork Storm\Core\Object\UnitOfWork

ReviveArrayOfLazyRevivalData() final protected method

final protected ReviveArrayOfLazyRevivalData ( Domain $Domain, $Entity, array $LazyRevivalDataArray, Storm\Core\Object\IProperty $BackReferenceProperty = null )
$Domain Storm\Core\Object\Domain
$LazyRevivalDataArray array
$BackReferenceProperty Storm\Core\Object\IProperty

ReviveProxies() protected method

protected ReviveProxies ( Domain $Domain, $Entity, array $Proxies )
$Domain Storm\Core\Object\Domain
$Proxies array

__construct() public method

public __construct ( Accessor $Accessor, $EntityType, Storm\Drivers\Base\Object\Properties\IRelationshipType $RelationshipType, Storm\Core\Object\IProperty $BackReferenceProperty = null, Storm\Drivers\Base\Object\Properties\Proxies\IProxyGenerator $ProxyGenerator = null )
$Accessor Storm\Drivers\Base\Object\Properties\Accessors\Accessor
$RelationshipType Storm\Drivers\Base\Object\Properties\IRelationshipType
$BackReferenceProperty Storm\Core\Object\IProperty
$ProxyGenerator Storm\Drivers\Base\Object\Properties\Proxies\IProxyGenerator

Property Details

$RelationshipType protected_oe property

protected IRelationshipType,Storm\Drivers\Base\Object\Properties $RelationshipType
return Storm\Drivers\Base\Object\Properties\IRelationshipType