Example #1
0
 public virtual PhpValue getValue(Context ctx, object @object) => _pinfo.GetValue(ctx, @object);
 public PhpValue getValue(Context ctx) => _pinfo.GetValue(ctx, null);