yaf/yaf_namespace.php [2275:2326]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function __isset($name) {}

    /**
     * @see \Countable::count
     */
    public function count() {}

    /**
     * @see \Iterator::rewind
     */
    public function rewind() {}

    /**
     * @see \Iterator::current
     */
    public function current() {}

    /**
     * @see \Iterator::next
     */
    public function next() {}

    /**
     * @see \Iterator::valid
     */
    public function valid() {}

    /**
     * @see \Iterator::key
     */
    public function key() {}

    /**
     * @see \ArrayAccess::offsetUnset
     * @deprecated not_implemented
     */
    public function offsetUnset($name) {}

    /**
     * @see \ArrayAccess::offsetGet
     */
    public function offsetGet($name) {}

    /**
     * @see \ArrayAccess::offsetExists
     */
    public function offsetExists($name) {}

    /**
     * @see \ArrayAccess::offsetSet
     */
    public function offsetSet($name, $value) {}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



yaf/yaf_namespace.php [2374:2424]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function __isset($name) {}

    /**
     * @see \Countable::count
     */
    public function count() {}

    /**
     * @see \Iterator::rewind
     */
    public function rewind() {}

    /**
     * @see \Iterator::current
     */
    public function current() {}

    /**
     * @see \Iterator::next
     */
    public function next() {}

    /**
     * @see \Iterator::valid
     */
    public function valid() {}

    /**
     * @see \Iterator::key
     */
    public function key() {}

    /**
     * @see \ArrayAccess::offsetUnset
     */
    public function offsetUnset($name) {}

    /**
     * @see \ArrayAccess::offsetGet
     */
    public function offsetGet($name) {}

    /**
     * @see \ArrayAccess::offsetExists
     */
    public function offsetExists($name) {}

    /**
     * @see \ArrayAccess::offsetSet
     */
    public function offsetSet($name, $value) {}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



