summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-08-21 20:12:32 +0200
committerRemi Collet <fedora@famillecollet.com>2015-08-21 20:12:32 +0200
commite1e5aeed3bf088e5fe31e01754215c8baad8041c (patch)
tree0561b9d6c1538d3237f9bcd9b449658cf97d2ac2
parentb5988464a0f31e58281fe3c95e058639c4a900dc (diff)
php-phalcon2: 2.0.7
-rw-r--r--REFLECTION591
-rw-r--r--php-phalcon2.spec8
2 files changed, 507 insertions, 92 deletions
diff --git a/REFLECTION b/REFLECTION
index f11b59d..1934535 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
+Extension [ <persistent> extension #191 phalcon version 2.0.7 ] {
- INI {
Entry [ phalcon.db.escape_identifiers <ALL> ]
@@ -28,6 +28,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Entry [ phalcon.orm.late_state_binding <ALL> ]
Current = '0'
}
+ Entry [ phalcon.orm.enable_implicit_joins <ALL> ]
+ Current = '1'
+ }
Entry [ phalcon.orm.cast_on_hydrate <ALL> ]
Current = '0'
}
@@ -36,7 +39,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
- - Classes [354] {
+ - Classes [357] {
Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] {
- Constants [0] {
@@ -1802,7 +1805,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
- Properties [0] {
}
- - Methods [10] {
+ - Methods [11] {
Method [ <internal:phalcon> abstract public method start ] {
}
@@ -1853,6 +1856,17 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
Method [ <internal:phalcon> abstract public method destroy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $removeData ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method regenerateId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $deleteOldSession ]
+ }
}
}
}
@@ -3266,7 +3280,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
- Properties [0] {
}
- - Methods [7] {
+ - Methods [8] {
Method [ <internal:phalcon, ctor> abstract public method __construct ] {
- Parameters [3] {
@@ -3306,6 +3320,14 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Parameter #1 [ <optional> Phalcon\DiInterface or NULL $dependencyInjector ]
}
}
+
+ Method [ <internal:phalcon> abstract public method setParameter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $position ]
+ Parameter #1 [ <required> array $parameter ]
+ }
+ }
}
}
@@ -3470,6 +3492,107 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Http\CookieInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [17] {
+ Method [ <internal:phalcon> abstract public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $filters ]
+ Parameter #1 [ <optional> $defaultValue ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method send ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method delete ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method useEncryption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $useEncryption ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method isUsingEncryption ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method setExpiration ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $expire ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getExpiration ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method setPath ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $path ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getName ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method getPath ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method setDomain ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $domain ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getDomain ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method setSecure ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $secure ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getSecure ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method setHttpOnly ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $httpOnly ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getHttpOnly ] {
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Http\RequestInterface ] {
- Constants [0] {
@@ -4592,15 +4715,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon> abstract static public method fromInput ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ]
- Parameter #1 [ <required> $modelName ]
- Parameter #2 [ <required> array $data ]
- }
- }
+ - Static methods [0] {
}
- Properties [0] {
@@ -6444,7 +6559,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -6454,6 +6569,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -8940,7 +9058,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $_options ]
}
- - Methods [19] {
+ - Methods [20] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
@@ -8971,6 +9089,13 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Method [ <internal:phalcon> public method getName ] {
}
+ Method [ <internal:phalcon> public method regenerateId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $deleteOldSession ]
+ }
+ }
+
Method [ <internal:phalcon> public method get ] {
- Parameters [3] {
@@ -9016,6 +9141,10 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
Method [ <internal:phalcon> public method destroy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $removeData ]
+ }
}
Method [ <internal:phalcon> public method status ] {
@@ -9070,7 +9199,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -9080,6 +9209,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -10762,7 +10894,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -10772,6 +10904,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -11061,6 +11196,63 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Exception extends Phalcon\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 [10] {
+ 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> public method __wakeup ] {
+ }
+
+ 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 ] {
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Acl ] {
- Constants [2] {
@@ -11258,7 +11450,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -11268,6 +11460,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -11868,7 +12063,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -11878,6 +12073,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -12212,7 +12410,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -12222,6 +12420,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -14135,7 +14336,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -14145,6 +14346,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -14449,7 +14653,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $_backends ]
}
- - Methods [7] {
+ - Methods [8] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
@@ -14504,6 +14708,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Parameter #1 [ <optional> $lifetime ]
}
}
+
+ Method [ <internal:phalcon> public method flush ] {
+ }
}
}
@@ -14608,7 +14815,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -14618,6 +14825,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -14899,7 +15109,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -14909,6 +15119,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -15081,7 +15294,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -15091,6 +15304,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -15661,7 +15877,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -15671,6 +15887,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -15840,7 +16059,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -15850,6 +16069,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -20207,7 +20429,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -20217,6 +20439,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -20367,7 +20592,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Method [ <internal:phalcon> public method setSqlVariables ] {
- Parameters [1] {
- Parameter #0 [ <required> $sqlVariables ]
+ Parameter #0 [ <required> array $sqlVariables ]
}
}
@@ -20377,7 +20602,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Method [ <internal:phalcon> public method setSqlBindTypes ] {
- Parameters [1] {
- Parameter #0 [ <required> $sqlBindTypes ]
+ Parameter #0 [ <required> array $sqlBindTypes ]
}
}
@@ -20833,7 +21058,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -20843,6 +21068,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -20887,7 +21115,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -20897,6 +21125,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -21164,7 +21395,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
- Method [ <internal:phalcon> public method setParameter ] {
+ Method [ <internal:phalcon, prototype Phalcon\Di\ServiceInterface> public method setParameter ] {
- Parameters [2] {
Parameter #0 [ <required> $position ]
@@ -21331,7 +21562,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -21341,6 +21572,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -21449,7 +21683,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -21459,6 +21693,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -21668,7 +21905,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -21678,6 +21915,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -21825,7 +22065,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -21835,6 +22075,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -24585,7 +24828,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -24595,6 +24838,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -24914,7 +25160,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Http\Cookie implements Phalcon\Di\InjectionAwareInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Http\Cookie implements Phalcon\Http\CookieInterface, Phalcon\Di\InjectionAwareInterface ] {
- Constants [0] {
}
@@ -24964,14 +25210,14 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
}
- Method [ <internal:phalcon> public method setValue ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method setValue ] {
- Parameters [1] {
Parameter #0 [ <required> $value ]
}
}
- Method [ <internal:phalcon> public method getValue ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method getValue ] {
- Parameters [2] {
Parameter #0 [ <optional> $filters ]
@@ -24979,76 +25225,76 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
- Method [ <internal:phalcon> public method send ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method send ] {
}
Method [ <internal:phalcon> public method restore ] {
}
- Method [ <internal:phalcon> public method delete ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method delete ] {
}
- Method [ <internal:phalcon> public method useEncryption ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method useEncryption ] {
- Parameters [1] {
Parameter #0 [ <required> $useEncryption ]
}
}
- Method [ <internal:phalcon> public method isUsingEncryption ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method isUsingEncryption ] {
}
- Method [ <internal:phalcon> public method setExpiration ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method setExpiration ] {
- Parameters [1] {
Parameter #0 [ <required> $expire ]
}
}
- Method [ <internal:phalcon> public method getExpiration ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method getExpiration ] {
}
- Method [ <internal:phalcon> public method setPath ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method setPath ] {
- Parameters [1] {
Parameter #0 [ <required> $path ]
}
}
- Method [ <internal:phalcon> public method getName ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method getName ] {
}
- Method [ <internal:phalcon> public method getPath ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method getPath ] {
}
- Method [ <internal:phalcon> public method setDomain ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method setDomain ] {
- Parameters [1] {
Parameter #0 [ <required> $domain ]
}
}
- Method [ <internal:phalcon> public method getDomain ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method getDomain ] {
}
- Method [ <internal:phalcon> public method setSecure ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method setSecure ] {
- Parameters [1] {
Parameter #0 [ <required> $secure ]
}
}
- Method [ <internal:phalcon> public method getSecure ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method getSecure ] {
}
- Method [ <internal:phalcon> public method setHttpOnly ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method setHttpOnly ] {
- Parameters [1] {
Parameter #0 [ <required> $httpOnly ]
}
}
- Method [ <internal:phalcon> public method getHttpOnly ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\CookieInterface> public method getHttpOnly ] {
}
Method [ <internal:phalcon> public method __toString ] {
@@ -25074,7 +25320,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -25084,6 +25330,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -25430,7 +25679,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -25440,6 +25689,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -25812,7 +26064,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -25822,6 +26074,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -26593,7 +26848,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -26603,6 +26858,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -26783,7 +27041,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -26793,6 +27051,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -27447,7 +27708,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -27457,6 +27718,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -27974,7 +28238,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -27984,6 +28248,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -28493,7 +28760,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -28503,6 +28770,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -28963,7 +29233,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -28973,6 +29243,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -29411,7 +29684,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -29421,6 +29694,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -29595,7 +29871,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
- Parameters [2] {
Parameter #0 [ <required> $method ]
- Parameter #1 [ <optional> $arguments ]
+ Parameter #1 [ <required> $arguments ]
}
}
@@ -30212,12 +30488,13 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
- Static methods [1] {
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> static public method fromInput ] {
+ Method [ <internal:phalcon> static public method fromInput ] {
- - Parameters [3] {
+ - Parameters [4] {
Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ]
Parameter #1 [ <required> $modelName ]
Parameter #2 [ <required> array $data ]
+ Parameter #3 [ <optional> $operator ]
}
}
}
@@ -33271,7 +33548,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
- Static methods [0] {
}
- - Properties [19] {
+ - Properties [20] {
Property [ <default> protected $_dependencyInjector ]
Property [ <default> protected $_manager ]
Property [ <default> protected $_metaData ]
@@ -33291,14 +33568,16 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $_uniqueRow ]
Property [ <default> protected $_bindParams ]
Property [ <default> protected $_bindTypes ]
+ Property [ <default> protected $_enableImplicitJoins ]
}
- Methods [44] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <optional> $phql ]
Parameter #1 [ <optional> Phalcon\DiInterface or NULL $dependencyInjector ]
+ Parameter #2 [ <optional> $options ]
}
}
@@ -33660,9 +33939,10 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\Query\BuilderInterface> public method addFrom ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <required> $model ]
Parameter #1 [ <optional> $alias ]
+ Parameter #2 [ <optional> $with ]
}
}
@@ -33926,7 +34206,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $_options ]
}
- - Methods [15] {
+ - Methods [16] {
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\RelationInterface, ctor> public method __construct ] {
- Parameters [5] {
@@ -33962,6 +34242,13 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\RelationInterface> public method getOptions ] {
}
+ Method [ <internal:phalcon> public method getOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\RelationInterface> public method isForeignKey ] {
}
@@ -34506,7 +34793,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $_record ]
}
- - Methods [11] {
+ - Methods [12] {
Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- Parameters [2] {
@@ -34521,6 +34808,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Method [ <internal:phalcon> public method getRecord ] {
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -34681,7 +34971,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $_messages ]
}
- - Methods [11] {
+ - Methods [12] {
Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- Parameters [2] {
@@ -34696,6 +34986,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Method [ <internal:phalcon> public method getMessages ] {
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -35693,7 +35986,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -35703,6 +35996,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -36133,7 +36429,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -36143,6 +36439,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -37212,7 +37511,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\View\Exception extends Phalcon\Exception ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception ] {
- Constants [0] {
}
@@ -37230,7 +37529,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -37240,6 +37539,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -37627,7 +37929,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -37637,6 +37939,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -37679,7 +37984,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $_parameters ]
}
- - Methods [15] {
+ - Methods [16] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
@@ -37729,6 +38034,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:phalcon> public method listTubes ] {
+ }
+
Method [ <internal:phalcon> public method peekReady ] {
}
@@ -38083,7 +38391,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -38093,6 +38401,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -38119,6 +38430,62 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Security\Random ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [6] {
+ Method [ <internal:phalcon> public method bytes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $len ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method hex ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $len ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method base64 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $len ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method base64Safe ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $len ]
+ Parameter #1 [ <optional> $padding ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method uuid ] {
+ }
+
+ Method [ <internal:phalcon> public method number ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $len ]
+ }
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Session ] {
- Constants [0] {
@@ -38157,7 +38524,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $_options ]
}
- - Methods [19] {
+ - Methods [20] {
Method [ <internal:phalcon, inherits Phalcon\Session\Adapter, ctor> public method __construct ] {
- Parameters [1] {
@@ -38188,6 +38555,13 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Method [ <internal:phalcon, inherits Phalcon\Session\Adapter> public method getName ] {
}
+ Method [ <internal:phalcon, inherits Phalcon\Session\Adapter, prototype Phalcon\Session\AdapterInterface> public method regenerateId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $deleteOldSession ]
+ }
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Session\Adapter, prototype Phalcon\Session\AdapterInterface> public method get ] {
- Parameters [3] {
@@ -38233,6 +38607,10 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
Method [ <internal:phalcon, inherits Phalcon\Session\Adapter, prototype Phalcon\Session\AdapterInterface> public method destroy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $removeData ]
+ }
}
Method [ <internal:phalcon, inherits Phalcon\Session\Adapter> public method status ] {
@@ -38291,7 +38669,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $_lifetime ]
}
- - Methods [26] {
+ - Methods [27] {
Method [ <internal:phalcon> public method getLibmemcached ] {
}
@@ -38359,6 +38737,13 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Method [ <internal:phalcon, inherits Phalcon\Session\Adapter> public method getName ] {
}
+ Method [ <internal:phalcon, inherits Phalcon\Session\Adapter, prototype Phalcon\Session\AdapterInterface> public method regenerateId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $deleteOldSession ]
+ }
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Session\Adapter, prototype Phalcon\Session\AdapterInterface> public method get ] {
- Parameters [3] {
@@ -38459,7 +38844,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $_lifetime ]
}
- - Methods [26] {
+ - Methods [27] {
Method [ <internal:phalcon> public method getMemcache ] {
}
@@ -38527,6 +38912,13 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Method [ <internal:phalcon, inherits Phalcon\Session\Adapter> public method getName ] {
}
+ Method [ <internal:phalcon, inherits Phalcon\Session\Adapter, prototype Phalcon\Session\AdapterInterface> public method regenerateId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $deleteOldSession ]
+ }
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Session\Adapter, prototype Phalcon\Session\AdapterInterface> public method get ] {
- Parameters [3] {
@@ -38627,7 +39019,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $_lifetime ]
}
- - Methods [26] {
+ - Methods [27] {
Method [ <internal:phalcon> public method getRedis ] {
}
@@ -38695,6 +39087,13 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Method [ <internal:phalcon, inherits Phalcon\Session\Adapter> public method getName ] {
}
+ Method [ <internal:phalcon, inherits Phalcon\Session\Adapter, prototype Phalcon\Session\AdapterInterface> public method regenerateId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $deleteOldSession ]
+ }
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Session\Adapter, prototype Phalcon\Session\AdapterInterface> public method get ] {
- Parameters [3] {
@@ -38930,7 +39329,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -38940,6 +39339,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -39408,7 +39810,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -39418,6 +39820,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -40015,7 +40420,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -40025,6 +40430,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
@@ -40293,7 +40701,7 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
Property [ <default> protected $line ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
- Parameters [3] {
@@ -40303,6 +40711,9 @@ Extension [ <persistent> extension #188 phalcon version 2.0.6 ] {
}
}
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
Method [ <internal:Core, inherits Exception> final public method getMessage ] {
}
diff --git a/php-phalcon2.spec b/php-phalcon2.spec
index 3b76fb9..5a79a8c 100644
--- a/php-phalcon2.spec
+++ b/php-phalcon2.spec
@@ -9,7 +9,7 @@
%{?scl: %scl_package php-phalcon}
%{!?scl: %global pkg_name %{name}}
%{!?__php: %global __php %{_bindir}/php}
-%global gh_commit b346d3b591d01d75fb36870291af31dc79f9ead0
+%global gh_commit 880b4fde422c1e7a112d5546e274d12f6784442a
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phalcon
%global gh_project cphalcon
@@ -25,7 +25,7 @@
%endif
Name: %{?scl_prefix}php-phalcon2
-Version: 2.0.6
+Version: 2.0.7
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Summary: Phalcon Framework
@@ -119,6 +119,7 @@ extension=%{ext_name}.so
;phalcon.orm.exception_on_failed_save = '0'
;phalcon.orm.enable_literals = '1'
;phalcon.orm.late_state_binding = '0'
+;phalcon.orm.enable_implicit_joins = '1'
;phalcon.orm.cast_on_hydrate = '0'
;phalcon.orm.ignore_unknown_columns = '0'
@@ -229,6 +230,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Aug 21 2015 Remi Collet <remi@fedoraproject.org> - 2.0.7-1
+- update to 2.0.7
+
* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 2.0.6-1
- update to 2.0.6