Exemplo n.º 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);
Exemplo n.º 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);