This should contain the entity's identity, data values and its relationship changes.
Автор: Elliot Levin (elliot@aanet.com.au)
Наследование: extends EntityPropertyData
Пример #1
0
 /**
  * {@inheritDoc}
  */
 public final function PersistanceData(array $PersistanceData = [])
 {
     if ($this->PersistenceData === null) {
         $this->PersistenceData = new PersistenceData($this);
     }
     return $this->PersistenceData->Another($PersistanceData);
 }