Storm\Core\Object\Domain::Apply PHP Метод

Apply() закрытый публичный Метод

Applies the supplied property data to the supplied entity instance.
final public Apply ( object $Entity, PropertyData $PropertyData ) : void
$Entity object The entity to apply the property data
$PropertyData PropertyData The property data apply
Результат void
    public final function Apply($Entity, PropertyData $PropertyData)
    {
        return $this->VerifyEntity(__METHOD__, $Entity)->Apply($this, $Entity, $PropertyData);
    }