Pchp.Core.PhpString.IPhpArray C# (CSharp) Method

IPhpArray() private method

Ensures the item at given index is alias.
private IPhpArray ( IntStringKey key ) : PhpAlias
key IntStringKey
return PhpAlias
        PhpAlias IPhpArray.EnsureItemAlias(IntStringKey key) { throw new NotSupportedException(); }

Same methods

PhpString::IPhpArray ( IntStringKey key ) : IPhpArray
PhpString::IPhpArray ( IntStringKey key ) : PhpValue
PhpString::IPhpArray ( IntStringKey key ) : object
PhpString::IPhpArray ( IntStringKey key ) : void
PhpString::IPhpArray ( IntStringKey key, PhpAlias alias ) : void
PhpString::IPhpArray ( IntStringKey key, PhpValue value ) : void
PhpString::IPhpArray ( PhpValue value ) : void