From 0dd2a5d4c4424b9401176a4bc2dacd1c972dfdfe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 27 Nov 2016 10:38:35 +0100 Subject: php-phalcon3: 3.0.2 --- REFLECTION | 2266 +++++++++++++++++++++++++++++------------------------ php-phalcon3.spec | 17 +- 2 files changed, 1236 insertions(+), 1047 deletions(-) diff --git a/REFLECTION b/REFLECTION index 7fa2eaa..6fd3cc7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #142 phalcon version 3.0.1 ] { +Extension [ extension #157 phalcon version 3.0.2 ] { - INI { Entry [ phalcon.db.escape_identifiers ] @@ -94,6 +94,46 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } + Interface [ interface Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ abstract public method getOption ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ abstract public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $attribute ] + } + } + } + } + Interface [ interface Phalcon\Forms\ElementInterface ] { - Constants [0] { @@ -282,7 +322,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Interface [ interface Phalcon\Validation\ValidatorInterface ] { + Interface [ interface Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [0] { } @@ -296,33 +336,20 @@ Extension [ extension #142 phalcon version 3.0.1 ] { - Properties [0] { } - - Methods [3] { - Method [ abstract public method hasOption ] { - - - Parameters [1] { - Parameter #0 [ $key ] - } - } - - Method [ abstract public method getOption ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $defaultValue ] - } + - Methods [2] { + Method [ abstract public method getMessages ] { } Method [ abstract public method validate ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $attribute ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } } } - Interface [ interface Phalcon\Mvc\Model\ValidatorInterface ] { + Interface [ interface Phalcon\Cache\BackendInterface ] { - Constants [0] { } @@ -336,14 +363,81 @@ Extension [ extension #142 phalcon version 3.0.1 ] { - Properties [0] { } - - Methods [2] { - Method [ abstract public method getMessages ] { + - Methods [13] { + Method [ abstract public method start ] { + + - Parameters [2] { + Parameter #0 [ $keyName ] + Parameter #1 [ $lifetime ] + } } - Method [ abstract public method validate ] { + Method [ abstract public method stop ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] + Parameter #0 [ $stopBuffer ] + } + } + + Method [ abstract public method getFrontend ] { + } + + Method [ abstract public method getOptions ] { + } + + Method [ abstract public method isFresh ] { + } + + Method [ abstract public method isStarted ] { + } + + Method [ abstract public method setLastKey ] { + + - Parameters [1] { + Parameter #0 [ $lastKey ] + } + } + + Method [ abstract public method getLastKey ] { + } + + Method [ abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ $keyName ] + Parameter #1 [ $lifetime ] + } + } + + Method [ abstract public method save ] { + + - Parameters [4] { + Parameter #0 [ $keyName ] + Parameter #1 [ $content ] + Parameter #2 [ $lifetime ] + Parameter #3 [ $stopBuffer ] + } + } + + Method [ abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ $keyName ] + } + } + + Method [ abstract public method queryKeys ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ abstract public method exists ] { + + - Parameters [2] { + Parameter #0 [ $keyName ] + Parameter #1 [ $lifetime ] } } } @@ -612,100 +706,6 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Interface [ interface Phalcon\Cache\BackendInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [13] { - Method [ abstract public method start ] { - - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] - } - } - - Method [ abstract public method stop ] { - - - Parameters [1] { - Parameter #0 [ $stopBuffer ] - } - } - - Method [ abstract public method getFrontend ] { - } - - Method [ abstract public method getOptions ] { - } - - Method [ abstract public method isFresh ] { - } - - Method [ abstract public method isStarted ] { - } - - Method [ abstract public method setLastKey ] { - - - Parameters [1] { - Parameter #0 [ $lastKey ] - } - } - - Method [ abstract public method getLastKey ] { - } - - Method [ abstract public method get ] { - - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] - } - } - - Method [ abstract public method save ] { - - - Parameters [4] { - Parameter #0 [ $keyName ] - Parameter #1 [ $content ] - Parameter #2 [ $lifetime ] - Parameter #3 [ $stopBuffer ] - } - } - - Method [ abstract public method delete ] { - - - Parameters [1] { - Parameter #0 [ $keyName ] - } - } - - Method [ abstract public method queryKeys ] { - - - Parameters [1] { - Parameter #0 [ $prefix ] - } - } - - Method [ abstract public method exists ] { - - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] - } - } - } - } - Interface [ interface Phalcon\DispatcherInterface ] { - Constants [0] { @@ -884,34 +884,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Interface [ interface Phalcon\Logger\FormatterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ abstract public method format ] { - - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $type ] - Parameter #2 [ $timestamp ] - Parameter #3 [ $context ] - } - } - } - } - - Interface [ interface Phalcon\Session\AdapterInterface ] { + Interface [ interface Phalcon\Db\AdapterInterface ] { - Constants [0] { } @@ -925,102 +898,84 @@ Extension [ extension #142 phalcon version 3.0.1 ] { - Properties [0] { } - - Methods [13] { - Method [ abstract public method start ] { - } - - Method [ abstract public method setOptions ] { + - Methods [62] { + Method [ abstract public method fetchOne ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [3] { + Parameter #0 [ $sqlQuery ] + Parameter #1 [ $fetchMode ] + Parameter #2 [ $placeholders ] } } - Method [ abstract public method getOptions ] { - } - - Method [ abstract public method get ] { + Method [ abstract public method fetchAll ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ $sqlQuery ] + Parameter #1 [ $fetchMode ] + Parameter #2 [ $placeholders ] } } - Method [ abstract public method set ] { + Method [ abstract public method insert ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] } } - Method [ abstract public method has ] { + Method [ abstract public method update ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [5] { + Parameter #0 [ $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition ] + Parameter #4 [ $dataTypes ] } } - Method [ abstract public method remove ] { + Method [ abstract public method delete ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] } } - Method [ abstract public method getId ] { - } - - Method [ abstract public method isStarted ] { - } - - Method [ abstract public method destroy ] { + Method [ abstract public method getColumnList ] { - Parameters [1] { - Parameter #0 [ $removeData ] + Parameter #0 [ $columnList ] } } - Method [ abstract public method regenerateId ] { + Method [ abstract public method limit ] { - - Parameters [1] { - Parameter #0 [ $deleteOldSession ] + - Parameters [2] { + Parameter #0 [ $sqlQuery ] + Parameter #1 [ $number ] } } - Method [ abstract public method setName ] { + Method [ abstract public method tableExists ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ $tableName ] + Parameter #1 [ $schemaName ] } } - Method [ abstract public method getName ] { - } - } - } - - Interface [ interface Phalcon\Db\DialectInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [31] { - Method [ abstract public method limit ] { + Method [ abstract public method viewExists ] { - Parameters [2] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $number ] + Parameter #0 [ $viewName ] + Parameter #1 [ $schemaName ] } } @@ -1038,24 +993,39 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ abstract public method select ] { + Method [ abstract public method createTable ] { - - Parameters [1] { - Parameter #0 [ array $definition ] + - Parameters [3] { + Parameter #0 [ $tableName ] + Parameter #1 [ $schemaName ] + Parameter #2 [ array $definition ] } } - Method [ abstract public method getColumnList ] { + Method [ abstract public method dropTable ] { - - Parameters [1] { - Parameter #0 [ array $columnList ] + - Parameters [3] { + Parameter #0 [ $tableName ] + Parameter #1 [ $schemaName ] + Parameter #2 [ $ifExists ] } } - Method [ abstract public method getColumnDefinition ] { + Method [ abstract public method createView ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [3] { + Parameter #0 [ $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ $schemaName ] + } + } + + Method [ abstract public method dropView ] { + + - Parameters [3] { + Parameter #0 [ $viewName ] + Parameter #1 [ $schemaName ] + Parameter #2 [ $ifExists ] } } @@ -1140,72 +1110,133 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ abstract public method createTable ] { + Method [ abstract public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + } + + Method [ abstract public method listTables ] { + + - Parameters [1] { + Parameter #0 [ $schemaName ] + } + } + + Method [ abstract public method listViews ] { + + - Parameters [1] { + Parameter #0 [ $schemaName ] + } + } + + Method [ abstract public method getDescriptor ] { + } + + Method [ abstract public method getConnectionId ] { + } + + Method [ abstract public method getSQLStatement ] { + } + + Method [ abstract public method getRealSQLStatement ] { + } + + Method [ abstract public method getSQLVariables ] { + } + + Method [ abstract public method getSQLBindTypes ] { + } + + Method [ abstract public method getType ] { + } + + Method [ abstract public method getDialectType ] { + } + + Method [ abstract public method getDialect ] { + } + + Method [ abstract public method connect ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $descriptor ] + } + } + + Method [ abstract public method query ] { - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ array $definition ] + Parameter #0 [ $sqlStatement ] + Parameter #1 [ $placeholders ] + Parameter #2 [ $dataTypes ] } } - Method [ abstract public method createView ] { + Method [ abstract public method execute ] { - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ $schemaName ] + Parameter #0 [ $sqlStatement ] + Parameter #1 [ $placeholders ] + Parameter #2 [ $dataTypes ] } } - Method [ abstract public method dropTable ] { + Method [ abstract public method affectedRows ] { + } - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + Method [ abstract public method close ] { + } + + Method [ abstract public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ $identifier ] } } - Method [ abstract public method dropView ] { + Method [ abstract public method escapeString ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [1] { + Parameter #0 [ $str ] } } - Method [ abstract public method tableExists ] { + Method [ abstract public method lastInsertId ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ $sequenceName ] } } - Method [ abstract public method viewExists ] { + Method [ abstract public method begin ] { - - Parameters [2] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ $nesting ] } } - Method [ abstract public method describeColumns ] { + Method [ abstract public method rollback ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [1] { + Parameter #0 [ $nesting ] } } - Method [ abstract public method listTables ] { + Method [ abstract public method commit ] { - Parameters [1] { - Parameter #0 [ $schemaName ] + Parameter #0 [ $nesting ] } } + Method [ abstract public method isUnderTransaction ] { + } + + Method [ abstract public method getInternalHandler ] { + } + Method [ abstract public method describeIndexes ] { - Parameters [2] { @@ -1225,15 +1256,18 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Method [ abstract public method tableOptions ] { - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + Parameter #0 [ $tableName ] + Parameter #1 [ $schemaName ] } } - Method [ abstract public method supportsSavepoints ] { + Method [ abstract public method useExplicitIdValue ] { } - Method [ abstract public method supportsReleaseSavepoints ] { + Method [ abstract public method getDefaultIdValue ] { + } + + Method [ abstract public method supportSequences ] { } Method [ abstract public method createSavepoint ] { @@ -1256,6 +1290,27 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Parameter #0 [ $name ] } } + + Method [ abstract public method setNestedTransactionsWithSavepoints ] { + + - Parameters [1] { + Parameter #0 [ $nestedTransactionsWithSavepoints ] + } + } + + Method [ abstract public method isNestedTransactionsWithSavepoints ] { + } + + Method [ abstract public method getNestedTransactionSavepointName ] { + } + + Method [ abstract public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ $schema ] + } + } } } @@ -1373,7 +1428,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Interface [ interface Phalcon\Mvc\EntityInterface ] { + Interface [ interface Phalcon\Logger\FormatterInterface ] { - Constants [0] { } @@ -1387,25 +1442,20 @@ Extension [ extension #142 phalcon version 3.0.1 ] { - Properties [0] { } - - Methods [2] { - Method [ abstract public method readAttribute ] { - - - Parameters [1] { - Parameter #0 [ $attribute ] - } - } - - Method [ abstract public method writeAttribute ] { + - Methods [1] { + Method [ abstract public method format ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + - Parameters [4] { + Parameter #0 [ $message ] + Parameter #1 [ $type ] + Parameter #2 [ $timestamp ] + Parameter #3 [ $context ] } } } } - Interface [ interface Phalcon\Mvc\Model\ResultsetInterface ] { + Interface [ interface Phalcon\Session\AdapterInterface ] { - Constants [0] { } @@ -1419,150 +1469,102 @@ Extension [ extension #142 phalcon version 3.0.1 ] { - Properties [0] { } - - Methods [7] { - Method [ abstract public method getType ] { - } - - Method [ abstract public method getFirst ] { - } - - Method [ abstract public method getLast ] { + - Methods [13] { + Method [ abstract public method start ] { } - Method [ abstract public method setIsFresh ] { + Method [ abstract public method setOptions ] { - Parameters [1] { - Parameter #0 [ $isFresh ] + Parameter #0 [ array $options ] } } - Method [ abstract public method isFresh ] { + Method [ abstract public method getOptions ] { } - Method [ abstract public method getCache ] { - } + Method [ abstract public method get ] { - Method [ abstract public method toArray ] { + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $defaultValue ] + } } - } - } - Interface [ interface Phalcon\Assets\FilterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ abstract public method filter ] { + Method [ abstract public method set ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $value ] } } - } - } - - Interface [ interface Phalcon\Db\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [62] { - Method [ abstract public method fetchOne ] { + Method [ abstract public method has ] { - - Parameters [3] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $placeholders ] + - Parameters [1] { + Parameter #0 [ $index ] } } - Method [ abstract public method fetchAll ] { + Method [ abstract public method remove ] { - - Parameters [3] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $placeholders ] + - Parameters [1] { + Parameter #0 [ $index ] } } - Method [ abstract public method insert ] { + Method [ abstract public method getId ] { + } - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields ] - Parameter #3 [ $dataTypes ] - } + Method [ abstract public method isStarted ] { } - Method [ abstract public method update ] { + Method [ abstract public method destroy ] { - - Parameters [5] { - Parameter #0 [ $table ] - Parameter #1 [ $fields ] - Parameter #2 [ $values ] - Parameter #3 [ $whereCondition ] - Parameter #4 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ $removeData ] } } - Method [ abstract public method delete ] { + Method [ abstract public method regenerateId ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $whereCondition ] - Parameter #2 [ $placeholders ] - Parameter #3 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ $deleteOldSession ] } } - Method [ abstract public method getColumnList ] { + Method [ abstract public method setName ] { - Parameters [1] { - Parameter #0 [ $columnList ] + Parameter #0 [ $name ] } } - Method [ abstract public method limit ] { - - - Parameters [2] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $number ] - } + Method [ abstract public method getName ] { } + } + } - Method [ abstract public method tableExists ] { + Interface [ interface Phalcon\Db\DialectInterface ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - } - } + - Constants [0] { + } - Method [ abstract public method viewExists ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [31] { + Method [ abstract public method limit ] { - Parameters [2] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] + Parameter #0 [ $sqlQuery ] + Parameter #1 [ $number ] } } @@ -1580,39 +1582,24 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ abstract public method createTable ] { - - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ array $definition ] - } - } - - Method [ abstract public method dropTable ] { + Method [ abstract public method select ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [1] { + Parameter #0 [ array $definition ] } } - Method [ abstract public method createView ] { + Method [ abstract public method getColumnList ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ array $columnList ] } } - Method [ abstract public method dropView ] { + Method [ abstract public method getColumnDefinition ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } } @@ -1697,205 +1684,295 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ abstract public method getColumnDefinition ] { + Method [ abstract public method createTable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [3] { + Parameter #0 [ $tableName ] + Parameter #1 [ $schemaName ] + Parameter #2 [ array $definition ] } } - Method [ abstract public method listTables ] { + Method [ abstract public method createView ] { - - Parameters [1] { - Parameter #0 [ $schemaName ] + - Parameters [3] { + Parameter #0 [ $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ $schemaName ] } } - Method [ abstract public method listViews ] { + Method [ abstract public method dropTable ] { - - Parameters [1] { - Parameter #0 [ $schemaName ] + - Parameters [2] { + Parameter #0 [ $tableName ] + Parameter #1 [ $schemaName ] } } - Method [ abstract public method getDescriptor ] { - } + Method [ abstract public method dropView ] { - Method [ abstract public method getConnectionId ] { + - Parameters [3] { + Parameter #0 [ $viewName ] + Parameter #1 [ $schemaName ] + Parameter #2 [ $ifExists ] + } } - Method [ abstract public method getSQLStatement ] { - } + Method [ abstract public method tableExists ] { - Method [ abstract public method getRealSQLStatement ] { + - Parameters [2] { + Parameter #0 [ $tableName ] + Parameter #1 [ $schemaName ] + } } - Method [ abstract public method getSQLVariables ] { - } + Method [ abstract public method viewExists ] { - Method [ abstract public method getSQLBindTypes ] { + - Parameters [2] { + Parameter #0 [ $viewName ] + Parameter #1 [ $schemaName ] + } } - Method [ abstract public method getType ] { - } + Method [ abstract public method describeColumns ] { - Method [ abstract public method getDialectType ] { + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ $schema ] + } } - Method [ abstract public method getDialect ] { + Method [ abstract public method listTables ] { + + - Parameters [1] { + Parameter #0 [ $schemaName ] + } } - Method [ abstract public method connect ] { + Method [ abstract public method describeIndexes ] { - - Parameters [1] { - Parameter #0 [ array or NULL $descriptor ] + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ $schema ] } } - Method [ abstract public method query ] { + Method [ abstract public method describeReferences ] { - - Parameters [3] { - Parameter #0 [ $sqlStatement ] - Parameter #1 [ $placeholders ] - Parameter #2 [ $dataTypes ] + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ $schema ] } } - Method [ abstract public method execute ] { + Method [ abstract public method tableOptions ] { - - Parameters [3] { - Parameter #0 [ $sqlStatement ] - Parameter #1 [ $placeholders ] - Parameter #2 [ $dataTypes ] + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ $schema ] } } - Method [ abstract public method affectedRows ] { + Method [ abstract public method supportsSavepoints ] { } - Method [ abstract public method close ] { + Method [ abstract public method supportsReleaseSavepoints ] { } - Method [ abstract public method escapeIdentifier ] { + Method [ abstract public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ $identifier ] + Parameter #0 [ $name ] } } - Method [ abstract public method escapeString ] { + Method [ abstract public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ $str ] + Parameter #0 [ $name ] } } - Method [ abstract public method lastInsertId ] { + Method [ abstract public method rollbackSavepoint ] { - Parameters [1] { - Parameter #0 [ $sequenceName ] + Parameter #0 [ $name ] } } + } + } - Method [ abstract public method begin ] { + Interface [ interface Phalcon\Mvc\EntityInterface ] { - - Parameters [1] { - Parameter #0 [ $nesting ] - } - } + - Constants [0] { + } - Method [ abstract public method rollback ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method readAttribute ] { - Parameters [1] { - Parameter #0 [ $nesting ] + Parameter #0 [ $attribute ] } } - Method [ abstract public method commit ] { + Method [ abstract public method writeAttribute ] { - - Parameters [1] { - Parameter #0 [ $nesting ] + - Parameters [2] { + Parameter #0 [ $attribute ] + Parameter #1 [ $value ] } } + } + } - Method [ abstract public method isUnderTransaction ] { - } + Interface [ interface Phalcon\Mvc\Model\ResultsetInterface ] { - Method [ abstract public method getInternalHandler ] { - } + - Constants [0] { + } - Method [ abstract public method describeIndexes ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] - } + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method getType ] { } - Method [ abstract public method describeReferences ] { + Method [ abstract public method getFirst ] { + } - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] - } + Method [ abstract public method getLast ] { } - Method [ abstract public method tableOptions ] { + Method [ abstract public method setIsFresh ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ $isFresh ] } } - Method [ abstract public method useExplicitIdValue ] { + Method [ abstract public method isFresh ] { } - Method [ abstract public method getDefaultIdValue ] { + Method [ abstract public method getCache ] { } - Method [ abstract public method supportSequences ] { + Method [ abstract public method toArray ] { } + } + } - Method [ abstract public method createSavepoint ] { + Interface [ interface Phalcon\Paginator\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method setCurrentPage ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $page ] } } - Method [ abstract public method releaseSavepoint ] { + Method [ abstract public method getPaginate ] { + } + + Method [ abstract public method setLimit ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $limit ] } } - Method [ abstract public method rollbackSavepoint ] { + Method [ abstract public method getLimit ] { + } + } + } - - Parameters [1] { - Parameter #0 [ $name ] + Interface [ interface Phalcon\Translate\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method t ] { + + - Parameters [2] { + Parameter #0 [ $translateKey ] + Parameter #1 [ $placeholders ] } } - Method [ abstract public method setNestedTransactionsWithSavepoints ] { + Method [ abstract public method query ] { - - Parameters [1] { - Parameter #0 [ $nestedTransactionsWithSavepoints ] + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $placeholders ] } } - Method [ abstract public method isNestedTransactionsWithSavepoints ] { - } + Method [ abstract public method exists ] { - Method [ abstract public method getNestedTransactionSavepointName ] { + - Parameters [1] { + Parameter #0 [ $index ] + } } + } + } - Method [ abstract public method describeColumns ] { + Interface [ interface Phalcon\Assets\FilterInterface ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ $content ] } } } @@ -2043,6 +2120,193 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } + Interface [ interface Phalcon\FlashInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ abstract public method error ] { + + - Parameters [1] { + Parameter #0 [ $message ] + } + } + + Method [ abstract public method notice ] { + + - Parameters [1] { + Parameter #0 [ $message ] + } + } + + Method [ abstract public method success ] { + + - Parameters [1] { + Parameter #0 [ $message ] + } + } + + Method [ abstract public method warning ] { + + - Parameters [1] { + Parameter #0 [ $message ] + } + } + + Method [ abstract public method message ] { + + - Parameters [2] { + Parameter #0 [ $type ] + Parameter #1 [ $message ] + } + } + } + } + + Interface [ interface Phalcon\Image\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [14] { + Method [ abstract public method resize ] { + + - Parameters [3] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $master ] + } + } + + Method [ abstract public method crop ] { + + - Parameters [4] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $offsetX ] + Parameter #3 [ $offsetY ] + } + } + + Method [ abstract public method rotate ] { + + - Parameters [1] { + Parameter #0 [ $degrees ] + } + } + + Method [ abstract public method flip ] { + + - Parameters [1] { + Parameter #0 [ $direction ] + } + } + + Method [ abstract public method sharpen ] { + + - Parameters [1] { + Parameter #0 [ $amount ] + } + } + + Method [ abstract public method reflection ] { + + - Parameters [3] { + Parameter #0 [ $height ] + Parameter #1 [ $opacity ] + Parameter #2 [ $fadeIn ] + } + } + + Method [ abstract public method watermark ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter $watermark ] + Parameter #1 [ $offsetX ] + Parameter #2 [ $offsetY ] + Parameter #3 [ $opacity ] + } + } + + Method [ abstract public method text ] { + + - Parameters [7] { + Parameter #0 [ $text ] + Parameter #1 [ $offsetX ] + Parameter #2 [ $offsetY ] + Parameter #3 [ $opacity ] + Parameter #4 [ $color ] + Parameter #5 [ $size ] + Parameter #6 [ $fontfile ] + } + } + + Method [ abstract public method mask ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Image\Adapter $watermark ] + } + } + + Method [ abstract public method background ] { + + - Parameters [2] { + Parameter #0 [ $color ] + Parameter #1 [ $opacity ] + } + } + + Method [ abstract public method blur ] { + + - Parameters [1] { + Parameter #0 [ $radius ] + } + } + + Method [ abstract public method pixelate ] { + + - Parameters [1] { + Parameter #0 [ $amount ] + } + } + + Method [ abstract public method save ] { + + - Parameters [2] { + Parameter #0 [ $file ] + Parameter #1 [ $quality ] + } + } + + Method [ abstract public method render ] { + + - Parameters [2] { + Parameter #0 [ $ext ] + Parameter #1 [ $quality ] + } + } + } + } + Interface [ interface Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { @@ -2151,44 +2415,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Interface [ interface Phalcon\Paginator\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [4] { - Method [ abstract public method setCurrentPage ] { - - - Parameters [1] { - Parameter #0 [ $page ] - } - } - - Method [ abstract public method getPaginate ] { - } - - Method [ abstract public method setLimit ] { - - - Parameters [1] { - Parameter #0 [ $limit ] - } - } - - Method [ abstract public method getLimit ] { - } - } - } - - Interface [ interface Phalcon\Translate\AdapterInterface ] { + Interface [ interface Phalcon\Mvc\View\EngineInterface ] { - Constants [0] { } @@ -2203,26 +2430,23 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [3] { - Method [ abstract public method t ] { - - - Parameters [2] { - Parameter #0 [ $translateKey ] - Parameter #1 [ $placeholders ] - } + Method [ abstract public method getContent ] { } - Method [ abstract public method query ] { + Method [ abstract public method partial ] { - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $placeholders ] + Parameter #0 [ $partialPath ] + Parameter #1 [ $params ] } } - Method [ abstract public method exists ] { + Method [ abstract public method render ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $params ] + Parameter #2 [ $mustClean ] } } } @@ -2364,193 +2588,6 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Interface [ interface Phalcon\FlashInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [5] { - Method [ abstract public method error ] { - - - Parameters [1] { - Parameter #0 [ $message ] - } - } - - Method [ abstract public method notice ] { - - - Parameters [1] { - Parameter #0 [ $message ] - } - } - - Method [ abstract public method success ] { - - - Parameters [1] { - Parameter #0 [ $message ] - } - } - - Method [ abstract public method warning ] { - - - Parameters [1] { - Parameter #0 [ $message ] - } - } - - Method [ abstract public method message ] { - - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] - } - } - } - } - - Interface [ interface Phalcon\Image\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [14] { - Method [ abstract public method resize ] { - - - Parameters [3] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $master ] - } - } - - Method [ abstract public method crop ] { - - - Parameters [4] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $offsetX ] - Parameter #3 [ $offsetY ] - } - } - - Method [ abstract public method rotate ] { - - - Parameters [1] { - Parameter #0 [ $degrees ] - } - } - - Method [ abstract public method flip ] { - - - Parameters [1] { - Parameter #0 [ $direction ] - } - } - - Method [ abstract public method sharpen ] { - - - Parameters [1] { - Parameter #0 [ $amount ] - } - } - - Method [ abstract public method reflection ] { - - - Parameters [3] { - Parameter #0 [ $height ] - Parameter #1 [ $opacity ] - Parameter #2 [ $fadeIn ] - } - } - - Method [ abstract public method watermark ] { - - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter $watermark ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ $opacity ] - } - } - - Method [ abstract public method text ] { - - - Parameters [7] { - Parameter #0 [ $text ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ $opacity ] - Parameter #4 [ $color ] - Parameter #5 [ $size ] - Parameter #6 [ $fontfile ] - } - } - - Method [ abstract public method mask ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter $watermark ] - } - } - - Method [ abstract public method background ] { - - - Parameters [2] { - Parameter #0 [ $color ] - Parameter #1 [ $opacity ] - } - } - - Method [ abstract public method blur ] { - - - Parameters [1] { - Parameter #0 [ $radius ] - } - } - - Method [ abstract public method pixelate ] { - - - Parameters [1] { - Parameter #0 [ $amount ] - } - } - - Method [ abstract public method save ] { - - - Parameters [2] { - Parameter #0 [ $file ] - Parameter #1 [ $quality ] - } - } - - Method [ abstract public method render ] { - - - Parameters [2] { - Parameter #0 [ $ext ] - Parameter #1 [ $quality ] - } - } - } - } - Interface [ interface Phalcon\Mvc\Collection\BehaviorInterface ] { - Constants [0] { @@ -2834,43 +2871,6 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Interface [ interface Phalcon\Mvc\View\EngineInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [3] { - Method [ abstract public method getContent ] { - } - - Method [ abstract public method partial ] { - - - Parameters [2] { - Parameter #0 [ $partialPath ] - Parameter #1 [ $params ] - } - } - - Method [ abstract public method render ] { - - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $params ] - Parameter #2 [ $mustClean ] - } - } - } - } - Interface [ interface Phalcon\Translate\InterpolatorInterface ] { - Constants [0] { @@ -7405,7 +7405,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Class [ abstract class Phalcon\Mvc\Model\Validator ] { + Class [ abstract class Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [0] { } @@ -7421,7 +7421,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Property [ protected $_messages ] } - - Methods [6] { + - Methods [7] { Method [ public method __construct ] { - Parameters [1] { @@ -7438,7 +7438,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method getMessages ] { + Method [ public method getMessages ] { } Method [ public method getOptions ] { @@ -7458,10 +7458,17 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Parameter #0 [ $option ] } } + + Method [ abstract public method validate ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] + } + } } } - Class [ abstract class Phalcon\Cache\Backend ] { + Class [ abstract class Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { - Constants [0] { } @@ -7482,8 +7489,8 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Property [ protected $_started ] } - - Methods [12] { - Method [ public method getFrontend ] { + - Methods [17] { + Method [ public method getFrontend ] { } Method [ public method setFrontend ] { @@ -7493,7 +7500,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method getOptions ] { + Method [ public method getOptions ] { } Method [ public method setOptions ] { @@ -7503,10 +7510,10 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method getLastKey ] { + Method [ public method getLastKey ] { } - Method [ public method setLastKey ] { + Method [ public method setLastKey ] { - Parameters [1] { Parameter #0 [ $lastKey ] @@ -7521,7 +7528,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method start ] { + Method [ public method start ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -7529,21 +7536,61 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method stop ] { + Method [ public method stop ] { - Parameters [1] { Parameter #0 [ $stopBuffer ] } } - Method [ public method isFresh ] { + Method [ public method isFresh ] { } - Method [ public method isStarted ] { + Method [ public method isStarted ] { } Method [ public method getLifetime ] { } + + Method [ abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ $keyName ] + Parameter #1 [ $lifetime ] + } + } + + Method [ abstract public method save ] { + + - Parameters [4] { + Parameter #0 [ $keyName ] + Parameter #1 [ $content ] + Parameter #2 [ $lifetime ] + Parameter #3 [ $stopBuffer ] + } + } + + Method [ abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ $keyName ] + } + } + + Method [ abstract public method queryKeys ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ abstract public method exists ] { + + - Parameters [2] { + Parameter #0 [ $keyName ] + Parameter #1 [ $lifetime ] + } + } } } @@ -7958,7 +8005,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Class [ abstract class Phalcon\Db\Adapter implements Phalcon\Events\EventsAwareInterface ] { + Class [ abstract class Phalcon\Db\Adapter implements Phalcon\Db\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -7984,14 +8031,14 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Property [ protected $_transactionsWithSavepoints ] } - - Methods [56] { - Method [ public method getDialectType ] { + - Methods [70] { + Method [ public method getDialectType ] { } - Method [ public method getType ] { + Method [ public method getType ] { } - Method [ public method getSqlVariables ] { + Method [ public method getSqlVariables ] { } Method [ public method __construct ] { @@ -8018,10 +8065,10 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method getDialect ] { + Method [ public method getDialect ] { } - Method [ public method fetchOne ] { + Method [ public method fetchOne ] { - Parameters [4] { Parameter #0 [ $sqlQuery ] @@ -8031,7 +8078,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method fetchAll ] { + Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ $sqlQuery ] @@ -8050,7 +8097,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method insert ] { + Method [ public method insert ] { - Parameters [4] { Parameter #0 [ $table ] @@ -8069,7 +8116,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method update ] { + Method [ public method update ] { - Parameters [5] { Parameter #0 [ $table ] @@ -8090,7 +8137,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] @@ -8100,14 +8147,21 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method getColumnList ] { + Method [ public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ $identifier ] + } + } + + Method [ public method getColumnList ] { - Parameters [1] { Parameter #0 [ $columnList ] } } - Method [ public method limit ] { + Method [ public method limit ] { - Parameters [2] { Parameter #0 [ $sqlQuery ] @@ -8115,7 +8169,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method tableExists ] { + Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ $tableName ] @@ -8123,7 +8177,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method viewExists ] { + Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ $viewName ] @@ -8131,21 +8185,21 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method forUpdate ] { + Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } - Method [ public method sharedLock ] { + Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } - Method [ public method createTable ] { + Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -8154,7 +8208,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method dropTable ] { + Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -8163,7 +8217,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method createView ] { + Method [ public method createView ] { - Parameters [3] { Parameter #0 [ $viewName ] @@ -8172,7 +8226,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method dropView ] { + Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ $viewName ] @@ -8181,7 +8235,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method addColumn ] { + Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -8190,7 +8244,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method modifyColumn ] { + Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ $tableName ] @@ -8200,7 +8254,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method dropColumn ] { + Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -8209,7 +8263,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method addIndex ] { + Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -8218,7 +8272,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method dropIndex ] { + Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -8227,7 +8281,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method addPrimaryKey ] { + Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -8236,7 +8290,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method dropPrimaryKey ] { + Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ $tableName ] @@ -8244,7 +8298,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method addForeignKey ] { + Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -8253,7 +8307,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method dropForeignKey ] { + Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -8262,28 +8316,28 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method getColumnDefinition ] { + Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } } - Method [ public method listTables ] { + Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } - Method [ public method listViews ] { + Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } - Method [ public method describeIndexes ] { + Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ $table ] @@ -8291,7 +8345,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method describeReferences ] { + Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ $table ] @@ -8299,7 +8353,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method tableOptions ] { + Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ $tableName ] @@ -8307,70 +8361,150 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method createSavepoint ] { + Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } - Method [ public method releaseSavepoint ] { + Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } - Method [ public method rollbackSavepoint ] { + Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } - Method [ public method setNestedTransactionsWithSavepoints ] { + Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ $nestedTransactionsWithSavepoints ] } } - Method [ public method isNestedTransactionsWithSavepoints ] { + Method [ public method isNestedTransactionsWithSavepoints ] { } - Method [ public method getNestedTransactionSavepointName ] { + Method [ public method getNestedTransactionSavepointName ] { } - Method [ public method getDefaultIdValue ] { + Method [ public method getDefaultIdValue ] { } Method [ public method getDefaultValue ] { } - Method [ public method supportSequences ] { + Method [ public method supportSequences ] { + } + + Method [ public method useExplicitIdValue ] { } - Method [ public method useExplicitIdValue ] { + Method [ public method getDescriptor ] { } - Method [ public method getDescriptor ] { + Method [ public method getConnectionId ] { } - Method [ public method getConnectionId ] { + Method [ public method getSQLStatement ] { } - Method [ public method getSQLStatement ] { + Method [ public method getRealSQLStatement ] { } - Method [ public method getRealSQLStatement ] { + Method [ public method getSQLBindTypes ] { } - Method [ public method getSQLBindTypes ] { + Method [ abstract public method connect ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $descriptor ] + } + } + + Method [ abstract public method query ] { + + - Parameters [3] { + Parameter #0 [ $sqlStatement ] + Parameter #1 [ $placeholders ] + Parameter #2 [ $dataTypes ] + } + } + + Method [ abstract public method execute ] { + + - Parameters [3] { + Parameter #0 [ $sqlStatement ] + Parameter #1 [ $placeholders ] + Parameter #2 [ $dataTypes ] + } + } + + Method [ abstract public method affectedRows ] { + } + + Method [ abstract public method close ] { + } + + Method [ abstract public method escapeString ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + + Method [ abstract public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ $sequenceName ] + } + } + + Method [ abstract public method begin ] { + + - Parameters [1] { + Parameter #0 [ $nesting ] + } + } + + Method [ abstract public method rollback ] { + + - Parameters [1] { + Parameter #0 [ $nesting ] + } + } + + Method [ abstract public method commit ] { + + - Parameters [1] { + Parameter #0 [ $nesting ] + } + } + + Method [ abstract public method isUnderTransaction ] { + } + + Method [ abstract public method getInternalHandler ] { + } + + Method [ abstract public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ $schema ] + } } } } - Class [ abstract class Phalcon\Logger\Adapter ] { + Class [ abstract class Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { - Constants [0] { } @@ -8388,31 +8522,31 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Property [ protected $_logLevel ] } - - Methods [16] { - Method [ public method setLogLevel ] { + - Methods [18] { + Method [ public method setLogLevel ] { - Parameters [1] { Parameter #0 [ $level ] } } - Method [ public method getLogLevel ] { + Method [ public method getLogLevel ] { } - Method [ public method setFormatter ] { + Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] } } - Method [ public method begin ] { + Method [ public method begin ] { } - Method [ public method commit ] { + Method [ public method commit ] { } - Method [ public method rollback ] { + Method [ public method rollback ] { } Method [ public method isTransaction ] { @@ -8426,7 +8560,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method emergency ] { + Method [ public method emergency ] { - Parameters [2] { Parameter #0 [ $message ] @@ -8434,7 +8568,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method debug ] { + Method [ public method debug ] { - Parameters [2] { Parameter #0 [ $message ] @@ -8442,7 +8576,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method error ] { + Method [ public method error ] { - Parameters [2] { Parameter #0 [ $message ] @@ -8450,7 +8584,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method info ] { + Method [ public method info ] { - Parameters [2] { Parameter #0 [ $message ] @@ -8458,7 +8592,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method notice ] { + Method [ public method notice ] { - Parameters [2] { Parameter #0 [ $message ] @@ -8466,7 +8600,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method warning ] { + Method [ public method warning ] { - Parameters [2] { Parameter #0 [ $message ] @@ -8474,7 +8608,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method alert ] { + Method [ public method alert ] { - Parameters [2] { Parameter #0 [ $message ] @@ -8482,7 +8616,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method log ] { + Method [ public method log ] { - Parameters [3] { Parameter #0 [ $type ] @@ -8490,6 +8624,12 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Parameter #2 [ array or NULL $context ] } } + + Method [ abstract public method getFormatter ] { + } + + Method [ abstract public method close ] { + } } } @@ -8681,7 +8821,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Class [ abstract class Phalcon\Db\Adapter\Pdo extends Phalcon\Db\Adapter implements Phalcon\Events\EventsAwareInterface ] { + Class [ abstract class Phalcon\Db\Adapter\Pdo extends Phalcon\Db\Adapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\AdapterInterface ] { - Constants [0] { } @@ -8709,7 +8849,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Property [ protected $_affectedRows ] } - - Methods [74] { + - Methods [75] { Method [ public method __construct ] { - Parameters [1] { @@ -8717,7 +8857,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method connect ] { + Method [ public method connect ] { - Parameters [1] { Parameter #0 [ array or NULL $descriptor ] @@ -8740,7 +8880,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method query ] { + Method [ public method query ] { - Parameters [3] { Parameter #0 [ $sqlStatement ] @@ -8749,7 +8889,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method execute ] { + Method [ public method execute ] { - Parameters [3] { Parameter #0 [ $sqlStatement ] @@ -8758,20 +8898,13 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method affectedRows ] { - } - - Method [ public method close ] { + Method [ public method affectedRows ] { } - Method [ public method escapeIdentifier ] { - - - Parameters [1] { - Parameter #0 [ $identifier ] - } + Method [ public method close ] { } - Method [ public method escapeString ] { + Method [ public method escapeString ] { - Parameters [1] { Parameter #0 [ $str ] @@ -8786,28 +8919,28 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method lastInsertId ] { + Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ $sequenceName ] } } - Method [ public method begin ] { + Method [ public method begin ] { - Parameters [1] { Parameter #0 [ $nesting ] } } - Method [ public method rollback ] { + Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ $nesting ] } } - Method [ public method commit ] { + Method [ public method commit ] { - Parameters [1] { Parameter #0 [ $nesting ] @@ -8817,22 +8950,22 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Method [ public method getTransactionLevel ] { } - Method [ public method isUnderTransaction ] { + Method [ public method isUnderTransaction ] { } - Method [ public method getInternalHandler ] { + Method [ public method getInternalHandler ] { } Method [ public method getErrorInfo ] { } - Method [ public method getDialectType ] { + Method [ public method getDialectType ] { } - Method [ public method getType ] { + Method [ public method getType ] { } - Method [ public method getSqlVariables ] { + Method [ public method getSqlVariables ] { } Method [ public method setEventsManager ] { @@ -8852,10 +8985,10 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method getDialect ] { + Method [ public method getDialect ] { } - Method [ public method fetchOne ] { + Method [ public method fetchOne ] { - Parameters [4] { Parameter #0 [ $sqlQuery ] @@ -8865,7 +8998,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method fetchAll ] { + Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ $sqlQuery ] @@ -8884,7 +9017,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method insert ] { + Method [ public method insert ] { - Parameters [4] { Parameter #0 [ $table ] @@ -8903,7 +9036,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method update ] { + Method [ public method update ] { - Parameters [5] { Parameter #0 [ $table ] @@ -8924,7 +9057,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] @@ -8934,14 +9067,21 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method getColumnList ] { + Method [ public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ $identifier ] + } + } + + Method [ public method getColumnList ] { - Parameters [1] { Parameter #0 [ $columnList ] } } - Method [ public method limit ] { + Method [ public method limit ] { - Parameters [2] { Parameter #0 [ $sqlQuery ] @@ -8949,7 +9089,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method tableExists ] { + Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ $tableName ] @@ -8957,7 +9097,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method viewExists ] { + Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ $viewName ] @@ -8965,21 +9105,21 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method forUpdate ] { + Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } - Method [ public method sharedLock ] { + Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } - Method [ public method createTable ] { + Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -8988,7 +9128,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method dropTable ] { + Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -8997,7 +9137,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method createView ] { + Method [ public method createView ] { - Parameters [3] { Parameter #0 [ $viewName ] @@ -9006,7 +9146,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method dropView ] { + Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ $viewName ] @@ -9015,7 +9155,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method addColumn ] { + Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -9024,7 +9164,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method modifyColumn ] { + Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ $tableName ] @@ -9034,7 +9174,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method dropColumn ] { + Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -9043,7 +9183,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method addIndex ] { + Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -9052,7 +9192,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method dropIndex ] { + Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -9061,7 +9201,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method addPrimaryKey ] { + Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -9070,7 +9210,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method dropPrimaryKey ] { + Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ $tableName ] @@ -9078,7 +9218,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method addForeignKey ] { + Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -9087,7 +9227,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method dropForeignKey ] { + Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] @@ -9096,28 +9236,28 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method getColumnDefinition ] { + Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } } - Method [ public method listTables ] { + Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } - Method [ public method listViews ] { + Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } - Method [ public method describeIndexes ] { + Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ $table ] @@ -9125,7 +9265,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method describeReferences ] { + Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ $table ] @@ -9133,7 +9273,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method tableOptions ] { + Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ $tableName ] @@ -9141,65 +9281,73 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method createSavepoint ] { + Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } - Method [ public method releaseSavepoint ] { + Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } - Method [ public method rollbackSavepoint ] { + Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } - Method [ public method setNestedTransactionsWithSavepoints ] { + Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ $nestedTransactionsWithSavepoints ] } } - Method [ public method isNestedTransactionsWithSavepoints ] { + Method [ public method isNestedTransactionsWithSavepoints ] { } - Method [ public method getNestedTransactionSavepointName ] { + Method [ public method getNestedTransactionSavepointName ] { } - Method [ public method getDefaultIdValue ] { + Method [ public method getDefaultIdValue ] { } Method [ public method getDefaultValue ] { } - Method [ public method supportSequences ] { + Method [ public method supportSequences ] { + } + + Method [ public method useExplicitIdValue ] { } - Method [ public method useExplicitIdValue ] { + Method [ public method getDescriptor ] { } - Method [ public method getDescriptor ] { + Method [ public method getConnectionId ] { } - Method [ public method getConnectionId ] { + Method [ public method getSQLStatement ] { } - Method [ public method getSQLStatement ] { + Method [ public method getRealSQLStatement ] { } - Method [ public method getRealSQLStatement ] { + Method [ public method getSQLBindTypes ] { } - Method [ public method getSQLBindTypes ] { + Method [ abstract public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ $schema ] + } } } } @@ -9763,7 +9911,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Class [ abstract class Phalcon\Paginator\Adapter ] { + Class [ abstract class Phalcon\Paginator\Adapter implements Phalcon\Paginator\AdapterInterface ] { - Constants [0] { } @@ -9779,27 +9927,30 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Property [ protected $_page ] } - - Methods [3] { - Method [ public method setCurrentPage ] { + - Methods [4] { + Method [ public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ $page ] } } - Method [ public method setLimit ] { + Method [ public method setLimit ] { - Parameters [1] { Parameter #0 [ $limitRows ] } } - Method [ public method getLimit ] { + Method [ public method getLimit ] { + } + + Method [ abstract public method getPaginate ] { } } } - Class [ abstract class Phalcon\Translate\Adapter ] { + Class [ abstract class Phalcon\Translate\Adapter implements Phalcon\Translate\AdapterInterface ] { - Constants [0] { } @@ -9814,7 +9965,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Property [ protected $_interpolator ] } - - Methods [9] { + - Methods [11] { Method [ public method __construct ] { - Parameters [1] { @@ -9829,7 +9980,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method t ] { + Method [ public method t ] { - Parameters [2] { Parameter #0 [ $translateKey ] @@ -9881,6 +10032,21 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Parameter #1 [ $placeholders ] } } + + Method [ abstract public method query ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $placeholders ] + } + } + + Method [ abstract public method exists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } } } @@ -10662,7 +10828,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Class [ abstract class Phalcon\Flash implements Phalcon\Di\InjectionAwareInterface ] { + Class [ abstract class Phalcon\Flash implements Phalcon\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -10683,7 +10849,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Property [ protected $_messages ] } - - Methods [16] { + - Methods [17] { Method [ public method __construct ] { - Parameters [1] { @@ -10742,28 +10908,28 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method error ] { + Method [ public method error ] { - Parameters [1] { Parameter #0 [ $message ] } } - Method [ public method notice ] { + Method [ public method notice ] { - Parameters [1] { Parameter #0 [ $message ] } } - Method [ public method success ] { + Method [ public method success ] { - Parameters [1] { Parameter #0 [ $message ] } } - Method [ public method warning ] { + Method [ public method warning ] { - Parameters [1] { Parameter #0 [ $message ] @@ -10780,10 +10946,18 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Method [ public method clear ] { } + + Method [ abstract public method message ] { + + - Parameters [2] { + Parameter #0 [ $type ] + Parameter #1 [ $message ] + } + } } } - Class [ abstract class Phalcon\Image\Adapter ] { + Class [ abstract class Phalcon\Image\Adapter implements Phalcon\Image\AdapterInterface ] { - Constants [0] { } @@ -10824,7 +10998,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Method [ public method getMime ] { } - Method [ public method resize ] { + Method [ public method resize ] { - Parameters [3] { Parameter #0 [ $width ] @@ -10843,7 +11017,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method crop ] { + Method [ public method crop ] { - Parameters [4] { Parameter #0 [ $width ] @@ -10853,28 +11027,28 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method rotate ] { + Method [ public method rotate ] { - Parameters [1] { Parameter #0 [ $degrees ] } } - Method [ public method flip ] { + Method [ public method flip ] { - Parameters [1] { Parameter #0 [ $direction ] } } - Method [ public method sharpen ] { + Method [ public method sharpen ] { - Parameters [1] { Parameter #0 [ $amount ] } } - Method [ public method reflection ] { + Method [ public method reflection ] { - Parameters [3] { Parameter #0 [ $height ] @@ -10883,7 +11057,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method watermark ] { + Method [ public method watermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter $watermark ] @@ -10893,7 +11067,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method text ] { + Method [ public method text ] { - Parameters [7] { Parameter #0 [ $text ] @@ -10906,14 +11080,14 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method mask ] { + Method [ public method mask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter $watermark ] } } - Method [ public method background ] { + Method [ public method background ] { - Parameters [2] { Parameter #0 [ $color ] @@ -10921,21 +11095,21 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method blur ] { + Method [ public method blur ] { - Parameters [1] { Parameter #0 [ $radius ] } } - Method [ public method pixelate ] { + Method [ public method pixelate ] { - Parameters [1] { Parameter #0 [ $amount ] } } - Method [ public method save ] { + Method [ public method save ] { - Parameters [2] { Parameter #0 [ $file ] @@ -10943,7 +11117,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method render ] { + Method [ public method render ] { - Parameters [2] { Parameter #0 [ $ext ] @@ -11232,7 +11406,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Class [ abstract class Phalcon\Mvc\View\Engine extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ abstract class Phalcon\Mvc\View\Engine extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\View\EngineInterface ] { - Constants [0] { } @@ -11249,7 +11423,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Property [ protected $_view ] } - - Methods [9] { + - Methods [10] { Method [ public method __construct ] { - Parameters [2] { @@ -11258,10 +11432,10 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method getContent ] { + Method [ public method getContent ] { } - Method [ public method partial ] { + Method [ public method partial ] { - Parameters [2] { Parameter #0 [ $partialPath ] @@ -11298,6 +11472,15 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Parameter #0 [ $propertyName ] } } + + Method [ abstract public method render ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $params ] + Parameter #2 [ $mustClean ] + } + } } } @@ -13993,7 +14176,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [20] { - Method [ public method get ] { + Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -14001,7 +14184,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method save ] { + Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] @@ -14027,21 +14210,21 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } - Method [ public method queryKeys ] { + Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -14147,7 +14330,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method get ] { + Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -14155,7 +14338,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method save ] { + Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] @@ -14165,21 +14348,21 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } - Method [ public method queryKeys ] { + Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -14310,7 +14493,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Method [ public method _connect ] { } - Method [ public method get ] { + Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -14318,7 +14501,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method save ] { + Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] @@ -14328,21 +14511,21 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } - Method [ public method queryKeys ] { + Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -14468,7 +14651,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method get ] { + Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -14476,7 +14659,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method save ] { + Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] @@ -14486,21 +14669,21 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } - Method [ public method queryKeys ] { + Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -14606,7 +14789,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [22] { - Method [ public method get ] { + Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -14614,7 +14797,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method save ] { + Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] @@ -14624,21 +14807,21 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } - Method [ public method queryKeys ] { + Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -14773,7 +14956,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Method [ final protected method _getCollection ] { } - Method [ public method get ] { + Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -14781,7 +14964,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method save ] { + Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] @@ -14791,21 +14974,21 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } - Method [ public method queryKeys ] { + Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -14925,7 +15108,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Method [ public method _connect ] { } - Method [ public method get ] { + Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -14933,7 +15116,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method save ] { + Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] @@ -14943,21 +15126,21 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } - Method [ public method queryKeys ] { + Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -15070,7 +15253,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method get ] { + Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -15078,7 +15261,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method save ] { + Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] @@ -15088,21 +15271,21 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } - Method [ public method queryKeys ] { + Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] @@ -16509,7 +16692,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ private method _cast ] { + Method [ protected method _cast ] { - Parameters [1] { Parameter #0 [ $ini ] @@ -17107,7 +17290,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Class [ class Phalcon\Db\Adapter\Pdo\Mysql extends Phalcon\Db\Adapter\Pdo implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\AdapterInterface ] { + Class [ class Phalcon\Db\Adapter\Pdo\Mysql extends Phalcon\Db\Adapter\Pdo implements Phalcon\Db\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -17136,14 +17319,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [75] { - Method [ public method escapeIdentifier ] { - - - Parameters [1] { - Parameter #0 [ $identifier ] - } - } - - Method [ public method describeColumns ] { + Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ $table ] @@ -17384,6 +17560,13 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } + Method [ public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ $identifier ] + } + } + Method [ public method getColumnList ] { - Parameters [1] { @@ -17638,7 +17821,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Class [ class Phalcon\Db\Adapter\Pdo\Postgresql extends Phalcon\Db\Adapter\Pdo implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\AdapterInterface ] { + Class [ class Phalcon\Db\Adapter\Pdo\Postgresql extends Phalcon\Db\Adapter\Pdo implements Phalcon\Db\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -17674,7 +17857,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method describeColumns ] { + Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ $table ] @@ -17757,13 +17940,6 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Method [ public method close ] { } - Method [ public method escapeIdentifier ] { - - - Parameters [1] { - Parameter #0 [ $identifier ] - } - } - Method [ public method escapeString ] { - Parameters [1] { @@ -17927,6 +18103,13 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } + Method [ public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ $identifier ] + } + } + Method [ public method getColumnList ] { - Parameters [1] { @@ -18169,7 +18352,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Class [ class Phalcon\Db\Adapter\Pdo\Sqlite extends Phalcon\Db\Adapter\Pdo implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\AdapterInterface ] { + Class [ class Phalcon\Db\Adapter\Pdo\Sqlite extends Phalcon\Db\Adapter\Pdo implements Phalcon\Db\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -18205,7 +18388,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method describeColumns ] { + Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ $table ] @@ -18282,13 +18465,6 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Method [ public method close ] { } - Method [ public method escapeIdentifier ] { - - - Parameters [1] { - Parameter #0 [ $identifier ] - } - } - Method [ public method escapeString ] { - Parameters [1] { @@ -18452,6 +18628,13 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } + Method [ public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ $identifier ] + } + } + Method [ public method getColumnList ] { - Parameters [1] { @@ -19356,7 +19539,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Property [ protected $_escapeChar ] } - - Methods [61] { + - Methods [62] { Method [ public method getColumnDefinition ] { - Parameters [1] { @@ -19543,6 +19726,13 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } + Method [ protected method _castDefault ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + } + Method [ protected method _getTableOptions ] { - Parameters [1] { @@ -20972,7 +21162,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Method [ public method setStyles ] { - Parameters [1] { - Parameter #0 [ $styles ] + Parameter #0 [ array or NULL $styles ] } } @@ -21940,7 +22130,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [18] { - Method [ public method message ] { + Method [ public method message ] { - Parameters [2] { Parameter #0 [ $type ] @@ -22148,7 +22338,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method message ] { + Method [ public method message ] { - Parameters [2] { Parameter #0 [ $type ] @@ -27232,7 +27422,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method getFormatter ] { + Method [ public method getFormatter ] { } Method [ public method logInternal ] { @@ -27245,7 +27435,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method close ] { + Method [ public method close ] { } Method [ public method __wakeup ] { @@ -27376,7 +27566,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [19] { - Method [ public method getFormatter ] { + Method [ public method getFormatter ] { } Method [ public method logInternal ] { @@ -27389,7 +27579,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method close ] { + Method [ public method close ] { } Method [ public method setLogLevel ] { @@ -27524,7 +27714,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method getFormatter ] { + Method [ public method getFormatter ] { } Method [ public method logInternal ] { @@ -27537,7 +27727,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method close ] { + Method [ public method close ] { } Method [ public method setLogLevel ] { @@ -27672,7 +27862,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method getFormatter ] { + Method [ public method getFormatter ] { } Method [ public method logInternal ] { @@ -27685,7 +27875,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method close ] { + Method [ public method close ] { } Method [ public method setLogLevel ] { @@ -35293,7 +35483,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [7] { - Method [ public method validate ] { + Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] @@ -35356,7 +35546,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [7] { - Method [ public method validate ] { + Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] @@ -35419,7 +35609,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [7] { - Method [ public method validate ] { + Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] @@ -35484,7 +35674,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [7] { - Method [ public method validate ] { + Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] @@ -35547,7 +35737,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [7] { - Method [ public method validate ] { + Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] @@ -35610,7 +35800,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [7] { - Method [ public method validate ] { + Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] @@ -35673,7 +35863,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [7] { - Method [ public method validate ] { + Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] @@ -35736,7 +35926,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [7] { - Method [ public method validate ] { + Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] @@ -35799,7 +35989,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [7] { - Method [ public method validate ] { + Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] @@ -35862,7 +36052,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [7] { - Method [ public method validate ] { + Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] @@ -36965,7 +37155,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -37277,7 +37467,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Class [ class Phalcon\Mvc\View\Engine\Php extends Phalcon\Mvc\View\Engine implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\EngineInterface ] { + Class [ class Phalcon\Mvc\View\Engine\Php extends Phalcon\Mvc\View\Engine implements Phalcon\Mvc\View\EngineInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -37295,7 +37485,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } - Methods [10] { - Method [ public method render ] { + Method [ public method render ] { - Parameters [3] { Parameter #0 [ $path ] @@ -37355,7 +37545,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Class [ class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\EngineInterface ] { + Class [ class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine implements Phalcon\Mvc\View\EngineInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -37389,7 +37579,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Method [ public method getCompiler ] { } - Method [ public method render ] { + Method [ public method render ] { - Parameters [3] { Parameter #0 [ $templatePath ] @@ -38096,7 +38286,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method getPaginate ] { + Method [ public method getPaginate ] { } Method [ public method setCurrentPage ] { @@ -38143,7 +38333,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method getPaginate ] { + Method [ public method getPaginate ] { } Method [ public method setCurrentPage ] { @@ -38204,7 +38394,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Method [ public method getQueryBuilder ] { } - Method [ public method getPaginate ] { + Method [ public method getPaginate ] { } Method [ public method setCurrentPage ] { @@ -38309,7 +38499,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ array or NULL $parameters ] } } @@ -40496,7 +40686,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method query ] { + Method [ public method query ] { - Parameters [2] { Parameter #0 [ $index ] @@ -40504,7 +40694,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [1] { Parameter #0 [ $index ] @@ -40612,7 +40802,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method query ] { + Method [ public method query ] { - Parameters [2] { Parameter #0 [ $index ] @@ -40620,7 +40810,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [1] { Parameter #0 [ $index ] @@ -40766,7 +40956,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method query ] { + Method [ public method query ] { - Parameters [2] { Parameter #0 [ $index ] @@ -40774,7 +40964,7 @@ Extension [ extension #142 phalcon version 3.0.1 ] { } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [1] { Parameter #0 [ $index ] diff --git a/php-phalcon3.spec b/php-phalcon3.spec index aad5634..0585307 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -7,22 +7,18 @@ # Please, preserve the changelog entries # %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else %global sub_prefix %{scl_prefix} -%endif %scl_package php-phalcon3 %else %global pkg_name %{name} %endif -%global gh_commit 23b4100faa3ef91863d7f05de3f1c7a450cd52bc +%global gh_commit 877266877c88a0e3fcccd1a232b9537e73a641ad %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon -%global with_zts 0%{?__ztsphp:1} -%global with_tests %{?_with_tests:1}%{!?_with_tests:0} +%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} +%global with_tests 0%{?_with_tests:1} %global ext_name phalcon %if "%{php_version}" < "5.6" # after pdo.ini, json.ini, igbinary.ini @@ -33,7 +29,7 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.0.1 +Version: 3.0.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -54,7 +50,7 @@ BuildRequires: %{?scl_prefix}php-devel > 5.5 BuildRequires: %{?scl_prefix}php-json BuildRequires: %{?scl_prefix}php-pdo # For sources generation -BuildRequires: %{?scl_prefix}zephir +BuildRequires: %{?scl_prefix}zephir >= 0.9.5 BuildRequires: %{?scl_prefix}php-gd BuildRequires: %{?scl_prefix}php-libsodium BuildRequires: %{?scl_prefix}php-mbstring @@ -249,6 +245,9 @@ rm -rf %{buildroot} %changelog +* Sun Nov 27 2016 Remi Collet - 3.0.2-1 +- update to 3.0.2 + * Fri Sep 2 2016 Remi Collet - 3.0.1-1 - update to 3.0.1 -- cgit