GetValue() abstract public method

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