summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION62
1 files changed, 35 insertions, 27 deletions
diff --git a/REFLECTION b/REFLECTION
index 3550160..e85ff9a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
+Extension [ <persistent> extension #126 yaf version 3.3.7 ] {
- Dependencies {
Dependency [ spl (Required) ]
@@ -37,7 +37,7 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
}
- Constants [13] {
- Constant [ string YAF_VERSION ] { 3.3.6 }
+ Constant [ string YAF_VERSION ] { 3.3.7 }
Constant [ string YAF_ENVIRON ] { product }
Constant [ int YAF_ERR_STARTUP_FAILED ] { 512 }
Constant [ int YAF_ERR_ROUTE_FAILED ] { 513 }
@@ -1795,7 +1795,7 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
- Parameters [2] {
Parameter #0 [ <required> string $tpl ]
- Parameter #1 [ <optional> array $parameters = NULL ]
+ Parameter #1 [ <optional> ?array $parameters = NULL ]
}
- Return [ string|bool|null ]
}
@@ -1804,7 +1804,7 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
- Parameters [2] {
Parameter #0 [ <required> string $tpl ]
- Parameter #1 [ <optional> array $parameters = NULL ]
+ Parameter #1 [ <optional> ?array $parameters = NULL ]
}
- Return [ ?bool ]
}
@@ -1847,7 +1847,7 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
Method [ <internal:yaf> public method initView ] {
- Parameters [1] {
- Parameter #0 [ <optional> array $options = NULL ]
+ Parameter #0 [ <optional> ?array $options = NULL ]
}
- Return [ ?object ]
}
@@ -1949,7 +1949,7 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
- Parameters [2] {
Parameter #0 [ <required> string $tpl ]
- Parameter #1 [ <optional> array $parameters = NULL ]
+ Parameter #1 [ <optional> ?array $parameters = NULL ]
}
- Return [ string|bool|null ]
}
@@ -1958,7 +1958,7 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
- Parameters [2] {
Parameter #0 [ <required> string $tpl ]
- Parameter #1 [ <optional> array $parameters = NULL ]
+ Parameter #1 [ <optional> ?array $parameters = NULL ]
}
- Return [ ?bool ]
}
@@ -2001,7 +2001,7 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method initView ] {
- Parameters [1] {
- Parameter #0 [ <optional> array $options = NULL ]
+ Parameter #0 [ <optional> ?array $options = NULL ]
}
- Return [ ?object ]
}
@@ -2243,24 +2243,24 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
- Return [ bool ]
}
- Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype ArrayAccess> public method offsetGet ] {
+ Method [ <internal:yaf> public method __set ] {
- - Parameters [1] {
+ - Parameters [2] {
Parameter #0 [ <required> mixed $name ]
+ Parameter #1 [ <required> mixed $value ]
}
- - Return [ mixed ]
+ - Return [ void ]
}
- Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype ArrayAccess> public method offsetSet ] {
+ Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype ArrayAccess> public method offsetGet ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <required> mixed $name ]
- Parameter #1 [ <required> mixed $value ]
}
- - Return [ void ]
+ - Return [ mixed ]
}
- Method [ <internal:yaf> public method __set ] {
+ Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
Parameter #0 [ <required> mixed $name ]
@@ -2535,7 +2535,7 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
- Parameters [2] {
Parameter #0 [ <required> string $tpl ]
- Parameter #1 [ <optional> array $tpl_vars = NULL ]
+ Parameter #1 [ <optional> ?array $tpl_vars = NULL ]
}
}
@@ -2543,7 +2543,7 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
- Parameters [2] {
Parameter #0 [ <required> string $tpl ]
- Parameter #1 [ <optional> array $tpl_vars = NULL ]
+ Parameter #1 [ <optional> ?array $tpl_vars = NULL ]
}
}
@@ -2576,19 +2576,19 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
- Properties [0] {
}
- - Methods [12] {
+ - Methods [13] {
Method [ <internal:yaf, ctor> final public method __construct ] {
- Parameters [2] {
Parameter #0 [ <required> string $tempalte_dir ]
- Parameter #1 [ <optional> array $options = NULL ]
+ Parameter #1 [ <optional> ?array $options = NULL ]
}
}
Method [ <internal:yaf> public method get ] {
- Parameters [1] {
- Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #0 [ <optional> ?string $name = NULL ]
}
- Return [ mixed ]
}
@@ -2632,7 +2632,7 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
Method [ <internal:yaf> public method assignRef ] {
- Parameters [2] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> ?string $name ]
Parameter #1 [ <required> mixed &$value ]
}
- Return [ ?object ]
@@ -2641,7 +2641,7 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
Method [ <internal:yaf> public method clear ] {
- Parameters [1] {
- Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #0 [ <optional> ?string $name = NULL ]
}
- Return [ ?object ]
}
@@ -2661,12 +2661,12 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
- Return [ ?string ]
}
- Method [ <internal:yaf> public method __get ] {
+ Method [ <internal:yaf> public method __isset ] {
- Parameters [1] {
- Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #0 [ <required> string $name ]
}
- - Return [ mixed ]
+ - Return [ bool ]
}
Method [ <internal:yaf> public method __set ] {
@@ -2677,6 +2677,14 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
}
- Return [ void ]
}
+
+ Method [ <internal:yaf> public method __get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ mixed ]
+ }
}
}
@@ -3213,7 +3221,7 @@ Extension [ <persistent> extension #98 yaf version 3.3.6 ] {
Method [ <internal:yaf> public method get ] {
- Parameters [1] {
- Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #0 [ <optional> ?string $name = NULL ]
}
- Return [ mixed ]
}