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

コード例 #1
0
ファイル: Traversing.php プロジェクト: timetoogo/penumbra
 public final function GetValue($Entity)
 {
     $Value = $this->GetTraversedValue($Entity);
     $this->FinalAccessor->SetEntityType(get_class($Value));
     return $this->FinalAccessor->GetValue($Value);
 }