/// <summary> /// Gets callable wrapper for the object dynamic invocation. /// </summary> public IPhpCallable AsCallable(RuntimeTypeHandle callerCtx = default(RuntimeTypeHandle)) => _type.AsCallable(ref this, callerCtx);
public PhpArray AsArray() => _type.AsArray(ref this); // TODO: return IPhpArrayOperators /// <summary> /// Gets callable wrapper for the object dynamic invocation. /// </summary> /// <returns></returns> public IPhpCallable AsCallable() => _type.AsCallable(ref this);