Storm\Drivers\Base\Object\Properties\Accessors\Accessor::GetValue PHP Method

GetValue() abstract public method

abstract public GetValue ( $Entity )
    public abstract function GetValue($Entity);

Usage Example

Exemplo n.º 1
0
 public final function GetValue($Entity)
 {
     $Value = $this->GetTraversedValue($Entity);
     $this->FinalAccessor->SetEntityType(get_class($Value));
     return $this->FinalAccessor->GetValue($Value);
 }