예제 #1
0
 /// <summary>
 /// Accesses the value as an array and ensures the item at given index as alias.
 /// </summary>
 public PhpAlias EnsureItemAlias(PhpValue index, bool quiet = false) => _type.EnsureItemAlias(ref this, index, quiet);
예제 #2
0
 /// <summary>
 /// Accesses the value as an array and ensures the item at given index as alias.
 /// </summary>
 public PhpAlias EnsureItemAlias(IntStringKey key, bool quiet = false) => _type.EnsureItemAlias(ref this, key, quiet);