diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 | 
| commit | 27b59cd44fcfc3a5df150744635056c79f75017b (patch) | |
| tree | e6fc0c2c5efa8bd229b75e7aaa2e1731cd975393 /REFLECTION | |
| parent | 4867c8e0450ce4484c2e7b77935cc16c0f611687 (diff) | |
php-pecl-*: add Reflection file
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 208 | 
1 files changed, 208 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..270a659 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,208 @@ +Extension [ <persistent> extension #144 xmldiff version 0.9.2 ] { + +  - Dependencies { +    Dependency [ dom (Required) ] +    Dependency [ libxml (Required) ] +  } + +  - Classes [5] { +    Class [ <internal:xmldiff> abstract class XMLDiff\Base ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [3] { +        Method [ <internal:xmldiff, ctor> public method __construct ] { +        } + +        Method [ <internal:xmldiff> abstract public method diff ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $from ] +            Parameter #1 [ <required> $to ] +          } +        } + +        Method [ <internal:xmldiff> abstract public method merge ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $src ] +            Parameter #1 [ <required> $diff ] +          } +        } +      } +    } + +    Class [ <internal:xmldiff> class XMLDiff\DOM extends XMLDiff\Base ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [3] { +        Method [ <internal:xmldiff, overwrites XMLDiff\Base, prototype XMLDiff\Base> public method diff ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $from ] +            Parameter #1 [ <required> $to ] +          } +        } + +        Method [ <internal:xmldiff, overwrites XMLDiff\Base, prototype XMLDiff\Base> public method merge ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $src ] +            Parameter #1 [ <required> $diff ] +          } +        } + +        Method [ <internal:xmldiff, inherits XMLDiff\Base, ctor> public method __construct ] { +        } +      } +    } + +    Class [ <internal:xmldiff> class XMLDiff\File extends XMLDiff\Base ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [3] { +        Method [ <internal:xmldiff, overwrites XMLDiff\Base, prototype XMLDiff\Base> public method diff ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $from ] +            Parameter #1 [ <required> $to ] +          } +        } + +        Method [ <internal:xmldiff, overwrites XMLDiff\Base, prototype XMLDiff\Base> public method merge ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $src ] +            Parameter #1 [ <required> $diff ] +          } +        } + +        Method [ <internal:xmldiff, inherits XMLDiff\Base, ctor> public method __construct ] { +        } +      } +    } + +    Class [ <internal:xmldiff> class XMLDiff\Memory extends XMLDiff\Base ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [3] { +        Method [ <internal:xmldiff, overwrites XMLDiff\Base, prototype XMLDiff\Base> public method diff ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $from ] +            Parameter #1 [ <required> $to ] +          } +        } + +        Method [ <internal:xmldiff, overwrites XMLDiff\Base, prototype XMLDiff\Base> public method merge ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $src ] +            Parameter #1 [ <required> $diff ] +          } +        } + +        Method [ <internal:xmldiff, inherits XMLDiff\Base, ctor> public method __construct ] { +        } +      } +    } + +    Class [ <internal:xmldiff> class XMLDiff\Exception extends Exception ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [4] { +        Property [ <default> protected $message ] +        Property [ <default> protected $code ] +        Property [ <default> protected $file ] +        Property [ <default> protected $line ] +      } + +      - Methods [9] { +        Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] { + +          - Parameters [3] { +            Parameter #0 [ <optional> $message ] +            Parameter #1 [ <optional> $code ] +            Parameter #2 [ <optional> $previous ] +          } +        } + +        Method [ <internal:Core, inherits Exception> final public method getMessage ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getCode ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getFile ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getLine ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getTrace ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getPrevious ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { +        } + +        Method [ <internal:Core, inherits Exception> public method __toString ] { +        } +      } +    } +  } +} +  | 
