Storm\Drivers\Base\Object\Properties\Accessors\Accessor::GetValue PHP Méthode

GetValue() abstract public méthode

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

Usage Example

Exemple #1
0
 public final function GetValue($Entity)
 {
     $Value = $this->GetTraversedValue($Entity);
     $this->FinalAccessor->SetEntityType(get_class($Value));
     return $this->FinalAccessor->GetValue($Value);
 }