diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 45 | 
1 files changed, 45 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..1896199 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,45 @@ +Extension [ <persistent> extension #97 yaconf version 1.0.0 ] { + +  - INI { +    Entry [ yaconf.directory <SYSTEM> ] +      Current = '' +    } +    Entry [ yaconf.check_delay <SYSTEM> ] +      Current = '300' +    } +  } + +  - Classes [1] { +    Class [ <internal:yaconf> class Yaconf ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [2] { +        Method [ <internal:yaconf> static public method get ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $name ] +          } +        } + +        Method [ <internal:yaconf> static public method has ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $name ] +          } +        } +      } + +      - Properties [0] { +      } + +      - Methods [0] { +      } +    } +  } +} +  | 
