Storm\Core\Object\IDataProperty::ReviveValue PHP Метод

ReviveValue() публичный Метод

This method should be implemented such that it sets the value of the entity with the given property value
public ReviveValue ( mixed $PropertyValue, object $Entity ) : void
$PropertyValue mixed The property value to set
$Entity object The entity
Результат void
    public function ReviveValue($PropertyValue, $Entity);