예제 #1
0
        /**
         * Returns the array value with the given key.
         */
        public override Value get(Value key)
        {
            Env env = Env.getInstance();

            ArrayDelegate delegate = _quercusClass.getArrayDelegate();

            if (delegate != null)
            {
                return(delegate.get(env, this, key));
            }