From 48d952a812024a6adc96f93bc87cd57b591ddcaf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 247 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 247 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..a29cd0c --- /dev/null +++ b/REFLECTION @@ -0,0 +1,247 @@ +Extension [ extension #145 xrange version 1.3.2 ] { + + - Functions { + Function [ function xrange ] { + } + } + + - Classes [4] { + Class [ class XRangeIterator implements SeekableIterator, Traversable, Iterator, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method __construct ] { + } + + Method [ public method current ] { + } + + Method [ public method key ] { + } + + Method [ public method next ] { + } + + Method [ public method rewind ] { + } + + Method [ public method valid ] { + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ public method count ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class OddFilterIterator extends FilterIterator implements Iterator, Traversable, OuterIterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method accept ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Iterator $iterator ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class EvenFilterIterator extends FilterIterator implements Iterator, Traversable, OuterIterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method accept ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Iterator $iterator ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class NumericFilterIterator extends FilterIterator implements Iterator, Traversable, OuterIterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method accept ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Iterator $iterator ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + } +} + -- cgit