diff --git a/es/api/Phalcon_Acl_Adapter.md b/es/api/Phalcon_Acl_Adapter.md index e1ee91d89e05..d5af859affa2 100644 --- a/es/api/Phalcon_Acl_Adapter.md +++ b/es/api/Phalcon_Acl_Adapter.md @@ -1,6 +1,6 @@ # Clase Abstracta **Phalcon\\Acl\\Adapter** -*Implementa* [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Código fuente en GitHub @@ -20,7 +20,7 @@ public **getActiveAccess** () Acceso activo que es verificado por la lista para determinar si algún rol puede acceder a este -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Establece el administrador de eventos @@ -36,58 +36,58 @@ public **getDefaultAction** () Devuelve el nivel de acceso ACL por defecto -abstract public **setNoArgumentsDefaultAction** (*mixed* $defaultAccess) heredada de [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **setNoArgumentsDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getNoArgumentsDefaultAction** () heredada de [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getNoArgumentsDefaultAction** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addRole** (*mixed* $role, [*mixed* $accessInherits]) heredada de [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addRole** (*mixed* $role, [*mixed* $accessInherits]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addInherit** (*mixed* $roleName, *mixed* $roleToInherit) heredada de [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addInherit** (*mixed* $roleName, *mixed* $roleToInherit) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isRole** (*mixed* $roleName) heredada de [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isRole** (*mixed* $roleName) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isResource** (*mixed* $resourceName) heredada de [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isResource** (*mixed* $resourceName) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addResource** (*mixed* $resourceObject, *mixed* $accessList) heredada de [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addResource** (*mixed* $resourceObject, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addResourceAccess** (*mixed* $resourceName, *mixed* $accessList) heredada de [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **dropResourceAccess** (*mixed* $resourceName, *mixed* $accessList) heredada de [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **dropResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **allow** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) heredada de [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **allow** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **deny** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **deny** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isAllowed** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*array* $parameters]) heredada de [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isAllowed** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*array* $parameters]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getRoles** () heredada de [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getRoles** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getResources** () heredada de [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getResources** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Acl_Adapter_Memory.md b/es/api/Phalcon_Acl_Adapter_Memory.md index a824dbe18161..58269fd24852 100644 --- a/es/api/Phalcon_Acl_Adapter_Memory.md +++ b/es/api/Phalcon_Acl_Adapter_Memory.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Acl\\Adapter\\Memory** -*extiende* abstract class [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +*extends* abstract class [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) -*implementa* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) Código fuente en GitHub @@ -105,7 +105,7 @@ public **isResource** (*mixed* $resourceName) Comprueba si el recurso existe en la lista de recursos -public **addResource** ([Phalcon\Acl\Resource](/en/3.2/api/Phalcon_Acl_Resource) | *string* $resourceValue, *array* | *string* $accessList) +public **addResource** ([Phalcon\Acl\Resource](/[[language]]/[[version]]/api/Phalcon_Acl_Resource) | *string* $resourceValue, *array* | *string* $accessList) Agrega un recurso la lista de acceso ACL. Los nombres de acceso pueden ser una acción específica, por ejemplo: buscar, actualizar, borrar, etc. o una lista de ellos, por ejemplo: @@ -222,30 +222,30 @@ public **getResources** () Devuelve un array con cada recurso registrado en la lista -public **getActiveRole** () heredado de [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveRole** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Rol que la lista está verificando si está permitido a cierto recurso/acceso -public **getActiveResource** () heredado de [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveResource** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Recurso que la lista está verificando si algún rol puede acceder a él -public **getActiveAccess** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveAccess** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Acceso activo al cuál la lista esta verificando si algun rol puede accederla -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) heredado de [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Establece el administrador de eventos -public **getEventsManager** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getEventsManager** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Devuelve el administrador de eventos interno -public **setDefaultAction** (*mixed* $defaultAccess) heredado de [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **setDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Establece el nivel de acceso por defecto (Phalcon\\Acl::ALLOW o Phalcon\\Acl::DENY) -public **getDefaultAction** () heredado de [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getDefaultAction** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Devuelve el nivel de acceso ACL por defecto \ No newline at end of file diff --git a/es/api/Phalcon_Acl_Exception.md b/es/api/Phalcon_Acl_Exception.md index 755fde2bdfc2..7b9bb4db7d2f 100644 --- a/es/api/Phalcon_Acl_Exception.md +++ b/es/api/Phalcon_Acl_Exception.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Acl\\Exception** -*extiende* de la clase [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implementa* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Acl_Resource.md b/es/api/Phalcon_Acl_Resource.md index c7bf5e12d157..746e08e7e333 100644 --- a/es/api/Phalcon_Acl_Resource.md +++ b/es/api/Phalcon_Acl_Resource.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Acl\\Resource** -*implementa* [Phalcon\Acl\ResourceInterface](/en/3.2/api/Phalcon_Acl_ResourceInterface) +*implements* [Phalcon\Acl\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceInterface) Código fuente en GitHub diff --git a/es/api/Phalcon_Acl_Role.md b/es/api/Phalcon_Acl_Role.md index add07e2650aa..80f63c8403f0 100644 --- a/es/api/Phalcon_Acl_Role.md +++ b/es/api/Phalcon_Acl_Role.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Acl\\Role** -*implementa* [Phalcon\Acl\RoleInterface](/en/3.2/api/Phalcon_Acl_RoleInterface) +*implements* [Phalcon\Acl\RoleInterface](/[[language]]/[[version]]/api/Phalcon_Acl_RoleInterface) Código fuente en GitHub diff --git a/es/api/Phalcon_Annotations_Adapter.md b/es/api/Phalcon_Annotations_Adapter.md index 80c40c97ba13..1fd9c550aad6 100644 --- a/es/api/Phalcon_Annotations_Adapter.md +++ b/es/api/Phalcon_Annotations_Adapter.md @@ -1,6 +1,6 @@ # Clase abstracta **Phalcon\\Annotations\\Adapter** -*implementa* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Código fuente en GitHub @@ -8,7 +8,7 @@ Esta es la clase base para los adaptadores Phalcon\\Annotations ## Métodos -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) Establece el analizador de anotaciones diff --git a/es/api/Phalcon_Annotations_AdapterInterface.md b/es/api/Phalcon_Annotations_AdapterInterface.md index 5774342c380f..627cf1fe8f35 100644 --- a/es/api/Phalcon_Annotations_AdapterInterface.md +++ b/es/api/Phalcon_Annotations_AdapterInterface.md @@ -6,7 +6,7 @@ Adaptadores de Phalcon\Annotations debe implementar esta interfaz ## Métodos -abstract public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) +abstract public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) Establece el analizador de anotaciones diff --git a/es/api/Phalcon_Annotations_Adapter_Apc.md b/es/api/Phalcon_Annotations_Adapter_Apc.md index e3d72f9a8aec..da177a99fa41 100644 --- a/es/api/Phalcon_Annotations_Adapter_Apc.md +++ b/es/api/Phalcon_Annotations_Adapter_Apc.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Annotations\\Adapter\\Apc** -*extiende* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implementa* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Código fuente en GitHub @@ -27,34 +27,34 @@ public **read** (*mixed* $key) Lee anotaciones analizadas desde APC -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Escribe anotaciones analizadas en APC -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Establece el analizador de anotaciones -public **getReader** () heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve el lector de anotaciones -public **get** (*string* | *object* $className) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Analiza o recupera todas las anotaciones encontradas una clase -public **getMethods** (*mixed* $className) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones encontradas en todos los métodos de la clase -public **getMethod** (*mixed* $className, *mixed* $methodName) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones encontradas un método específico -public **getProperties** (*mixed* $className) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones encontradas en todos los métodos de la clase -public **getProperty** (*mixed* $className, *mixed* $propertyName) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones que se encuentran en una propiedad específica \ No newline at end of file diff --git a/es/api/Phalcon_Annotations_Adapter_Apcu.md b/es/api/Phalcon_Annotations_Adapter_Apcu.md index 3ade6b1a8c8d..d29e7cf3bc96 100644 --- a/es/api/Phalcon_Annotations_Adapter_Apcu.md +++ b/es/api/Phalcon_Annotations_Adapter_Apcu.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Annotations\\Adapter\\Apcu** -*extiende* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implementa* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Codigo fuente en GitHub @@ -27,34 +27,34 @@ public **read** (*mixed* $key) Lee anotaciones analizadas desde APCu -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Escribe anotaciones analizadas en APCu -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Establece el analizador de anotaciones -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve el lector de anotaciones -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Analiza o recupera todas las anotaciones encontradas una clase -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones encontradas en todos los métodos de la clase -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones encontradas un método específico -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones encontradas en todos los métodos de la clase -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones que se encuentran en una propiedad específica \ No newline at end of file diff --git a/es/api/Phalcon_Annotations_Adapter_Files.md b/es/api/Phalcon_Annotations_Adapter_Files.md index 59f22525b1c0..ad17185e9286 100644 --- a/es/api/Phalcon_Annotations_Adapter_Files.md +++ b/es/api/Phalcon_Annotations_Adapter_Files.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Annotations\\Adapter\\Files** -*extiende* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implementa* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Código fuente en GitHub @@ -27,38 +27,38 @@ public **__construct** ([*array* $options]) Constructor de Phalcon\\Annotations\\Adapter\\Files -public [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) **read** (*string* $key) +public [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) **read** (*string* $key) Lee las anotaciones analizadas desde archivos -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Escribe las anotaciones analizadas en archivos -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Establece el analizador de anotaciones -public **getReader** () heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve el lector de anotaciones -public **get** (*string* | *object* $className) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Analiza o recupera todas las anotaciones encontradas una clase -public **getMethods** (*mixed* $className) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones encontradas en todos los métodos de la clase -public **getMethod** (*mixed* $className, *mixed* $methodName) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones encontradas un método específico -public **getProperties** (*mixed* $className) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones encontradas en todos los métodos de la clase -public **getProperty** (*mixed* $className, *mixed* $propertyName) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones que se encuentran en una propiedad específica \ No newline at end of file diff --git a/es/api/Phalcon_Annotations_Adapter_Memory.md b/es/api/Phalcon_Annotations_Adapter_Memory.md index 6284139f3eb9..d2657464055d 100644 --- a/es/api/Phalcon_Annotations_Adapter_Memory.md +++ b/es/api/Phalcon_Annotations_Adapter_Memory.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Annotations\\Adapter\\Memory** -*extiende* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implementa* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Código fuente en GitHub @@ -14,34 +14,34 @@ public **read** (*mixed* $key) Lee las anotaciones analizadas desde la memoria -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Escribe la anotaciones analizadas en la memoria -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Establece el analizador de anotaciones -public **getReader** () heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve el lector de anotaciones -public **get** (*string* | *object* $className) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Analiza o recupera todas las anotaciones encontradas una clase -public **getMethods** (*mixed* $className) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones encontradas en todos los métodos de la clase -public **getMethod** (*mixed* $className, *mixed* $methodName) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones encontradas un método específico -public **getProperties** (*mixed* $className) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones encontradas en todos los métodos de la clase -public **getProperty** (*mixed* $className, *mixed* $propertyName) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones que se encuentran en una propiedad específica \ No newline at end of file diff --git a/es/api/Phalcon_Annotations_Adapter_Xcache.md b/es/api/Phalcon_Annotations_Adapter_Xcache.md index b03fef992dac..2b5f5e8a2cf2 100644 --- a/es/api/Phalcon_Annotations_Adapter_Xcache.md +++ b/es/api/Phalcon_Annotations_Adapter_Xcache.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Annotations\\Adapter\\Xcache** -*extiende* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implementa* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Código fuente en GitHub @@ -17,38 +17,38 @@ $annotations = new \Phalcon\Annotations\Adapter\Xcache(); ## Métodos -public [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) **read** (*string* $key) +public [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) **read** (*string* $key) Lee las anotaciones analizadas desde el XCache -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Escribe la anotaciones analizadas en el XCache -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Establece el analizador de anotaciones -public **getReader** () heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve el lector de anotaciones -public **get** (*string* | *object* $className) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Analiza o recupera todas las anotaciones encontradas una clase -public **getMethods** (*mixed* $className) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones encontradas en todos los métodos de la clase -public **getMethod** (*mixed* $className, *mixed* $methodName) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones encontradas un método específico -public **getProperties** (*mixed* $className) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones encontradas en todos los métodos de la clase -public **getProperty** (*mixed* $className, *mixed* $propertyName) heredado de [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Devuelve las anotaciones que se encuentran en una propiedad específica \ No newline at end of file diff --git a/es/api/Phalcon_Annotations_Collection.md b/es/api/Phalcon_Annotations_Collection.md index 1cd37bd6061a..8b2f706a290c 100644 --- a/es/api/Phalcon_Annotations_Collection.md +++ b/es/api/Phalcon_Annotations_Collection.md @@ -36,7 +36,7 @@ public **rewind** () Rebobina el iterador interno -public [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) **current** () +public [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) **current** () Devuelve la anotación actual en el iterador diff --git a/es/api/Phalcon_Annotations_Factory.md b/es/api/Phalcon_Annotations_Factory.md index 55e1408dd1ee..e2064a31bedf 100644 --- a/es/api/Phalcon_Annotations_Factory.md +++ b/es/api/Phalcon_Annotations_Factory.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Annotations\\Factory** -*extiende* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implementa* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Codigo fuente en GitHub @@ -24,8 +24,8 @@ $annotations = Factory::load($options); ## Métodos -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/es/api/Phalcon_Annotations_Reader.md b/es/api/Phalcon_Annotations_Reader.md index 7b2b86cb4e58..1810f5b38c04 100644 --- a/es/api/Phalcon_Annotations_Reader.md +++ b/es/api/Phalcon_Annotations_Reader.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Annotations\\Reader** -*implementa* [Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) +*implements* [Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) Código fuente en GitHub diff --git a/es/api/Phalcon_Application.md b/es/api/Phalcon_Application.md index b1b3f0dd76e2..07c7c317197a 100644 --- a/es/api/Phalcon_Application.md +++ b/es/api/Phalcon_Application.md @@ -1,8 +1,8 @@ # Clase Abstracta **Phalcon\\Application** -*extiende* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implementa* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Código fuente en GitHub @@ -10,11 +10,11 @@ Clase base para Phalcon\\Cli\\Console y Phalcon\\Mvc\\Application. ## Métodos -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Constructor de la clase Phalcon\\Application -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Establece el gestor de eventos @@ -64,14 +64,14 @@ abstract public **handle** () Maneja una solucitud -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) heredado de [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Establece el inyector de dependencias -public **getDI** () heredado de [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Devuelve el inyector de dependencias interno -public **__get** (*string* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*string* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Método mágico __get \ No newline at end of file diff --git a/es/api/Phalcon_Application_Exception.md b/es/api/Phalcon_Application_Exception.md index 50f991fc1314..4308f89b5c10 100644 --- a/es/api/Phalcon_Application_Exception.md +++ b/es/api/Phalcon_Application_Exception.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Application\\Exception** -*extiende* de la clase [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implementa* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Assets_Collection.md b/es/api/Phalcon_Assets_Collection.md index 36353d6ebc18..73ced7daf7cd 100644 --- a/es/api/Phalcon_Assets_Collection.md +++ b/es/api/Phalcon_Assets_Collection.md @@ -60,15 +60,15 @@ public **__construct** () Contructor de Phalcon\\Assets\\Collection -public **add** ([Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **add** ([Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Agrega un recurso a la colección -public **addInline** ([Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInline** ([Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Añade un código en línea a la colección -public **has** ([Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) $resource) +public **has** ([Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) $resource) Esto comprueba que el recurso se haya agregado a la colección. @@ -93,7 +93,7 @@ public **addInlineCss** (*mixed* $content, [*mixed* $filter], [*mixed* $attribut Adds an inline CSS to the collection -public [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) **addJs** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) +public [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) **addJs** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) Adds a javascript resource to the collection @@ -165,10 +165,10 @@ public **getRealTargetPath** (*mixed* $basePath) Returns the complete location where the joined/filtered collection must be written -public **addFilter** ([Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) $filter) +public **addFilter** ([Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) $filter) Adds a filter to the collection -final protected **addResource** ([Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) $resource) +final protected **addResource** ([Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) $resource) Adds a resource or inline-code to the collection \ No newline at end of file diff --git a/es/api/Phalcon_Assets_Exception.md b/es/api/Phalcon_Assets_Exception.md index 56adfce4aa6f..03373d526f32 100644 --- a/es/api/Phalcon_Assets_Exception.md +++ b/es/api/Phalcon_Assets_Exception.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Assets\\Exception** -*extiende* de la clase [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implementa* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Assets_Filters_Cssmin.md b/es/api/Phalcon_Assets_Filters_Cssmin.md index a807a59e4880..96fe00be94d7 100644 --- a/es/api/Phalcon_Assets_Filters_Cssmin.md +++ b/es/api/Phalcon_Assets_Filters_Cssmin.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\Cssmin** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/es/api/Phalcon_Assets_Filters_Jsmin.md b/es/api/Phalcon_Assets_Filters_Jsmin.md index 2bfe2b4851a4..3e9e94f7bd29 100644 --- a/es/api/Phalcon_Assets_Filters_Jsmin.md +++ b/es/api/Phalcon_Assets_Filters_Jsmin.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\Jsmin** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/es/api/Phalcon_Assets_Filters_None.md b/es/api/Phalcon_Assets_Filters_None.md index 60e59aac09de..27f570f4bc31 100644 --- a/es/api/Phalcon_Assets_Filters_None.md +++ b/es/api/Phalcon_Assets_Filters_None.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\None** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/es/api/Phalcon_Assets_Inline.md b/es/api/Phalcon_Assets_Inline.md index e5c3ef631536..067ea910d450 100644 --- a/es/api/Phalcon_Assets_Inline.md +++ b/es/api/Phalcon_Assets_Inline.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Inline** -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub diff --git a/es/api/Phalcon_Assets_Inline_Css.md b/es/api/Phalcon_Assets_Inline_Css.md index ede17c608ccd..3dde9ff1cc4b 100644 --- a/es/api/Phalcon_Assets_Inline_Css.md +++ b/es/api/Phalcon_Assets_Inline_Css.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Assets\\Inline\\Css** -*extiende* de la clase [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +*extends* class [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -*implementa* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Código fuente en GitHub @@ -12,34 +12,36 @@ Representa un CSS en línea public **__construct** (*string* $content, [*boolean* $filter], [*array* $attributes]) -public **getType** () heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Phalcon\\Assets\\Inline\\Css Constructor -... +public *string* **getType** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getContent** () heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets the resource's type. -... +public *string* **getContent** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getFilter** () heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets the content. -... +public *boolean* **getFilter** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getAttributes** () heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets if the resource must be filtered or not. -... +public *array* **getAttributes** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **setType** (*mixed* $type) heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets extra HTML attributes. + +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setType** (*string* $type) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Establece el tipo "en línea" -public **setFilter** (*mixed* $filter) heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setFilter** (*boolean* $filter) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Establece si el recurso debe ser filtrado o no -public **setAttributes** (*array* $attributes) heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Establece los atributos HTML extras -public **getResourceKey** () heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public *string* **getResourceKey** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Obtiene la llave del recurso. \ No newline at end of file diff --git a/es/api/Phalcon_Assets_Inline_Js.md b/es/api/Phalcon_Assets_Inline_Js.md index 227114e6e66e..606e63c0a0f3 100644 --- a/es/api/Phalcon_Assets_Inline_Js.md +++ b/es/api/Phalcon_Assets_Inline_Js.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Assets\\Inline\\Js** -*extiende* de la clase [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +*extends* class [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -*implementa* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Código fuente en GitHub @@ -12,34 +12,34 @@ Representa un Javascript en línea public **__construct** (*string* $content, [*boolean* $filter], [*array* $attributes]) -public **getType** () heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getType** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getContent** () heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getContent** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getFilter** () heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getFilter** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getAttributes** () heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getAttributes** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **setType** (*mixed* $type) heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Establece el tipo de en línea -public **setFilter** (*mixed* $filter) heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Establece si el recurso debe ser filtrado o no -public **setAttributes** (*array* $attributes) heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Establece los atributos HTML extras -public **getResourceKey** () heredado de [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Obtiene la llave del recurso. \ No newline at end of file diff --git a/es/api/Phalcon_Assets_Manager.md b/es/api/Phalcon_Assets_Manager.md index 13ecabf4ff9c..023c9dab7abb 100644 --- a/es/api/Phalcon_Assets_Manager.md +++ b/es/api/Phalcon_Assets_Manager.md @@ -52,7 +52,7 @@ public **addInlineJs** (*mixed* $content, [*mixed* $filter], [*mixed* $attribute Adds an inline javascript to the 'js' collection -public **addResourceByType** (*mixed* $type, [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **addResourceByType** (*mixed* $type, [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a resource by its type @@ -65,11 +65,11 @@ $assets->addResourceByType("css", ``` -public **addInlineCodeByType** (*mixed* $type, [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInlineCodeByType** (*mixed* $type, [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds an inline code by its type -public **addResource** ([Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **addResource** ([Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a raw resource to the manager @@ -82,11 +82,11 @@ $assets->addResource( ``` -public **addInlineCode** ([Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInlineCode** ([Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds a raw inline code to the manager -public **set** (*mixed* $id, [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection) +public **set** (*mixed* $id, [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection) Sets a collection in the Assets Manager @@ -120,11 +120,11 @@ public **collection** (*mixed* $name) Creates/Returns a collection of resources -public **output** ([Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection, *callback* $callback, *string* $type) +public **output** ([Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection, *callback* $callback, *string* $type) Traverses a collection calling the callback to generate its HTML -public **outputInline** ([Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection, *string* $type) +public **outputInline** ([Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection, *string* $type) Traverses a collection and generate its HTML diff --git a/es/api/Phalcon_Assets_Resource.md b/es/api/Phalcon_Assets_Resource.md index d67dc71b7929..d20032f2a7b8 100644 --- a/es/api/Phalcon_Assets_Resource.md +++ b/es/api/Phalcon_Assets_Resource.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Resource** -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub diff --git a/es/api/Phalcon_Assets_Resource_Css.md b/es/api/Phalcon_Assets_Resource_Css.md index 11c938e391ca..fe644a45f159 100644 --- a/es/api/Phalcon_Assets_Resource_Css.md +++ b/es/api/Phalcon_Assets_Resource_Css.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Resource\\Css** -*extends* class [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +*extends* class [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,76 +12,76 @@ Represents CSS resources public **__construct** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getType** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getLocal** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getLocal** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getFilter** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getFilter** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getAttributes** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getAttributes** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's type -public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's path -public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource is local or external -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets extra HTML attributes -public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets a target uri for the generated HTML -public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's source path -public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's target path -public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the content of the resource as an string Optionally a base path where the resource is located can be set -public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the real target uri for the generated HTML -public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource is located -public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource must be written -public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Gets the resource's key. \ No newline at end of file diff --git a/es/api/Phalcon_Assets_Resource_Js.md b/es/api/Phalcon_Assets_Resource_Js.md index 2acc4d239b9d..4695b7fb7e30 100644 --- a/es/api/Phalcon_Assets_Resource_Js.md +++ b/es/api/Phalcon_Assets_Resource_Js.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Resource\\Js** -*extends* class [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +*extends* class [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,76 +12,76 @@ Represents Javascript resources public **__construct** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getType** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getLocal** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getLocal** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getFilter** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getFilter** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getAttributes** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getAttributes** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's type -public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's path -public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource is local or external -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets extra HTML attributes -public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets a target uri for the generated HTML -public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's source path -public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's target path -public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the content of the resource as an string Optionally a base path where the resource is located can be set -public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the real target uri for the generated HTML -public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource is located -public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource must be written -public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Gets the resource's key. \ No newline at end of file diff --git a/es/api/Phalcon_Cache_Backend.md b/es/api/Phalcon_Cache_Backend.md index 6190c5b7d0dd..4b9fdbbdf7b9 100644 --- a/es/api/Phalcon_Cache_Backend.md +++ b/es/api/Phalcon_Cache_Backend.md @@ -1,6 +1,6 @@ # Clase Abstracta **Phalcon\\Cache\\Backend** -*implementa* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Código fuente en GitHub @@ -32,7 +32,7 @@ public **setLastKey** (*mixed* $lastKey) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend constructor @@ -56,22 +56,22 @@ public *int* **getLifetime** () Gets the last lifetime set -abstract public **get** (*mixed* $keyName, [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **get** (*mixed* $keyName, [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **save** ([*mixed* $keyName], [*mixed* $content], [*mixed* $lifetime], [*mixed* $stopBuffer]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **save** ([*mixed* $keyName], [*mixed* $content], [*mixed* $lifetime], [*mixed* $stopBuffer]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **delete** (*mixed* $keyName) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **delete** (*mixed* $keyName) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **queryKeys** ([*mixed* $prefix]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **queryKeys** ([*mixed* $prefix]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **exists** ([*mixed* $keyName], [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **exists** ([*mixed* $keyName], [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Cache_Backend_Apc.md b/es/api/Phalcon_Cache_Backend_Apc.md index a293ec3fce98..95376a78313f 100644 --- a/es/api/Phalcon_Cache_Backend_Apc.md +++ b/es/api/Phalcon_Cache_Backend_Apc.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Cache\\Backend\\Apc** -*extendiende* de la clase abstracta [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implementa* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Código fuente en GitHub @@ -94,50 +94,50 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/es/api/Phalcon_Cache_Backend_Apcu.md b/es/api/Phalcon_Cache_Backend_Apcu.md index d3f158f293d8..2e10e4fc1634 100644 --- a/es/api/Phalcon_Cache_Backend_Apcu.md +++ b/es/api/Phalcon_Cache_Backend_Apcu.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Cache\\Backend\\Apcu** -*extendiende* de la clase abstracta [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implementa* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Código fuente en GitHub @@ -94,50 +94,50 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/es/api/Phalcon_Cache_Backend_Factory.md b/es/api/Phalcon_Cache_Backend_Factory.md index fba474bfcd55..9df359d7f6c0 100644 --- a/es/api/Phalcon_Cache_Backend_Factory.md +++ b/es/api/Phalcon_Cache_Backend_Factory.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Cache\\Backend\\Factory** -*extende* de la clase abstracta [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implementa* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Código fuente en GitHub @@ -25,7 +25,7 @@ $backendCache = Factory::load($options); ## Métodos -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/es/api/Phalcon_Cache_Backend_File.md b/es/api/Phalcon_Cache_Backend_File.md index 444f4acfdf9a..e850a52bb186 100644 --- a/es/api/Phalcon_Cache_Backend_File.md +++ b/es/api/Phalcon_Cache_Backend_File.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Cache\\Backend\\File** -*extendiende* de la clase abstracta [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implementa* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Codigo fuente en GitHub @@ -44,7 +44,7 @@ if ($content === null) { ## Métodos -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, *array* $options) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, *array* $options) Constructor de Phalcon\\Cache\\Backend\\File @@ -98,46 +98,46 @@ public **useSafeKey** (*mixed* $useSafeKey) Establece si se usa safekey o no -public **getFrontend** () heredado de [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) heredado de [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () heredado de [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) heredado de [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () heredado de [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) heredado de [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) heredado de [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Inicia un caché. El nombre clave permite identificar el fragmento creado -public **stop** ([*mixed* $stopBuffer]) heredado de [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Detiene el frontend sin grabar ningún contenido en caché -public **isFresh** () heredado de [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Comprueba si el último caché está actualizado o almacenado en cache -public **isStarted** () heredado de [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Verifica si el caché tiene un buffering inicial o no -public *int* **getLifetime** () heredado de [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Obtiene el último lifetime establecido \ No newline at end of file diff --git a/es/api/Phalcon_Cache_Backend_Libmemcached.md b/es/api/Phalcon_Cache_Backend_Libmemcached.md index 9ec4b031d82e..3165b9222ecb 100644 --- a/es/api/Phalcon_Cache_Backend_Libmemcached.md +++ b/es/api/Phalcon_Cache_Backend_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Libmemcached** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -49,7 +49,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Memcache constructor @@ -116,46 +116,46 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/es/api/Phalcon_Cache_Backend_Memcache.md b/es/api/Phalcon_Cache_Backend_Memcache.md index 6f2575ca5c8d..61c26bca5745 100644 --- a/es/api/Phalcon_Cache_Backend_Memcache.md +++ b/es/api/Phalcon_Cache_Backend_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Memcache** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -43,7 +43,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Memcache constructor @@ -97,46 +97,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/es/api/Phalcon_Cache_Backend_Memory.md b/es/api/Phalcon_Cache_Backend_Memory.md index a269432ab9f3..56e512c11de6 100644 --- a/es/api/Phalcon_Cache_Backend_Memory.md +++ b/es/api/Phalcon_Cache_Backend_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Memory** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface), [Serializable](http://php.net/manual/en/class.serializable.php) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface), [Serializable](http://php.net/manual/en/class.serializable.php) Source on GitHub @@ -79,50 +79,50 @@ public **unserialize** (*mixed* $data) Required for interface \\Serializable -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/es/api/Phalcon_Cache_Backend_Mongo.md b/es/api/Phalcon_Cache_Backend_Mongo.md index 6421cd0f4f29..be4778c7d3b2 100644 --- a/es/api/Phalcon_Cache_Backend_Mongo.md +++ b/es/api/Phalcon_Cache_Backend_Mongo.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Mongo** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -44,7 +44,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Mongo constructor @@ -98,46 +98,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/es/api/Phalcon_Cache_Backend_Redis.md b/es/api/Phalcon_Cache_Backend_Redis.md index a3509251d509..4ec50555c243 100644 --- a/es/api/Phalcon_Cache_Backend_Redis.md +++ b/es/api/Phalcon_Cache_Backend_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Redis** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -45,7 +45,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Redis constructor @@ -105,46 +105,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/es/api/Phalcon_Cache_Backend_Xcache.md b/es/api/Phalcon_Cache_Backend_Xcache.md index 7dac8215d5f3..4074d8e3778e 100644 --- a/es/api/Phalcon_Cache_Backend_Xcache.md +++ b/es/api/Phalcon_Cache_Backend_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Xcache** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -38,7 +38,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Xcache constructor @@ -84,46 +84,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/es/api/Phalcon_Cache_Exception.md b/es/api/Phalcon_Cache_Exception.md index ca825c6327a7..cefb964388d8 100644 --- a/es/api/Phalcon_Cache_Exception.md +++ b/es/api/Phalcon_Cache_Exception.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Cache\\Exception** -*extiende* de la clase [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implementa* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Cache_Frontend_Base64.md b/es/api/Phalcon_Cache_Frontend_Base64.md index 473895a88aa8..4439e4c4cba8 100644 --- a/es/api/Phalcon_Cache_Frontend_Base64.md +++ b/es/api/Phalcon_Cache_Frontend_Base64.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Base64** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/es/api/Phalcon_Cache_Frontend_Data.md b/es/api/Phalcon_Cache_Frontend_Data.md index 1f249be7103c..652f3dfb9691 100644 --- a/es/api/Phalcon_Cache_Frontend_Data.md +++ b/es/api/Phalcon_Cache_Frontend_Data.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Data** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/es/api/Phalcon_Cache_Frontend_Factory.md b/es/api/Phalcon_Cache_Frontend_Factory.md index cdd59eeb8b72..ea32c63d78a6 100644 --- a/es/api/Phalcon_Cache_Frontend_Factory.md +++ b/es/api/Phalcon_Cache_Frontend_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $frontendCache = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/es/api/Phalcon_Cache_Frontend_Igbinary.md b/es/api/Phalcon_Cache_Frontend_Igbinary.md index 714a96bb4de1..e7ceabc8e033 100644 --- a/es/api/Phalcon_Cache_Frontend_Igbinary.md +++ b/es/api/Phalcon_Cache_Frontend_Igbinary.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Igbinary** -*extends* class [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) +*extends* class [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/es/api/Phalcon_Cache_Frontend_Json.md b/es/api/Phalcon_Cache_Frontend_Json.md index bfe39cdc53c4..274217cf9b9d 100644 --- a/es/api/Phalcon_Cache_Frontend_Json.md +++ b/es/api/Phalcon_Cache_Frontend_Json.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Json** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/es/api/Phalcon_Cache_Frontend_Msgpack.md b/es/api/Phalcon_Cache_Frontend_Msgpack.md index 857b40d4bbdc..39e65a338ef3 100644 --- a/es/api/Phalcon_Cache_Frontend_Msgpack.md +++ b/es/api/Phalcon_Cache_Frontend_Msgpack.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Msgpack** -*extends* class [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) +*extends* class [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/es/api/Phalcon_Cache_Frontend_None.md b/es/api/Phalcon_Cache_Frontend_None.md index bdc0af2d4135..08055277c76f 100644 --- a/es/api/Phalcon_Cache_Frontend_None.md +++ b/es/api/Phalcon_Cache_Frontend_None.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\None** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/es/api/Phalcon_Cache_Frontend_Output.md b/es/api/Phalcon_Cache_Frontend_Output.md index ea49ba7bdc2d..378a82acd9af 100644 --- a/es/api/Phalcon_Cache_Frontend_Output.md +++ b/es/api/Phalcon_Cache_Frontend_Output.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Cache\\Frontend\\Output** -*implementa* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Código fuente en GitHub diff --git a/es/api/Phalcon_Cache_Multiple.md b/es/api/Phalcon_Cache_Multiple.md index 9aa7e6fd6276..7376b89f12fb 100644 --- a/es/api/Phalcon_Cache_Multiple.md +++ b/es/api/Phalcon_Cache_Multiple.md @@ -65,11 +65,11 @@ $cache->save("my-key", $data); ## Methods -public **__construct** ([[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $backends]) +public **__construct** ([[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $backends]) Phalcon\\Cache\\Multiple constructor -public **push** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $backend) +public **push** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $backend) Adds a backend diff --git a/es/api/Phalcon_Cli_Console.md b/es/api/Phalcon_Cli_Console.md index f0337bf3f1ec..8b0677b53498 100644 --- a/es/api/Phalcon_Cli_Console.md +++ b/es/api/Phalcon_Cli_Console.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Console** -*extends* abstract class [Phalcon\Application](/en/3.2/api/Phalcon_Application) +*extends* abstract class [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -36,19 +36,19 @@ public **setArgument** ([*array* $arguments], [*mixed* $str], [*mixed* $shift]) Set an specific argument -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Phalcon\\Application -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getEventsManager** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the internal event manager -public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Register an array of modules present in the application @@ -70,30 +70,30 @@ $this->registerModules( ``` -public **getModules** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModules** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Return the modules registered in the application -public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Gets the module definition registered in the application via module name -public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the module name to be used if the router doesn't return a valid module -public **getDefaultModule** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getDefaultModule** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the default module name -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/es/api/Phalcon_Cli_Console_Exception.md b/es/api/Phalcon_Cli_Console_Exception.md index e7bfea5dbde1..1304054159b0 100644 --- a/es/api/Phalcon_Cli_Console_Exception.md +++ b/es/api/Phalcon_Cli_Console_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Console\\Exception** -*extends* class [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) +*extends* class [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Cli_Dispatcher.md b/es/api/Phalcon_Cli_Dispatcher.md index 3fae6a7439f9..6b8c93cdd0f0 100644 --- a/es/api/Phalcon_Cli_Dispatcher.md +++ b/es/api/Phalcon_Cli_Dispatcher.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Cli\\Dispatcher** -*extiende* de la clase abstracta [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +*extends* abstract class [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) -*implementa* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Cli\DispatcherInterface](/en/3.2/api/Phalcon_Cli_DispatcherInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Cli\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Cli_DispatcherInterface) Codigo fuente en GitHub @@ -94,103 +94,103 @@ public **callActionMethod** (*mixed* $handler, *mixed* $actionMethod, [*array* $ Calls the action method. -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDI** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getEventsManager** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal event manager -public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action suffix -public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the default action suffix -public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the module where the controller is (only informative) -public **getModuleName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModuleName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the module where the controller class is -public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the namespace where the controller class is -public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a namespace to be prepended to the current handler name -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default namespace -public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the default namespace -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action name -public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the action name to be dispatched -public **getActionName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the latest dispatched action name -public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets action params to be dispatched -public **getParams** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getParams** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets action params -public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set a param by its name or numeric index -public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a param by its name or numeric index -public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if a param exists -public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the current method to be/executed in the dispatcher -public **isFinished** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **isFinished** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Checks if the dispatch loop is finished or has more pendent controllers/tasks to dispatch -public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the latest returned value by an action manually -public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns value returned by the latest dispatched action -public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable/Disable model binding during dispatch @@ -206,7 +206,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable model binding during dispatch @@ -222,19 +222,19 @@ $di->set('dispatcher', function() { ``` -public **getModelBinder** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModelBinder** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets model binder -public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -public **forward** (*array* $forward) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **forward** (*array* $forward) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Forwards the execution flow to another controller/action. @@ -250,15 +250,15 @@ $this->dispatcher->forward( ``` -public **wasForwarded** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **wasForwarded** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if the current executed action was forwarded by another one -public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Possible class name that will be located to dispatch the request -public **getBoundModels** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getBoundModels** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns bound models from binder instance @@ -275,6 +275,6 @@ class UserController extends Controller ``` -protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set empty properties to their defaults (where defaults are available) \ No newline at end of file diff --git a/es/api/Phalcon_Cli_DispatcherInterface.md b/es/api/Phalcon_Cli_DispatcherInterface.md index 78f4d7b40c9c..b2113a4f6788 100644 --- a/es/api/Phalcon_Cli_DispatcherInterface.md +++ b/es/api/Phalcon_Cli_DispatcherInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Cli\\DispatcherInterface** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) Source on GitHub @@ -30,70 +30,70 @@ abstract public **getActiveTask** () ... -abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Cli_Dispatcher_Exception.md b/es/api/Phalcon_Cli_Dispatcher_Exception.md index fbd0a6c4292d..3d26680ebc57 100644 --- a/es/api/Phalcon_Cli_Dispatcher_Exception.md +++ b/es/api/Phalcon_Cli_Dispatcher_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Dispatcher\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Cli_Router.md b/es/api/Phalcon_Cli_Router.md index 5a0943627b36..332959ad9219 100644 --- a/es/api/Phalcon_Cli_Router.md +++ b/es/api/Phalcon_Cli_Router.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Router** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -29,7 +29,7 @@ public **__construct** ([*mixed* $defaultRoutes]) Phalcon\\Cli\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -69,7 +69,7 @@ public **handle** ([*array* $arguments]) Handles routing information received from command-line arguments -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **add** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **add** (*string* $pattern, [*string/array* $paths]) Adds a route to the router @@ -112,7 +112,7 @@ public **getRoutes** () Returns all the routes defined in the router -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **getRouteById** (*int* $id) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **getRouteById** (*int* $id) Returns a route object by its id diff --git a/es/api/Phalcon_Cli_Router_Exception.md b/es/api/Phalcon_Cli_Router_Exception.md index e063b3861132..6e9cc404e6c2 100644 --- a/es/api/Phalcon_Cli_Router_Exception.md +++ b/es/api/Phalcon_Cli_Router_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Router\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Cli_Router_Route.md b/es/api/Phalcon_Cli_Router_Route.md index 290d5404abd8..68834babb910 100644 --- a/es/api/Phalcon_Cli_Router_Route.md +++ b/es/api/Phalcon_Cli_Router_Route.md @@ -46,7 +46,7 @@ $router->add( ``` -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **beforeMatch** (*callback* $callback) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **beforeMatch** (*callback* $callback) Sets a callback that is called if the route is matched. The developer can implement any arbitrary conditions here If the callback returns false the route is treated as not matched @@ -74,7 +74,7 @@ public **getReversedPaths** () Returns the paths using positions as keys and names as values -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **convert** (*string* $name, *callable* $converter) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **convert** (*string* $name, *callable* $converter) Adds a converter to perform an additional transformation for certain parameter diff --git a/es/api/Phalcon_Cli_Task.md b/es/api/Phalcon_Cli_Task.md index 15624d08810c..068d8b5ed1f0 100644 --- a/es/api/Phalcon_Cli_Task.md +++ b/es/api/Phalcon_Cli_Task.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Task** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Cli\TaskInterface](/en/3.2/api/Phalcon_Cli_TaskInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Cli\TaskInterface](/[[language]]/[[version]]/api/Phalcon_Cli_TaskInterface) Source on GitHub @@ -35,22 +35,22 @@ final public **__construct** () Phalcon\\Cli\\Task constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/es/api/Phalcon_Config.md b/es/api/Phalcon_Config.md index 7b972faed1f5..3aa02d1d0c0f 100644 --- a/es/api/Phalcon_Config.md +++ b/es/api/Phalcon_Config.md @@ -110,7 +110,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) Merges a configuration into the current one diff --git a/es/api/Phalcon_Config_Adapter_Grouped.md b/es/api/Phalcon_Config_Adapter_Grouped.md index 49cceb21ce34..1c545bcc1d32 100644 --- a/es/api/Phalcon_Config_Adapter_Grouped.md +++ b/es/api/Phalcon_Config_Adapter_Grouped.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Grouped** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -72,7 +72,7 @@ public **__construct** (*array* $arrayConfig, [*mixed* $defaultAdapter]) Phalcon\\Config\\Adapter\\Grouped constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -85,7 +85,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -96,7 +96,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -107,7 +107,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -120,7 +120,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -133,7 +133,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -144,7 +144,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -163,7 +163,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -176,7 +176,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -196,18 +196,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/es/api/Phalcon_Config_Adapter_Ini.md b/es/api/Phalcon_Config_Adapter_Ini.md index 3576158bc75f..9e00252c8ede 100644 --- a/es/api/Phalcon_Config_Adapter_Ini.md +++ b/es/api/Phalcon_Config_Adapter_Ini.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Ini** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -85,7 +85,7 @@ protected **_cast** (*mixed* $ini) We have to cast values manually because parse_ini_file() has a poor implementation. -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -98,7 +98,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -109,7 +109,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -120,7 +120,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -133,7 +133,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -146,7 +146,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -157,7 +157,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -176,7 +176,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -189,7 +189,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -209,18 +209,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/es/api/Phalcon_Db_Adapter_Pdo.md b/es/api/Phalcon_Db_Adapter_Pdo.md index 386228071e7c..8f38825ed816 100644 --- a/es/api/Phalcon_Db_Adapter_Pdo.md +++ b/es/api/Phalcon_Db_Adapter_Pdo.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Db\\Adapter\\Pdo** -*extends* abstract class [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +*extends* abstract class [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) Source on GitHub @@ -262,35 +262,35 @@ public *array* **getErrorInfo** () Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -307,7 +307,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -338,7 +338,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -358,7 +358,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -377,7 +377,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -398,7 +398,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -435,7 +435,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -456,7 +456,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -474,7 +474,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -494,11 +494,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -509,7 +509,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -522,7 +522,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -535,71 +535,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -612,7 +612,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -625,7 +625,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table indexes @@ -638,7 +638,7 @@ print_r( ``` -public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table references @@ -651,7 +651,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -664,31 +664,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -712,7 +712,7 @@ $success = $connection->insert( ``` -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -734,34 +734,34 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires an explicit value for identity columns -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Db_Adapter_Pdo_Mysql.md b/es/api/Phalcon_Db_Adapter_Pdo_Mysql.md index 480418c20e4d..8e1af9c3adc2 100644 --- a/es/api/Phalcon_Db_Adapter_Pdo_Mysql.md +++ b/es/api/Phalcon_Db_Adapter_Pdo_Mysql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Mysql** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -40,7 +40,7 @@ print_r( ``` -public [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -66,11 +66,11 @@ print_r( ``` -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) This method is automatically called in \\Phalcon\\Db\\Adapter\\Pdo constructor. Call it when you need to restore a database connection. @@ -95,7 +95,7 @@ $connection->connect(); ``` -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -120,7 +120,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -145,7 +145,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -166,7 +166,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -188,7 +188,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -203,11 +203,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -218,7 +218,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -236,7 +236,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -261,23 +261,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -293,43 +293,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -346,7 +346,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -377,7 +377,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -397,7 +397,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -416,7 +416,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -437,7 +437,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -474,7 +474,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -495,7 +495,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -513,7 +513,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -533,11 +533,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -548,7 +548,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -561,7 +561,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -574,71 +574,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -651,7 +651,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -664,7 +664,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -677,31 +677,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -725,7 +725,7 @@ $success = $connection->insert( ``` -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -747,30 +747,30 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires an explicit value for identity columns -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/es/api/Phalcon_Db_Adapter_Pdo_Postgresql.md b/es/api/Phalcon_Db_Adapter_Pdo_Postgresql.md index b1cb00160eab..026f46731bd6 100644 --- a/es/api/Phalcon_Db_Adapter_Pdo_Postgresql.md +++ b/es/api/Phalcon_Db_Adapter_Pdo_Postgresql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Postgresql** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -48,7 +48,7 @@ public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $defini Creates a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Modifies a table column based on a definition @@ -84,11 +84,11 @@ public **supportSequences** () Check whether the database system requires a sequence to produce auto-numeric values -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -113,7 +113,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -138,7 +138,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -159,7 +159,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -181,7 +181,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -196,11 +196,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -211,7 +211,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -229,7 +229,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -254,23 +254,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -286,43 +286,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -339,7 +339,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -370,7 +370,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -390,7 +390,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -409,7 +409,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -430,7 +430,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -467,7 +467,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -488,7 +488,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -506,7 +506,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -526,11 +526,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -541,7 +541,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -554,7 +554,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -567,63 +567,63 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -636,7 +636,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -649,7 +649,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table indexes @@ -662,7 +662,7 @@ print_r( ``` -public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table references @@ -675,7 +675,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -688,31 +688,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -734,22 +734,22 @@ $success = $connection->insert( ``` -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/es/api/Phalcon_Db_Adapter_Pdo_Sqlite.md b/es/api/Phalcon_Db_Adapter_Pdo_Sqlite.md index 5362f5631c79..7eb7e010da31 100644 --- a/es/api/Phalcon_Db_Adapter_Pdo_Sqlite.md +++ b/es/api/Phalcon_Db_Adapter_Pdo_Sqlite.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Sqlite** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -40,7 +40,7 @@ print_r( ``` -public [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -53,7 +53,7 @@ print_r( ``` -public [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) **describeReferences** (*string* $table, [*string* $schema]) +public [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) **describeReferences** (*string* $table, [*string* $schema]) Lists table references @@ -83,11 +83,11 @@ $success = $connection->insert( ``` -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -112,7 +112,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -137,7 +137,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -158,7 +158,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -180,7 +180,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -195,11 +195,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -210,7 +210,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -228,7 +228,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -253,23 +253,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -285,43 +285,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -338,7 +338,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -369,7 +369,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -389,7 +389,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -408,7 +408,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -429,7 +429,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -466,7 +466,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -487,7 +487,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -505,7 +505,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -525,11 +525,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -540,7 +540,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -553,7 +553,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -566,71 +566,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -643,7 +643,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -656,7 +656,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -669,31 +669,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -717,26 +717,26 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/es/api/Phalcon_Db_Column.md b/es/api/Phalcon_Db_Column.md index fe0210a2b411..d55516aa88c9 100644 --- a/es/api/Phalcon_Db_Column.md +++ b/es/api/Phalcon_Db_Column.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Column** -*implements* [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) +*implements* [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) Source on GitHub diff --git a/es/api/Phalcon_Db_Dialect.md b/es/api/Phalcon_Db_Dialect.md index df25f0af03ab..8cda9d7853dd 100644 --- a/es/api/Phalcon_Db_Dialect.md +++ b/es/api/Phalcon_Db_Dialect.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Db\\Dialect** -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -199,86 +199,86 @@ protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $es Prepares qualified for this RDBMS -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropTable** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropTable** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeIndexes** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeIndexes** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **tableOptions** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **tableOptions** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Db_DialectInterface.md b/es/api/Phalcon_Db_DialectInterface.md index 90ee58afb9e1..7301a959c407 100644 --- a/es/api/Phalcon_Db_DialectInterface.md +++ b/es/api/Phalcon_Db_DialectInterface.md @@ -24,15 +24,15 @@ abstract public **getColumnList** (*array* $columnList) ... -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) ... @@ -40,7 +40,7 @@ abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -48,7 +48,7 @@ abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -56,7 +56,7 @@ abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) ... diff --git a/es/api/Phalcon_Db_Dialect_Postgresql.md b/es/api/Phalcon_Db_Dialect_Postgresql.md index f10d03525235..a21b58d04f66 100644 --- a/es/api/Phalcon_Db_Dialect_Postgresql.md +++ b/es/api/Phalcon_Db_Dialect_Postgresql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Postgresql** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the PostgreSQL RDBMS ## Methods -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in PostgreSQL -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -129,7 +129,7 @@ public **tableOptions** (*mixed* $table, [*mixed* $schema]) Generates the SQL to describe the table creation options -protected **_castDefault** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +protected **_castDefault** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... @@ -137,23 +137,23 @@ protected **_getTableOptions** (*array* $definition) ... -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -168,7 +168,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -180,7 +180,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -192,7 +192,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -208,122 +208,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/es/api/Phalcon_Db_Dialect_Sqlite.md b/es/api/Phalcon_Db_Dialect_Sqlite.md index dabec6d39e49..857353a62e5e 100644 --- a/es/api/Phalcon_Db_Dialect_Sqlite.md +++ b/es/api/Phalcon_Db_Dialect_Sqlite.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Sqlite** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the Sqlite RDBMS ## Methods -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in SQLite -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -146,23 +146,23 @@ public **tableOptions** (*mixed* $table, [*mixed* $schema]) Generates the SQL to describe the table creation options -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -177,7 +177,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -189,7 +189,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -201,7 +201,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -217,122 +217,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/es/api/Phalcon_Db_Exception.md b/es/api/Phalcon_Db_Exception.md index 00160179b065..2e8e5ea18b94 100644 --- a/es/api/Phalcon_Db_Exception.md +++ b/es/api/Phalcon_Db_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Db_Index.md b/es/api/Phalcon_Db_Index.md index 9ca94ad0e146..6f6caa997ce0 100644 --- a/es/api/Phalcon_Db_Index.md +++ b/es/api/Phalcon_Db_Index.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Index** -*implements* [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) +*implements* [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) Source on GitHub diff --git a/es/api/Phalcon_Db_Profiler.md b/es/api/Phalcon_Db_Profiler.md index 1d6dde6d6e69..a3ef0bf32c63 100644 --- a/es/api/Phalcon_Db_Profiler.md +++ b/es/api/Phalcon_Db_Profiler.md @@ -31,7 +31,7 @@ echo "Total Elapsed Time: ", $profile->getTotalElapsedSeconds(), "\n"; ## Methods -public [Phalcon\Db\Profiler](/en/3.2/api/Phalcon_Db_Profiler) **startProfile** (*string* $sqlStatement, [*mixed* $sqlVariables], [*mixed* $sqlBindTypes]) +public [Phalcon\Db\Profiler](/[[language]]/[[version]]/api/Phalcon_Db_Profiler) **startProfile** (*string* $sqlStatement, [*mixed* $sqlVariables], [*mixed* $sqlBindTypes]) Starts the profile of a SQL sentence diff --git a/es/api/Phalcon_Db_Reference.md b/es/api/Phalcon_Db_Reference.md index 2e83e14de226..8a0fb59d7263 100644 --- a/es/api/Phalcon_Db_Reference.md +++ b/es/api/Phalcon_Db_Reference.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Reference** -*implements* [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) +*implements* [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) Source on GitHub diff --git a/es/api/Phalcon_Db_Result_Pdo.md b/es/api/Phalcon_Db_Result_Pdo.md index 91808dece71f..e152b23a7627 100644 --- a/es/api/Phalcon_Db_Result_Pdo.md +++ b/es/api/Phalcon_Db_Result_Pdo.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Result\\Pdo** -*implements* [Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) +*implements* [Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) Source on GitHub @@ -23,7 +23,7 @@ while ($robot = $result->fetchArray()) { ## Methods -public **__construct** ([Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [PDOStatement](http://php.net/manual/en/class.pdostatement.php) $result, [*string* $sqlStatement], [*array* $bindParams], [*array* $bindTypes]) +public **__construct** ([Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [PDOStatement](http://php.net/manual/en/class.pdostatement.php) $result, [*string* $sqlStatement], [*array* $bindParams], [*array* $bindTypes]) Phalcon\\Db\\Result\\Pdo constructor diff --git a/es/api/Phalcon_Debug_Exception.md b/es/api/Phalcon_Debug_Exception.md index 170f204a2e35..7d7ec4c5af2d 100644 --- a/es/api/Phalcon_Debug_Exception.md +++ b/es/api/Phalcon_Debug_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Debug\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Di.md b/es/api/Phalcon_Di.md index b8952c5e506b..f64b45fac2aa 100644 --- a/es/api/Phalcon_Di.md +++ b/es/api/Phalcon_Di.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di** -*implements* [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -41,7 +41,7 @@ public **__construct** () Phalcon\\Di constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the internal event manager @@ -65,7 +65,7 @@ public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) Sets a service using a raw Phalcon\\Di\\Service definition @@ -131,7 +131,7 @@ public **__call** (*mixed* $method, [*mixed* $arguments]) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) Registers a service provider. @@ -153,7 +153,7 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Set a default dependency injection container to be obtained into static methods @@ -241,6 +241,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) Loads services from a Config object. \ No newline at end of file diff --git a/es/api/Phalcon_DiInterface.md b/es/api/Phalcon_DiInterface.md index d5aaf481d165..faf55118df51 100644 --- a/es/api/Phalcon_DiInterface.md +++ b/es/api/Phalcon_DiInterface.md @@ -30,7 +30,7 @@ abstract public **getShared** (*mixed* $name, [*mixed* $parameters]) ... -abstract public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) +abstract public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) ... @@ -54,7 +54,7 @@ abstract public **getServices** () ... -abstract public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... diff --git a/es/api/Phalcon_Di_Exception.md b/es/api/Phalcon_Di_Exception.md index 01369a279ffe..1ed3c8df0665 100644 --- a/es/api/Phalcon_Di_Exception.md +++ b/es/api/Phalcon_Di_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Di_FactoryDefault.md b/es/api/Phalcon_Di_FactoryDefault.md index def22fd023e0..809eb0b4e265 100644 --- a/es/api/Phalcon_Di_FactoryDefault.md +++ b/es/api/Phalcon_Di_FactoryDefault.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Di\\FactoryDefault** -*extends* class [Phalcon\Di](/en/3.2/api/Phalcon_Di) +*extends* class [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) -*implements* [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) +*implements* [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) Source on GitHub @@ -14,67 +14,67 @@ public **__construct** () Phalcon\\Di\\FactoryDefault constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets the internal event manager -public **getInternalEventsManager** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getInternalEventsManager** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns the internal event manager -public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service in the services container -public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers an "always shared" service in the services container -public **remove** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **remove** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service in the services container It also removes any shared instance created for the service -public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets a service using a raw Phalcon\\Di\\Service definition -public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a service definition without resolving -public **getService** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getService** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a Phalcon\\Di\\Service instance -public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves the service based on its configuration -public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves a service, the resolved service is stored in the DI, subsequent requests for this service will return the same instance -public **has** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **has** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the DI contains a service by a name -public **wasFreshInstance** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **wasFreshInstance** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the last service obtained via getShared produced a fresh instance or an existing one -public **getServices** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getServices** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the services registered in the DI -public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check if a service is registered using the array syntax -public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to register a shared service using the array syntax @@ -85,7 +85,7 @@ $di["request"] = new \Phalcon\Http\Request(); ``` -public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to obtain a shared service using the array syntax @@ -96,15 +96,15 @@ var_dump($di["request"]); ``` -public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service from the services container using the array syntax -public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service provider. @@ -126,19 +126,19 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Set a default dependency injection container to be obtained into static methods -public static **getDefault** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **getDefault** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the latest DI created -public static **reset** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **reset** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resets the internal default DI -public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a yaml file. @@ -177,7 +177,7 @@ user: ``` -public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a php config file. @@ -214,6 +214,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a Config object. \ No newline at end of file diff --git a/es/api/Phalcon_Di_FactoryDefault_Cli.md b/es/api/Phalcon_Di_FactoryDefault_Cli.md index 808c2429947d..dfb8708307a9 100644 --- a/es/api/Phalcon_Di_FactoryDefault_Cli.md +++ b/es/api/Phalcon_Di_FactoryDefault_Cli.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Di\\FactoryDefault\\Cli** -*extends* class [Phalcon\Di\FactoryDefault](/en/3.2/api/Phalcon_Di_FactoryDefault) +*extends* class [Phalcon\Di\FactoryDefault](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault) -*implements* [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -14,67 +14,67 @@ public **__construct** () Phalcon\\Di\\FactoryDefault\\Cli constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets the internal event manager -public **getInternalEventsManager** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getInternalEventsManager** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns the internal event manager -public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service in the services container -public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers an "always shared" service in the services container -public **remove** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **remove** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service in the services container It also removes any shared instance created for the service -public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets a service using a raw Phalcon\\Di\\Service definition -public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a service definition without resolving -public **getService** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getService** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a Phalcon\\Di\\Service instance -public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves the service based on its configuration -public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves a service, the resolved service is stored in the DI, subsequent requests for this service will return the same instance -public **has** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **has** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the DI contains a service by a name -public **wasFreshInstance** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **wasFreshInstance** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the last service obtained via getShared produced a fresh instance or an existing one -public **getServices** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getServices** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the services registered in the DI -public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check if a service is registered using the array syntax -public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to register a shared service using the array syntax @@ -85,7 +85,7 @@ $di["request"] = new \Phalcon\Http\Request(); ``` -public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to obtain a shared service using the array syntax @@ -96,15 +96,15 @@ var_dump($di["request"]); ``` -public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service from the services container using the array syntax -public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service provider. @@ -126,19 +126,19 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Set a default dependency injection container to be obtained into static methods -public static **getDefault** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **getDefault** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the latest DI created -public static **reset** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **reset** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resets the internal default DI -public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a yaml file. @@ -177,7 +177,7 @@ user: ``` -public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a php config file. @@ -214,6 +214,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a Config object. \ No newline at end of file diff --git a/es/api/Phalcon_Di_Injectable.md b/es/api/Phalcon_Di_Injectable.md index 3eb8ada1dbc1..5a81520bde57 100644 --- a/es/api/Phalcon_Di_Injectable.md +++ b/es/api/Phalcon_Di_Injectable.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Di\\Injectable** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -8,7 +8,7 @@ This class allows to access services in the services container by just only acce ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -16,7 +16,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager diff --git a/es/api/Phalcon_Di_InjectionAwareInterface.md b/es/api/Phalcon_Di_InjectionAwareInterface.md index 570151b78465..a43b8c2862f2 100644 --- a/es/api/Phalcon_Di_InjectionAwareInterface.md +++ b/es/api/Phalcon_Di_InjectionAwareInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... diff --git a/es/api/Phalcon_Di_Service.md b/es/api/Phalcon_Di_Service.md index eb7bb0ec7de4..71a74ecdef9e 100644 --- a/es/api/Phalcon_Di_Service.md +++ b/es/api/Phalcon_Di_Service.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di\\Service** -*implements* [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) +*implements* [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) Source on GitHub @@ -45,7 +45,7 @@ public *mixed* **getDefinition** () Returns the service definition -public *mixed* **resolve** ([*array* $parameters], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public *mixed* **resolve** ([*array* $parameters], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Resolves the service diff --git a/es/api/Phalcon_Di_ServiceInterface.md b/es/api/Phalcon_Di_ServiceInterface.md index 6e5a374a90a0..2dc295e79f31 100644 --- a/es/api/Phalcon_Di_ServiceInterface.md +++ b/es/api/Phalcon_Di_ServiceInterface.md @@ -24,7 +24,7 @@ abstract public **getDefinition** () ... -abstract public **resolve** ([*mixed* $parameters], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +abstract public **resolve** ([*mixed* $parameters], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) ... diff --git a/es/api/Phalcon_Di_ServiceProviderInterface.md b/es/api/Phalcon_Di_ServiceProviderInterface.md index 287d4bf0463f..9123461b1d9c 100644 --- a/es/api/Phalcon_Di_ServiceProviderInterface.md +++ b/es/api/Phalcon_Di_ServiceProviderInterface.md @@ -4,6 +4,6 @@ ## Methods -abstract public **register** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $di) +abstract public **register** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $di) ... \ No newline at end of file diff --git a/es/api/Phalcon_Di_Service_Builder.md b/es/api/Phalcon_Di_Service_Builder.md index 6d24fd254ec0..fd58fcc7f9d6 100644 --- a/es/api/Phalcon_Di_Service_Builder.md +++ b/es/api/Phalcon_Di_Service_Builder.md @@ -6,14 +6,14 @@ This class builds instances based on complex definitions ## Methods -private *mixed* **_buildParameter** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *int* $position, *array* $argument) +private *mixed* **_buildParameter** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *int* $position, *array* $argument) Resolves a constructor/call parameter -private **_buildParameters** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *array* $arguments) +private **_buildParameters** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *array* $arguments) Resolves an array of parameters -public *mixed* **build** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *array* $definition, [*array* $parameters]) +public *mixed* **build** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *array* $definition, [*array* $parameters]) Builds a service using a complex service definition \ No newline at end of file diff --git a/es/api/Phalcon_Dispatcher.md b/es/api/Phalcon_Dispatcher.md index 968c8da4e2d4..bac32ced3cd6 100644 --- a/es/api/Phalcon_Dispatcher.md +++ b/es/api/Phalcon_Dispatcher.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Dispatcher** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -22,7 +22,7 @@ This is the base class for Phalcon\\Mvc\\Dispatcher and Phalcon\\Cli\\Dispatcher ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -30,7 +30,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -134,7 +134,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) Enable model binding during dispatch diff --git a/es/api/Phalcon_Escaper.md b/es/api/Phalcon_Escaper.md index 5be3497c4451..25323e967913 100644 --- a/es/api/Phalcon_Escaper.md +++ b/es/api/Phalcon_Escaper.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Escaper** -*implementa* [Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) +*implements* [Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) Codigo fuente en GitHub diff --git a/es/api/Phalcon_Escaper_Exception.md b/es/api/Phalcon_Escaper_Exception.md index f1fb61548927..41c5fa289b27 100644 --- a/es/api/Phalcon_Escaper_Exception.md +++ b/es/api/Phalcon_Escaper_Exception.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Escaper\\Exception** -*extiende* clase [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implementa* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Events_Event.md b/es/api/Phalcon_Events_Event.md index 169aea9f622f..186ef0ff4601 100644 --- a/es/api/Phalcon_Events_Event.md +++ b/es/api/Phalcon_Events_Event.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Event** -*implements* [Phalcon\Events\EventInterface](/en/3.2/api/Phalcon_Events_EventInterface) +*implements* [Phalcon\Events\EventInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventInterface) Source on GitHub diff --git a/es/api/Phalcon_Events_EventsAwareInterface.md b/es/api/Phalcon_Events_EventsAwareInterface.md index 1aed935adf00..6dcd1297777c 100644 --- a/es/api/Phalcon_Events_EventsAwareInterface.md +++ b/es/api/Phalcon_Events_EventsAwareInterface.md @@ -4,7 +4,7 @@ ## Métodos -abstract public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +abstract public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) ... diff --git a/es/api/Phalcon_Events_Exception.md b/es/api/Phalcon_Events_Exception.md index de8a2952e638..d856fd18e02f 100644 --- a/es/api/Phalcon_Events_Exception.md +++ b/es/api/Phalcon_Events_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Events_Manager.md b/es/api/Phalcon_Events_Manager.md index 86998390c28d..e965f588adfc 100644 --- a/es/api/Phalcon_Events_Manager.md +++ b/es/api/Phalcon_Events_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Manager** -*implements* [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) +*implements* [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) Source on GitHub @@ -40,7 +40,7 @@ public **detachAll** ([*mixed* $type]) Removes all events from the EventsManager -final public *mixed* **fireQueue** ([SplPriorityQueue](http://php.net/manual/en/class.splpriorityqueue.php) | *array* $queue, [Phalcon\Events\Event](/en/3.2/api/Phalcon_Events_Event) $event) +final public *mixed* **fireQueue** ([SplPriorityQueue](http://php.net/manual/en/class.splpriorityqueue.php) | *array* $queue, [Phalcon\Events\Event](/[[language]]/[[version]]/api/Phalcon_Events_Event) $event) Internal handler to call a queue of events diff --git a/es/api/Phalcon_Factory.md b/es/api/Phalcon_Factory.md index c82c01e32646..5455ab8d366c 100644 --- a/es/api/Phalcon_Factory.md +++ b/es/api/Phalcon_Factory.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Factory** -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -10,6 +10,6 @@ protected static **loadClass** (*mixed* $namespace, *mixed* $config) ... -abstract public static **load** (*mixed* $config) inherited from [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +abstract public static **load** (*mixed* $config) inherited from [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Factory_Exception.md b/es/api/Phalcon_Factory_Exception.md index 0cc131643a2d..3d23358fc93a 100644 --- a/es/api/Phalcon_Factory_Exception.md +++ b/es/api/Phalcon_Factory_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Factory\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Filter.md b/es/api/Phalcon_Filter.md index 46cd07eb228b..417d4942c3ce 100644 --- a/es/api/Phalcon_Filter.md +++ b/es/api/Phalcon_Filter.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Filter** -*implementa* [Phalcon\FilterInterface](/en/3.2/api/Phalcon_FilterInterface) +*implements* [Phalcon\FilterInterface](/[[language]]/[[version]]/api/Phalcon_FilterInterface) Codigo fuente en GitHub diff --git a/es/api/Phalcon_Filter_Exception.md b/es/api/Phalcon_Filter_Exception.md index 9868b4be2280..a844418e9f4a 100644 --- a/es/api/Phalcon_Filter_Exception.md +++ b/es/api/Phalcon_Filter_Exception.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Filter\\Exception** -*extiende* de la clase [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implementa* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Flash.md b/es/api/Phalcon_Flash.md index fab60ddca1fb..b84065699982 100644 --- a/es/api/Phalcon_Flash.md +++ b/es/api/Phalcon_Flash.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Flash** -*implements* [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -32,11 +32,11 @@ public **getEscaperService** () Returns the Escaper Service -public **setEscaperService** ([Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) $escaperService) +public **setEscaperService** ([Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) $escaperService) Sets the Escaper Service -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -115,6 +115,6 @@ public **clear** () Clears accumulated messages when implicit flush is disabled -abstract public **message** (*mixed* $type, *mixed* $message) inherited from [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) +abstract public **message** (*mixed* $type, *mixed* $message) inherited from [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Flash_Direct.md b/es/api/Phalcon_Flash_Direct.md index 9b8045cf2a4e..055edf9d64b5 100644 --- a/es/api/Phalcon_Flash_Direct.md +++ b/es/api/Phalcon_Flash_Direct.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Flash\\Direct** -*extends* abstract class [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +*extends* abstract class [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) Source on GitHub @@ -18,47 +18,47 @@ public **output** ([*mixed* $remove]) Prints the messages accumulated in the flasher -public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Phalcon\\Flash constructor -public **getAutoescape** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getAutoescape** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the autoescape mode in generated html -public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set the autoescape mode in generated html -public **getEscaperService** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getEscaperService** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the Escaper Service -public **setEscaperService** ([Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setEscaperService** ([Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the Escaper Service -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getDI** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the internal dependency injector -public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set whether the output must be implicitly flushed to the output or returned as string -public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set if the output must be implicitly formatted with HTML -public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set an array with CSS classes to format the messages -public **error** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **error** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML error message @@ -69,7 +69,7 @@ $flash->error("This is an error"); ``` -public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML notice/information message @@ -80,7 +80,7 @@ $flash->notice("This is an information"); ``` -public **success** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **success** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML success message @@ -91,7 +91,7 @@ $flash->success("The process was finished successfully"); ``` -public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML warning message @@ -102,7 +102,7 @@ $flash->warning("Hey, this is important"); ``` -public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Outputs a message formatting it with HTML @@ -113,6 +113,6 @@ $flash->outputMessage("error", $message); ``` -public **clear** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **clear** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Clears accumulated messages when implicit flush is disabled \ No newline at end of file diff --git a/es/api/Phalcon_Flash_Exception.md b/es/api/Phalcon_Flash_Exception.md index f5ec6b0dd447..b27c1e2a2657 100644 --- a/es/api/Phalcon_Flash_Exception.md +++ b/es/api/Phalcon_Flash_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Flash\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Flash_Session.md b/es/api/Phalcon_Flash_Session.md index 79a563d1d532..426ed0ce19db 100644 --- a/es/api/Phalcon_Flash_Session.md +++ b/es/api/Phalcon_Flash_Session.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Flash\\Session** -*extends* abstract class [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +*extends* abstract class [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) Source on GitHub @@ -38,47 +38,47 @@ public **clear** () Clear messages in the session messenger -public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Phalcon\\Flash constructor -public **getAutoescape** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getAutoescape** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the autoescape mode in generated html -public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set the autoescape mode in generated html -public **getEscaperService** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getEscaperService** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the Escaper Service -public **setEscaperService** ([Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setEscaperService** ([Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the Escaper Service -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getDI** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the internal dependency injector -public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set whether the output must be implicitly flushed to the output or returned as string -public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set if the output must be implicitly formatted with HTML -public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set an array with CSS classes to format the messages -public **error** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **error** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML error message @@ -89,7 +89,7 @@ $flash->error("This is an error"); ``` -public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML notice/information message @@ -100,7 +100,7 @@ $flash->notice("This is an information"); ``` -public **success** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **success** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML success message @@ -111,7 +111,7 @@ $flash->success("The process was finished successfully"); ``` -public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML warning message @@ -122,7 +122,7 @@ $flash->warning("Hey, this is important"); ``` -public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Outputs a message formatting it with HTML diff --git a/es/api/Phalcon_Forms_Element.md b/es/api/Phalcon_Forms_Element.md index 7bb82341d83b..181e6589f9a6 100644 --- a/es/api/Phalcon_Forms_Element.md +++ b/es/api/Phalcon_Forms_Element.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Forms\\Element** -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -12,7 +12,7 @@ public **__construct** (*string* $name, [*array* $attributes]) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) Sets the parent form to the element @@ -28,7 +28,7 @@ public **getName** () Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) Sets the element filters @@ -40,11 +40,11 @@ public *mixed* **getFilters** () Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Adds a validator to the element @@ -56,7 +56,7 @@ public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) Sets a default attribute for the element @@ -72,7 +72,7 @@ public **getAttributes** () Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) Sets an option for the element @@ -100,7 +100,7 @@ public **label** ([*array* $attributes]) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST @@ -120,11 +120,11 @@ public **hasMessages** () Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) Appends a message to the internal message list @@ -136,6 +136,6 @@ public **__toString** () Magic method __toString renders the widget without attributes -abstract public **render** ([*mixed* $attributes]) inherited from [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +abstract public **render** ([*mixed* $attributes]) inherited from [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Forms_ElementInterface.md b/es/api/Phalcon_Forms_ElementInterface.md index 8108787311a9..cf1956898f32 100644 --- a/es/api/Phalcon_Forms_ElementInterface.md +++ b/es/api/Phalcon_Forms_ElementInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) +abstract public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) ... @@ -36,7 +36,7 @@ abstract public **addValidators** (*array* $validators, [*mixed* $merge]) ... -abstract public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +abstract public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) ... @@ -112,11 +112,11 @@ abstract public **hasMessages** () ... -abstract public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) +abstract public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) ... -abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) ... diff --git a/es/api/Phalcon_Forms_Element_Check.md b/es/api/Phalcon_Forms_Element_Check.md index 320a3d0b2bed..23b308a86c1c 100644 --- a/es/api/Phalcon_Forms_Element_Check.md +++ b/es/api/Phalcon_Forms_Element_Check.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Check** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/es/api/Phalcon_Forms_Element_Date.md b/es/api/Phalcon_Forms_Element_Date.md index 701a6b5ffe81..9391d7976724 100644 --- a/es/api/Phalcon_Forms_Element_Date.md +++ b/es/api/Phalcon_Forms_Element_Date.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Date** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/es/api/Phalcon_Forms_Element_Email.md b/es/api/Phalcon_Forms_Element_Email.md index e732f646f360..af11a80fffe3 100644 --- a/es/api/Phalcon_Forms_Element_Email.md +++ b/es/api/Phalcon_Forms_Element_Email.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Email** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/es/api/Phalcon_Forms_Element_File.md b/es/api/Phalcon_Forms_Element_File.md index b81797926b6f..c92c9c1183b2 100644 --- a/es/api/Phalcon_Forms_Element_File.md +++ b/es/api/Phalcon_Forms_Element_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\File** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/es/api/Phalcon_Forms_Element_Hidden.md b/es/api/Phalcon_Forms_Element_Hidden.md index 91457ea53c89..ba96df47ecea 100644 --- a/es/api/Phalcon_Forms_Element_Hidden.md +++ b/es/api/Phalcon_Forms_Element_Hidden.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Hidden** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/es/api/Phalcon_Forms_Element_Numeric.md b/es/api/Phalcon_Forms_Element_Numeric.md index cd365f3c022b..aa6ea9089611 100644 --- a/es/api/Phalcon_Forms_Element_Numeric.md +++ b/es/api/Phalcon_Forms_Element_Numeric.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Numeric** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/es/api/Phalcon_Forms_Element_Password.md b/es/api/Phalcon_Forms_Element_Password.md index 78e7c35036be..fb70583fd7e2 100644 --- a/es/api/Phalcon_Forms_Element_Password.md +++ b/es/api/Phalcon_Forms_Element_Password.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Password** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/es/api/Phalcon_Forms_Element_Radio.md b/es/api/Phalcon_Forms_Element_Radio.md index 8610c12cb06f..cb5d34fa9d70 100644 --- a/es/api/Phalcon_Forms_Element_Radio.md +++ b/es/api/Phalcon_Forms_Element_Radio.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Radio** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/es/api/Phalcon_Forms_Element_Select.md b/es/api/Phalcon_Forms_Element_Select.md index 6af1689d8354..91090200e8b5 100644 --- a/es/api/Phalcon_Forms_Element_Select.md +++ b/es/api/Phalcon_Forms_Element_Select.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Select** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,7 +14,7 @@ public **__construct** (*string* $name, [*object* | *array* $options], [*array* Phalcon\\Forms\\Element constructor -public [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) **setOptions** (*array* | *object* $options) +public [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) **setOptions** (*array* | *object* $options) Set the choice's options @@ -30,126 +30,126 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/es/api/Phalcon_Forms_Element_Submit.md b/es/api/Phalcon_Forms_Element_Submit.md index f129d0029002..22aa2dc82e7f 100644 --- a/es/api/Phalcon_Forms_Element_Submit.md +++ b/es/api/Phalcon_Forms_Element_Submit.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Submit** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/es/api/Phalcon_Forms_Element_Text.md b/es/api/Phalcon_Forms_Element_Text.md index 25c304d50b24..8cf40957bd0d 100644 --- a/es/api/Phalcon_Forms_Element_Text.md +++ b/es/api/Phalcon_Forms_Element_Text.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Text** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/es/api/Phalcon_Forms_Element_TextArea.md b/es/api/Phalcon_Forms_Element_TextArea.md index 9b4aafd60c49..84367e788931 100644 --- a/es/api/Phalcon_Forms_Element_TextArea.md +++ b/es/api/Phalcon_Forms_Element_TextArea.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\TextArea** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/es/api/Phalcon_Forms_Exception.md b/es/api/Phalcon_Forms_Exception.md index 82d6b1f793ac..33b76c3158df 100644 --- a/es/api/Phalcon_Forms_Exception.md +++ b/es/api/Phalcon_Forms_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Forms\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Forms_Form.md b/es/api/Phalcon_Forms_Form.md index 3cf5cbdf64d8..ec6dee2debb1 100644 --- a/es/api/Phalcon_Forms_Form.md +++ b/es/api/Phalcon_Forms_Form.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Form** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Countable](http://php.net/manual/en/class.countable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Countable](http://php.net/manual/en/class.countable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php) Source on GitHub @@ -78,7 +78,7 @@ public **hasMessagesFor** (*mixed* $name) Check if messages were generated for a specific element -public **add** ([Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) $element, [*mixed* $position], [*mixed* $type]) +public **add** ([Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) $element, [*mixed* $position], [*mixed* $type]) Adds an element to the form @@ -138,22 +138,22 @@ public **valid** () Check if the current element in the iterator is valid -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/es/api/Phalcon_Forms_Manager.md b/es/api/Phalcon_Forms_Manager.md index 65a3cf6089d1..a908d1745866 100644 --- a/es/api/Phalcon_Forms_Manager.md +++ b/es/api/Phalcon_Forms_Manager.md @@ -16,6 +16,6 @@ public **has** (*mixed* $name) Checks if a form is registered in the forms manager -public **set** (*mixed* $name, [Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) +public **set** (*mixed* $name, [Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) Registers a form in the Forms Manager \ No newline at end of file diff --git a/es/api/Phalcon_Http_Cookie.md b/es/api/Phalcon_Http_Cookie.md index 42b5b4faef6d..61d16bc992ff 100644 --- a/es/api/Phalcon_Http_Cookie.md +++ b/es/api/Phalcon_Http_Cookie.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Cookie** -*implements* [Phalcon\Http\CookieInterface](/en/3.2/api/Phalcon_Http_CookieInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Http\CookieInterface](/[[language]]/[[version]]/api/Phalcon_Http_CookieInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -12,7 +12,7 @@ public **__construct** (*string* $name, [*mixed* $value], [*int* $expire], [*str Phalcon\\Http\\Cookie constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -20,7 +20,7 @@ public **getDI** () Returns the internal dependency injector -public [Phalcon\Http\Cookie](/en/3.2/api/Phalcon_Http_Cookie) **setValue** (*string* $value) +public [Phalcon\Http\Cookie](/[[language]]/[[version]]/api/Phalcon_Http_Cookie) **setValue** (*string* $value) Sets the cookie's value diff --git a/es/api/Phalcon_Http_Cookie_Exception.md b/es/api/Phalcon_Http_Cookie_Exception.md index be4124756c76..add3babdf9f9 100644 --- a/es/api/Phalcon_Http_Cookie_Exception.md +++ b/es/api/Phalcon_Http_Cookie_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Cookie\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Http_Request_Exception.md b/es/api/Phalcon_Http_Request_Exception.md index 80cb112df815..134fbb42f1b7 100644 --- a/es/api/Phalcon_Http_Request_Exception.md +++ b/es/api/Phalcon_Http_Request_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Request\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Http_Request_File.md b/es/api/Phalcon_Http_Request_File.md index 1f64e491f19b..01189b5c462e 100644 --- a/es/api/Phalcon_Http_Request_File.md +++ b/es/api/Phalcon_Http_Request_File.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Request\\File** -*implements* [Phalcon\Http\Request\FileInterface](/en/3.2/api/Phalcon_Http_Request_FileInterface) +*implements* [Phalcon\Http\Request\FileInterface](/[[language]]/[[version]]/api/Phalcon_Http_Request_FileInterface) Source on GitHub diff --git a/es/api/Phalcon_Http_Response.md b/es/api/Phalcon_Http_Response.md index 2a08883b6979..5fb73f4cc701 100644 --- a/es/api/Phalcon_Http_Response.md +++ b/es/api/Phalcon_Http_Response.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Response** -*implements* [Phalcon\Http\ResponseInterface](/en/3.2/api/Phalcon_Http_ResponseInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Http\ResponseInterface](/[[language]]/[[version]]/api/Phalcon_Http_ResponseInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -24,7 +24,7 @@ public **__construct** ([*mixed* $content], [*mixed* $code], [*mixed* $status]) Phalcon\\Http\\Response constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -56,7 +56,7 @@ print_r( ``` -public **setHeaders** ([Phalcon\Http\Response\HeadersInterface](/en/3.2/api/Phalcon_Http_Response_HeadersInterface) $headers) +public **setHeaders** ([Phalcon\Http\Response\HeadersInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_HeadersInterface) $headers) Sets a headers bag for the response externally @@ -64,11 +64,11 @@ public **getHeaders** () Returns headers set by the user -public **setCookies** ([Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface) $cookies) +public **setCookies** ([Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface) $cookies) Sets a cookies bag for the response externally -public [Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface) **getCookies** () +public [Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface) **getCookies** () Returns cookies set by the user diff --git a/es/api/Phalcon_Http_Response_Cookies.md b/es/api/Phalcon_Http_Response_Cookies.md index 80652eff6c74..b01b1fcccb36 100644 --- a/es/api/Phalcon_Http_Response_Cookies.md +++ b/es/api/Phalcon_Http_Response_Cookies.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Response\\Cookies** -*implements* [Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -8,7 +8,7 @@ This class is a bag to manage the cookies A cookies bag is automatically registe ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/es/api/Phalcon_Http_Response_Exception.md b/es/api/Phalcon_Http_Response_Exception.md index da342d9ee7f8..2ee30924c8f1 100644 --- a/es/api/Phalcon_Http_Response_Exception.md +++ b/es/api/Phalcon_Http_Response_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Response\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Http_Response_Headers.md b/es/api/Phalcon_Http_Response_Headers.md index 23912046a386..61b65401e410 100644 --- a/es/api/Phalcon_Http_Response_Headers.md +++ b/es/api/Phalcon_Http_Response_Headers.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Http\\Response\\Headers** -*implementa* [Phalcon\Http\Response\HeadersInterface](/en/3.2/api/Phalcon_Http_Response_HeadersInterface) +*implements* [Phalcon\Http\Response\HeadersInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_HeadersInterface) Código fuente en GitHub diff --git a/es/api/Phalcon_Image_Adapter.md b/es/api/Phalcon_Image_Adapter.md index e7ae11d43660..d93afa650e23 100644 --- a/es/api/Phalcon_Image_Adapter.md +++ b/es/api/Phalcon_Image_Adapter.md @@ -1,6 +1,6 @@ # Clase Abstracta **Phalcon\\Image\\Adapter** -*implementa* [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) +*implements* [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) Código fuente en GitHub @@ -60,7 +60,7 @@ public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) Agrega un reflejo a una imagen -public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) +public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) Agrega una marca de agua a una imagen con la opacidad especificada @@ -68,7 +68,7 @@ public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* Agrega un texto a una imagen con la opacidad especificada -public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) +public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) Combina una imagen con otra diff --git a/es/api/Phalcon_Image_AdapterInterface.md b/es/api/Phalcon_Image_AdapterInterface.md index 42f3aea4a0a0..81d8315bac91 100644 --- a/es/api/Phalcon_Image_AdapterInterface.md +++ b/es/api/Phalcon_Image_AdapterInterface.md @@ -28,7 +28,7 @@ abstract public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $f ... -abstract public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) +abstract public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) ... @@ -36,7 +36,7 @@ abstract public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], ... -abstract public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) +abstract public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) ... diff --git a/es/api/Phalcon_Image_Adapter_Gd.md b/es/api/Phalcon_Image_Adapter_Gd.md index e9bc88ee7063..a38a3307e6ae 100644 --- a/es/api/Phalcon_Image_Adapter_Gd.md +++ b/es/api/Phalcon_Image_Adapter_Gd.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Image\\Adapter\\Gd** -*extends* abstract class [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +*extends* abstract class [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) -*implements* [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) +*implements* [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) Source on GitHub @@ -40,7 +40,7 @@ protected **_reflection** (*mixed* $height, *mixed* $opacity, *mixed* $fadeIn) ... -protected **_watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) +protected **_watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) ... @@ -48,7 +48,7 @@ protected **_text** (*mixed* $text, *mixed* $offsetX, *mixed* $offsetY, *mixed* ... -protected **_mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $mask) +protected **_mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $mask) ... @@ -80,86 +80,86 @@ public **__destruct** () ... -public **getImage** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getImage** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getRealpath** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getRealpath** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getWidth** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getWidth** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image width -public **getHeight** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getHeight** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image height -public **getType** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getType** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image type Driver dependent -public **getMime** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getMime** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image mime type -public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Resize the image to the given size -public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) This method scales the images using liquid rescaling method. Only support Imagick -public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Crop an image to the given size -public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Rotate the image by a given amount -public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Flip the image along the horizontal or vertical axis -public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Sharpen the image by a given amount -public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a reflection to an image -public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a watermark to an image with the specified opacity -public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a text to an image with a specified opacity -public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Composite one image onto another -public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Set the background color of an image -public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Blur image -public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Pixelate image -public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Save the image -public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Render the image and return the binary string \ No newline at end of file diff --git a/es/api/Phalcon_Image_Adapter_Imagick.md b/es/api/Phalcon_Image_Adapter_Imagick.md index eb478e0c0b95..56a7ceb16bbf 100644 --- a/es/api/Phalcon_Image_Adapter_Imagick.md +++ b/es/api/Phalcon_Image_Adapter_Imagick.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Image\\Adapter\\Imagick** -*extends* abstract class [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +*extends* abstract class [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) -*implements* [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) +*implements* [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) Source on GitHub @@ -59,7 +59,7 @@ protected **_reflection** (*mixed* $height, *mixed* $opacity, *mixed* $fadeIn) Execute a reflection. -protected **_watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $image, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) +protected **_watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $image, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) Execute a watermarking. @@ -67,7 +67,7 @@ protected **_text** (*mixed* $text, *mixed* $offsetX, *mixed* $offsetY, *mixed* Execute a text -protected **_mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $image) +protected **_mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $image) Composite one image onto another @@ -103,86 +103,86 @@ public **setResourceLimit** (*mixed* $type, *mixed* $limit) Sets the limit for a particular resource in megabytes -public **getImage** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getImage** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getRealpath** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getRealpath** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getWidth** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getWidth** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image width -public **getHeight** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getHeight** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image height -public **getType** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getType** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image type Driver dependent -public **getMime** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getMime** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image mime type -public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Resize the image to the given size -public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) This method scales the images using liquid rescaling method. Only support Imagick -public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Crop an image to the given size -public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Rotate the image by a given amount -public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Flip the image along the horizontal or vertical axis -public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Sharpen the image by a given amount -public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a reflection to an image -public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a watermark to an image with the specified opacity -public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a text to an image with a specified opacity -public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Composite one image onto another -public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Set the background color of an image -public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Blur image -public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Pixelate image -public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Save the image -public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Render the image and return the binary string \ No newline at end of file diff --git a/es/api/Phalcon_Image_Exception.md b/es/api/Phalcon_Image_Exception.md index 97537830f20d..95016e8b635d 100644 --- a/es/api/Phalcon_Image_Exception.md +++ b/es/api/Phalcon_Image_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Image\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Image_Factory.md b/es/api/Phalcon_Image_Factory.md index c590ae2e7efc..9b4aee854f3d 100644 --- a/es/api/Phalcon_Image_Factory.md +++ b/es/api/Phalcon_Image_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Image\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -25,7 +25,7 @@ $image = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/es/api/Phalcon_Loader.md b/es/api/Phalcon_Loader.md index 89497adb6358..65a9c055d2ac 100644 --- a/es/api/Phalcon_Loader.md +++ b/es/api/Phalcon_Loader.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Loader** -*implementa* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Código fuente en GitHub @@ -33,7 +33,7 @@ $adapter = new \Example\Adapter\Some(); ## Métodos -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Establece el gestor de eventos diff --git a/es/api/Phalcon_Loader_Exception.md b/es/api/Phalcon_Loader_Exception.md index 8fbbdf241d32..69f06d8c13cd 100644 --- a/es/api/Phalcon_Loader_Exception.md +++ b/es/api/Phalcon_Loader_Exception.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Loader\\Exception** -*extiende* de la clase [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implementa* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Logger_Adapter.md b/es/api/Phalcon_Logger_Adapter.md index c62ce8c7069b..fc7e66f7bad5 100644 --- a/es/api/Phalcon_Logger_Adapter.md +++ b/es/api/Phalcon_Logger_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Logger\\Adapter** -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -16,7 +16,7 @@ public **getLogLevel** () Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) Sets the message formatter @@ -72,10 +72,10 @@ public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) Logs messages to the internal logger. Appends logs to the logger -abstract public **getFormatter** () inherited from [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +abstract public **getFormatter** () inherited from [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) ... -abstract public **close** () inherited from [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +abstract public **close** () inherited from [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Logger_AdapterInterface.md b/es/api/Phalcon_Logger_AdapterInterface.md index dee9f12b4a9f..826e72de54fd 100644 --- a/es/api/Phalcon_Logger_AdapterInterface.md +++ b/es/api/Phalcon_Logger_AdapterInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) +abstract public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) ... diff --git a/es/api/Phalcon_Logger_Adapter_File.md b/es/api/Phalcon_Logger_Adapter_File.md index 2c56f282dd51..f40e200d076f 100644 --- a/es/api/Phalcon_Logger_Adapter_File.md +++ b/es/api/Phalcon_Logger_Adapter_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\File** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -47,66 +47,66 @@ public **__wakeup** () Opens the internal file handler after unserialization -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/es/api/Phalcon_Logger_Adapter_Firephp.md b/es/api/Phalcon_Logger_Adapter_Firephp.md index a4f375c956df..9628f23d25a4 100644 --- a/es/api/Phalcon_Logger_Adapter_Firephp.md +++ b/es/api/Phalcon_Logger_Adapter_Firephp.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\Firephp** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -35,66 +35,66 @@ public **close** () Closes the logger -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/es/api/Phalcon_Logger_Adapter_Stream.md b/es/api/Phalcon_Logger_Adapter_Stream.md index 9e853ebffda4..526a09f89d71 100644 --- a/es/api/Phalcon_Logger_Adapter_Stream.md +++ b/es/api/Phalcon_Logger_Adapter_Stream.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\Stream** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -40,66 +40,66 @@ public **close** () Closes the logger -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/es/api/Phalcon_Logger_Adapter_Syslog.md b/es/api/Phalcon_Logger_Adapter_Syslog.md index a8dfcd193c0c..908a74753efb 100644 --- a/es/api/Phalcon_Logger_Adapter_Syslog.md +++ b/es/api/Phalcon_Logger_Adapter_Syslog.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\Syslog** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -47,66 +47,66 @@ public **close** () Closes the logger -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/es/api/Phalcon_Logger_Exception.md b/es/api/Phalcon_Logger_Exception.md index 436526629ced..f59a9c04d78d 100644 --- a/es/api/Phalcon_Logger_Exception.md +++ b/es/api/Phalcon_Logger_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Logger\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Logger_Factory.md b/es/api/Phalcon_Logger_Factory.md index 387db6228afb..450fee8bec8b 100644 --- a/es/api/Phalcon_Logger_Factory.md +++ b/es/api/Phalcon_Logger_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $logger = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/es/api/Phalcon_Logger_Formatter.md b/es/api/Phalcon_Logger_Formatter.md index e8964b6bbd2e..900df963cbfc 100644 --- a/es/api/Phalcon_Logger_Formatter.md +++ b/es/api/Phalcon_Logger_Formatter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Logger\\Formatter** -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -16,6 +16,6 @@ public **interpolate** (*string* $message, [*array* $context]) Interpolates context values into the message placeholders -abstract public **format** (*mixed* $message, *mixed* $type, *mixed* $timestamp, [*mixed* $context]) inherited from [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +abstract public **format** (*mixed* $message, *mixed* $type, *mixed* $timestamp, [*mixed* $context]) inherited from [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Logger_Formatter_Firephp.md b/es/api/Phalcon_Logger_Formatter_Firephp.md index 316bf30006d5..319c47cb3a08 100644 --- a/es/api/Phalcon_Logger_Formatter_Firephp.md +++ b/es/api/Phalcon_Logger_Formatter_Firephp.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Firephp** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -34,6 +34,6 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [* Applies a format to a message before sending it to the log -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/es/api/Phalcon_Logger_Formatter_Json.md b/es/api/Phalcon_Logger_Formatter_Json.md index 813f988c345a..f5419112a3bb 100644 --- a/es/api/Phalcon_Logger_Formatter_Json.md +++ b/es/api/Phalcon_Logger_Formatter_Json.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Json** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -14,10 +14,10 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [* Applies a format to a message before sent it to the internal log -public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Returns the string meaning of a logger constant -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/es/api/Phalcon_Logger_Formatter_Line.md b/es/api/Phalcon_Logger_Formatter_Line.md index 074dfc292350..a2f39f811a65 100644 --- a/es/api/Phalcon_Logger_Formatter_Line.md +++ b/es/api/Phalcon_Logger_Formatter_Line.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Line** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -34,10 +34,10 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [* Applies a format to a message before sent it to the internal log -public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Returns the string meaning of a logger constant -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/es/api/Phalcon_Logger_Formatter_Syslog.md b/es/api/Phalcon_Logger_Formatter_Syslog.md index 6b3d02fefa3d..a65208134306 100644 --- a/es/api/Phalcon_Logger_Formatter_Syslog.md +++ b/es/api/Phalcon_Logger_Formatter_Syslog.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Syslog** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -14,10 +14,10 @@ public *array* **format** (*string* $message, *int* $type, *int* $timestamp, [*a Applies a format to a message before sent it to the internal log -public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Returns the string meaning of a logger constant -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/es/api/Phalcon_Logger_Multiple.md b/es/api/Phalcon_Logger_Multiple.md index ae3936aaa0d0..1c9c44cbf0f8 100644 --- a/es/api/Phalcon_Logger_Multiple.md +++ b/es/api/Phalcon_Logger_Multiple.md @@ -18,11 +18,11 @@ public **getLogLevel** () ... -public **push** ([Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) $logger) +public **push** ([Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) $logger) Pushes a logger to the logger tail -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) Sets a global formatter diff --git a/es/api/Phalcon_Mvc_Application.md b/es/api/Phalcon_Mvc_Application.md index 822b2659e723..e5104635039b 100644 --- a/es/api/Phalcon_Mvc_Application.md +++ b/es/api/Phalcon_Mvc_Application.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Application** -*extends* abstract class [Phalcon\Application](/en/3.2/api/Phalcon_Application) +*extends* abstract class [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -60,19 +60,19 @@ public **handle** ([*mixed* $uri]) Handles a MVC request -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Phalcon\\Application -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getEventsManager** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the internal event manager -public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Register an array of modules present in the application @@ -94,30 +94,30 @@ $this->registerModules( ``` -public **getModules** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModules** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Return the modules registered in the application -public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Gets the module definition registered in the application via module name -public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the module name to be used if the router doesn't return a valid module -public **getDefaultModule** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getDefaultModule** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the default module name -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Application_Exception.md b/es/api/Phalcon_Mvc_Application_Exception.md index 2a65b2a3edcb..6e50cf1ebc97 100644 --- a/es/api/Phalcon_Mvc_Application_Exception.md +++ b/es/api/Phalcon_Mvc_Application_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Application\\Exception** -*extends* class [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) +*extends* class [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Mvc_Collection.md b/es/api/Phalcon_Mvc_Collection.md index d1d30716ba90..1a9eebe00c36 100644 --- a/es/api/Phalcon_Mvc_Collection.md +++ b/es/api/Phalcon_Mvc_Collection.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Collection** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php) Source on GitHub @@ -24,7 +24,7 @@ This component implements a high level abstraction for NoSQL databases which wor ## Methods -final public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) $modelsManager]) +final public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) $modelsManager]) Phalcon\\Mvc\\Collection constructor @@ -36,7 +36,7 @@ public *MongoId* **getId** () Returns the value of the _id property -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -44,7 +44,7 @@ public **getDI** () Returns the dependency injection container -protected **setEventsManager** ([Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) $eventsManager) +protected **setEventsManager** ([Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) $eventsManager) Sets a custom events manager @@ -106,19 +106,19 @@ $robot->writeAttribute("name", "Rosey"); ``` -public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) +public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) Returns a cloned collection -protected static *array* **_getResultset** (*array* $params, [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection, *boolean* $unique) +protected static *array* **_getResultset** (*array* $params, [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection, *boolean* $unique) Returns a collection resultset -protected static *int* **_getGroupResultset** (*array* $params, [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection) +protected static *int* **_getGroupResultset** (*array* $params, [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection) Perform a count over a resultset -final protected *boolean* **_preSave** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *boolean* $disableEvents, *boolean* $exists) +final protected *boolean* **_preSave** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *boolean* $disableEvents, *boolean* $exists) Executes internal hooks before save a document @@ -255,7 +255,7 @@ if ($robot->save() === false) { ``` -public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) Appends a customized message on the validation process @@ -494,7 +494,7 @@ public **getDirtyState** () Returns one of the DIRTY_STATE_* constants telling if the document exists in the collection or not -protected **addBehavior** ([Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) +protected **addBehavior** ([Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) Sets up a behavior in a collection diff --git a/es/api/Phalcon_Mvc_CollectionInterface.md b/es/api/Phalcon_Mvc_CollectionInterface.md index 4cc6783ce7c4..3099335a53db 100644 --- a/es/api/Phalcon_Mvc_CollectionInterface.md +++ b/es/api/Phalcon_Mvc_CollectionInterface.md @@ -36,7 +36,7 @@ abstract public **getDirtyState** () ... -abstract public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) +abstract public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) ... @@ -56,7 +56,7 @@ abstract public **getMessages** () ... -abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) ... diff --git a/es/api/Phalcon_Mvc_Collection_Behavior.md b/es/api/Phalcon_Mvc_Collection_Behavior.md index e4c0bafe58e6..f3cada666761 100644 --- a/es/api/Phalcon_Mvc_Collection_Behavior.md +++ b/es/api/Phalcon_Mvc_Collection_Behavior.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Collection\\Behavior** -*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) +*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) Source on GitHub @@ -18,10 +18,10 @@ protected *array* **getOptions** ([*string* $eventName]) Returns the behavior options related to an event -public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) This method receives the notifications from the EventsManager -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) Acts as fallbacks when a missing method is called on the collection \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Collection_BehaviorInterface.md b/es/api/Phalcon_Mvc_Collection_BehaviorInterface.md index 45cb1ca091f7..30222f30324d 100644 --- a/es/api/Phalcon_Mvc_Collection_BehaviorInterface.md +++ b/es/api/Phalcon_Mvc_Collection_BehaviorInterface.md @@ -4,10 +4,10 @@ ## Methods -abstract public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection) +abstract public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection) ... -abstract public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection, *mixed* $method, [*mixed* $arguments]) +abstract public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection, *mixed* $method, [*mixed* $arguments]) ... \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md b/es/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md index 22b6a3be0c2b..c6bcf48af8f9 100644 --- a/es/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md +++ b/es/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Collection\\Behavior\\SoftDelete** -*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) -*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) +*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Instead of permanently delete a record it marks the record as deleted changing t ## Methods -public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Phalcon\\Mvc\\Collection\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Acts as fallbacks when a missing method is called on the collection \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md b/es/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md index 6beed40a9e52..d9b329f4ec4c 100644 --- a/es/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md +++ b/es/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Collection\\Behavior\\Timestampable** -*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) -*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) +*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Allows to automatically update a model’s attribute saving the datetime when a ## Methods -public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Phalcon\\Mvc\\Collection\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Acts as fallbacks when a missing method is called on the collection \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Collection_Document.md b/es/api/Phalcon_Mvc_Collection_Document.md index 8d21c0450217..fcc5a9b1de87 100644 --- a/es/api/Phalcon_Mvc_Collection_Document.md +++ b/es/api/Phalcon_Mvc_Collection_Document.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Collection\\Document** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub diff --git a/es/api/Phalcon_Mvc_Collection_Exception.md b/es/api/Phalcon_Mvc_Collection_Exception.md index b956956254ea..c752a31f55f7 100644 --- a/es/api/Phalcon_Mvc_Collection_Exception.md +++ b/es/api/Phalcon_Mvc_Collection_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Collection\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Mvc_Collection_Manager.md b/es/api/Phalcon_Mvc_Collection_Manager.md index 113367a76868..ac60a80397f8 100644 --- a/es/api/Phalcon_Mvc_Collection_Manager.md +++ b/es/api/Phalcon_Mvc_Collection_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Collection\\Manager** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -34,7 +34,7 @@ public **setServiceName** (*mixed* $serviceName) ... -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -42,7 +42,7 @@ public **getDI** () Returns the DependencyInjector container -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager @@ -50,15 +50,15 @@ public **getEventsManager** () Returns the internal event manager -public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a custom events manager for a specific model -public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Returns a custom events manager related to a model -public **initialize** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **initialize** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Initializes a model in the models manager @@ -70,34 +70,34 @@ public **getLastInitialized** () Get the latest initialized model -public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) +public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) Sets a connection service for a specific model -public **getConnectionService** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **getConnectionService** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Gets a connection service for a specific model -public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) +public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) Sets whether a model must use implicit objects ids -public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Checks if a model is using implicit object ids -public *Mongo* **getConnection** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public *Mongo* **getConnection** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Returns the connection related to a model -public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Receives events generated in the models and dispatches them to an events-manager if available Notify the behaviors that are listening in the model -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $eventName, *mixed* $data) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $eventName, *mixed* $data) Dispatch an event to the listeners and behaviors This method expects that the endpoint listeners/behaviors returns true meaning that at least one was implemented -public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) +public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) Binds a behavior to a model \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Collection_ManagerInterface.md b/es/api/Phalcon_Mvc_Collection_ManagerInterface.md index fdc4e5d752fb..3f3cee0fce09 100644 --- a/es/api/Phalcon_Mvc_Collection_ManagerInterface.md +++ b/es/api/Phalcon_Mvc_Collection_ManagerInterface.md @@ -4,15 +4,15 @@ ## Methods -abstract public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +abstract public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) ... -abstract public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **initialize** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **initialize** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... @@ -24,26 +24,26 @@ abstract public **getLastInitialized** () ... -abstract public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) +abstract public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) ... -abstract public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) +abstract public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) ... -abstract public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **getConnection** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **getConnection** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) +abstract public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) ... \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Controller.md b/es/api/Phalcon_Mvc_Controller.md index 911605e5179c..c528748c49a4 100644 --- a/es/api/Phalcon_Mvc_Controller.md +++ b/es/api/Phalcon_Mvc_Controller.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Mvc\\Controller** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ControllerInterface](/en/3.2/api/Phalcon_Mvc_ControllerInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ControllerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ControllerInterface) Source on GitHub @@ -48,22 +48,22 @@ final public **__construct** () Phalcon\\Mvc\\Controller constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Dispatcher.md b/es/api/Phalcon_Mvc_Dispatcher.md index 7964d9b44d44..72d90d1068d5 100644 --- a/es/api/Phalcon_Mvc_Dispatcher.md +++ b/es/api/Phalcon_Mvc_Dispatcher.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Dispatcher** -*extends* abstract class [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +*extends* abstract class [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Mvc\DispatcherInterface](/en/3.2/api/Phalcon_Mvc_DispatcherInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Mvc\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_DispatcherInterface) Source on GitHub @@ -145,103 +145,103 @@ public **getActiveController** () Returns the active controller in the dispatcher -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDI** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getEventsManager** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal event manager -public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action suffix -public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the default action suffix -public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the module where the controller is (only informative) -public **getModuleName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModuleName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the module where the controller class is -public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the namespace where the controller class is -public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a namespace to be prepended to the current handler name -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default namespace -public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the default namespace -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action name -public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the action name to be dispatched -public **getActionName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the latest dispatched action name -public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets action params to be dispatched -public **getParams** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getParams** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets action params -public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set a param by its name or numeric index -public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a param by its name or numeric index -public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if a param exists -public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the current method to be/executed in the dispatcher -public **isFinished** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **isFinished** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Checks if the dispatch loop is finished or has more pendent controllers/tasks to dispatch -public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the latest returned value by an action manually -public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns value returned by the latest dispatched action -public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable/Disable model binding during dispatch @@ -257,7 +257,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable model binding during dispatch @@ -273,31 +273,31 @@ $di->set('dispatcher', function() { ``` -public **getModelBinder** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModelBinder** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets model binder -public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -public **wasForwarded** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **wasForwarded** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if the current executed action was forwarded by another one -public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Possible class name that will be located to dispatch the request -public **callActionMethod** (*mixed* $handler, *mixed* $actionMethod, [*array* $params]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **callActionMethod** (*mixed* $handler, *mixed* $actionMethod, [*array* $params]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) ... -public **getBoundModels** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getBoundModels** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns bound models from binder instance @@ -314,6 +314,6 @@ class UserController extends Controller ``` -protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set empty properties to their defaults (where defaults are available) \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_DispatcherInterface.md b/es/api/Phalcon_Mvc_DispatcherInterface.md index 09922d02dc20..19071fe7cb65 100644 --- a/es/api/Phalcon_Mvc_DispatcherInterface.md +++ b/es/api/Phalcon_Mvc_DispatcherInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Mvc\\DispatcherInterface** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) Source on GitHub @@ -30,70 +30,70 @@ abstract public **getActiveController** () ... -abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Dispatcher_Exception.md b/es/api/Phalcon_Mvc_Dispatcher_Exception.md index 5a20412f43a8..e8763bf0900f 100644 --- a/es/api/Phalcon_Mvc_Dispatcher_Exception.md +++ b/es/api/Phalcon_Mvc_Dispatcher_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Dispatcher\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Mvc_Micro.md b/es/api/Phalcon_Mvc_Micro.md index 369c74df54b9..99ddeac99b12 100644 --- a/es/api/Phalcon_Mvc_Micro.md +++ b/es/api/Phalcon_Mvc_Micro.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Micro** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -26,55 +26,55 @@ $app->handle(); ## Methods -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\Micro constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **map** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **map** (*string* $routePattern, *callable* $handler) Maps a route to a handler without any HTTP method constraint -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **get** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **get** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is GET -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **post** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **post** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is POST -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **put** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **put** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is PUT -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **patch** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **patch** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is PATCH -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **head** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **head** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is HEAD -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **delete** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **delete** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is DELETE -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **options** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **options** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is OPTIONS -public **mount** ([Phalcon\Mvc\Micro\CollectionInterface](/en/3.2/api/Phalcon_Mvc_Micro_CollectionInterface) $collection) +public **mount** ([Phalcon\Mvc\Micro\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_CollectionInterface) $collection) Mounts a collection of handlers -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **notFound** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **notFound** (*callable* $handler) Sets a handler that will be called when the router doesn't match any of the defined routes -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **error** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **error** (*callable* $handler) Sets a handler that will be called when an exception is thrown handling the route @@ -82,7 +82,7 @@ public **getRouter** () Returns the internal router used by the application -public [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) **setService** (*string* $serviceName, *mixed* $definition, [*boolean* $shared]) +public [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) **setService** (*string* $serviceName, *mixed* $definition, [*boolean* $shared]) Sets a service from the DI @@ -150,19 +150,19 @@ public **offsetUnset** (*string* $alias) Removes a service from the internal services container using the array syntax -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **before** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **before** (*callable* $handler) Appends a before middleware to be called before execute the route -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **afterBinding** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **afterBinding** (*callable* $handler) Appends a afterBinding middleware to be called after model binding -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **after** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **after** (*callable* $handler) Appends an 'after' middleware to be called after execute the route -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **finish** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **finish** (*callable* $handler) Appends a 'finish' middleware to be called when the request is finished @@ -174,7 +174,7 @@ public **getModelBinder** () Gets model binder -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) Sets model binder @@ -190,18 +190,18 @@ public **getBoundModels** () Returns bound models from binder instance -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Micro_Collection.md b/es/api/Phalcon_Mvc_Micro_Collection.md index 0ba8b80e2809..1aef37ed6b94 100644 --- a/es/api/Phalcon_Mvc_Micro_Collection.md +++ b/es/api/Phalcon_Mvc_Micro_Collection.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Micro\\Collection** -*implements* [Phalcon\Mvc\Micro\CollectionInterface](/en/3.2/api/Phalcon_Mvc_Micro_CollectionInterface) +*implements* [Phalcon\Mvc\Micro\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_CollectionInterface) Source on GitHub @@ -41,7 +41,7 @@ public *array* **getHandlers** () Returns the registered handlers -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **setHandler** (*mixed* $handler, [*boolean* $lazy]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **setHandler** (*mixed* $handler, [*boolean* $lazy]) Sets the main handler @@ -57,34 +57,34 @@ public *mixed* **getHandler** () Returns the main handler -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **map** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **map** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **get** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **get** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is GET -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **post** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **post** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is POST -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **put** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **put** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is PUT -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **patch** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **patch** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is PATCH -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **head** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **head** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is HEAD -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **delete** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **delete** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is DELETE -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **options** (*string* $routePattern, *callable* $handler, [*mixed* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **options** (*string* $routePattern, *callable* $handler, [*mixed* $name]) Maps a route to a handler that only matches if the HTTP method is OPTIONS \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Micro_Exception.md b/es/api/Phalcon_Mvc_Micro_Exception.md index 346de38a00ff..d3f24303139d 100644 --- a/es/api/Phalcon_Mvc_Micro_Exception.md +++ b/es/api/Phalcon_Mvc_Micro_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Micro\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Mvc_Micro_LazyLoader.md b/es/api/Phalcon_Mvc_Micro_LazyLoader.md index d5b2ba5dcf4f..f37a285328e4 100644 --- a/es/api/Phalcon_Mvc_Micro_LazyLoader.md +++ b/es/api/Phalcon_Mvc_Micro_LazyLoader.md @@ -18,6 +18,6 @@ public *mixed* **__call** (*string* $method, *array* $arguments) Initializes the internal handler, calling functions on it -public *mixed* **callMethod** (*string* $method, *array* $arguments, [[Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder]) +public *mixed* **callMethod** (*string* $method, *array* $arguments, [[Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder]) Calling __call method \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Micro_MiddlewareInterface.md b/es/api/Phalcon_Mvc_Micro_MiddlewareInterface.md index a482126a1c4f..9a9b2bb645af 100644 --- a/es/api/Phalcon_Mvc_Micro_MiddlewareInterface.md +++ b/es/api/Phalcon_Mvc_Micro_MiddlewareInterface.md @@ -4,6 +4,6 @@ ## Methods -abstract public **call** ([Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) $application) +abstract public **call** ([Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) $application) ... \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model.md b/es/api/Phalcon_Mvc_Model.md index ced7746105a1..03956f54d840 100644 --- a/es/api/Phalcon_Mvc_Model.md +++ b/es/api/Phalcon_Mvc_Model.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface), [Phalcon\Mvc\Model\ResultInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface), [Phalcon\Mvc\Model\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) Source on GitHub @@ -51,11 +51,11 @@ if ($robot->save() === false) { ## Methods -final public **__construct** ([*mixed* $data], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) $modelsManager]) +final public **__construct** ([*mixed* $data], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) $modelsManager]) Phalcon\\Mvc\\Model constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -63,7 +63,7 @@ public **getDI** () Returns the dependency injection container -protected **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +protected **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a custom events manager @@ -79,7 +79,7 @@ public **getModelsManager** () Returns the models manager related to the entity instance -public **setTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +public **setTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Sets a transaction related to the Model instance @@ -174,7 +174,7 @@ public **getWriteConnection** () Gets the connection used to write data to the model -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **assign** (*array* $data, [*mixed* $dataColumnMap], [*array* $whiteList]) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **assign** (*array* $data, [*mixed* $dataColumnMap], [*array* $whiteList]) Assigns values to a model from an array @@ -224,7 +224,7 @@ $robot->assign( ``` -public static **cloneResultMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/en/3.2/api/Phalcon_Mvc_Model_Row) $base, *array* $data, *array* $columnMap, [*int* $dirtyState], [*boolean* $keepSnapshots]) +public static **cloneResultMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Row) $base, *array* $data, *array* $columnMap, [*int* $dirtyState], [*boolean* $keepSnapshots]) Assigns values to a model from an array, returning a new model. @@ -246,7 +246,7 @@ public static *mixed* **cloneResultMapHydrate** (*array* $data, *array* $columnM Returns an hydrated result based on the data and the column map -public static [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) **cloneResult** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $base, *array* $data, [*int* $dirtyState]) +public static [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) **cloneResult** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $base, *array* $data, [*int* $dirtyState]) Assigns values to a model from an array returning a new model @@ -341,15 +341,15 @@ echo "The first virtual robot name is ", $robot->name; ``` -public static **query** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public static **query** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Create a criteria for a specific model -protected *boolean* **_exists** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [*string* | *array* $table]) +protected *boolean* **_exists** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [*string* | *array* $table]) Checks whether the current record already exists -protected static [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) **_groupResult** (*mixed* $functionName, *string* $alias, *array* $parameters) +protected static [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) **_groupResult** (*mixed* $functionName, *string* $alias, *array* $parameters) Generate a PHQL SELECT statement for an aggregate @@ -496,7 +496,7 @@ protected **_cancelOperation** () Cancel the current operation -public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) Appends a customized message on the validation process @@ -522,7 +522,7 @@ class Robots extends Model ``` -protected **validate** ([Phalcon\ValidationInterface](/en/3.2/api/Phalcon_ValidationInterface) $validator) +protected **validate** ([Phalcon\ValidationInterface](/[[language]]/[[version]]/api/Phalcon_ValidationInterface) $validator) Executes validators on every validation call @@ -631,7 +631,7 @@ final protected **_checkForeignKeysReverseRestrict** () Reads both "hasMany" and "hasOne" relations and checks the virtual foreign keys (restrict) when deleting records -protected **_preSave** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, *mixed* $exists, *mixed* $identityField) +protected **_preSave** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, *mixed* $exists, *mixed* $identityField) Executes internal hooks before save a record @@ -639,19 +639,19 @@ protected **_postSave** (*mixed* $success, *mixed* $exists) Executes internal events after save a record -protected *boolean* **_doLowInsert** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table, *boolean* | *string* $identityField) +protected *boolean* **_doLowInsert** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table, *boolean* | *string* $identityField) Sends a pre-build INSERT SQL statement to the relational database system -protected *boolean* **_doLowUpdate** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table) +protected *boolean* **_doLowUpdate** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table) Sends a pre-build UPDATE SQL statement to the relational database system -protected *boolean* **_preSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $related) +protected *boolean* **_preSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $related) Saves related records that must be stored prior to save the master record -protected *boolean* **_postSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $related) +protected *boolean* **_postSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $related) Save the related records assigned in the has-one/has-many relations @@ -913,7 +913,7 @@ class Robots extends \Phalcon\Mvc\Model ``` -protected [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **hasManyToMany** (*string* | *array* $fields, *string* $intermediateModel, *string* | *array* $intermediateFields, *string* | *array* $intermediateReferencedFields, *mixed* $referenceModel, *string* | *array* $referencedFields, [*array* $options]) +protected [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **hasManyToMany** (*string* | *array* $fields, *string* $intermediateModel, *string* | *array* $intermediateFields, *string* | *array* $intermediateReferencedFields, *mixed* $referenceModel, *string* | *array* $referencedFields, [*array* $options]) Setup an n-n relation between two models, through an intermediate relation @@ -938,7 +938,7 @@ class Robots extends \Phalcon\Mvc\Model ``` -public **addBehavior** ([Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) +public **addBehavior** ([Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) Setups a behavior in a model @@ -1083,7 +1083,7 @@ class Robots extends Model ``` -public [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) **getRelated** (*string* $alias, [*array* $arguments]) +public [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) **getRelated** (*string* $alias, [*array* $arguments]) Returns related records based on defined relations @@ -1091,7 +1091,7 @@ protected *mixed* **_getRelatedRecords** (*string* $modelName, *string* $method, Returns related records defined relations depending on the method name -final protected static [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | *boolean* **_invokeFinder** (*string* $method, *array* $arguments) +final protected static [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | *boolean* **_invokeFinder** (*string* $method, *array* $arguments) Try to check if the query must invoke a finder @@ -1111,7 +1111,7 @@ final protected *string* **_possibleSetter** (*string* $property, *mixed* $value Check for, and attempt to use, possible setter. -public [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) | [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **__get** (*string* $property) +public [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) | [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **__get** (*string* $property) Magic method to get related records using the relation alias as a property diff --git a/es/api/Phalcon_Mvc_ModelInterface.md b/es/api/Phalcon_Mvc_ModelInterface.md index bc76211a7894..ba3df8b287b1 100644 --- a/es/api/Phalcon_Mvc_ModelInterface.md +++ b/es/api/Phalcon_Mvc_ModelInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +abstract public **setTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) ... @@ -60,7 +60,7 @@ abstract public static **cloneResultMap** (*mixed* $base, *array* $data, *mixed* ... -abstract public static **cloneResult** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $base, *array* $data, [*mixed* $dirtyState]) +abstract public static **cloneResult** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $base, *array* $data, [*mixed* $dirtyState]) ... @@ -76,7 +76,7 @@ abstract public static **findFirst** ([*mixed* $parameters]) ... -abstract public static **query** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +abstract public static **query** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) ... @@ -108,7 +108,7 @@ abstract public **fireEventCancel** (*mixed* $eventName) ... -abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) ... diff --git a/es/api/Phalcon_Mvc_Model_Behavior.md b/es/api/Phalcon_Mvc_Model_Behavior.md index 9ed7aef6abfb..ca363aa4457c 100644 --- a/es/api/Phalcon_Mvc_Model_Behavior.md +++ b/es/api/Phalcon_Mvc_Model_Behavior.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\Behavior** -*implements* [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) +*implements* [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) Source on GitHub @@ -18,10 +18,10 @@ protected *array* **getOptions** ([*string* $eventName]) Returns the behavior options related to an event -public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) This method receives the notifications from the EventsManager -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) Acts as fallbacks when a missing method is called on the model \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_BehaviorInterface.md b/es/api/Phalcon_Mvc_Model_BehaviorInterface.md index 06e70a09cca5..048b1cecf30e 100644 --- a/es/api/Phalcon_Mvc_Model_BehaviorInterface.md +++ b/es/api/Phalcon_Mvc_Model_BehaviorInterface.md @@ -4,10 +4,10 @@ ## Methods -abstract public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $method, [*mixed* $arguments]) +abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $method, [*mixed* $arguments]) ... \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md b/es/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md index 80a45763e129..0b7513a245ac 100644 --- a/es/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md +++ b/es/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Behavior\\SoftDelete** -*extends* abstract class [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +*extends* abstract class [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) -*implements* [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) +*implements* [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Instead of permanently delete a record it marks the record as deleted changing t ## Methods -public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Phalcon\\Mvc\\Model\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Acts as fallbacks when a missing method is called on the model \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_Behavior_Timestampable.md b/es/api/Phalcon_Mvc_Model_Behavior_Timestampable.md index f2e5a612fec9..d6bbcfc791c0 100644 --- a/es/api/Phalcon_Mvc_Model_Behavior_Timestampable.md +++ b/es/api/Phalcon_Mvc_Model_Behavior_Timestampable.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Behavior\\Timestampable** -*extends* abstract class [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +*extends* abstract class [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) -*implements* [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) +*implements* [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Allows to automatically update a model’s attribute saving the datetime when a ## Methods -public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Phalcon\\Mvc\\Model\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Acts as fallbacks when a missing method is called on the model \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_Binder.md b/es/api/Phalcon_Mvc_Model_Binder.md index b8a47817037b..2f8dada38a50 100644 --- a/es/api/Phalcon_Mvc_Model_Binder.md +++ b/es/api/Phalcon_Mvc_Model_Binder.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Binder** -*implements* [Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) +*implements* [Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) Source on GitHub @@ -18,11 +18,11 @@ public **getOriginalValues** () Array for original values -public **__construct** ([[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +public **__construct** ([[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Phalcon\\Mvc\\Model\\Binder constructor -public **setCache** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache) +public **setCache** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache) Gets cache instance diff --git a/es/api/Phalcon_Mvc_Model_BinderInterface.md b/es/api/Phalcon_Mvc_Model_BinderInterface.md index 7c35c5dbb069..587ebfc2fa97 100644 --- a/es/api/Phalcon_Mvc_Model_BinderInterface.md +++ b/es/api/Phalcon_Mvc_Model_BinderInterface.md @@ -12,7 +12,7 @@ abstract public **getCache** () ... -abstract public **setCache** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache) +abstract public **setCache** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache) ... diff --git a/es/api/Phalcon_Mvc_Model_Criteria.md b/es/api/Phalcon_Mvc_Model_Criteria.md index 509e1c58d19b..820bc8d6ff6b 100644 --- a/es/api/Phalcon_Mvc_Model_Criteria.md +++ b/es/api/Phalcon_Mvc_Model_Criteria.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Criteria** -*implements* [Phalcon\Mvc\Model\CriteriaInterface](/en/3.2/api/Phalcon_Mvc_Model_CriteriaInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\CriteriaInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_CriteriaInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -21,7 +21,7 @@ $robots = Robots::query() ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -49,7 +49,7 @@ public **distinct** (*mixed* $distinct) Sets SELECT DISTINCT / SELECT ALL flag -public [Phalcon\Mvc\Model\Criteria](/en/3.2/api/Phalcon_Mvc_Model_Criteria) **columns** (*string* | *array* $columns) +public [Phalcon\Mvc\Model\Criteria](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Criteria) **columns** (*string* | *array* $columns) Sets the columns to be queried @@ -251,7 +251,7 @@ public *array* **getParams** () Returns all the parameters defined in the criteria -public static **fromInput** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *mixed* $modelName, *array* $data, [*mixed* $operator]) +public static **fromInput** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *mixed* $modelName, *array* $data, [*mixed* $operator]) Builds a Phalcon\\Mvc\\Model\\Criteria based on an input array like $_POST diff --git a/es/api/Phalcon_Mvc_Model_Exception.md b/es/api/Phalcon_Mvc_Model_Exception.md index 1ed0e1550fa3..341cdc73b4b4 100644 --- a/es/api/Phalcon_Mvc_Model_Exception.md +++ b/es/api/Phalcon_Mvc_Model_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Mvc_Model_Manager.md b/es/api/Phalcon_Mvc_Model_Manager.md index cef59c6fd159..84db128030fd 100644 --- a/es/api/Phalcon_Mvc_Model_Manager.md +++ b/es/api/Phalcon_Mvc_Model_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Manager** -*implements* [Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -29,7 +29,7 @@ $robot = new Robots($di); ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -37,7 +37,7 @@ public **getDI** () Returns the DependencyInjector container -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a global events manager @@ -45,15 +45,15 @@ public **getEventsManager** () Returns the internal event manager -public **setCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a custom events manager for a specific model -public **getCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns a custom events manager related to a model -public **initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Initializes a model in the model manager @@ -111,11 +111,11 @@ echo $robots->getSource(); // wp_robots ``` -public **setModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) +public **setModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) Sets the mapped source for a model -final public **isVisibleModelProperty** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $property) +final public **isVisibleModelProperty** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $property) Check whether a model property is declared as public. @@ -129,95 +129,95 @@ $isPublic = $manager->isVisibleModelProperty( ``` -public **getModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the mapped source for a model -public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) +public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) Sets the mapped schema for a model -public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the mapped schema for a model -public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) Sets both write and read connection service for a model -public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) Sets write connection service for a model -public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) Sets read connection service for a model -public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection to read data related to a model -public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection to write data related to a model -protected **_getConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) +protected **_getConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) Returns the connection to read or write data related to a model depending on the connection services. -public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection service name used to read data related to a model -public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection service name used to write data related to a model -public **_getConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) +public **_getConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) Returns the connection service name used to read or write data related to a model depending on the connection services -public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Receives events generated in the models and dispatches them to an events-manager if available Notify the behaviors that are listening in the model -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) Dispatch an event to the listeners and behaviors This method expects that the endpoint listeners/behaviors returns true meaning that a least one was implemented -public **addBehavior** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) +public **addBehavior** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) Binds a behavior to a model -public **keepSnapshots** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $keepSnapshots) +public **keepSnapshots** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $keepSnapshots) Sets if a model must keep snapshots -public **isKeepingSnapshots** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **isKeepingSnapshots** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Checks if a model is keeping snapshots for the queried records -public **useDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $dynamicUpdate) +public **useDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $dynamicUpdate) Sets if a model must use dynamic update instead of the all-field update -public **isUsingDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **isUsingDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Checks if a model is using dynamic update instead of all-field update -public [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **addHasOne** ([Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) +public [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **addHasOne** ([Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) Setup a 1-1 relation between two models -public [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **addBelongsTo** ([Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) +public [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **addBelongsTo** ([Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) Setup a relation reverse many to one between two models -public **addHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) +public **addHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) Setup a relation 1-n between two models -public [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **addHasManyToMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $fields, *string* $intermediateModel, *string* $intermediateFields, *string* $intermediateReferencedFields, *string* $referencedModel, *string* $referencedFields, [*array* $options]) +public [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **addHasManyToMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $fields, *string* $intermediateModel, *string* $intermediateFields, *string* $intermediateReferencedFields, *string* $referencedModel, *string* $referencedFields, [*array* $options]) Setups a relation n-m between two models @@ -245,7 +245,7 @@ final protected **_mergeFindParameters** (*mixed* $findParamsOne, *mixed* $findP Merge two arrays of find parameters -public [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) | [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) | *int* | *false* **getRelationRecords** ([Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) $relation, *mixed* $method, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) | [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) | *int* | *false* **getRelationRecords** ([Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) $relation, *mixed* $method, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Helper method to query records based on a relation definition @@ -261,19 +261,19 @@ public **clearReusableObjects** () Clears the internal reusable list -public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Gets belongsTo related records from a model -public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Gets hasMany related records from a model -public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Gets belongsTo related records from a model -public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets all the belongsTo relations defined in a model @@ -286,19 +286,19 @@ $relations = $modelsManager->getBelongsTo( ``` -public **getHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasMany relations defined on a model -public **getHasOne** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasOne** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasOne relations defined on a model -public **getHasManyToMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasManyToMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasManyToMany relations defined on a model -public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasOne relations defined on a model diff --git a/es/api/Phalcon_Mvc_Model_ManagerInterface.md b/es/api/Phalcon_Mvc_Model_ManagerInterface.md index f11e8adb33af..8a5d42979c7a 100644 --- a/es/api/Phalcon_Mvc_Model_ManagerInterface.md +++ b/es/api/Phalcon_Mvc_Model_ManagerInterface.md @@ -4,51 +4,51 @@ ## Methods -abstract public **initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) +abstract public **setModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) ... -abstract public **getModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) +abstract public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) ... -abstract public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +abstract public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) ... -abstract public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +abstract public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) ... -abstract public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +abstract public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) ... -abstract public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... @@ -64,15 +64,15 @@ abstract public **load** (*mixed* $modelName, [*mixed* $newInstance]) ... -abstract public **addHasOne** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) +abstract public **addHasOne** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) ... -abstract public **addBelongsTo** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) +abstract public **addBelongsTo** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) ... -abstract public **addHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) +abstract public **addHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) ... @@ -88,31 +88,31 @@ abstract public **existsHasOne** (*mixed* $modelName, *mixed* $modelRelation) ... -abstract public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +abstract public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) ... -abstract public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +abstract public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) ... -abstract public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +abstract public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) ... -abstract public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getHasOne** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getHasOne** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... @@ -136,15 +136,15 @@ abstract public **createBuilder** ([*mixed* $params]) ... -abstract public **addBehavior** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) +abstract public **addBehavior** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) ... -abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) +abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) ... diff --git a/es/api/Phalcon_Mvc_Model_Message.md b/es/api/Phalcon_Mvc_Model_Message.md index 848bfa2f1810..f6ec986f6753 100644 --- a/es/api/Phalcon_Mvc_Model_Message.md +++ b/es/api/Phalcon_Mvc_Model_Message.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Message** -*implements* [Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) +*implements* [Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) Source on GitHub @@ -31,7 +31,7 @@ class Robots extends \Phalcon\Mvc\Model ## Methods -public **__construct** (*string* $message, [*string* | *array* $field], [*string* $type], [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model], [*int* | *null* $code]) +public **__construct** (*string* $message, [*string* | *array* $field], [*string* $type], [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model], [*int* | *null* $code]) Phalcon\\Mvc\\Model\\Message constructor @@ -59,7 +59,7 @@ public **getField** () Returns field name related to message -public **setModel** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **setModel** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Set the model who generates the message diff --git a/es/api/Phalcon_Mvc_Model_MetaData.md b/es/api/Phalcon_Mvc_Model_MetaData.md index 4cf989f88b8f..d6a72579f973 100644 --- a/es/api/Phalcon_Mvc_Model_MetaData.md +++ b/es/api/Phalcon_Mvc_Model_MetaData.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\MetaData** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) Source on GitHub @@ -57,11 +57,11 @@ print_r($attributes); ## Methods -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -69,7 +69,7 @@ public **getDI** () Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) Set the meta-data extraction strategy @@ -77,7 +77,7 @@ public **getStrategy** () Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Reads the complete meta-data for certain model @@ -92,7 +92,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) Reads meta-data for certain model @@ -108,7 +108,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) Writes meta-data for certain model using a MODEL_* constant @@ -127,7 +127,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Reads the ordered/reversed column map for certain model @@ -142,7 +142,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) Reads column-map information for certain model using a MODEL_* constant @@ -158,7 +158,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns table attributes names (fields) @@ -173,7 +173,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns an array of fields which are part of the primary key @@ -188,7 +188,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns an array of fields which are not part of the primary key @@ -203,7 +203,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns an array of not null attributes @@ -218,7 +218,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes and their data types @@ -233,7 +233,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes which types are numerical @@ -248,7 +248,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the name of identity field (if one is present) @@ -263,7 +263,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes and their bind data types @@ -278,7 +278,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes that must be ignored from the INSERT SQL generation @@ -293,7 +293,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes that must be ignored from the UPDATE SQL generation @@ -308,7 +308,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) Set the attributes that must be ignored from the INSERT SQL generation @@ -324,7 +324,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) Set the attributes that must be ignored from the UPDATE SQL generation @@ -340,7 +340,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) Set the attributes that allow empty string values @@ -356,7 +356,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes allow empty strings @@ -371,7 +371,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes (which have default values) and their default values @@ -386,7 +386,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the column map if any @@ -401,7 +401,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the reverse column map if any @@ -416,7 +416,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) Check if a model has certain attribute @@ -456,10 +456,10 @@ $metaData->reset(); ``` -abstract public **read** (*mixed* $key) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) +abstract public **read** (*mixed* $key) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) ... -abstract public **write** (*mixed* $key, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) +abstract public **write** (*mixed* $key, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_MetaDataInterface.md b/es/api/Phalcon_Mvc_Model_MetaDataInterface.md index 97e84dfa956f..045d36948d89 100644 --- a/es/api/Phalcon_Mvc_Model_MetaDataInterface.md +++ b/es/api/Phalcon_Mvc_Model_MetaDataInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) +abstract public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) ... @@ -12,95 +12,95 @@ abstract public **getStrategy** () ... -abstract public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +abstract public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) ... -abstract public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) +abstract public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) ... -abstract public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +abstract public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) ... -abstract public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +abstract public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) ... -abstract public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +abstract public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) ... -abstract public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +abstract public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) ... -abstract public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) +abstract public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) ... diff --git a/es/api/Phalcon_Mvc_Model_MetaData_Apc.md b/es/api/Phalcon_Mvc_Model_MetaData_Apc.md index f38a81f76377..907bb87fef3c 100644 --- a/es/api/Phalcon_Mvc_Model_MetaData_Apc.md +++ b/es/api/Phalcon_Mvc_Model_MetaData_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Apc** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -72,27 +72,27 @@ public **write** (*mixed* $key, *mixed* $data) Writes the meta-data to APC -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -107,7 +107,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -123,7 +123,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -142,7 +142,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -157,7 +157,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -173,7 +173,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -188,7 +188,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -203,7 +203,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -218,7 +218,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -233,7 +233,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -248,7 +248,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -263,7 +263,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -278,7 +278,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -293,7 +293,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -308,7 +308,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -323,7 +323,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -339,7 +339,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -355,7 +355,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -371,7 +371,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -386,7 +386,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -401,7 +401,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -416,7 +416,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -431,7 +431,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -447,7 +447,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -460,7 +460,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/es/api/Phalcon_Mvc_Model_MetaData_Files.md b/es/api/Phalcon_Mvc_Model_MetaData_Files.md index 7eec0d868b30..32870a486492 100644 --- a/es/api/Phalcon_Mvc_Model_MetaData_Files.md +++ b/es/api/Phalcon_Mvc_Model_MetaData_Files.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Files** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -67,27 +67,27 @@ public **write** (*string* $key, *array* $data) Writes the meta-data to files -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -102,7 +102,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -118,7 +118,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -137,7 +137,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -152,7 +152,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -168,7 +168,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -183,7 +183,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -198,7 +198,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -213,7 +213,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -228,7 +228,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -243,7 +243,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -258,7 +258,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -273,7 +273,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -288,7 +288,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -303,7 +303,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -318,7 +318,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -334,7 +334,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -350,7 +350,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -366,7 +366,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -381,7 +381,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -396,7 +396,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -411,7 +411,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -426,7 +426,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -442,7 +442,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -455,7 +455,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/es/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md b/es/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md index 44dfa3b40998..c7756fc562cb 100644 --- a/es/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md +++ b/es/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Libmemcached** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -85,27 +85,27 @@ public **reset** () Flush Memcache data and resets internal meta-data in order to regenerate it -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -120,7 +120,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -136,7 +136,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -155,7 +155,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -170,7 +170,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -186,7 +186,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -201,7 +201,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -216,7 +216,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -231,7 +231,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -246,7 +246,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -261,7 +261,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -276,7 +276,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -291,7 +291,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -306,7 +306,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -321,7 +321,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -336,7 +336,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -352,7 +352,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -368,7 +368,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -384,7 +384,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -399,7 +399,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -414,7 +414,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -429,7 +429,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -444,7 +444,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -460,7 +460,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty diff --git a/es/api/Phalcon_Mvc_Model_MetaData_Memcache.md b/es/api/Phalcon_Mvc_Model_MetaData_Memcache.md index f51670526f8e..6a150b20ffd5 100644 --- a/es/api/Phalcon_Mvc_Model_MetaData_Memcache.md +++ b/es/api/Phalcon_Mvc_Model_MetaData_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Memcache** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -77,27 +77,27 @@ public **reset** () Flush Memcache data and resets internal meta-data in order to regenerate it -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -112,7 +112,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -128,7 +128,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -147,7 +147,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -162,7 +162,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -178,7 +178,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -193,7 +193,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -208,7 +208,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -223,7 +223,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -238,7 +238,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -253,7 +253,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -268,7 +268,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -283,7 +283,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -298,7 +298,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -313,7 +313,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -328,7 +328,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -344,7 +344,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -360,7 +360,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -376,7 +376,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -391,7 +391,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -406,7 +406,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -421,7 +421,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -436,7 +436,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -452,7 +452,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty diff --git a/es/api/Phalcon_Mvc_Model_MetaData_Memory.md b/es/api/Phalcon_Mvc_Model_MetaData_Memory.md index b9ce1e1ae0bd..3c38a006b162 100644 --- a/es/api/Phalcon_Mvc_Model_MetaData_Memory.md +++ b/es/api/Phalcon_Mvc_Model_MetaData_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Memory** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -56,27 +56,27 @@ public **write** (*string* $key, *array* $data) Writes the meta-data to temporal memory -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -91,7 +91,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -107,7 +107,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -126,7 +126,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -141,7 +141,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -157,7 +157,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -172,7 +172,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -187,7 +187,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -202,7 +202,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -217,7 +217,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -232,7 +232,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -247,7 +247,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -262,7 +262,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -277,7 +277,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -292,7 +292,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -307,7 +307,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -323,7 +323,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -339,7 +339,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -355,7 +355,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -370,7 +370,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -385,7 +385,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -400,7 +400,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -415,7 +415,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -431,7 +431,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -444,7 +444,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/es/api/Phalcon_Mvc_Model_MetaData_Redis.md b/es/api/Phalcon_Mvc_Model_MetaData_Redis.md index 1483d7c07177..b254311768d6 100644 --- a/es/api/Phalcon_Mvc_Model_MetaData_Redis.md +++ b/es/api/Phalcon_Mvc_Model_MetaData_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Redis** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -80,27 +80,27 @@ public **reset** () Flush Redis data and resets internal meta-data in order to regenerate it -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -115,7 +115,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -131,7 +131,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -150,7 +150,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -165,7 +165,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -181,7 +181,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -196,7 +196,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -211,7 +211,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -226,7 +226,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -241,7 +241,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -256,7 +256,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -271,7 +271,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -286,7 +286,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -301,7 +301,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -316,7 +316,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -331,7 +331,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -347,7 +347,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -363,7 +363,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -379,7 +379,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -394,7 +394,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -409,7 +409,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -424,7 +424,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -439,7 +439,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -455,7 +455,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty diff --git a/es/api/Phalcon_Mvc_Model_MetaData_Session.md b/es/api/Phalcon_Mvc_Model_MetaData_Session.md index 57f3bba52727..c4fe735c9340 100644 --- a/es/api/Phalcon_Mvc_Model_MetaData_Session.md +++ b/es/api/Phalcon_Mvc_Model_MetaData_Session.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Session** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -69,27 +69,27 @@ public **write** (*string* $key, *array* $data) Writes the meta-data to $_SESSION -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -104,7 +104,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -120,7 +120,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -139,7 +139,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -154,7 +154,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -170,7 +170,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -185,7 +185,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -200,7 +200,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -215,7 +215,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -230,7 +230,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -245,7 +245,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -260,7 +260,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -275,7 +275,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -290,7 +290,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -305,7 +305,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -320,7 +320,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -336,7 +336,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -352,7 +352,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -368,7 +368,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -383,7 +383,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -398,7 +398,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -413,7 +413,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -428,7 +428,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -444,7 +444,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -457,7 +457,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/es/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md b/es/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md index e6db4f47d92f..27e1f4e5eecc 100644 --- a/es/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md +++ b/es/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md @@ -4,10 +4,10 @@ ## Methods -abstract public **getMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **getMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... -abstract public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md b/es/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md index ea0be919791b..924968a38ed0 100644 --- a/es/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md +++ b/es/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md @@ -1,15 +1,15 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Strategy\\Annotations** -*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) +*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) Source on GitHub ## Methods -final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) The meta-data is obtained by reading the column descriptions from the database information schema -final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Read the model's column map, this can't be inferred \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md b/es/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md index fb67659830a3..e0305a6568e1 100644 --- a/es/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md +++ b/es/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Strategy\\Introspection** -*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) +*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) Source on GitHub @@ -8,10 +8,10 @@ Queries the table meta-data in order to introspect the model's metadata ## Methods -final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) The meta-data is obtained by reading the column descriptions from the database information schema -final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Read the model's column map, this can't be inferred \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_MetaData_Xcache.md b/es/api/Phalcon_Mvc_Model_MetaData_Xcache.md index 4b244f29e225..3c085659457c 100644 --- a/es/api/Phalcon_Mvc_Model_MetaData_Xcache.md +++ b/es/api/Phalcon_Mvc_Model_MetaData_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Xcache** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -72,27 +72,27 @@ public **write** (*string* $key, *array* $data) Writes the metadata to XCache -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -107,7 +107,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -123,7 +123,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -142,7 +142,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -157,7 +157,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -173,7 +173,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -188,7 +188,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -203,7 +203,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -218,7 +218,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -233,7 +233,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -248,7 +248,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -263,7 +263,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -278,7 +278,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -293,7 +293,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -308,7 +308,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -323,7 +323,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -339,7 +339,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -355,7 +355,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -371,7 +371,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -386,7 +386,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -401,7 +401,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -416,7 +416,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -431,7 +431,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -447,7 +447,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -460,7 +460,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/es/api/Phalcon_Mvc_Model_Query.md b/es/api/Phalcon_Mvc_Model_Query.md index c97dbc937b4d..0a3ba4fc344f 100644 --- a/es/api/Phalcon_Mvc_Model_Query.md +++ b/es/api/Phalcon_Mvc_Model_Query.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Query** -*implements* [Phalcon\Mvc\Model\QueryInterface](/en/3.2/api/Phalcon_Mvc_Model_QueryInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\QueryInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_QueryInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -39,11 +39,11 @@ foreach ($result as $row) { ## Methods -public **__construct** ([*string* $phql], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector], [*mixed* $options]) +public **__construct** ([*string* $phql], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector], [*mixed* $options]) Phalcon\\Mvc\\Model\\Query constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -83,11 +83,11 @@ final protected **_getSelectColumn** (*array* $column) Resolves a column from its intermediate representation into an array used to determine if the resultset produced is simple or complex -final protected *string* **_getTable** ([Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *array* $qualifiedName) +final protected *string* **_getTable** ([Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *array* $qualifiedName) Resolves a table in a SELECT statement checking if the model exists -final protected **_getJoin** ([Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *mixed* $join) +final protected **_getJoin** ([Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *mixed* $join) Resolves a JOIN clause checking if the associated models exist @@ -95,11 +95,11 @@ final protected *string* **_getJoinType** (*array* $join) Resolves a JOIN type -final protected *array* **_getSingleJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) $relation) +final protected *array* **_getSingleJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) $relation) Resolves joins involving has-one/belongs-to/has-many relations -final protected *array* **_getMultiJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) $relation) +final protected *array* **_getMultiJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) $relation) Resolves joins involving many-to-many relations @@ -147,19 +147,19 @@ final protected **_executeSelect** (*mixed* $intermediate, *mixed* $bindParams, Executes the SELECT intermediate representation producing a Phalcon\\Mvc\\Model\\Resultset -final protected [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeInsert** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeInsert** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) Executes the INSERT intermediate representation producing a Phalcon\\Mvc\\Model\\Query\\Status -final protected [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeUpdate** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeUpdate** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) Executes the UPDATE intermediate representation producing a Phalcon\\Mvc\\Model\\Query\\Status -final protected [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeDelete** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeDelete** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) Executes the DELETE intermediate representation producing a Phalcon\\Mvc\\Model\\Query\\Status -final protected [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) **_getRelatedRecords** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) **_getRelatedRecords** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $intermediate, *array* $bindParams, *array* $bindTypes) Query the records on which the UPDATE/DELETE operation well be done @@ -167,7 +167,7 @@ public *mixed* **execute** ([*array* $bindParams], [*array* $bindTypes]) Executes a parsed PHQL statement -public [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) **getSingleResult** ([*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) **getSingleResult** ([*array* $bindParams], [*array* $bindTypes]) Executes the query returning the first result diff --git a/es/api/Phalcon_Mvc_Model_Query_Builder.md b/es/api/Phalcon_Mvc_Model_Query_Builder.md index a1c7466a7e7c..407fb2358d03 100644 --- a/es/api/Phalcon_Mvc_Model_Query_Builder.md +++ b/es/api/Phalcon_Mvc_Model_Query_Builder.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Query\\Builder** -*implements* [Phalcon\Mvc\Model\Query\BuilderInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_BuilderInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\Query\BuilderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_BuilderInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -46,11 +46,11 @@ $queryBuilder = new \Phalcon\Mvc\Model\Query\Builder($params); ## Methods -public **__construct** ([*mixed* $params], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([*mixed* $params], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\Model\\Query\\Builder constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -162,7 +162,7 @@ public *string* | *array* **getFrom** () Return the models who makes part of the query -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **join** (*string* $model, [*string* $conditions], [*string* $alias], [*string* $type]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **join** (*string* $model, [*string* $conditions], [*string* $alias], [*string* $type]) Adds an :type: join (by default type - INNER) to the query @@ -183,7 +183,7 @@ $builder->join("Robots", "r.id = RobotsParts.robots_id", "r", "LEFT"); ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **innerJoin** (*string* $model, [*string* $conditions], [*string* $alias]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **innerJoin** (*string* $model, [*string* $conditions], [*string* $alias]) Adds an INNER join to the query @@ -201,7 +201,7 @@ $builder->innerJoin("Robots", "r.id = RobotsParts.robots_id", "r"); ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **leftJoin** (*string* $model, [*string* $conditions], [*string* $alias]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **leftJoin** (*string* $model, [*string* $conditions], [*string* $alias]) Adds a LEFT join to the query @@ -212,7 +212,7 @@ $builder->leftJoin("Robots", "r.id = RobotsParts.robots_id", "r"); ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **rightJoin** (*string* $model, [*string* $conditions], [*string* $alias]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **rightJoin** (*string* $model, [*string* $conditions], [*string* $alias]) Adds a RIGHT join to the query @@ -227,7 +227,7 @@ public *array* **getJoins** () Return join parts of the query -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **where** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **where** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) Sets the query WHERE conditions @@ -248,7 +248,7 @@ $builder->where( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **andWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **andWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current WHERE conditions using a AND operator @@ -267,7 +267,7 @@ $builder->andWhere( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **orWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **orWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current conditions using an OR operator @@ -334,7 +334,7 @@ public *string* | *array* **getWhere** () Return the conditions for the query -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **orderBy** (*string* | *array* $orderBy) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **orderBy** (*string* | *array* $orderBy) Sets an ORDER BY condition clause @@ -350,7 +350,7 @@ public *string* | *array* **getOrderBy** () Returns the set ORDER BY clause -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **having** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **having** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) Sets the HAVING condition clause @@ -368,7 +368,7 @@ $builder->having( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **andHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **andHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current HAVING conditions clause using a AND operator @@ -386,7 +386,7 @@ $builder->andHaving( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **orHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **orHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current HAVING conditions clause using an OR operator @@ -495,7 +495,7 @@ public *string* | *array* **getOffset** () Returns the current OFFSET clause -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **groupBy** (*string* | *array* $group) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **groupBy** (*string* | *array* $group) Sets a GROUP BY clause diff --git a/es/api/Phalcon_Mvc_Model_Query_Status.md b/es/api/Phalcon_Mvc_Model_Query_Status.md index 109f7859eccb..dc1b39759cbb 100644 --- a/es/api/Phalcon_Mvc_Model_Query_Status.md +++ b/es/api/Phalcon_Mvc_Model_Query_Status.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Query\\Status** -*implements* [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) +*implements* [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) Source on GitHub @@ -30,7 +30,7 @@ if ($status->success() === true) { ## Methods -public **__construct** (*mixed* $success, [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model]) +public **__construct** (*mixed* $success, [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model]) public **getModel** () diff --git a/es/api/Phalcon_Mvc_Model_Relation.md b/es/api/Phalcon_Mvc_Model_Relation.md index 53f9e43b3536..04b627e8c2f5 100644 --- a/es/api/Phalcon_Mvc_Model_Relation.md +++ b/es/api/Phalcon_Mvc_Model_Relation.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Relation** -*implements* [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) +*implements* [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) Source on GitHub diff --git a/es/api/Phalcon_Mvc_Model_Resultset.md b/es/api/Phalcon_Mvc_Model_Resultset.md index 12a785cf8a84..78f52624d98f 100644 --- a/es/api/Phalcon_Mvc_Model_Resultset.md +++ b/es/api/Phalcon_Mvc_Model_Resultset.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\Resultset** -*implements* [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) +*implements* [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) Source on GitHub @@ -55,7 +55,7 @@ while ($robots->valid()) { ## Methods -public **__construct** ([Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) | *false* $result, [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +public **__construct** ([Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) | *false* $result, [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Phalcon\\Mvc\\Model\\Resultset constructor @@ -91,7 +91,7 @@ public **offsetGet** (*mixed* $index) Gets row in a specific position of the resultset -public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) +public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface @@ -143,7 +143,7 @@ public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $condi Deletes every record in the resultset -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) Filters a resultset returning only those the developer requires @@ -172,7 +172,7 @@ echo json_encode($robots); ``` -abstract public **toArray** () inherited from [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) +abstract public **toArray** () inherited from [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) ... diff --git a/es/api/Phalcon_Mvc_Model_Resultset_Complex.md b/es/api/Phalcon_Mvc_Model_Resultset_Complex.md index b2321aa2bab5..bcc460486376 100644 --- a/es/api/Phalcon_Mvc_Model_Resultset_Complex.md +++ b/es/api/Phalcon_Mvc_Model_Resultset_Complex.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Resultset\\Complex** -*extends* abstract class [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +*extends* abstract class [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) -*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) +*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) Source on GitHub @@ -22,7 +22,7 @@ Complex resultsets may include complete objects and scalar values. This class bu ## Methods -public **__construct** (*array* $columnTypes, [[Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) $result], [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +public **__construct** (*array* $columnTypes, [[Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) $result], [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Phalcon\\Mvc\\Model\\Resultset\\Complex constructor @@ -42,91 +42,91 @@ public **unserialize** (*mixed* $data) Unserializing a resultset will allow to only works on the rows present in the saved state -public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Moves cursor to next row in the resultset -public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Check whether internal resource has rows to fetch -public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets pointer number of active row in the resultset -final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Rewinds resultset to its beginning -final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Changes internal pointer to a specific position in the resultset Set new position if required and set this->_row -final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Counts how many rows are in the resultset -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Checks whether offset exists in the resultset -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets row in a specific position of the resultset -public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the internal type of data retrieval that the resultset is using -public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get first row in the resultset -public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get last row in the resultset -public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Set if the resultset is fresh or an old one cached -public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Tell if the resultset if fresh or an old one cached -public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Sets the hydration mode in the resultset -public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the current hydration mode -public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the associated cache for the resultset -public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the error messages produced by a batch operation -public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Updates every record in the resultset -public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Deletes every record in the resultset -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Filters a resultset returning only those the developer requires @@ -143,7 +143,7 @@ $filtered = $robots->filter( ``` -public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns serialised model objects as array for json_encode. Calls jsonSerialize on each object if present diff --git a/es/api/Phalcon_Mvc_Model_Resultset_Simple.md b/es/api/Phalcon_Mvc_Model_Resultset_Simple.md index 80a9533c22b3..aea4980ff535 100644 --- a/es/api/Phalcon_Mvc_Model_Resultset_Simple.md +++ b/es/api/Phalcon_Mvc_Model_Resultset_Simple.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Resultset\\Simple** -*extends* abstract class [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +*extends* abstract class [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) -*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) +*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) Source on GitHub @@ -22,7 +22,7 @@ Simple resultsets only contains a complete objects This class builds every compl ## Methods -public **__construct** (*array* $columnMap, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/en/3.2/api/Phalcon_Mvc_Model_Row) $model, [Phalcon\Db\Result\Pdo](/en/3.2/api/Phalcon_Db_Result_Pdo) | *null* $result, [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache], [*boolean* $keepSnapshots]) +public **__construct** (*array* $columnMap, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Row) $model, [Phalcon\Db\Result\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Result_Pdo) | *null* $result, [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache], [*boolean* $keepSnapshots]) Phalcon\\Mvc\\Model\\Resultset\\Simple constructor @@ -42,91 +42,91 @@ public **unserialize** (*mixed* $data) Unserializing a resultset will allow to only works on the rows present in the saved state -public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Moves cursor to next row in the resultset -public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Check whether internal resource has rows to fetch -public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets pointer number of active row in the resultset -final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Rewinds resultset to its beginning -final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Changes the internal pointer to a specific position in the resultset. Set the new position if required, and then set this->_row -final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Counts how many rows are in the resultset -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Checks whether offset exists in the resultset -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets row in a specific position of the resultset -public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the internal type of data retrieval that the resultset is using -public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get first row in the resultset -public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get last row in the resultset -public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Set if the resultset is fresh or an old one cached -public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Tell if the resultset if fresh or an old one cached -public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Sets the hydration mode in the resultset -public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the current hydration mode -public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the associated cache for the resultset -public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the error messages produced by a batch operation -public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Updates every record in the resultset -public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Deletes every record in the resultset -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Filters a resultset returning only those the developer requires @@ -143,7 +143,7 @@ $filtered = $robots->filter( ``` -public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns serialised model objects as array for json_encode. Calls jsonSerialize on each object if present diff --git a/es/api/Phalcon_Mvc_Model_Row.md b/es/api/Phalcon_Mvc_Model_Row.md index 0595f8444e4d..4d330cbbc1e5 100644 --- a/es/api/Phalcon_Mvc_Model_Row.md +++ b/es/api/Phalcon_Mvc_Model_Row.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Row** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\Model\ResultInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\Model\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) Source on GitHub @@ -16,11 +16,11 @@ public *boolean* **offsetExists** (*string* | *int* $index) Checks whether offset exists in the row -public *string* | [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) **offsetGet** (*string* | *int* $index) +public *string* | [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) **offsetGet** (*string* | *int* $index) Gets a record in a specific position of the row -public **offsetSet** (*string* | *int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) +public **offsetSet** (*string* | *int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) Rows cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface diff --git a/es/api/Phalcon_Mvc_Model_Transaction.md b/es/api/Phalcon_Mvc_Model_Transaction.md index 7d79b63280ab..da1885cd6892 100644 --- a/es/api/Phalcon_Mvc_Model_Transaction.md +++ b/es/api/Phalcon_Mvc_Model_Transaction.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction** -*implements* [Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) +*implements* [Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) Source on GitHub @@ -44,11 +44,11 @@ try { ## Methods -public **__construct** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, [*boolean* $autoBegin], [*string* $service]) +public **__construct** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, [*boolean* $autoBegin], [*string* $service]) Phalcon\\Mvc\\Model\\Transaction constructor -public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) +public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) Sets transaction manager related to the transaction @@ -60,7 +60,7 @@ public **commit** () Commits the transaction -public *boolean* **rollback** ([*string* $rollbackMessage], [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $rollbackRecord]) +public *boolean* **rollback** ([*string* $rollbackMessage], [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $rollbackRecord]) Rollbacks the transaction @@ -88,6 +88,6 @@ public **isValid** () Checks whether internal connection is under an active transaction -public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record) +public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record) Sets object which generates rollback action \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_TransactionInterface.md b/es/api/Phalcon_Mvc_Model_TransactionInterface.md index 5dbd60ce8996..19be5fbe67e4 100644 --- a/es/api/Phalcon_Mvc_Model_TransactionInterface.md +++ b/es/api/Phalcon_Mvc_Model_TransactionInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) +abstract public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) ... @@ -44,6 +44,6 @@ abstract public **isValid** () ... -abstract public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record) +abstract public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record) ... \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_Transaction_Exception.md b/es/api/Phalcon_Mvc_Model_Transaction_Exception.md index 122f417171a5..2b59622f2a5c 100644 --- a/es/api/Phalcon_Mvc_Model_Transaction_Exception.md +++ b/es/api/Phalcon_Mvc_Model_Transaction_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction\\Exception** -*extends* class [Phalcon\Mvc\Model\Exception](/en/3.2/api/Phalcon_Mvc_Model_Exception) +*extends* class [Phalcon\Mvc\Model\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Mvc_Model_Transaction_Failed.md b/es/api/Phalcon_Mvc_Model_Transaction_Failed.md index f608443171c6..7e561b92410b 100644 --- a/es/api/Phalcon_Mvc_Model_Transaction_Failed.md +++ b/es/api/Phalcon_Mvc_Model_Transaction_Failed.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction\\Failed** -*extends* class [Phalcon\Mvc\Model\Transaction\Exception](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Exception) +*extends* class [Phalcon\Mvc\Model\Transaction\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) @@ -10,7 +10,7 @@ This class will be thrown to exit a try/catch block for isolated transactions ## Methods -public **__construct** (*mixed* $message, [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record]) +public **__construct** (*mixed* $message, [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record]) Phalcon\\Mvc\\Model\\Transaction\\Failed constructor diff --git a/es/api/Phalcon_Mvc_Model_Transaction_Manager.md b/es/api/Phalcon_Mvc_Model_Transaction_Manager.md index 2d941ddda3fa..4d453c522e38 100644 --- a/es/api/Phalcon_Mvc_Model_Transaction_Manager.md +++ b/es/api/Phalcon_Mvc_Model_Transaction_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction\\Manager** -*implements* [Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -48,11 +48,11 @@ try { ## Methods -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\Model\\Transaction\\Manager constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -100,15 +100,15 @@ public **rollback** ([*boolean* $collect]) Rollbacks active transactions within the manager Collect will remove the transaction from the manager -public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Notifies the manager about a rollbacked transaction -public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Notifies the manager about a committed transaction -protected **_collectTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +protected **_collectTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Removes transactions from the TransactionManager diff --git a/es/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md b/es/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md index 19b7985b19de..9537fd42f37a 100644 --- a/es/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md +++ b/es/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md @@ -24,11 +24,11 @@ abstract public **rollback** ([*mixed* $collect]) ... -abstract public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +abstract public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) ... -abstract public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +abstract public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) ... diff --git a/es/api/Phalcon_Mvc_Model_ValidationFailed.md b/es/api/Phalcon_Mvc_Model_ValidationFailed.md index 99666c60abdf..02cb8c0a02fd 100644 --- a/es/api/Phalcon_Mvc_Model_ValidationFailed.md +++ b/es/api/Phalcon_Mvc_Model_ValidationFailed.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\ValidationFailed** -*extends* class [Phalcon\Mvc\Model\Exception](/en/3.2/api/Phalcon_Mvc_Model_Exception) +*extends* class [Phalcon\Mvc\Model\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Mvc_Model_Validator.md b/es/api/Phalcon_Mvc_Model_Validator.md index 7a2d0c181e58..52d038341bf0 100644 --- a/es/api/Phalcon_Mvc_Model_Validator.md +++ b/es/api/Phalcon_Mvc_Model_Validator.md @@ -1,6 +1,6 @@ # Clase Abstracta **Phalcon\\Mvc\\Model\\Validator** -*implementa* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Código fuente en GitHub @@ -34,6 +34,6 @@ public **isSetOption** (*mixed* $option) Comprobar si una opción se ha definido en las opciones de validación -abstract public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) inherited from [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +abstract public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) inherited from [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_ValidatorInterface.md b/es/api/Phalcon_Mvc_Model_ValidatorInterface.md index a5368614ae11..b271009d52d6 100644 --- a/es/api/Phalcon_Mvc_Model_ValidatorInterface.md +++ b/es/api/Phalcon_Mvc_Model_ValidatorInterface.md @@ -8,6 +8,6 @@ abstract public **getMessages** () ... -abstract public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +abstract public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) ... \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_Validator_Email.md b/es/api/Phalcon_Mvc_Model_Validator_Email.md index 7ffe15592ab0..9dbb102a800f 100644 --- a/es/api/Phalcon_Mvc_Model_Validator_Email.md +++ b/es/api/Phalcon_Mvc_Model_Validator_Email.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Email** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -37,30 +37,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_Validator_Exclusionin.md b/es/api/Phalcon_Mvc_Model_Validator_Exclusionin.md index 90ce3264cbd8..e4d04aa2e50e 100644 --- a/es/api/Phalcon_Mvc_Model_Validator_Exclusionin.md +++ b/es/api/Phalcon_Mvc_Model_Validator_Exclusionin.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Exclusionin** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -40,30 +40,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_Validator_Inclusionin.md b/es/api/Phalcon_Mvc_Model_Validator_Inclusionin.md index f09924b99884..e52f1890ffd9 100644 --- a/es/api/Phalcon_Mvc_Model_Validator_Inclusionin.md +++ b/es/api/Phalcon_Mvc_Model_Validator_Inclusionin.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Inclusionin** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -40,30 +40,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_Validator_Ip.md b/es/api/Phalcon_Mvc_Model_Validator_Ip.md index 5352f580e6e6..70c9ca31ca08 100644 --- a/es/api/Phalcon_Mvc_Model_Validator_Ip.md +++ b/es/api/Phalcon_Mvc_Model_Validator_Ip.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Ip** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -73,30 +73,30 @@ class Data extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_Validator_Numericality.md b/es/api/Phalcon_Mvc_Model_Validator_Numericality.md index d2766740b709..56511b0ac1af 100644 --- a/es/api/Phalcon_Mvc_Model_Validator_Numericality.md +++ b/es/api/Phalcon_Mvc_Model_Validator_Numericality.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Numericality** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -37,30 +37,30 @@ class Products extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_Validator_PresenceOf.md b/es/api/Phalcon_Mvc_Model_Validator_PresenceOf.md index 3ff7ffc2d37f..123dde34f112 100644 --- a/es/api/Phalcon_Mvc_Model_Validator_PresenceOf.md +++ b/es/api/Phalcon_Mvc_Model_Validator_PresenceOf.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\PresenceOf** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -38,30 +38,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_Validator_Regex.md b/es/api/Phalcon_Mvc_Model_Validator_Regex.md index edf6fa66a8aa..4f8dcec7223a 100644 --- a/es/api/Phalcon_Mvc_Model_Validator_Regex.md +++ b/es/api/Phalcon_Mvc_Model_Validator_Regex.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Regex** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -38,30 +38,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_Validator_StringLength.md b/es/api/Phalcon_Mvc_Model_Validator_StringLength.md index d876a7c1c429..f8d0d187701c 100644 --- a/es/api/Phalcon_Mvc_Model_Validator_StringLength.md +++ b/es/api/Phalcon_Mvc_Model_Validator_StringLength.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\StringLength** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -41,30 +41,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_Validator_Uniqueness.md b/es/api/Phalcon_Mvc_Model_Validator_Uniqueness.md index 0c6f3f3e92ab..3c6dede53187 100644 --- a/es/api/Phalcon_Mvc_Model_Validator_Uniqueness.md +++ b/es/api/Phalcon_Mvc_Model_Validator_Uniqueness.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Uniqueness** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -39,30 +39,30 @@ class Subscriptors extends Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Model_Validator_Url.md b/es/api/Phalcon_Mvc_Model_Validator_Url.md index 2a07a3e0a3b0..d25ce7e970fb 100644 --- a/es/api/Phalcon_Mvc_Model_Validator_Url.md +++ b/es/api/Phalcon_Mvc_Model_Validator_Url.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Url** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -37,30 +37,30 @@ class Posts extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_ModuleDefinitionInterface.md b/es/api/Phalcon_Mvc_ModuleDefinitionInterface.md index eb0f3f8e1dd0..ce9e75d505be 100644 --- a/es/api/Phalcon_Mvc_ModuleDefinitionInterface.md +++ b/es/api/Phalcon_Mvc_ModuleDefinitionInterface.md @@ -4,10 +4,10 @@ ## Methods -abstract public **registerAutoloaders** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +abstract public **registerAutoloaders** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) ... -abstract public **registerServices** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **registerServices** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Router.md b/es/api/Phalcon_Mvc_Router.md index 87b78dd8c459..c16429836ebb 100644 --- a/es/api/Phalcon_Mvc_Router.md +++ b/es/api/Phalcon_Mvc_Router.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -43,7 +43,7 @@ public **__construct** ([*mixed* $defaultRoutes]) Phalcon\\Mvc\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -51,7 +51,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -186,7 +186,7 @@ public **addConnect** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) Adds a route to the router that only match if the HTTP method is CONNECT -public **mount** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) +public **mount** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) Mounts a group of routes in the router diff --git a/es/api/Phalcon_Mvc_RouterInterface.md b/es/api/Phalcon_Mvc_RouterInterface.md index e11904311ae7..b015ca518853 100644 --- a/es/api/Phalcon_Mvc_RouterInterface.md +++ b/es/api/Phalcon_Mvc_RouterInterface.md @@ -68,7 +68,7 @@ abstract public **addConnect** (*mixed* $pattern, [*mixed* $paths]) ... -abstract public **mount** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) +abstract public **mount** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) ... diff --git a/es/api/Phalcon_Mvc_Router_Annotations.md b/es/api/Phalcon_Mvc_Router_Annotations.md index 9382815d9f62..5fe70c19c847 100644 --- a/es/api/Phalcon_Mvc_Router_Annotations.md +++ b/es/api/Phalcon_Mvc_Router_Annotations.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Router\\Annotations** -*extends* class [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +*extends* class [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -52,11 +52,11 @@ public **handle** ([*mixed* $uri]) Produce the routing parameters from the rewrite information -public **processControllerAnnotation** (*mixed* $handler, [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) $annotation) +public **processControllerAnnotation** (*mixed* $handler, [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) $annotation) Checks for annotations in the controller docblock -public **processActionAnnotation** (*mixed* $module, *mixed* $namespaceName, *mixed* $controller, *mixed* $action, [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) $annotation) +public **processActionAnnotation** (*mixed* $module, *mixed* $namespaceName, *mixed* $controller, *mixed* $action, [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) $annotation) Checks for annotations in the public methods of the controller @@ -72,31 +72,31 @@ public **getResources** () Return the registered resources -public **__construct** ([*mixed* $defaultRoutes]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **__construct** ([*mixed* $defaultRoutes]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Phalcon\\Mvc\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getDI** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getEventsManager** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the internal event manager -public **getRewriteUri** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRewriteUri** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Get rewrite info. This info is read from $_GET["_url"]. This returns '/' if the rewrite information cannot be read -public **setUriSource** (*mixed* $uriSource) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setUriSource** (*mixed* $uriSource) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the URI source. One of the URI_SOURCE_* constants @@ -109,27 +109,27 @@ $router->setUriSource( ``` -public **removeExtraSlashes** (*mixed* $remove) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **removeExtraSlashes** (*mixed* $remove) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Set whether router must remove the extra slashes in the handled routes -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the name of the default namespace -public **setDefaultModule** (*mixed* $moduleName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultModule** (*mixed* $moduleName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the name of the default module -public **setDefaultController** (*mixed* $controllerName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultController** (*mixed* $controllerName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the default controller name -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the default action name -public **setDefaults** (*array* $defaults) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaults** (*array* $defaults) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets an array of default paths. If a route is missing a path the router will use the defined here This method must not be used to set a 404 route @@ -145,11 +145,11 @@ $router->setDefaults( ``` -public **getDefaults** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getDefaults** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns an array of default parameters -public **add** (*mixed* $pattern, [*mixed* $paths], [*mixed* $httpMethods], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **add** (*mixed* $pattern, [*mixed* $paths], [*mixed* $httpMethods], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router without any HTTP constraint @@ -164,102 +164,102 @@ $router->add("/about", "About::index", ["GET", "POST"], Router::POSITION_FIRST); ``` -public **addGet** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addGet** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is GET -public **addPost** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPost** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is POST -public **addPut** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPut** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is PUT -public **addPatch** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPatch** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is PATCH -public **addDelete** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addDelete** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is DELETE -public **addOptions** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addOptions** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Add a route to the router that only match if the HTTP method is OPTIONS -public **addHead** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addHead** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is HEAD -public **addPurge** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPurge** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is PURGE (Squid and Varnish support) -public **addTrace** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addTrace** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is TRACE -public **addConnect** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addConnect** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is CONNECT -public **mount** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **mount** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Mounts a group of routes in the router -public **notFound** (*mixed* $paths) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **notFound** (*mixed* $paths) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Set a group of paths to be returned when none of the defined routes are matched -public **clear** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **clear** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Removes all the pre-defined routes -public **getNamespaceName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getNamespaceName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed namespace name -public **getModuleName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getModuleName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed module name -public **getControllerName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getControllerName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed controller name -public **getActionName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getActionName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed action name -public **getParams** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getParams** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed parameters -public **getMatchedRoute** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getMatchedRoute** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the route that matches the handled URI -public **getMatches** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getMatches** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the sub expressions in the regular expression matched -public **wasMatched** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **wasMatched** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Checks if the router matches any of the defined routes -public **getRoutes** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRoutes** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns all the routes defined in the router -public **getRouteById** (*mixed* $id) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRouteById** (*mixed* $id) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns a route object by its id -public **getRouteByName** (*mixed* $name) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRouteByName** (*mixed* $name) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns a route object by its name -public **isExactControllerName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **isExactControllerName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns whether controller name should not be mangled \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_Router_Exception.md b/es/api/Phalcon_Mvc_Router_Exception.md index 02a5c4520420..eb5ccb0230d1 100644 --- a/es/api/Phalcon_Mvc_Router_Exception.md +++ b/es/api/Phalcon_Mvc_Router_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Mvc_Router_Group.md b/es/api/Phalcon_Mvc_Router_Group.md index 2c73c4c2dc40..eeab534442e2 100644 --- a/es/api/Phalcon_Mvc_Router_Group.md +++ b/es/api/Phalcon_Mvc_Router_Group.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router\\Group** -*implements* [Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) +*implements* [Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) Source on GitHub @@ -105,31 +105,31 @@ $router->add("/about", "About::index"); ``` -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addGet** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addGet** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is GET -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addPost** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addPost** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is POST -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addPut** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addPut** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is PUT -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addPatch** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addPatch** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is PATCH -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addDelete** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addDelete** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is DELETE -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addOptions** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addOptions** (*string* $pattern, [*string/array* $paths]) Add a route to the router that only match if the HTTP method is OPTIONS -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addHead** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addHead** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is HEAD diff --git a/es/api/Phalcon_Mvc_Router_Route.md b/es/api/Phalcon_Mvc_Router_Route.md index 127f67b9c836..27e8a41b68b2 100644 --- a/es/api/Phalcon_Mvc_Router_Route.md +++ b/es/api/Phalcon_Mvc_Router_Route.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router\\Route** -*implements* [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) +*implements* [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) Source on GitHub @@ -169,7 +169,7 @@ public **getHostname** () Returns the hostname restriction if any -public **setGroup** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) +public **setGroup** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) Sets the group associated with the route diff --git a/es/api/Phalcon_Mvc_Url.md b/es/api/Phalcon_Mvc_Url.md index 328f57aedb29..6d0b5788d4d0 100644 --- a/es/api/Phalcon_Mvc_Url.md +++ b/es/api/Phalcon_Mvc_Url.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Url** -*implements* [Phalcon\Mvc\UrlInterface](/en/3.2/api/Phalcon_Mvc_UrlInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\UrlInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_UrlInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -25,7 +25,7 @@ echo $url->get( ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container diff --git a/es/api/Phalcon_Mvc_Url_Exception.md b/es/api/Phalcon_Mvc_Url_Exception.md index 39b05c29f564..ac21fa87cc20 100644 --- a/es/api/Phalcon_Mvc_Url_Exception.md +++ b/es/api/Phalcon_Mvc_Url_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Url\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Mvc_User_Component.md b/es/api/Phalcon_Mvc_User_Component.md index d2a833d28c1f..76a1ad2c2736 100644 --- a/es/api/Phalcon_Mvc_User_Component.md +++ b/es/api/Phalcon_Mvc_User_Component.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Component** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_User_Module.md b/es/api/Phalcon_Mvc_User_Module.md index 55bbde494ddb..9db03bbd9faf 100644 --- a/es/api/Phalcon_Mvc_User_Module.md +++ b/es/api/Phalcon_Mvc_User_Module.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Module** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_User_Plugin.md b/es/api/Phalcon_Mvc_User_Plugin.md index 4cafec636188..6a751cef5fde 100644 --- a/es/api/Phalcon_Mvc_User_Plugin.md +++ b/es/api/Phalcon_Mvc_User_Plugin.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Plugin** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_View.md b/es/api/Phalcon_Mvc_View.md index f96f1271ec28..eace2784eafc 100644 --- a/es/api/Phalcon_Mvc_View.md +++ b/es/api/Phalcon_Mvc_View.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewInterface](/en/3.2/api/Phalcon_Mvc_ViewInterface), [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewInterface), [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -260,7 +260,7 @@ protected **_loadTemplateEngines** () Loads registered template engines, if none is registered it will use Phalcon\\Mvc\\View\\Engine\\Php -protected **_engineRender** (*array* $engines, *string* $viewPath, *boolean* $silence, *boolean* $mustClean, [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +protected **_engineRender** (*array* $engines, *string* $viewPath, *boolean* $silence, *boolean* $mustClean, [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Checks whether view exists on registered extensions and render it @@ -490,18 +490,18 @@ protected **getViewsDirs** () Gets views directories -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_ViewInterface.md b/es/api/Phalcon_Mvc_ViewInterface.md index 543c0471b48e..5b8ac57186ab 100644 --- a/es/api/Phalcon_Mvc_ViewInterface.md +++ b/es/api/Phalcon_Mvc_ViewInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Mvc\\ViewInterface** -*implements* [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -118,42 +118,42 @@ abstract public **isDisabled** () ... -abstract public **setViewsDir** (*mixed* $viewsDir) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setViewsDir** (*mixed* $viewsDir) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getViewsDir** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getViewsDir** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setParamToView** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setParamToView** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setVar** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setVar** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getParamsToView** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getParamsToView** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getCache** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getCache** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **cache** ([*mixed* $options]) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **cache** ([*mixed* $options]) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setContent** (*mixed* $content) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setContent** (*mixed* $content) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getContent** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getContent** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **partial** (*mixed* $partialPath, [*mixed* $params]) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **partial** (*mixed* $partialPath, [*mixed* $params]) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_View_Engine.md b/es/api/Phalcon_Mvc_View_Engine.md index 3ced1cebed7e..70ccc369182d 100644 --- a/es/api/Phalcon_Mvc_View_Engine.md +++ b/es/api/Phalcon_Mvc_View_Engine.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Mvc\\View\\Engine** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) Source on GitHub @@ -10,7 +10,7 @@ All the template engine adapters must inherit this class. This provides basic in ## Methods -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\View\\Engine constructor @@ -26,26 +26,26 @@ public **getView** () Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get -abstract public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) inherited from [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) +abstract public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) inherited from [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_View_Engine_Php.md b/es/api/Phalcon_Mvc_View_Engine_Php.md index d9a7d398b51c..8de999a7097e 100644 --- a/es/api/Phalcon_Mvc_View_Engine_Php.md +++ b/es/api/Phalcon_Mvc_View_Engine_Php.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Php** -*extends* abstract class [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +*extends* abstract class [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) -*implements* [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -14,38 +14,38 @@ public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) Renders a view using the template engine -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Phalcon\\Mvc\\View\\Engine constructor -public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns cached output on another view stage -public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Renders a partial inside another view -public **getView** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getView** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_View_Engine_Volt.md b/es/api/Phalcon_Mvc_View_Engine_Volt.md index a1c34c29c500..723822b9e1c4 100644 --- a/es/api/Phalcon_Mvc_View_Engine_Volt.md +++ b/es/api/Phalcon_Mvc_View_Engine_Volt.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Mvc\\View\\Engine\\Volt** -*extiende* de la clase abstracta [ Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +*extends* abstract class [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) -*implementa* [ Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface), [ Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [ Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Codigo fuente en GitHub @@ -50,38 +50,38 @@ public **callMacro** (*mixed* $name, [*array* $arguments]) Comprueba si una macro está definida y la llama -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Phalcon\\Mvc\\View\\Engine constructor -public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Devuelve la salida almacenada en caché en otra etapa de visualización -public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Representa una vista parcial dentro de otro punto de vista -public **getView** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getView** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Devuelve el componente de vista relacionados con el adaptador -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Establece el inyector de dependencias -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Devuelve el inyector de dependencias interno -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Establece el gestor de eventos -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Devuelve el gestor de eventos interno -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Método mágico __get \ No newline at end of file diff --git a/es/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md b/es/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md index 9f4709fc2397..1cff2c03c71c 100644 --- a/es/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md +++ b/es/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt\\Compiler** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -19,9 +19,9 @@ require $compiler->getCompiledTemplatePath(); ## Methods -public **__construct** ([[Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view]) +public **__construct** ([[Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view]) -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/es/api/Phalcon_Mvc_View_Engine_Volt_Exception.md b/es/api/Phalcon_Mvc_View_Engine_Volt_Exception.md index 3c5308f7ffe9..577869e4bad7 100644 --- a/es/api/Phalcon_Mvc_View_Engine_Volt_Exception.md +++ b/es/api/Phalcon_Mvc_View_Engine_Volt_Exception.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Mvc\\View\\Engine\\Volt\\Exception** -*extiende* de la clase [Phalcon\Mvc\View\Exception](/en/3.2/api/Phalcon_Mvc_View_Exception) +*extends* class [Phalcon\Mvc\View\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Exception) *implementa* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Mvc_View_Exception.md b/es/api/Phalcon_Mvc_View_Exception.md index 2d43c11197c2..ae2fede35d54 100644 --- a/es/api/Phalcon_Mvc_View_Exception.md +++ b/es/api/Phalcon_Mvc_View_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Mvc_View_Simple.md b/es/api/Phalcon_Mvc_View_Simple.md index a27c183e396c..02b3d713392a 100644 --- a/es/api/Phalcon_Mvc_View_Simple.md +++ b/es/api/Phalcon_Mvc_View_Simple.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Simple** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -221,18 +221,18 @@ echo $this->view->products; ``` -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager \ No newline at end of file diff --git a/es/api/Phalcon_Paginator_Adapter.md b/es/api/Phalcon_Paginator_Adapter.md index 98ff5eede3ba..032778daba74 100644 --- a/es/api/Phalcon_Paginator_Adapter.md +++ b/es/api/Phalcon_Paginator_Adapter.md @@ -1,6 +1,6 @@ # Clase abstracta **Phalcon\\Paginator\\Adapter** -*implementa* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Codigo fuente en GitHub @@ -18,6 +18,6 @@ public **getLimit** () Obtener el límite actual de filas -abstract public **getPaginate** () inherited from [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +abstract public **getPaginate** () inherited from [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Paginator_Adapter_Model.md b/es/api/Phalcon_Paginator_Adapter_Model.md index 1b6f1ba04a74..5eed7c0efb4b 100644 --- a/es/api/Phalcon_Paginator_Adapter_Model.md +++ b/es/api/Phalcon_Paginator_Adapter_Model.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\Model** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -35,14 +35,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/es/api/Phalcon_Paginator_Adapter_NativeArray.md b/es/api/Phalcon_Paginator_Adapter_NativeArray.md index c399691b9f21..0ed15659e21d 100644 --- a/es/api/Phalcon_Paginator_Adapter_NativeArray.md +++ b/es/api/Phalcon_Paginator_Adapter_NativeArray.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\NativeArray** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -39,14 +39,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/es/api/Phalcon_Paginator_Adapter_QueryBuilder.md b/es/api/Phalcon_Paginator_Adapter_QueryBuilder.md index d7b956b38370..cadb5a75a560 100644 --- a/es/api/Phalcon_Paginator_Adapter_QueryBuilder.md +++ b/es/api/Phalcon_Paginator_Adapter_QueryBuilder.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\QueryBuilder** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -36,7 +36,7 @@ public **getCurrentPage** () Get the current page number -public **setQueryBuilder** ([Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) $builder) +public **setQueryBuilder** ([Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) $builder) Set query builder object @@ -48,14 +48,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/es/api/Phalcon_Paginator_Exception.md b/es/api/Phalcon_Paginator_Exception.md index e263167ae42b..cd640676cd57 100644 --- a/es/api/Phalcon_Paginator_Exception.md +++ b/es/api/Phalcon_Paginator_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Paginator\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Paginator_Factory.md b/es/api/Phalcon_Paginator_Factory.md index c9e1846cc79c..172afb1567ec 100644 --- a/es/api/Phalcon_Paginator_Factory.md +++ b/es/api/Phalcon_Paginator_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Factory** -*extiende* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implementa* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Codigo fuente en GitHub @@ -29,8 +29,8 @@ $paginator = Factory::load($options); ## Métodos -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) heredado desde [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/es/api/Phalcon_Queue_Beanstalk_Exception.md b/es/api/Phalcon_Queue_Beanstalk_Exception.md index d31d84525db3..fc99eb9bfe65 100644 --- a/es/api/Phalcon_Queue_Beanstalk_Exception.md +++ b/es/api/Phalcon_Queue_Beanstalk_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Queue\\Beanstalk\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Queue_Beanstalk_Job.md b/es/api/Phalcon_Queue_Beanstalk_Job.md index 91a3cbce0af4..cdc344022d51 100644 --- a/es/api/Phalcon_Queue_Beanstalk_Job.md +++ b/es/api/Phalcon_Queue_Beanstalk_Job.md @@ -10,7 +10,7 @@ public **getId** () public **getBody** () -public **__construct** ([Phalcon\Queue\Beanstalk](/en/3.2/api/Phalcon_Queue_Beanstalk) $queue, *mixed* $id, *mixed* $body) +public **__construct** ([Phalcon\Queue\Beanstalk](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk) $queue, *mixed* $id, *mixed* $body) public **delete** () diff --git a/es/api/Phalcon_Security.md b/es/api/Phalcon_Security.md index 898b126d3032..aedd15bb8cf2 100644 --- a/es/api/Phalcon_Security.md +++ b/es/api/Phalcon_Security.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Security** -*implementa* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Código fuente en GitHub @@ -58,7 +58,7 @@ public **__construct** () Phalcon\\Security constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Establece el inyector de dependencias diff --git a/es/api/Phalcon_Security_Exception.md b/es/api/Phalcon_Security_Exception.md index 2517445c35cb..094d1b7209fc 100644 --- a/es/api/Phalcon_Security_Exception.md +++ b/es/api/Phalcon_Security_Exception.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Security\\Exception** -*extendende* de la clase [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implementa* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Session_Adapter.md b/es/api/Phalcon_Session_Adapter.md index 6575ae9d0960..bf0fbeac2dba 100644 --- a/es/api/Phalcon_Session_Adapter.md +++ b/es/api/Phalcon_Session_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Session\\Adapter** -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub diff --git a/es/api/Phalcon_Session_Adapter_Files.md b/es/api/Phalcon_Session_Adapter_Files.md index f822abd76b18..e1c64d1d9f91 100644 --- a/es/api/Phalcon_Session_Adapter_Files.md +++ b/es/api/Phalcon_Session_Adapter_Files.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Files** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -16,15 +16,15 @@ ## Methods -public **__construct** ([*array* $options]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__construct** ([*array* $options]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Phalcon\\Session\\Adapter constructor -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -39,21 +39,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -64,7 +64,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -75,7 +75,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -88,7 +88,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -99,7 +99,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -110,7 +110,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -121,7 +121,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -134,7 +134,7 @@ var_dump( ``` -public **destroy** ([*mixed* $removeData]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **destroy** ([*mixed* $removeData]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Destroys the active session @@ -151,7 +151,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -168,19 +168,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -191,10 +191,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/es/api/Phalcon_Session_Adapter_Libmemcached.md b/es/api/Phalcon_Session_Adapter_Libmemcached.md index b4c626d76602..7937cb6d97fe 100644 --- a/es/api/Phalcon_Session_Adapter_Libmemcached.md +++ b/es/api/Phalcon_Session_Adapter_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Libmemcached** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -77,11 +77,11 @@ public **destroy** ([*mixed* $sessionId]) public **gc** () -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -96,21 +96,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -121,7 +121,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -132,7 +132,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -145,7 +145,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -156,7 +156,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -167,7 +167,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -178,7 +178,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -191,7 +191,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -208,19 +208,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -231,10 +231,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/es/api/Phalcon_Session_Adapter_Memcache.md b/es/api/Phalcon_Session_Adapter_Memcache.md index f6a220f939e1..4530826a4201 100644 --- a/es/api/Phalcon_Session_Adapter_Memcache.md +++ b/es/api/Phalcon_Session_Adapter_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Memcache** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -70,11 +70,11 @@ public **destroy** ([*mixed* $sessionId]) public **gc** () -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -89,21 +89,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -114,7 +114,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -125,7 +125,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -138,7 +138,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -149,7 +149,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -160,7 +160,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -171,7 +171,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -184,7 +184,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -201,19 +201,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -224,10 +224,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/es/api/Phalcon_Session_Adapter_Redis.md b/es/api/Phalcon_Session_Adapter_Redis.md index f3a461b2f111..8140b3922300 100644 --- a/es/api/Phalcon_Session_Adapter_Redis.md +++ b/es/api/Phalcon_Session_Adapter_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Redis** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -68,11 +68,11 @@ public **destroy** ([*mixed* $sessionId]) public **gc** () -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -87,21 +87,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -112,7 +112,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -123,7 +123,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -136,7 +136,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -147,7 +147,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -158,7 +158,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -169,7 +169,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -182,7 +182,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -199,19 +199,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -222,10 +222,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/es/api/Phalcon_Session_Bag.md b/es/api/Phalcon_Session_Bag.md index dd3b1765d192..36bc9e7e6612 100644 --- a/es/api/Phalcon_Session_Bag.md +++ b/es/api/Phalcon_Session_Bag.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Session\\Bag** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Session\BagInterface](/en/3.2/api/Phalcon_Session_BagInterface), [IteratorAggregate](http://php.net/manual/en/class.iteratoraggregate.php), [Traversable](http://php.net/manual/en/class.traversable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Session\BagInterface](/[[language]]/[[version]]/api/Phalcon_Session_BagInterface), [IteratorAggregate](http://php.net/manual/en/class.iteratoraggregate.php), [Traversable](http://php.net/manual/en/class.traversable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php) Source on GitHub @@ -22,7 +22,7 @@ public **__construct** (*mixed* $name) Phalcon\\Session\\Bag constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container diff --git a/es/api/Phalcon_Session_Exception.md b/es/api/Phalcon_Session_Exception.md index 3be5afaeb368..ac8c9c935696 100644 --- a/es/api/Phalcon_Session_Exception.md +++ b/es/api/Phalcon_Session_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Session\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Session_Factory.md b/es/api/Phalcon_Session_Factory.md index 2ec52018c904..d51bce4976a2 100644 --- a/es/api/Phalcon_Session_Factory.md +++ b/es/api/Phalcon_Session_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -28,8 +28,8 @@ $session = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/es/api/Phalcon_Tag.md b/es/api/Phalcon_Tag.md index 542ca198c6fc..ceb1f285f005 100644 --- a/es/api/Phalcon_Tag.md +++ b/es/api/Phalcon_Tag.md @@ -38,7 +38,7 @@ public static **renderAttributes** (*mixed* $code, *array* $attributes) Construye parámetros manteniendo el orden en sus atributos HTML -public static **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public static **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Define el contenedor del inyector de dependencias. diff --git a/es/api/Phalcon_Tag_Exception.md b/es/api/Phalcon_Tag_Exception.md index 14a0b4432296..627b20da27da 100644 --- a/es/api/Phalcon_Tag_Exception.md +++ b/es/api/Phalcon_Tag_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Tag\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Tag_Select.md b/es/api/Phalcon_Tag_Select.md index dcc0c7034807..39c52f62760a 100644 --- a/es/api/Phalcon_Tag_Select.md +++ b/es/api/Phalcon_Tag_Select.md @@ -10,7 +10,7 @@ public static **selectField** (*array* $parameters, [*array* $data]) Genera una etiqueta SELECT -private static **_optionsFromResultset** ([Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) $resultset, *array* $using, *mixed* $value, *string* $closeOption) +private static **_optionsFromResultset** ([Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) $resultset, *array* $using, *mixed* $value, *string* $closeOption) Genera etiquetas OPTION basadas en un Resultset diff --git a/es/api/Phalcon_Translate_Adapter.md b/es/api/Phalcon_Translate_Adapter.md index f7dd44a78348..a34672e03fff 100644 --- a/es/api/Phalcon_Translate_Adapter.md +++ b/es/api/Phalcon_Translate_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Translate\\Adapter** -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) Source on GitHub @@ -12,7 +12,7 @@ public **__construct** (*array* $options) ... -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) ... @@ -44,10 +44,10 @@ protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders] Replaces placeholders by the values passed -abstract public **query** (*mixed* $index, [*mixed* $placeholders]) inherited from [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +abstract public **query** (*mixed* $index, [*mixed* $placeholders]) inherited from [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) ... -abstract public **exists** (*mixed* $index) inherited from [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +abstract public **exists** (*mixed* $index) inherited from [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) ... \ No newline at end of file diff --git a/es/api/Phalcon_Translate_Adapter_Csv.md b/es/api/Phalcon_Translate_Adapter_Csv.md index 96d9abe19bc6..8ae450215757 100644 --- a/es/api/Phalcon_Translate_Adapter_Csv.md +++ b/es/api/Phalcon_Translate_Adapter_Csv.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\Csv** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -26,34 +26,34 @@ public **exists** (*mixed* $index) Check whether is defined a translation key in the internal array -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/es/api/Phalcon_Translate_Adapter_Gettext.md b/es/api/Phalcon_Translate_Adapter_Gettext.md index de2f2558647e..22ebafb278b6 100644 --- a/es/api/Phalcon_Translate_Adapter_Gettext.md +++ b/es/api/Phalcon_Translate_Adapter_Gettext.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\Gettext** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -112,34 +112,34 @@ protected **getOptionsDefault** () Gets default options -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/es/api/Phalcon_Translate_Adapter_NativeArray.md b/es/api/Phalcon_Translate_Adapter_NativeArray.md index c3f861c63cf8..71258c159da4 100644 --- a/es/api/Phalcon_Translate_Adapter_NativeArray.md +++ b/es/api/Phalcon_Translate_Adapter_NativeArray.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\NativeArray** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -22,34 +22,34 @@ public **exists** (*mixed* $index) Check whether is defined a translation key in the internal array -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/es/api/Phalcon_Translate_Exception.md b/es/api/Phalcon_Translate_Exception.md index 4f2ba4cc4209..bda89014f4d6 100644 --- a/es/api/Phalcon_Translate_Exception.md +++ b/es/api/Phalcon_Translate_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Translate\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Translate_Factory.md b/es/api/Phalcon_Translate_Factory.md index dc147abaff46..93c8e6a17e16 100644 --- a/es/api/Phalcon_Translate_Factory.md +++ b/es/api/Phalcon_Translate_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -26,8 +26,8 @@ $translate = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/es/api/Phalcon_Translate_Interpolator_AssociativeArray.md b/es/api/Phalcon_Translate_Interpolator_AssociativeArray.md index 951d0d9dd1fe..e4941044cbcd 100644 --- a/es/api/Phalcon_Translate_Interpolator_AssociativeArray.md +++ b/es/api/Phalcon_Translate_Interpolator_AssociativeArray.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Translate\\Interpolator\\AssociativeArray** -*implementa* [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) +*implements* [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) Código fuente en GitHub diff --git a/es/api/Phalcon_Translate_Interpolator_IndexedArray.md b/es/api/Phalcon_Translate_Interpolator_IndexedArray.md index 7db5ed9cde70..d86eea76872e 100644 --- a/es/api/Phalcon_Translate_Interpolator_IndexedArray.md +++ b/es/api/Phalcon_Translate_Interpolator_IndexedArray.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Translate\\Interpolator\\IndexedArray** -*implementa* [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) +*implements* [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) Código fuente en GitHub diff --git a/es/api/Phalcon_Validation.md b/es/api/Phalcon_Validation.md index 9737110a55cb..6145493c66ce 100644 --- a/es/api/Phalcon_Validation.md +++ b/es/api/Phalcon_Validation.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\ValidationInterface](/en/3.2/api/Phalcon_ValidationInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\ValidationInterface](/[[language]]/[[version]]/api/Phalcon_ValidationInterface) Source on GitHub @@ -22,15 +22,15 @@ public **__construct** ([*array* $validators]) Phalcon\\Validation constructor -public [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) **validate** ([*array* | *object* $data], [*object* $entity]) +public [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) **validate** ([*array* | *object* $data], [*object* $entity]) Validate a set of data according to a set of rules -public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Adds a validator to a field -public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Alias of `add` method @@ -38,7 +38,7 @@ public **rules** (*mixed* $field, *array* $validators) Adds the validators to a field -public [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) **setFilters** (*string* $field, *array* | *string* $filters) +public [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) **setFilters** (*string* $field, *array* | *string* $filters) Adds filters to the field @@ -78,11 +78,11 @@ public *string* **getLabel** (*string* $field) Get label for field -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) Appends a message to the messages list -public [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) **bind** (*object* $entity, *array* | *object* $data) +public [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) **bind** (*object* $entity, *array* | *object* $data) Assigns the data to an entity The entity is used to obtain the validation values @@ -90,26 +90,26 @@ public *mixed* **getValue** (*string* $field) Gets the a value to validate in the array/object data source -protected **preChecking** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +protected **preChecking** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Internal validations, if it returns true, then skip the current validator -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/es/api/Phalcon_ValidationInterface.md b/es/api/Phalcon_ValidationInterface.md index facf2fc02375..a877fabd4d8b 100644 --- a/es/api/Phalcon_ValidationInterface.md +++ b/es/api/Phalcon_ValidationInterface.md @@ -8,11 +8,11 @@ abstract public **validate** ([*mixed* $data], [*mixed* $entity]) ... -abstract public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +abstract public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) ... -abstract public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +abstract public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) ... @@ -56,7 +56,7 @@ abstract public **getLabel** (*mixed* $field) ... -abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) ... diff --git a/es/api/Phalcon_Validation_CombinedFieldsValidator.md b/es/api/Phalcon_Validation_CombinedFieldsValidator.md index 1d7c0192bf1f..732484c1270a 100644 --- a/es/api/Phalcon_Validation_CombinedFieldsValidator.md +++ b/es/api/Phalcon_Validation_CombinedFieldsValidator.md @@ -1,45 +1,45 @@ # Abstract class **Phalcon\\Validation\\CombinedFieldsValidator** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub ## Methods -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -abstract public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $attribute) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +abstract public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $attribute) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Executes the validation -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Exception.md b/es/api/Phalcon_Validation_Exception.md index 5d09c05d9d73..b72451968f56 100644 --- a/es/api/Phalcon_Validation_Exception.md +++ b/es/api/Phalcon_Validation_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Validation\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Validation_Message.md b/es/api/Phalcon_Validation_Message.md index 236f1ccdb407..81a4452e3aeb 100644 --- a/es/api/Phalcon_Validation_Message.md +++ b/es/api/Phalcon_Validation_Message.md @@ -1,6 +1,6 @@ # Clase **Phalcon\\Validation\\Message** -*implementa* [Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) +*implements* [Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) Código fuente en GitHub diff --git a/es/api/Phalcon_Validation_Message_Group.md b/es/api/Phalcon_Validation_Message_Group.md index dc3b3b9ede64..b95624353483 100644 --- a/es/api/Phalcon_Validation_Message_Group.md +++ b/es/api/Phalcon_Validation_Message_Group.md @@ -12,7 +12,7 @@ public **__construct** ([*array* $messages]) Phalcon\\Validation\\Message\\Group constructor -public [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) **offsetGet** (*int* $index) +public [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) **offsetGet** (*int* $index) Gets an attribute a message using the array syntax @@ -25,7 +25,7 @@ print_r( ``` -public **offsetSet** (*int* $index, [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) $message) +public **offsetSet** (*int* $index, [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) $message) Sets an attribute using the array-syntax @@ -60,7 +60,7 @@ unset($message["database"]); ``` -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) Appends a message to the group @@ -73,7 +73,7 @@ $messages->appendMessage( ``` -public **appendMessages** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $messages) +public **appendMessages** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $messages) Appends an array of messages to the group @@ -112,6 +112,6 @@ public **valid** () Check if the current message in the iterator is valid -public static [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) **__set_state** (*array* $group) +public static [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) **__set_state** (*array* $group) Magic __set_state helps to re-build messages variable when exporting \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator.md b/es/api/Phalcon_Validation_Validator.md index a77d8d5e5641..fd5b27320bab 100644 --- a/es/api/Phalcon_Validation_Validator.md +++ b/es/api/Phalcon_Validation_Validator.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Validation\\Validator** -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -28,15 +28,15 @@ public **setOption** (*mixed* $key, *mixed* $value) Sets an option in the validator -abstract public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $attribute) +abstract public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $attribute) Executes the validation -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) Prepares a validation message. diff --git a/es/api/Phalcon_Validation_ValidatorInterface.md b/es/api/Phalcon_Validation_ValidatorInterface.md index fac842931aad..0c9c568e7e6e 100644 --- a/es/api/Phalcon_Validation_ValidatorInterface.md +++ b/es/api/Phalcon_Validation_ValidatorInterface.md @@ -12,6 +12,6 @@ abstract public **getOption** (*mixed* $key, [*mixed* $defaultValue]) ... -abstract public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $attribute) +abstract public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $attribute) ... \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_Alnum.md b/es/api/Phalcon_Validation_Validator_Alnum.md index 5b7ff39a99a1..eb459132d7d2 100644 --- a/es/api/Phalcon_Validation_Validator_Alnum.md +++ b/es/api/Phalcon_Validation_Validator_Alnum.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Alnum** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_Alpha.md b/es/api/Phalcon_Validation_Validator_Alpha.md index e4e341184c86..6a03102acaa3 100644 --- a/es/api/Phalcon_Validation_Validator_Alpha.md +++ b/es/api/Phalcon_Validation_Validator_Alpha.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Alpha** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_Between.md b/es/api/Phalcon_Validation_Validator_Between.md index 6090d87cccf6..8d307e692ea5 100644 --- a/es/api/Phalcon_Validation_Validator_Between.md +++ b/es/api/Phalcon_Validation_Validator_Between.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Between** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -54,38 +54,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_Callback.md b/es/api/Phalcon_Validation_Validator_Callback.md index 2c4b51d26001..5ee1f111a435 100644 --- a/es/api/Phalcon_Validation_Validator_Callback.md +++ b/es/api/Phalcon_Validation_Validator_Callback.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Callback** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -54,38 +54,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_Confirmation.md b/es/api/Phalcon_Validation_Validator_Confirmation.md index 83a5ffd546a0..73f77e150218 100644 --- a/es/api/Phalcon_Validation_Validator_Confirmation.md +++ b/es/api/Phalcon_Validation_Validator_Confirmation.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Confirmation** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,7 +49,7 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation @@ -57,34 +57,34 @@ final protected **compare** (*mixed* $a, *mixed* $b) Compare strings -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_CreditCard.md b/es/api/Phalcon_Validation_Validator_CreditCard.md index 810a05b974dc..cef2157b0520 100644 --- a/es/api/Phalcon_Validation_Validator_CreditCard.md +++ b/es/api/Phalcon_Validation_Validator_CreditCard.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\CreditCard** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,7 +44,7 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation @@ -52,34 +52,34 @@ private *boolean* **verifyByLuhnAlgorithm** (*string* $number) is a simple checksum formula used to validate a variety of identification numbers -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_Date.md b/es/api/Phalcon_Validation_Validator_Date.md index 4aa94d98efa2..fe67244f29c0 100644 --- a/es/api/Phalcon_Validation_Validator_Date.md +++ b/es/api/Phalcon_Validation_Validator_Date.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Date** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,7 +49,7 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation @@ -57,34 +57,34 @@ private **checkDate** (*mixed* $value, *mixed* $format) ... -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_Digit.md b/es/api/Phalcon_Validation_Validator_Digit.md index ba0922b99ac5..8d239fb7a507 100644 --- a/es/api/Phalcon_Validation_Validator_Digit.md +++ b/es/api/Phalcon_Validation_Validator_Digit.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Digit** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_Email.md b/es/api/Phalcon_Validation_Validator_Email.md index 794f2be27d50..1d3235446ef5 100644 --- a/es/api/Phalcon_Validation_Validator_Email.md +++ b/es/api/Phalcon_Validation_Validator_Email.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Email** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_Exception.md b/es/api/Phalcon_Validation_Validator_Exception.md index b72eb455c76c..adaf4f2c5e27 100644 --- a/es/api/Phalcon_Validation_Validator_Exception.md +++ b/es/api/Phalcon_Validation_Validator_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Validation\\Validator\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/es/api/Phalcon_Validation_Validator_ExclusionIn.md b/es/api/Phalcon_Validation_Validator_ExclusionIn.md index b2978d1cf8e0..262f0b206288 100644 --- a/es/api/Phalcon_Validation_Validator_ExclusionIn.md +++ b/es/api/Phalcon_Validation_Validator_ExclusionIn.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\ExclusionIn** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -55,38 +55,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_File.md b/es/api/Phalcon_Validation_Validator_File.md index f0257f0dfd9d..37885149f99d 100644 --- a/es/api/Phalcon_Validation_Validator_File.md +++ b/es/api/Phalcon_Validation_Validator_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\File** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -77,42 +77,42 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **isAllowEmpty** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **isAllowEmpty** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Check on empty -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_Identical.md b/es/api/Phalcon_Validation_Validator_Identical.md index 24f342468836..176449673952 100644 --- a/es/api/Phalcon_Validation_Validator_Identical.md +++ b/es/api/Phalcon_Validation_Validator_Identical.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Identical** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,38 +49,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_InclusionIn.md b/es/api/Phalcon_Validation_Validator_InclusionIn.md index 63b9c54f09f6..351873050a24 100644 --- a/es/api/Phalcon_Validation_Validator_InclusionIn.md +++ b/es/api/Phalcon_Validation_Validator_InclusionIn.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\InclusionIn** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,38 +49,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_Numericality.md b/es/api/Phalcon_Validation_Validator_Numericality.md index 8e22c3522e0e..b7e016657ec2 100644 --- a/es/api/Phalcon_Validation_Validator_Numericality.md +++ b/es/api/Phalcon_Validation_Validator_Numericality.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Numericality** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_PresenceOf.md b/es/api/Phalcon_Validation_Validator_PresenceOf.md index e4804f42f631..afd811671b34 100644 --- a/es/api/Phalcon_Validation_Validator_PresenceOf.md +++ b/es/api/Phalcon_Validation_Validator_PresenceOf.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\PresenceOf** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_Regex.md b/es/api/Phalcon_Validation_Validator_Regex.md index 48d9f16fc15f..8da47543094d 100644 --- a/es/api/Phalcon_Validation_Validator_Regex.md +++ b/es/api/Phalcon_Validation_Validator_Regex.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Regex** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,38 +49,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_StringLength.md b/es/api/Phalcon_Validation_Validator_StringLength.md index 6a6c3877ab8c..312b253fcb13 100644 --- a/es/api/Phalcon_Validation_Validator_StringLength.md +++ b/es/api/Phalcon_Validation_Validator_StringLength.md @@ -1,8 +1,8 @@ # Clase **Phalcon\\Validation\\Validator\\StringLength** -*extendiende* de la clase abstracta [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implementa* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Código fuente en GitHub @@ -59,38 +59,38 @@ $validation->add( ## Métodos -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_Uniqueness.md b/es/api/Phalcon_Validation_Validator_Uniqueness.md index 3d3fe815d9af..7dc90ee03b46 100644 --- a/es/api/Phalcon_Validation_Validator_Uniqueness.md +++ b/es/api/Phalcon_Validation_Validator_Uniqueness.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Uniqueness** -*extends* abstract class [Phalcon\Validation\CombinedFieldsValidator](/en/3.2/api/Phalcon_Validation_CombinedFieldsValidator) +*extends* abstract class [Phalcon\Validation\CombinedFieldsValidator](/[[language]]/[[version]]/api/Phalcon_Validation_CombinedFieldsValidator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -94,11 +94,11 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -protected **isUniqueness** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +protected **isUniqueness** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) ... @@ -114,34 +114,34 @@ protected **isUniquenessCollection** (*mixed* $record, *array* $field, *array* $ Uniqueness method used for collection -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/Phalcon_Validation_Validator_Url.md b/es/api/Phalcon_Validation_Validator_Url.md index 26a1e6c0edd5..f7c450efca04 100644 --- a/es/api/Phalcon_Validation_Validator_Url.md +++ b/es/api/Phalcon_Validation_Validator_Url.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Url** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/es/api/index.md b/es/api/index.md index cf59e5f7e90c..fa27cd7808a7 100644 --- a/es/api/index.md +++ b/es/api/index.md @@ -1,394 +1,394 @@ ## Índice del API -- [Phalcon\Acl](/en/3.2/api/Phalcon_Acl) -- [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) -- [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) -- [Phalcon\Acl\Adapter\Memory](/en/3.2/api/Phalcon_Acl_Adapter_Memory) -- [Phalcon\Acl\Exception](/en/3.2/api/Phalcon_Acl_Exception) -- [Phalcon\Acl\Resource](/en/3.2/api/Phalcon_Acl_Resource) -- [Phalcon\Acl\ResourceAware](/en/3.2/api/Phalcon_Acl_ResourceAware) -- [Phalcon\Acl\ResourceInterface](/en/3.2/api/Phalcon_Acl_ResourceInterface) -- [Phalcon\Acl\Role](/en/3.2/api/Phalcon_Acl_Role) -- [Phalcon\Acl\RoleAware](/en/3.2/api/Phalcon_Acl_RoleAware) -- [Phalcon\Acl\RoleInterface](/en/3.2/api/Phalcon_Acl_RoleInterface) -- [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) -- [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) -- [Phalcon\Annotations\Adapter\Apc](/en/3.2/api/Phalcon_Annotations_Adapter_Apc) -- [Phalcon\Annotations\Adapter\Apcu](/en/3.2/api/Phalcon_Annotations_Adapter_Apcu) -- [Phalcon\Annotations\Adapter\Files](/en/3.2/api/Phalcon_Annotations_Adapter_Files) -- [Phalcon\Annotations\Adapter\Memory](/en/3.2/api/Phalcon_Annotations_Adapter_Memory) -- [Phalcon\Annotations\Adapter\Xcache](/en/3.2/api/Phalcon_Annotations_Adapter_Xcache) -- [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) -- [Phalcon\Annotations\Collection](/en/3.2/api/Phalcon_Annotations_Collection) -- [Phalcon\Annotations\Exception](/en/3.2/api/Phalcon_Annotations_Exception) -- [Phalcon\Annotations\Factory](/en/3.2/api/Phalcon_Annotations_Factory) -- [Phalcon\Annotations\Reader](/en/3.2/api/Phalcon_Annotations_Reader) -- [Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) -- [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) -- [Phalcon\Application](/en/3.2/api/Phalcon_Application) -- [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) -- [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) -- [Phalcon\Assets\Exception](/en/3.2/api/Phalcon_Assets_Exception) -- [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) -- [Phalcon\Assets\Filters\Cssmin](/en/3.2/api/Phalcon_Assets_Filters_Cssmin) -- [Phalcon\Assets\Filters\Jsmin](/en/3.2/api/Phalcon_Assets_Filters_Jsmin) -- [Phalcon\Assets\Filters\None](/en/3.2/api/Phalcon_Assets_Filters_None) -- [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) -- [Phalcon\Assets\Inline\Css](/en/3.2/api/Phalcon_Assets_Inline_Css) -- [Phalcon\Assets\Inline\Js](/en/3.2/api/Phalcon_Assets_Inline_Js) -- [Phalcon\Assets\Manager](/en/3.2/api/Phalcon_Assets_Manager) -- [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) -- [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) -- [Phalcon\Assets\Resource\Css](/en/3.2/api/Phalcon_Assets_Resource_Css) -- [Phalcon\Assets\Resource\Js](/en/3.2/api/Phalcon_Assets_Resource_Js) -- [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) -- [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) -- [Phalcon\Cache\Backend\Apc](/en/3.2/api/Phalcon_Cache_Backend_Apc) -- [Phalcon\Cache\Backend\Apcu](/en/3.2/api/Phalcon_Cache_Backend_Apcu) -- [Phalcon\Cache\Backend\Factory](/en/3.2/api/Phalcon_Cache_Backend_Factory) -- [Phalcon\Cache\Backend\File](/en/3.2/api/Phalcon_Cache_Backend_File) -- [Phalcon\Cache\Backend\Libmemcached](/en/3.2/api/Phalcon_Cache_Backend_Libmemcached) -- [Phalcon\Cache\Backend\Memcache](/en/3.2/api/Phalcon_Cache_Backend_Memcache) -- [Phalcon\Cache\Backend\Memory](/en/3.2/api/Phalcon_Cache_Backend_Memory) -- [Phalcon\Cache\Backend\Mongo](/en/3.2/api/Phalcon_Cache_Backend_Mongo) -- [Phalcon\Cache\Backend\Redis](/en/3.2/api/Phalcon_Cache_Backend_Redis) -- [Phalcon\Cache\Backend\Xcache](/en/3.2/api/Phalcon_Cache_Backend_Xcache) -- [Phalcon\Cache\Exception](/en/3.2/api/Phalcon_Cache_Exception) -- [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) -- [Phalcon\Cache\Frontend\Base64](/en/3.2/api/Phalcon_Cache_Frontend_Base64) -- [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) -- [Phalcon\Cache\Frontend\Factory](/en/3.2/api/Phalcon_Cache_Frontend_Factory) -- [Phalcon\Cache\Frontend\Igbinary](/en/3.2/api/Phalcon_Cache_Frontend_Igbinary) -- [Phalcon\Cache\Frontend\Json](/en/3.2/api/Phalcon_Cache_Frontend_Json) -- [Phalcon\Cache\Frontend\Msgpack](/en/3.2/api/Phalcon_Cache_Frontend_Msgpack) -- [Phalcon\Cache\Frontend\None](/en/3.2/api/Phalcon_Cache_Frontend_None) -- [Phalcon\Cache\Frontend\Output](/en/3.2/api/Phalcon_Cache_Frontend_Output) -- [Phalcon\Cache\Multiple](/en/3.2/api/Phalcon_Cache_Multiple) -- [Phalcon\Cli\Console](/en/3.2/api/Phalcon_Cli_Console) -- [Phalcon\Cli\Console\Exception](/en/3.2/api/Phalcon_Cli_Console_Exception) -- [Phalcon\Cli\Dispatcher](/en/3.2/api/Phalcon_Cli_Dispatcher) -- [Phalcon\Cli\DispatcherInterface](/en/3.2/api/Phalcon_Cli_DispatcherInterface) -- [Phalcon\Cli\Dispatcher\Exception](/en/3.2/api/Phalcon_Cli_Dispatcher_Exception) -- [Phalcon\Cli\Router](/en/3.2/api/Phalcon_Cli_Router) -- [Phalcon\Cli\RouterInterface](/en/3.2/api/Phalcon_Cli_RouterInterface) -- [Phalcon\Cli\Router\Exception](/en/3.2/api/Phalcon_Cli_Router_Exception) -- [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) -- [Phalcon\Cli\Router\RouteInterface](/en/3.2/api/Phalcon_Cli_Router_RouteInterface) -- [Phalcon\Cli\Task](/en/3.2/api/Phalcon_Cli_Task) -- [Phalcon\Cli\TaskInterface](/en/3.2/api/Phalcon_Cli_TaskInterface) -- [Phalcon\Config](/en/3.2/api/Phalcon_Config) -- [Phalcon\Config\Adapter\Grouped](/en/3.2/api/Phalcon_Config_Adapter_Grouped) -- [Phalcon\Config\Adapter\Ini](/en/3.2/api/Phalcon_Config_Adapter_Ini) -- [Phalcon\Config\Adapter\Json](/en/3.2/api/Phalcon_Config_Adapter_Json) -- [Phalcon\Config\Adapter\Php](/en/3.2/api/Phalcon_Config_Adapter_Php) -- [Phalcon\Config\Adapter\Yaml](/en/3.2/api/Phalcon_Config_Adapter_Yaml) -- [Phalcon\Config\Exception](/en/3.2/api/Phalcon_Config_Exception) -- [Phalcon\Config\Factory](/en/3.2/api/Phalcon_Config_Factory) -- [Phalcon\Crypt](/en/3.2/api/Phalcon_Crypt) -- [Phalcon\CryptInterface](/en/3.2/api/Phalcon_CryptInterface) -- [Phalcon\Crypt\Exception](/en/3.2/api/Phalcon_Crypt_Exception) -- [Phalcon\Db](/en/3.2/api/Phalcon_Db) -- [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) -- [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) -- [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) -- [Phalcon\Db\Adapter\Pdo\Factory](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Factory) -- [Phalcon\Db\Adapter\Pdo\Mysql](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Mysql) -- [Phalcon\Db\Adapter\Pdo\Postgresql](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Postgresql) -- [Phalcon\Db\Adapter\Pdo\Sqlite](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Sqlite) -- [Phalcon\Db\Column](/en/3.2/api/Phalcon_Db_Column) -- [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) -- [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) -- [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) -- [Phalcon\Db\Dialect\Mysql](/en/3.2/api/Phalcon_Db_Dialect_Mysql) -- [Phalcon\Db\Dialect\Postgresql](/en/3.2/api/Phalcon_Db_Dialect_Postgresql) -- [Phalcon\Db\Dialect\Sqlite](/en/3.2/api/Phalcon_Db_Dialect_Sqlite) -- [Phalcon\Db\Exception](/en/3.2/api/Phalcon_Db_Exception) -- [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) -- [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) -- [Phalcon\Db\Profiler](/en/3.2/api/Phalcon_Db_Profiler) -- [Phalcon\Db\Profiler\Item](/en/3.2/api/Phalcon_Db_Profiler_Item) -- [Phalcon\Db\RawValue](/en/3.2/api/Phalcon_Db_RawValue) -- [Phalcon\Db\Reference](/en/3.2/api/Phalcon_Db_Reference) -- [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) -- [Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) -- [Phalcon\Db\Result\Pdo](/en/3.2/api/Phalcon_Db_Result_Pdo) -- [Phalcon\Debug](/en/3.2/api/Phalcon_Debug) -- [Phalcon\Debug\Dump](/en/3.2/api/Phalcon_Debug_Dump) -- [Phalcon\Debug\Exception](/en/3.2/api/Phalcon_Debug_Exception) -- [Phalcon\Di](/en/3.2/api/Phalcon_Di) -- [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) -- [Phalcon\Di\Exception](/en/3.2/api/Phalcon_Di_Exception) -- [Phalcon\Di\FactoryDefault](/en/3.2/api/Phalcon_Di_FactoryDefault) -- [Phalcon\Di\FactoryDefault\Cli](/en/3.2/api/Phalcon_Di_FactoryDefault_Cli) -- [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) -- [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) -- [Phalcon\Di\Service](/en/3.2/api/Phalcon_Di_Service) -- [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) -- [Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) -- [Phalcon\Di\Service\Builder](/en/3.2/api/Phalcon_Di_Service_Builder) -- [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) -- [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) -- [Phalcon\Escaper](/en/3.2/api/Phalcon_Escaper) -- [Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) -- [Phalcon\Escaper\Exception](/en/3.2/api/Phalcon_Escaper_Exception) -- [Phalcon\Events\Event](/en/3.2/api/Phalcon_Events_Event) -- [Phalcon\Events\EventInterface](/en/3.2/api/Phalcon_Events_EventInterface) -- [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) -- [Phalcon\Events\Exception](/en/3.2/api/Phalcon_Events_Exception) -- [Phalcon\Events\Manager](/en/3.2/api/Phalcon_Events_Manager) -- [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) -- [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) -- [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) -- [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) -- [Phalcon\Factory\Exception](/en/3.2/api/Phalcon_Factory_Exception) -- [Phalcon\Filter](/en/3.2/api/Phalcon_Filter) -- [Phalcon\FilterInterface](/en/3.2/api/Phalcon_FilterInterface) -- [Phalcon\Filter\Exception](/en/3.2/api/Phalcon_Filter_Exception) -- [Phalcon\Filter\UserFilterInterface](/en/3.2/api/Phalcon_Filter_UserFilterInterface) -- [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) -- [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) -- [Phalcon\Flash\Direct](/en/3.2/api/Phalcon_Flash_Direct) -- [Phalcon\Flash\Exception](/en/3.2/api/Phalcon_Flash_Exception) -- [Phalcon\Flash\Session](/en/3.2/api/Phalcon_Flash_Session) -- [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) -- [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) -- [Phalcon\Forms\Element\Check](/en/3.2/api/Phalcon_Forms_Element_Check) -- [Phalcon\Forms\Element\Date](/en/3.2/api/Phalcon_Forms_Element_Date) -- [Phalcon\Forms\Element\Email](/en/3.2/api/Phalcon_Forms_Element_Email) -- [Phalcon\Forms\Element\File](/en/3.2/api/Phalcon_Forms_Element_File) -- [Phalcon\Forms\Element\Hidden](/en/3.2/api/Phalcon_Forms_Element_Hidden) -- [Phalcon\Forms\Element\Numeric](/en/3.2/api/Phalcon_Forms_Element_Numeric) -- [Phalcon\Forms\Element\Password](/en/3.2/api/Phalcon_Forms_Element_Password) -- [Phalcon\Forms\Element\Radio](/en/3.2/api/Phalcon_Forms_Element_Radio) -- [Phalcon\Forms\Element\Select](/en/3.2/api/Phalcon_Forms_Element_Select) -- [Phalcon\Forms\Element\Submit](/en/3.2/api/Phalcon_Forms_Element_Submit) -- [Phalcon\Forms\Element\Text](/en/3.2/api/Phalcon_Forms_Element_Text) -- [Phalcon\Forms\Element\TextArea](/en/3.2/api/Phalcon_Forms_Element_TextArea) -- [Phalcon\Forms\Exception](/en/3.2/api/Phalcon_Forms_Exception) -- [Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) -- [Phalcon\Forms\Manager](/en/3.2/api/Phalcon_Forms_Manager) -- [Phalcon\Http\Cookie](/en/3.2/api/Phalcon_Http_Cookie) -- [Phalcon\Http\CookieInterface](/en/3.2/api/Phalcon_Http_CookieInterface) -- [Phalcon\Http\Cookie\Exception](/en/3.2/api/Phalcon_Http_Cookie_Exception) -- [Phalcon\Http\Request](/en/3.2/api/Phalcon_Http_Request) -- [Phalcon\Http\RequestInterface](/en/3.2/api/Phalcon_Http_RequestInterface) -- [Phalcon\Http\Request\Exception](/en/3.2/api/Phalcon_Http_Request_Exception) -- [Phalcon\Http\Request\File](/en/3.2/api/Phalcon_Http_Request_File) -- [Phalcon\Http\Request\FileInterface](/en/3.2/api/Phalcon_Http_Request_FileInterface) -- [Phalcon\Http\Response](/en/3.2/api/Phalcon_Http_Response) -- [Phalcon\Http\ResponseInterface](/en/3.2/api/Phalcon_Http_ResponseInterface) -- [Phalcon\Http\Response\Cookies](/en/3.2/api/Phalcon_Http_Response_Cookies) -- [Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface) -- [Phalcon\Http\Response\Exception](/en/3.2/api/Phalcon_Http_Response_Exception) -- [Phalcon\Http\Response\Headers](/en/3.2/api/Phalcon_Http_Response_Headers) -- [Phalcon\Http\Response\HeadersInterface](/en/3.2/api/Phalcon_Http_Response_HeadersInterface) -- [Phalcon\Image](/en/3.2/api/Phalcon_Image) -- [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) -- [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) -- [Phalcon\Image\Adapter\Gd](/en/3.2/api/Phalcon_Image_Adapter_Gd) -- [Phalcon\Image\Adapter\Imagick](/en/3.2/api/Phalcon_Image_Adapter_Imagick) -- [Phalcon\Image\Exception](/en/3.2/api/Phalcon_Image_Exception) -- [Phalcon\Image\Factory](/en/3.2/api/Phalcon_Image_Factory) -- [Phalcon\Kernel](/en/3.2/api/Phalcon_Kernel) -- [Phalcon\Loader](/en/3.2/api/Phalcon_Loader) -- [Phalcon\Loader\Exception](/en/3.2/api/Phalcon_Loader_Exception) -- [Phalcon\Logger](/en/3.2/api/Phalcon_Logger) -- [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) -- [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) -- [Phalcon\Logger\Adapter\File](/en/3.2/api/Phalcon_Logger_Adapter_File) -- [Phalcon\Logger\Adapter\Firephp](/en/3.2/api/Phalcon_Logger_Adapter_Firephp) -- [Phalcon\Logger\Adapter\Stream](/en/3.2/api/Phalcon_Logger_Adapter_Stream) -- [Phalcon\Logger\Adapter\Syslog](/en/3.2/api/Phalcon_Logger_Adapter_Syslog) -- [Phalcon\Logger\Exception](/en/3.2/api/Phalcon_Logger_Exception) -- [Phalcon\Logger\Factory](/en/3.2/api/Phalcon_Logger_Factory) -- [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) -- [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) -- [Phalcon\Logger\Formatter\Firephp](/en/3.2/api/Phalcon_Logger_Formatter_Firephp) -- [Phalcon\Logger\Formatter\Json](/en/3.2/api/Phalcon_Logger_Formatter_Json) -- [Phalcon\Logger\Formatter\Line](/en/3.2/api/Phalcon_Logger_Formatter_Line) -- [Phalcon\Logger\Formatter\Syslog](/en/3.2/api/Phalcon_Logger_Formatter_Syslog) -- [Phalcon\Logger\Item](/en/3.2/api/Phalcon_Logger_Item) -- [Phalcon\Logger\Multiple](/en/3.2/api/Phalcon_Logger_Multiple) -- [Phalcon\Mvc\Application](/en/3.2/api/Phalcon_Mvc_Application) -- [Phalcon\Mvc\Application\Exception](/en/3.2/api/Phalcon_Mvc_Application_Exception) -- [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) -- [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) -- [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) -- [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) -- [Phalcon\Mvc\Collection\Behavior\SoftDelete](/en/3.2/api/Phalcon_Mvc_Collection_Behavior_SoftDelete) -- [Phalcon\Mvc\Collection\Behavior\Timestampable](/en/3.2/api/Phalcon_Mvc_Collection_Behavior_Timestampable) -- [Phalcon\Mvc\Collection\Document](/en/3.2/api/Phalcon_Mvc_Collection_Document) -- [Phalcon\Mvc\Collection\Exception](/en/3.2/api/Phalcon_Mvc_Collection_Exception) -- [Phalcon\Mvc\Collection\Manager](/en/3.2/api/Phalcon_Mvc_Collection_Manager) -- [Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) -- [Phalcon\Mvc\Controller](/en/3.2/api/Phalcon_Mvc_Controller) -- [Phalcon\Mvc\ControllerInterface](/en/3.2/api/Phalcon_Mvc_ControllerInterface) -- [Phalcon\Mvc\Controller\BindModelInterface](/en/3.2/api/Phalcon_Mvc_Controller_BindModelInterface) -- [Phalcon\Mvc\Dispatcher](/en/3.2/api/Phalcon_Mvc_Dispatcher) -- [Phalcon\Mvc\DispatcherInterface](/en/3.2/api/Phalcon_Mvc_DispatcherInterface) -- [Phalcon\Mvc\Dispatcher\Exception](/en/3.2/api/Phalcon_Mvc_Dispatcher_Exception) -- [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) -- [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) -- [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) -- [Phalcon\Mvc\Micro\CollectionInterface](/en/3.2/api/Phalcon_Mvc_Micro_CollectionInterface) -- [Phalcon\Mvc\Micro\Exception](/en/3.2/api/Phalcon_Mvc_Micro_Exception) -- [Phalcon\Mvc\Micro\LazyLoader](/en/3.2/api/Phalcon_Mvc_Micro_LazyLoader) -- [Phalcon\Mvc\Micro\MiddlewareInterface](/en/3.2/api/Phalcon_Mvc_Micro_MiddlewareInterface) -- [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) -- [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) -- [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) -- [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) -- [Phalcon\Mvc\Model\Behavior\SoftDelete](/en/3.2/api/Phalcon_Mvc_Model_Behavior_SoftDelete) -- [Phalcon\Mvc\Model\Behavior\Timestampable](/en/3.2/api/Phalcon_Mvc_Model_Behavior_Timestampable) -- [Phalcon\Mvc\Model\Binder](/en/3.2/api/Phalcon_Mvc_Model_Binder) -- [Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) -- [Phalcon\Mvc\Model\Binder\BindableInterface](/en/3.2/api/Phalcon_Mvc_Model_Binder_BindableInterface) -- [Phalcon\Mvc\Model\Criteria](/en/3.2/api/Phalcon_Mvc_Model_Criteria) -- [Phalcon\Mvc\Model\CriteriaInterface](/en/3.2/api/Phalcon_Mvc_Model_CriteriaInterface) -- [Phalcon\Mvc\Model\Exception](/en/3.2/api/Phalcon_Mvc_Model_Exception) -- [Phalcon\Mvc\Model\Manager](/en/3.2/api/Phalcon_Mvc_Model_Manager) -- [Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) -- [Phalcon\Mvc\Model\Message](/en/3.2/api/Phalcon_Mvc_Model_Message) -- [Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) -- [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) -- [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) -- [Phalcon\Mvc\Model\MetaData\Apc](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Apc) -- [Phalcon\Mvc\Model\MetaData\Files](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Files) -- [Phalcon\Mvc\Model\MetaData\Libmemcached](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Libmemcached) -- [Phalcon\Mvc\Model\MetaData\Memcache](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Memcache) -- [Phalcon\Mvc\Model\MetaData\Memory](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Memory) -- [Phalcon\Mvc\Model\MetaData\Redis](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Redis) -- [Phalcon\Mvc\Model\MetaData\Session](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Session) -- [Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) -- [Phalcon\Mvc\Model\MetaData\Strategy\Annotations](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations) -- [Phalcon\Mvc\Model\MetaData\Strategy\Introspection](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection) -- [Phalcon\Mvc\Model\MetaData\Xcache](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Xcache) -- [Phalcon\Mvc\Model\Query](/en/3.2/api/Phalcon_Mvc_Model_Query) -- [Phalcon\Mvc\Model\QueryInterface](/en/3.2/api/Phalcon_Mvc_Model_QueryInterface) -- [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) -- [Phalcon\Mvc\Model\Query\BuilderInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_BuilderInterface) -- [Phalcon\Mvc\Model\Query\Lang](/en/3.2/api/Phalcon_Mvc_Model_Query_Lang) -- [Phalcon\Mvc\Model\Query\Status](/en/3.2/api/Phalcon_Mvc_Model_Query_Status) -- [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) -- [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) -- [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) -- [Phalcon\Mvc\Model\ResultInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultInterface) -- [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) -- [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) -- [Phalcon\Mvc\Model\Resultset\Complex](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Complex) -- [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) -- [Phalcon\Mvc\Model\Row](/en/3.2/api/Phalcon_Mvc_Model_Row) -- [Phalcon\Mvc\Model\Transaction](/en/3.2/api/Phalcon_Mvc_Model_Transaction) -- [Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) -- [Phalcon\Mvc\Model\Transaction\Exception](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Exception) -- [Phalcon\Mvc\Model\Transaction\Failed](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Failed) -- [Phalcon\Mvc\Model\Transaction\Manager](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Manager) -- [Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) -- [Phalcon\Mvc\Model\ValidationFailed](/en/3.2/api/Phalcon_Mvc_Model_ValidationFailed) -- [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) -- [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) -- [Phalcon\Mvc\Model\Validator\Email](/en/3.2/api/Phalcon_Mvc_Model_Validator_Email) -- [Phalcon\Mvc\Model\Validator\Exclusionin](/en/3.2/api/Phalcon_Mvc_Model_Validator_Exclusionin) -- [Phalcon\Mvc\Model\Validator\Inclusionin](/en/3.2/api/Phalcon_Mvc_Model_Validator_Inclusionin) -- [Phalcon\Mvc\Model\Validator\Ip](/en/3.2/api/Phalcon_Mvc_Model_Validator_Ip) -- [Phalcon\Mvc\Model\Validator\Numericality](/en/3.2/api/Phalcon_Mvc_Model_Validator_Numericality) -- [Phalcon\Mvc\Model\Validator\PresenceOf](/en/3.2/api/Phalcon_Mvc_Model_Validator_PresenceOf) -- [Phalcon\Mvc\Model\Validator\Regex](/en/3.2/api/Phalcon_Mvc_Model_Validator_Regex) -- [Phalcon\Mvc\Model\Validator\StringLength](/en/3.2/api/Phalcon_Mvc_Model_Validator_StringLength) -- [Phalcon\Mvc\Model\Validator\Uniqueness](/en/3.2/api/Phalcon_Mvc_Model_Validator_Uniqueness) -- [Phalcon\Mvc\Model\Validator\Url](/en/3.2/api/Phalcon_Mvc_Model_Validator_Url) -- [Phalcon\Mvc\ModuleDefinitionInterface](/en/3.2/api/Phalcon_Mvc_ModuleDefinitionInterface) -- [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) -- [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface) -- [Phalcon\Mvc\Router\Annotations](/en/3.2/api/Phalcon_Mvc_Router_Annotations) -- [Phalcon\Mvc\Router\Exception](/en/3.2/api/Phalcon_Mvc_Router_Exception) -- [Phalcon\Mvc\Router\Group](/en/3.2/api/Phalcon_Mvc_Router_Group) -- [Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) -- [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) -- [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) -- [Phalcon\Mvc\Url](/en/3.2/api/Phalcon_Mvc_Url) -- [Phalcon\Mvc\UrlInterface](/en/3.2/api/Phalcon_Mvc_UrlInterface) -- [Phalcon\Mvc\Url\Exception](/en/3.2/api/Phalcon_Mvc_Url_Exception) -- [Phalcon\Mvc\User\Component](/en/3.2/api/Phalcon_Mvc_User_Component) -- [Phalcon\Mvc\User\Module](/en/3.2/api/Phalcon_Mvc_User_Module) -- [Phalcon\Mvc\User\Plugin](/en/3.2/api/Phalcon_Mvc_User_Plugin) -- [Phalcon\Mvc\View](/en/3.2/api/Phalcon_Mvc_View) -- [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) -- [Phalcon\Mvc\ViewInterface](/en/3.2/api/Phalcon_Mvc_ViewInterface) -- [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) -- [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) -- [Phalcon\Mvc\View\Engine\Php](/en/3.2/api/Phalcon_Mvc_View_Engine_Php) -- [Phalcon\Mvc\View\Engine\Volt](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt) -- [Phalcon\Mvc\View\Engine\Volt\Compiler](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt_Compiler) -- [Phalcon\Mvc\View\Engine\Volt\Exception](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt_Exception) -- [Phalcon\Mvc\View\Exception](/en/3.2/api/Phalcon_Mvc_View_Exception) -- [Phalcon\Mvc\View\Simple](/en/3.2/api/Phalcon_Mvc_View_Simple) -- [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) -- [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) -- [Phalcon\Paginator\Adapter\Model](/en/3.2/api/Phalcon_Paginator_Adapter_Model) -- [Phalcon\Paginator\Adapter\NativeArray](/en/3.2/api/Phalcon_Paginator_Adapter_NativeArray) -- [Phalcon\Paginator\Adapter\QueryBuilder](/en/3.2/api/Phalcon_Paginator_Adapter_QueryBuilder) -- [Phalcon\Paginator\Exception](/en/3.2/api/Phalcon_Paginator_Exception) -- [Phalcon\Paginator\Factory](/en/3.2/api/Phalcon_Paginator_Factory) -- [Phalcon\Queue\Beanstalk](/en/3.2/api/Phalcon_Queue_Beanstalk) -- [Phalcon\Queue\Beanstalk\Exception](/en/3.2/api/Phalcon_Queue_Beanstalk_Exception) -- [Phalcon\Queue\Beanstalk\Job](/en/3.2/api/Phalcon_Queue_Beanstalk_Job) -- [Phalcon\Registry](/en/3.2/api/Phalcon_Registry) -- [Phalcon\Security](/en/3.2/api/Phalcon_Security) -- [Phalcon\Security\Exception](/en/3.2/api/Phalcon_Security_Exception) -- [Phalcon\Security\Random](/en/3.2/api/Phalcon_Security_Random) -- [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) -- [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) -- [Phalcon\Session\Adapter\Files](/en/3.2/api/Phalcon_Session_Adapter_Files) -- [Phalcon\Session\Adapter\Libmemcached](/en/3.2/api/Phalcon_Session_Adapter_Libmemcached) -- [Phalcon\Session\Adapter\Memcache](/en/3.2/api/Phalcon_Session_Adapter_Memcache) -- [Phalcon\Session\Adapter\Redis](/en/3.2/api/Phalcon_Session_Adapter_Redis) -- [Phalcon\Session\Bag](/en/3.2/api/Phalcon_Session_Bag) -- [Phalcon\Session\BagInterface](/en/3.2/api/Phalcon_Session_BagInterface) -- [Phalcon\Session\Exception](/en/3.2/api/Phalcon_Session_Exception) -- [Phalcon\Session\Factory](/en/3.2/api/Phalcon_Session_Factory) -- [Phalcon\Tag](/en/3.2/api/Phalcon_Tag) -- [Phalcon\Tag\Exception](/en/3.2/api/Phalcon_Tag_Exception) -- [Phalcon\Tag\Select](/en/3.2/api/Phalcon_Tag_Select) -- [Phalcon\Text](/en/3.2/api/Phalcon_Text) -- [Phalcon\Translate](/en/3.2/api/Phalcon_Translate) -- [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) -- [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) -- [Phalcon\Translate\Adapter\Csv](/en/3.2/api/Phalcon_Translate_Adapter_Csv) -- [Phalcon\Translate\Adapter\Gettext](/en/3.2/api/Phalcon_Translate_Adapter_Gettext) -- [Phalcon\Translate\Adapter\NativeArray](/en/3.2/api/Phalcon_Translate_Adapter_NativeArray) -- [Phalcon\Translate\Exception](/en/3.2/api/Phalcon_Translate_Exception) -- [Phalcon\Translate\Factory](/en/3.2/api/Phalcon_Translate_Factory) -- [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) -- [Phalcon\Translate\Interpolator\AssociativeArray](/en/3.2/api/Phalcon_Translate_Interpolator_AssociativeArray) -- [Phalcon\Translate\Interpolator\IndexedArray](/en/3.2/api/Phalcon_Translate_Interpolator_IndexedArray) -- [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) -- [Phalcon\ValidationInterface](/en/3.2/api/Phalcon_ValidationInterface) -- [Phalcon\Validation\CombinedFieldsValidator](/en/3.2/api/Phalcon_Validation_CombinedFieldsValidator) -- [Phalcon\Validation\Exception](/en/3.2/api/Phalcon_Validation_Exception) -- [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) -- [Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) -- [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) -- [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) -- [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) -- [Phalcon\Validation\Validator\Alnum](/en/3.2/api/Phalcon_Validation_Validator_Alnum) -- [Phalcon\Validation\Validator\Alpha](/en/3.2/api/Phalcon_Validation_Validator_Alpha) -- [Phalcon\Validation\Validator\Between](/en/3.2/api/Phalcon_Validation_Validator_Between) -- [Phalcon\Validation\Validator\Callback](/en/3.2/api/Phalcon_Validation_Validator_Callback) -- [Phalcon\Validation\Validator\Confirmation](/en/3.2/api/Phalcon_Validation_Validator_Confirmation) -- [Phalcon\Validation\Validator\CreditCard](/en/3.2/api/Phalcon_Validation_Validator_CreditCard) -- [Phalcon\Validation\Validator\Date](/en/3.2/api/Phalcon_Validation_Validator_Date) -- [Phalcon\Validation\Validator\Digit](/en/3.2/api/Phalcon_Validation_Validator_Digit) -- [Phalcon\Validation\Validator\Email](/en/3.2/api/Phalcon_Validation_Validator_Email) -- [Phalcon\Validation\Validator\Exception](/en/3.2/api/Phalcon_Validation_Validator_Exception) -- [Phalcon\Validation\Validator\ExclusionIn](/en/3.2/api/Phalcon_Validation_Validator_ExclusionIn) -- [Phalcon\Validation\Validator\File](/en/3.2/api/Phalcon_Validation_Validator_File) -- [Phalcon\Validation\Validator\Identical](/en/3.2/api/Phalcon_Validation_Validator_Identical) -- [Phalcon\Validation\Validator\InclusionIn](/en/3.2/api/Phalcon_Validation_Validator_InclusionIn) -- [Phalcon\Validation\Validator\Numericality](/en/3.2/api/Phalcon_Validation_Validator_Numericality) -- [Phalcon\Validation\Validator\PresenceOf](/en/3.2/api/Phalcon_Validation_Validator_PresenceOf) -- [Phalcon\Validation\Validator\Regex](/en/3.2/api/Phalcon_Validation_Validator_Regex) -- [Phalcon\Validation\Validator\StringLength](/en/3.2/api/Phalcon_Validation_Validator_StringLength) -- [Phalcon\Validation\Validator\Uniqueness](/en/3.2/api/Phalcon_Validation_Validator_Uniqueness) -- [Phalcon\Validation\Validator\Url](/en/3.2/api/Phalcon_Validation_Validator_Url) -- [Phalcon\Version](/en/3.2/api/Phalcon_Version) \ No newline at end of file +- [Phalcon\Acl](/[[language]]/[[version]]/api/Phalcon_Acl) +- [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) +- [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) +- [Phalcon\Acl\Adapter\Memory](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter_Memory) +- [Phalcon\Acl\Exception](/[[language]]/[[version]]/api/Phalcon_Acl_Exception) +- [Phalcon\Acl\Resource](/[[language]]/[[version]]/api/Phalcon_Acl_Resource) +- [Phalcon\Acl\ResourceAware](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceAware) +- [Phalcon\Acl\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceInterface) +- [Phalcon\Acl\Role](/[[language]]/[[version]]/api/Phalcon_Acl_Role) +- [Phalcon\Acl\RoleAware](/[[language]]/[[version]]/api/Phalcon_Acl_RoleAware) +- [Phalcon\Acl\RoleInterface](/[[language]]/[[version]]/api/Phalcon_Acl_RoleInterface) +- [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) +- [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) +- [Phalcon\Annotations\Adapter\Apc](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Apc) +- [Phalcon\Annotations\Adapter\Apcu](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Apcu) +- [Phalcon\Annotations\Adapter\Files](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Files) +- [Phalcon\Annotations\Adapter\Memory](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Memory) +- [Phalcon\Annotations\Adapter\Xcache](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Xcache) +- [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) +- [Phalcon\Annotations\Collection](/[[language]]/[[version]]/api/Phalcon_Annotations_Collection) +- [Phalcon\Annotations\Exception](/[[language]]/[[version]]/api/Phalcon_Annotations_Exception) +- [Phalcon\Annotations\Factory](/[[language]]/[[version]]/api/Phalcon_Annotations_Factory) +- [Phalcon\Annotations\Reader](/[[language]]/[[version]]/api/Phalcon_Annotations_Reader) +- [Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) +- [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) +- [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) +- [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) +- [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) +- [Phalcon\Assets\Exception](/[[language]]/[[version]]/api/Phalcon_Assets_Exception) +- [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) +- [Phalcon\Assets\Filters\Cssmin](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_Cssmin) +- [Phalcon\Assets\Filters\Jsmin](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_Jsmin) +- [Phalcon\Assets\Filters\None](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_None) +- [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) +- [Phalcon\Assets\Inline\Css](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) +- [Phalcon\Assets\Inline\Js](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Js) +- [Phalcon\Assets\Manager](/[[language]]/[[version]]/api/Phalcon_Assets_Manager) +- [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) +- [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) +- [Phalcon\Assets\Resource\Css](/[[language]]/[[version]]/api/Phalcon_Assets_Resource_Css) +- [Phalcon\Assets\Resource\Js](/[[language]]/[[version]]/api/Phalcon_Assets_Resource_Js) +- [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) +- [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) +- [Phalcon\Cache\Backend\Apc](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Apc) +- [Phalcon\Cache\Backend\Apcu](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Apcu) +- [Phalcon\Cache\Backend\Factory](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Factory) +- [Phalcon\Cache\Backend\File](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_File) +- [Phalcon\Cache\Backend\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Libmemcached) +- [Phalcon\Cache\Backend\Memcache](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Memcache) +- [Phalcon\Cache\Backend\Memory](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Memory) +- [Phalcon\Cache\Backend\Mongo](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Mongo) +- [Phalcon\Cache\Backend\Redis](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Redis) +- [Phalcon\Cache\Backend\Xcache](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Xcache) +- [Phalcon\Cache\Exception](/[[language]]/[[version]]/api/Phalcon_Cache_Exception) +- [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) +- [Phalcon\Cache\Frontend\Base64](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Base64) +- [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) +- [Phalcon\Cache\Frontend\Factory](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Factory) +- [Phalcon\Cache\Frontend\Igbinary](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Igbinary) +- [Phalcon\Cache\Frontend\Json](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Json) +- [Phalcon\Cache\Frontend\Msgpack](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Msgpack) +- [Phalcon\Cache\Frontend\None](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_None) +- [Phalcon\Cache\Frontend\Output](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Output) +- [Phalcon\Cache\Multiple](/[[language]]/[[version]]/api/Phalcon_Cache_Multiple) +- [Phalcon\Cli\Console](/[[language]]/[[version]]/api/Phalcon_Cli_Console) +- [Phalcon\Cli\Console\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Console_Exception) +- [Phalcon\Cli\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Cli_Dispatcher) +- [Phalcon\Cli\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Cli_DispatcherInterface) +- [Phalcon\Cli\Dispatcher\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Dispatcher_Exception) +- [Phalcon\Cli\Router](/[[language]]/[[version]]/api/Phalcon_Cli_Router) +- [Phalcon\Cli\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Cli_RouterInterface) +- [Phalcon\Cli\Router\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Exception) +- [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) +- [Phalcon\Cli\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Cli_Router_RouteInterface) +- [Phalcon\Cli\Task](/[[language]]/[[version]]/api/Phalcon_Cli_Task) +- [Phalcon\Cli\TaskInterface](/[[language]]/[[version]]/api/Phalcon_Cli_TaskInterface) +- [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) +- [Phalcon\Config\Adapter\Grouped](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Grouped) +- [Phalcon\Config\Adapter\Ini](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Ini) +- [Phalcon\Config\Adapter\Json](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Json) +- [Phalcon\Config\Adapter\Php](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Php) +- [Phalcon\Config\Adapter\Yaml](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Yaml) +- [Phalcon\Config\Exception](/[[language]]/[[version]]/api/Phalcon_Config_Exception) +- [Phalcon\Config\Factory](/[[language]]/[[version]]/api/Phalcon_Config_Factory) +- [Phalcon\Crypt](/[[language]]/[[version]]/api/Phalcon_Crypt) +- [Phalcon\CryptInterface](/[[language]]/[[version]]/api/Phalcon_CryptInterface) +- [Phalcon\Crypt\Exception](/[[language]]/[[version]]/api/Phalcon_Crypt_Exception) +- [Phalcon\Db](/[[language]]/[[version]]/api/Phalcon_Db) +- [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) +- [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) +- [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) +- [Phalcon\Db\Adapter\Pdo\Factory](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Factory) +- [Phalcon\Db\Adapter\Pdo\Mysql](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Mysql) +- [Phalcon\Db\Adapter\Pdo\Postgresql](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Postgresql) +- [Phalcon\Db\Adapter\Pdo\Sqlite](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Sqlite) +- [Phalcon\Db\Column](/[[language]]/[[version]]/api/Phalcon_Db_Column) +- [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) +- [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) +- [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) +- [Phalcon\Db\Dialect\Mysql](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Mysql) +- [Phalcon\Db\Dialect\Postgresql](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Postgresql) +- [Phalcon\Db\Dialect\Sqlite](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Sqlite) +- [Phalcon\Db\Exception](/[[language]]/[[version]]/api/Phalcon_Db_Exception) +- [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) +- [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) +- [Phalcon\Db\Profiler](/[[language]]/[[version]]/api/Phalcon_Db_Profiler) +- [Phalcon\Db\Profiler\Item](/[[language]]/[[version]]/api/Phalcon_Db_Profiler_Item) +- [Phalcon\Db\RawValue](/[[language]]/[[version]]/api/Phalcon_Db_RawValue) +- [Phalcon\Db\Reference](/[[language]]/[[version]]/api/Phalcon_Db_Reference) +- [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) +- [Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) +- [Phalcon\Db\Result\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Result_Pdo) +- [Phalcon\Debug](/[[language]]/[[version]]/api/Phalcon_Debug) +- [Phalcon\Debug\Dump](/[[language]]/[[version]]/api/Phalcon_Debug_Dump) +- [Phalcon\Debug\Exception](/[[language]]/[[version]]/api/Phalcon_Debug_Exception) +- [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) +- [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) +- [Phalcon\Di\Exception](/[[language]]/[[version]]/api/Phalcon_Di_Exception) +- [Phalcon\Di\FactoryDefault](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault) +- [Phalcon\Di\FactoryDefault\Cli](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault_Cli) +- [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) +- [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) +- [Phalcon\Di\Service](/[[language]]/[[version]]/api/Phalcon_Di_Service) +- [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) +- [Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) +- [Phalcon\Di\Service\Builder](/[[language]]/[[version]]/api/Phalcon_Di_Service_Builder) +- [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) +- [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) +- [Phalcon\Escaper](/[[language]]/[[version]]/api/Phalcon_Escaper) +- [Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) +- [Phalcon\Escaper\Exception](/[[language]]/[[version]]/api/Phalcon_Escaper_Exception) +- [Phalcon\Events\Event](/[[language]]/[[version]]/api/Phalcon_Events_Event) +- [Phalcon\Events\EventInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventInterface) +- [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) +- [Phalcon\Events\Exception](/[[language]]/[[version]]/api/Phalcon_Events_Exception) +- [Phalcon\Events\Manager](/[[language]]/[[version]]/api/Phalcon_Events_Manager) +- [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) +- [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) +- [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) +- [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) +- [Phalcon\Factory\Exception](/[[language]]/[[version]]/api/Phalcon_Factory_Exception) +- [Phalcon\Filter](/[[language]]/[[version]]/api/Phalcon_Filter) +- [Phalcon\FilterInterface](/[[language]]/[[version]]/api/Phalcon_FilterInterface) +- [Phalcon\Filter\Exception](/[[language]]/[[version]]/api/Phalcon_Filter_Exception) +- [Phalcon\Filter\UserFilterInterface](/[[language]]/[[version]]/api/Phalcon_Filter_UserFilterInterface) +- [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) +- [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) +- [Phalcon\Flash\Direct](/[[language]]/[[version]]/api/Phalcon_Flash_Direct) +- [Phalcon\Flash\Exception](/[[language]]/[[version]]/api/Phalcon_Flash_Exception) +- [Phalcon\Flash\Session](/[[language]]/[[version]]/api/Phalcon_Flash_Session) +- [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) +- [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) +- [Phalcon\Forms\Element\Check](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Check) +- [Phalcon\Forms\Element\Date](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Date) +- [Phalcon\Forms\Element\Email](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Email) +- [Phalcon\Forms\Element\File](/[[language]]/[[version]]/api/Phalcon_Forms_Element_File) +- [Phalcon\Forms\Element\Hidden](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Hidden) +- [Phalcon\Forms\Element\Numeric](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Numeric) +- [Phalcon\Forms\Element\Password](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Password) +- [Phalcon\Forms\Element\Radio](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Radio) +- [Phalcon\Forms\Element\Select](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Select) +- [Phalcon\Forms\Element\Submit](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Submit) +- [Phalcon\Forms\Element\Text](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Text) +- [Phalcon\Forms\Element\TextArea](/[[language]]/[[version]]/api/Phalcon_Forms_Element_TextArea) +- [Phalcon\Forms\Exception](/[[language]]/[[version]]/api/Phalcon_Forms_Exception) +- [Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) +- [Phalcon\Forms\Manager](/[[language]]/[[version]]/api/Phalcon_Forms_Manager) +- [Phalcon\Http\Cookie](/[[language]]/[[version]]/api/Phalcon_Http_Cookie) +- [Phalcon\Http\CookieInterface](/[[language]]/[[version]]/api/Phalcon_Http_CookieInterface) +- [Phalcon\Http\Cookie\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Cookie_Exception) +- [Phalcon\Http\Request](/[[language]]/[[version]]/api/Phalcon_Http_Request) +- [Phalcon\Http\RequestInterface](/[[language]]/[[version]]/api/Phalcon_Http_RequestInterface) +- [Phalcon\Http\Request\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Request_Exception) +- [Phalcon\Http\Request\File](/[[language]]/[[version]]/api/Phalcon_Http_Request_File) +- [Phalcon\Http\Request\FileInterface](/[[language]]/[[version]]/api/Phalcon_Http_Request_FileInterface) +- [Phalcon\Http\Response](/[[language]]/[[version]]/api/Phalcon_Http_Response) +- [Phalcon\Http\ResponseInterface](/[[language]]/[[version]]/api/Phalcon_Http_ResponseInterface) +- [Phalcon\Http\Response\Cookies](/[[language]]/[[version]]/api/Phalcon_Http_Response_Cookies) +- [Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface) +- [Phalcon\Http\Response\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Response_Exception) +- [Phalcon\Http\Response\Headers](/[[language]]/[[version]]/api/Phalcon_Http_Response_Headers) +- [Phalcon\Http\Response\HeadersInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_HeadersInterface) +- [Phalcon\Image](/[[language]]/[[version]]/api/Phalcon_Image) +- [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) +- [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) +- [Phalcon\Image\Adapter\Gd](/[[language]]/[[version]]/api/Phalcon_Image_Adapter_Gd) +- [Phalcon\Image\Adapter\Imagick](/[[language]]/[[version]]/api/Phalcon_Image_Adapter_Imagick) +- [Phalcon\Image\Exception](/[[language]]/[[version]]/api/Phalcon_Image_Exception) +- [Phalcon\Image\Factory](/[[language]]/[[version]]/api/Phalcon_Image_Factory) +- [Phalcon\Kernel](/[[language]]/[[version]]/api/Phalcon_Kernel) +- [Phalcon\Loader](/[[language]]/[[version]]/api/Phalcon_Loader) +- [Phalcon\Loader\Exception](/[[language]]/[[version]]/api/Phalcon_Loader_Exception) +- [Phalcon\Logger](/[[language]]/[[version]]/api/Phalcon_Logger) +- [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) +- [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) +- [Phalcon\Logger\Adapter\File](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_File) +- [Phalcon\Logger\Adapter\Firephp](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Firephp) +- [Phalcon\Logger\Adapter\Stream](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Stream) +- [Phalcon\Logger\Adapter\Syslog](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Syslog) +- [Phalcon\Logger\Exception](/[[language]]/[[version]]/api/Phalcon_Logger_Exception) +- [Phalcon\Logger\Factory](/[[language]]/[[version]]/api/Phalcon_Logger_Factory) +- [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) +- [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) +- [Phalcon\Logger\Formatter\Firephp](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Firephp) +- [Phalcon\Logger\Formatter\Json](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Json) +- [Phalcon\Logger\Formatter\Line](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Line) +- [Phalcon\Logger\Formatter\Syslog](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Syslog) +- [Phalcon\Logger\Item](/[[language]]/[[version]]/api/Phalcon_Logger_Item) +- [Phalcon\Logger\Multiple](/[[language]]/[[version]]/api/Phalcon_Logger_Multiple) +- [Phalcon\Mvc\Application](/[[language]]/[[version]]/api/Phalcon_Mvc_Application) +- [Phalcon\Mvc\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Application_Exception) +- [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) +- [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) +- [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) +- [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) +- [Phalcon\Mvc\Collection\Behavior\SoftDelete](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior_SoftDelete) +- [Phalcon\Mvc\Collection\Behavior\Timestampable](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior_Timestampable) +- [Phalcon\Mvc\Collection\Document](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Document) +- [Phalcon\Mvc\Collection\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Exception) +- [Phalcon\Mvc\Collection\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Manager) +- [Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) +- [Phalcon\Mvc\Controller](/[[language]]/[[version]]/api/Phalcon_Mvc_Controller) +- [Phalcon\Mvc\ControllerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ControllerInterface) +- [Phalcon\Mvc\Controller\BindModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Controller_BindModelInterface) +- [Phalcon\Mvc\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Mvc_Dispatcher) +- [Phalcon\Mvc\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_DispatcherInterface) +- [Phalcon\Mvc\Dispatcher\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Dispatcher_Exception) +- [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) +- [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) +- [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) +- [Phalcon\Mvc\Micro\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_CollectionInterface) +- [Phalcon\Mvc\Micro\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Exception) +- [Phalcon\Mvc\Micro\LazyLoader](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_LazyLoader) +- [Phalcon\Mvc\Micro\MiddlewareInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_MiddlewareInterface) +- [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) +- [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) +- [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) +- [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) +- [Phalcon\Mvc\Model\Behavior\SoftDelete](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior_SoftDelete) +- [Phalcon\Mvc\Model\Behavior\Timestampable](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior_Timestampable) +- [Phalcon\Mvc\Model\Binder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Binder) +- [Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) +- [Phalcon\Mvc\Model\Binder\BindableInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Binder_BindableInterface) +- [Phalcon\Mvc\Model\Criteria](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Criteria) +- [Phalcon\Mvc\Model\CriteriaInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_CriteriaInterface) +- [Phalcon\Mvc\Model\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Exception) +- [Phalcon\Mvc\Model\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Manager) +- [Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) +- [Phalcon\Mvc\Model\Message](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Message) +- [Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) +- [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) +- [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) +- [Phalcon\Mvc\Model\MetaData\Apc](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Apc) +- [Phalcon\Mvc\Model\MetaData\Files](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Files) +- [Phalcon\Mvc\Model\MetaData\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Libmemcached) +- [Phalcon\Mvc\Model\MetaData\Memcache](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Memcache) +- [Phalcon\Mvc\Model\MetaData\Memory](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Memory) +- [Phalcon\Mvc\Model\MetaData\Redis](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Redis) +- [Phalcon\Mvc\Model\MetaData\Session](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Session) +- [Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) +- [Phalcon\Mvc\Model\MetaData\Strategy\Annotations](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations) +- [Phalcon\Mvc\Model\MetaData\Strategy\Introspection](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection) +- [Phalcon\Mvc\Model\MetaData\Xcache](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Xcache) +- [Phalcon\Mvc\Model\Query](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query) +- [Phalcon\Mvc\Model\QueryInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_QueryInterface) +- [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) +- [Phalcon\Mvc\Model\Query\BuilderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_BuilderInterface) +- [Phalcon\Mvc\Model\Query\Lang](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Lang) +- [Phalcon\Mvc\Model\Query\Status](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Status) +- [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) +- [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) +- [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) +- [Phalcon\Mvc\Model\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultInterface) +- [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) +- [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) +- [Phalcon\Mvc\Model\Resultset\Complex](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Complex) +- [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) +- [Phalcon\Mvc\Model\Row](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Row) +- [Phalcon\Mvc\Model\Transaction](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction) +- [Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) +- [Phalcon\Mvc\Model\Transaction\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Exception) +- [Phalcon\Mvc\Model\Transaction\Failed](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Failed) +- [Phalcon\Mvc\Model\Transaction\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Manager) +- [Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) +- [Phalcon\Mvc\Model\ValidationFailed](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidationFailed) +- [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) +- [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) +- [Phalcon\Mvc\Model\Validator\Email](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Email) +- [Phalcon\Mvc\Model\Validator\Exclusionin](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Exclusionin) +- [Phalcon\Mvc\Model\Validator\Inclusionin](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Inclusionin) +- [Phalcon\Mvc\Model\Validator\Ip](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Ip) +- [Phalcon\Mvc\Model\Validator\Numericality](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Numericality) +- [Phalcon\Mvc\Model\Validator\PresenceOf](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_PresenceOf) +- [Phalcon\Mvc\Model\Validator\Regex](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Regex) +- [Phalcon\Mvc\Model\Validator\StringLength](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_StringLength) +- [Phalcon\Mvc\Model\Validator\Uniqueness](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Uniqueness) +- [Phalcon\Mvc\Model\Validator\Url](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Url) +- [Phalcon\Mvc\ModuleDefinitionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModuleDefinitionInterface) +- [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) +- [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface) +- [Phalcon\Mvc\Router\Annotations](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Annotations) +- [Phalcon\Mvc\Router\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Exception) +- [Phalcon\Mvc\Router\Group](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Group) +- [Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) +- [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) +- [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) +- [Phalcon\Mvc\Url](/[[language]]/[[version]]/api/Phalcon_Mvc_Url) +- [Phalcon\Mvc\UrlInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_UrlInterface) +- [Phalcon\Mvc\Url\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Url_Exception) +- [Phalcon\Mvc\User\Component](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Component) +- [Phalcon\Mvc\User\Module](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Module) +- [Phalcon\Mvc\User\Plugin](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Plugin) +- [Phalcon\Mvc\View](/[[language]]/[[version]]/api/Phalcon_Mvc_View) +- [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) +- [Phalcon\Mvc\ViewInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewInterface) +- [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) +- [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) +- [Phalcon\Mvc\View\Engine\Php](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Php) +- [Phalcon\Mvc\View\Engine\Volt](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt) +- [Phalcon\Mvc\View\Engine\Volt\Compiler](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt_Compiler) +- [Phalcon\Mvc\View\Engine\Volt\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt_Exception) +- [Phalcon\Mvc\View\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Exception) +- [Phalcon\Mvc\View\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Simple) +- [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) +- [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) +- [Phalcon\Paginator\Adapter\Model](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_Model) +- [Phalcon\Paginator\Adapter\NativeArray](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_NativeArray) +- [Phalcon\Paginator\Adapter\QueryBuilder](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_QueryBuilder) +- [Phalcon\Paginator\Exception](/[[language]]/[[version]]/api/Phalcon_Paginator_Exception) +- [Phalcon\Paginator\Factory](/[[language]]/[[version]]/api/Phalcon_Paginator_Factory) +- [Phalcon\Queue\Beanstalk](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk) +- [Phalcon\Queue\Beanstalk\Exception](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk_Exception) +- [Phalcon\Queue\Beanstalk\Job](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk_Job) +- [Phalcon\Registry](/[[language]]/[[version]]/api/Phalcon_Registry) +- [Phalcon\Security](/[[language]]/[[version]]/api/Phalcon_Security) +- [Phalcon\Security\Exception](/[[language]]/[[version]]/api/Phalcon_Security_Exception) +- [Phalcon\Security\Random](/[[language]]/[[version]]/api/Phalcon_Security_Random) +- [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) +- [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) +- [Phalcon\Session\Adapter\Files](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Files) +- [Phalcon\Session\Adapter\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Libmemcached) +- [Phalcon\Session\Adapter\Memcache](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Memcache) +- [Phalcon\Session\Adapter\Redis](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Redis) +- [Phalcon\Session\Bag](/[[language]]/[[version]]/api/Phalcon_Session_Bag) +- [Phalcon\Session\BagInterface](/[[language]]/[[version]]/api/Phalcon_Session_BagInterface) +- [Phalcon\Session\Exception](/[[language]]/[[version]]/api/Phalcon_Session_Exception) +- [Phalcon\Session\Factory](/[[language]]/[[version]]/api/Phalcon_Session_Factory) +- [Phalcon\Tag](/[[language]]/[[version]]/api/Phalcon_Tag) +- [Phalcon\Tag\Exception](/[[language]]/[[version]]/api/Phalcon_Tag_Exception) +- [Phalcon\Tag\Select](/[[language]]/[[version]]/api/Phalcon_Tag_Select) +- [Phalcon\Text](/[[language]]/[[version]]/api/Phalcon_Text) +- [Phalcon\Translate](/[[language]]/[[version]]/api/Phalcon_Translate) +- [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) +- [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) +- [Phalcon\Translate\Adapter\Csv](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_Csv) +- [Phalcon\Translate\Adapter\Gettext](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_Gettext) +- [Phalcon\Translate\Adapter\NativeArray](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_NativeArray) +- [Phalcon\Translate\Exception](/[[language]]/[[version]]/api/Phalcon_Translate_Exception) +- [Phalcon\Translate\Factory](/[[language]]/[[version]]/api/Phalcon_Translate_Factory) +- [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) +- [Phalcon\Translate\Interpolator\AssociativeArray](/[[language]]/[[version]]/api/Phalcon_Translate_Interpolator_AssociativeArray) +- [Phalcon\Translate\Interpolator\IndexedArray](/[[language]]/[[version]]/api/Phalcon_Translate_Interpolator_IndexedArray) +- [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) +- [Phalcon\ValidationInterface](/[[language]]/[[version]]/api/Phalcon_ValidationInterface) +- [Phalcon\Validation\CombinedFieldsValidator](/[[language]]/[[version]]/api/Phalcon_Validation_CombinedFieldsValidator) +- [Phalcon\Validation\Exception](/[[language]]/[[version]]/api/Phalcon_Validation_Exception) +- [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) +- [Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) +- [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) +- [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) +- [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) +- [Phalcon\Validation\Validator\Alnum](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Alnum) +- [Phalcon\Validation\Validator\Alpha](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Alpha) +- [Phalcon\Validation\Validator\Between](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Between) +- [Phalcon\Validation\Validator\Callback](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Callback) +- [Phalcon\Validation\Validator\Confirmation](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Confirmation) +- [Phalcon\Validation\Validator\CreditCard](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_CreditCard) +- [Phalcon\Validation\Validator\Date](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Date) +- [Phalcon\Validation\Validator\Digit](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Digit) +- [Phalcon\Validation\Validator\Email](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Email) +- [Phalcon\Validation\Validator\Exception](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Exception) +- [Phalcon\Validation\Validator\ExclusionIn](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_ExclusionIn) +- [Phalcon\Validation\Validator\File](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_File) +- [Phalcon\Validation\Validator\Identical](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Identical) +- [Phalcon\Validation\Validator\InclusionIn](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_InclusionIn) +- [Phalcon\Validation\Validator\Numericality](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Numericality) +- [Phalcon\Validation\Validator\PresenceOf](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_PresenceOf) +- [Phalcon\Validation\Validator\Regex](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Regex) +- [Phalcon\Validation\Validator\StringLength](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_StringLength) +- [Phalcon\Validation\Validator\Uniqueness](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Uniqueness) +- [Phalcon\Validation\Validator\Url](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Url) +- [Phalcon\Version](/[[language]]/[[version]]/api/Phalcon_Version) \ No newline at end of file diff --git a/es/faq.md b/es/faq.md index 931e60d5f0d9..d442daae96e9 100644 --- a/es/faq.md +++ b/es/faq.md @@ -25,11 +25,7 @@ ## Qué es Phalcon -Phalcon is an open source full stack PHP framework written as a C language extension. - - - - +Phalcon es un framework open source full stack para PHP, escrito como una extensión en C. diff --git a/pl/api/Phalcon_Cli_Task.md b/pl/api/Phalcon_Cli_Task.md index b9cfa64edd35..8c213c727172 100644 --- a/pl/api/Phalcon_Cli_Task.md +++ b/pl/api/Phalcon_Cli_Task.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Task** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Cli\TaskInterface](/en/3.2/api/Phalcon_Cli_TaskInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Cli\TaskInterface](/[[language]]/[[version]]/api/Phalcon_Cli_TaskInterface) Source on GitHub @@ -35,22 +35,22 @@ final public **__construct** () Phalcon\\Cli\\Task constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pl/api/Phalcon_Config.md b/pl/api/Phalcon_Config.md index d3b29c3d1d2b..ab45afd34aaa 100644 --- a/pl/api/Phalcon_Config.md +++ b/pl/api/Phalcon_Config.md @@ -110,7 +110,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) Merges a configuration into the current one diff --git a/pl/api/Phalcon_Config_Adapter_Grouped.md b/pl/api/Phalcon_Config_Adapter_Grouped.md index 64247c70087d..172a8d8c5eb0 100644 --- a/pl/api/Phalcon_Config_Adapter_Grouped.md +++ b/pl/api/Phalcon_Config_Adapter_Grouped.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Grouped** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -72,7 +72,7 @@ public **__construct** (*array* $arrayConfig, [*mixed* $defaultAdapter]) Phalcon\\Config\\Adapter\\Grouped constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -85,7 +85,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -96,7 +96,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -107,7 +107,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -120,7 +120,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -133,7 +133,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -144,7 +144,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -163,7 +163,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -176,7 +176,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -196,18 +196,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/pl/api/Phalcon_Config_Adapter_Ini.md b/pl/api/Phalcon_Config_Adapter_Ini.md index c78ca4a9d790..6ab5bdd8f0f3 100644 --- a/pl/api/Phalcon_Config_Adapter_Ini.md +++ b/pl/api/Phalcon_Config_Adapter_Ini.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Ini** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -85,7 +85,7 @@ protected **_cast** (*mixed* $ini) We have to cast values manually because parse_ini_file() has a poor implementation. -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -98,7 +98,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -109,7 +109,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -120,7 +120,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -133,7 +133,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -146,7 +146,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -157,7 +157,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -176,7 +176,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -189,7 +189,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -209,18 +209,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/pl/api/Phalcon_Config_Adapter_Json.md b/pl/api/Phalcon_Config_Adapter_Json.md index 6a9792e1af38..30ce5b179eb5 100644 --- a/pl/api/Phalcon_Config_Adapter_Json.md +++ b/pl/api/Phalcon_Config_Adapter_Json.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Json** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -39,7 +39,7 @@ public **__construct** (*mixed* $filePath) Phalcon\\Config\\Adapter\\Json constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -52,7 +52,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -63,7 +63,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -74,7 +74,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -87,7 +87,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -100,7 +100,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -111,7 +111,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -130,7 +130,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -143,7 +143,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -163,18 +163,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/pl/api/Phalcon_Config_Adapter_Php.md b/pl/api/Phalcon_Config_Adapter_Php.md index c831605b9178..2245e258e8a7 100644 --- a/pl/api/Phalcon_Config_Adapter_Php.md +++ b/pl/api/Phalcon_Config_Adapter_Php.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Php** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -54,7 +54,7 @@ public **__construct** (*mixed* $filePath) Phalcon\\Config\\Adapter\\Php constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -67,7 +67,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -78,7 +78,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -89,7 +89,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -102,7 +102,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -115,7 +115,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -126,7 +126,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -145,7 +145,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -158,7 +158,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -178,18 +178,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/pl/api/Phalcon_Config_Adapter_Yaml.md b/pl/api/Phalcon_Config_Adapter_Yaml.md index 7eadc6221571..52dbe0fed57f 100644 --- a/pl/api/Phalcon_Config_Adapter_Yaml.md +++ b/pl/api/Phalcon_Config_Adapter_Yaml.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Yaml** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -56,7 +56,7 @@ public **__construct** (*mixed* $filePath, [*array* $callbacks]) Phalcon\\Config\\Adapter\\Yaml constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -69,7 +69,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -80,7 +80,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -91,7 +91,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -104,7 +104,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -117,7 +117,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -128,7 +128,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -147,7 +147,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -160,7 +160,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -180,18 +180,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/pl/api/Phalcon_Config_Exception.md b/pl/api/Phalcon_Config_Exception.md index a9809c51314c..0cb53f86473c 100644 --- a/pl/api/Phalcon_Config_Exception.md +++ b/pl/api/Phalcon_Config_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Config_Factory.md b/pl/api/Phalcon_Config_Factory.md index 9d9e2f8abec2..e4cc40839666 100644 --- a/pl/api/Phalcon_Config_Factory.md +++ b/pl/api/Phalcon_Config_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Config\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $config = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/pl/api/Phalcon_Crypt.md b/pl/api/Phalcon_Crypt.md index a94d48c0acc5..2ea03ab485e5 100644 --- a/pl/api/Phalcon_Crypt.md +++ b/pl/api/Phalcon_Crypt.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Crypt** -*implements* [Phalcon\CryptInterface](/en/3.2/api/Phalcon_CryptInterface) +*implements* [Phalcon\CryptInterface](/[[language]]/[[version]]/api/Phalcon_CryptInterface) Source on GitHub diff --git a/pl/api/Phalcon_Crypt_Exception.md b/pl/api/Phalcon_Crypt_Exception.md index b9cafd679fac..5599b416b498 100644 --- a/pl/api/Phalcon_Crypt_Exception.md +++ b/pl/api/Phalcon_Crypt_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Crypt\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Db_Adapter.md b/pl/api/Phalcon_Db_Adapter.md index 99292d4600c6..2343aaeb5b2e 100644 --- a/pl/api/Phalcon_Db_Adapter.md +++ b/pl/api/Phalcon_Db_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Db\\Adapter** -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -24,7 +24,7 @@ public **__construct** (*array* $descriptor) Phalcon\\Db\\Adapter constructor -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager @@ -32,7 +32,7 @@ public **getEventsManager** () Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) Sets the dialect used to produce the SQL @@ -309,11 +309,11 @@ public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExist Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Modifies a table column based on a definition @@ -321,7 +321,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Adds an index to a table @@ -329,7 +329,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Adds a primary key to a table @@ -337,7 +337,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Adds a foreign key to a table @@ -345,7 +345,7 @@ public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $ref Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Returns the SQL column definition from a column @@ -375,7 +375,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -512,54 +512,54 @@ public *array* **getSQLBindTypes** () Active SQL statement in the object -abstract public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **query** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **query** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **execute** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **execute** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **affectedRows** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **affectedRows** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **close** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **close** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **lastInsertId** ([*mixed* $sequenceName]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **lastInsertId** ([*mixed* $sequenceName]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **isUnderTransaction** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **isUnderTransaction** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **getInternalHandler** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **getInternalHandler** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Db_AdapterInterface.md b/pl/api/Phalcon_Db_AdapterInterface.md index 11971fb2c614..1c38f557bd7b 100644 --- a/pl/api/Phalcon_Db_AdapterInterface.md +++ b/pl/api/Phalcon_Db_AdapterInterface.md @@ -64,11 +64,11 @@ abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) ... @@ -76,7 +76,7 @@ abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -84,7 +84,7 @@ abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -92,7 +92,7 @@ abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) ... @@ -100,7 +100,7 @@ abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mi ... -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... diff --git a/pl/api/Phalcon_Db_Adapter_Pdo.md b/pl/api/Phalcon_Db_Adapter_Pdo.md index be3c3ee4ee19..0a8221e29a98 100644 --- a/pl/api/Phalcon_Db_Adapter_Pdo.md +++ b/pl/api/Phalcon_Db_Adapter_Pdo.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Db\\Adapter\\Pdo** -*extends* abstract class [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +*extends* abstract class [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) Source on GitHub @@ -262,35 +262,35 @@ public *array* **getErrorInfo** () Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -307,7 +307,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -338,7 +338,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -358,7 +358,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -377,7 +377,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -398,7 +398,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -435,7 +435,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -456,7 +456,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -474,7 +474,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -494,11 +494,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -509,7 +509,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -522,7 +522,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -535,71 +535,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -612,7 +612,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -625,7 +625,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table indexes @@ -638,7 +638,7 @@ print_r( ``` -public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table references @@ -651,7 +651,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -664,31 +664,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -712,7 +712,7 @@ $success = $connection->insert( ``` -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -734,34 +734,34 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires an explicit value for identity columns -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Db_Adapter_Pdo_Factory.md b/pl/api/Phalcon_Db_Adapter_Pdo_Factory.md index ee6012bcb57f..8df2b4fb001f 100644 --- a/pl/api/Phalcon_Db_Adapter_Pdo_Factory.md +++ b/pl/api/Phalcon_Db_Adapter_Pdo_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -27,8 +27,8 @@ $db = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Db_Adapter_Pdo_Mysql.md b/pl/api/Phalcon_Db_Adapter_Pdo_Mysql.md index 9699fad874d4..218ffd31fa58 100644 --- a/pl/api/Phalcon_Db_Adapter_Pdo_Mysql.md +++ b/pl/api/Phalcon_Db_Adapter_Pdo_Mysql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Mysql** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -40,7 +40,7 @@ print_r( ``` -public [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -66,11 +66,11 @@ print_r( ``` -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) This method is automatically called in \\Phalcon\\Db\\Adapter\\Pdo constructor. Call it when you need to restore a database connection. @@ -95,7 +95,7 @@ $connection->connect(); ``` -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -120,7 +120,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -145,7 +145,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -166,7 +166,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -188,7 +188,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -203,11 +203,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -218,7 +218,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -236,7 +236,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -261,23 +261,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -293,43 +293,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -346,7 +346,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -377,7 +377,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -397,7 +397,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -416,7 +416,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -437,7 +437,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -474,7 +474,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -495,7 +495,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -513,7 +513,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -533,11 +533,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -548,7 +548,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -561,7 +561,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -574,71 +574,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -651,7 +651,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -664,7 +664,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -677,31 +677,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -725,7 +725,7 @@ $success = $connection->insert( ``` -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -747,30 +747,30 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires an explicit value for identity columns -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/pl/api/Phalcon_Db_Adapter_Pdo_Postgresql.md b/pl/api/Phalcon_Db_Adapter_Pdo_Postgresql.md index 077ec3bf714d..deca300ce72b 100644 --- a/pl/api/Phalcon_Db_Adapter_Pdo_Postgresql.md +++ b/pl/api/Phalcon_Db_Adapter_Pdo_Postgresql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Postgresql** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -48,7 +48,7 @@ public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $defini Creates a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Modifies a table column based on a definition @@ -84,11 +84,11 @@ public **supportSequences** () Check whether the database system requires a sequence to produce auto-numeric values -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -113,7 +113,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -138,7 +138,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -159,7 +159,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -181,7 +181,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -196,11 +196,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -211,7 +211,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -229,7 +229,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -254,23 +254,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -286,43 +286,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -339,7 +339,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -370,7 +370,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -390,7 +390,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -409,7 +409,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -430,7 +430,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -467,7 +467,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -488,7 +488,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -506,7 +506,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -526,11 +526,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -541,7 +541,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -554,7 +554,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -567,63 +567,63 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -636,7 +636,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -649,7 +649,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table indexes @@ -662,7 +662,7 @@ print_r( ``` -public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table references @@ -675,7 +675,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -688,31 +688,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -734,22 +734,22 @@ $success = $connection->insert( ``` -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/pl/api/Phalcon_Db_Adapter_Pdo_Sqlite.md b/pl/api/Phalcon_Db_Adapter_Pdo_Sqlite.md index c91c8e4abb4d..be9acb64845c 100644 --- a/pl/api/Phalcon_Db_Adapter_Pdo_Sqlite.md +++ b/pl/api/Phalcon_Db_Adapter_Pdo_Sqlite.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Sqlite** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -40,7 +40,7 @@ print_r( ``` -public [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -53,7 +53,7 @@ print_r( ``` -public [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) **describeReferences** (*string* $table, [*string* $schema]) +public [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) **describeReferences** (*string* $table, [*string* $schema]) Lists table references @@ -83,11 +83,11 @@ $success = $connection->insert( ``` -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -112,7 +112,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -137,7 +137,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -158,7 +158,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -180,7 +180,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -195,11 +195,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -210,7 +210,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -228,7 +228,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -253,23 +253,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -285,43 +285,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -338,7 +338,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -369,7 +369,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -389,7 +389,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -408,7 +408,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -429,7 +429,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -466,7 +466,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -487,7 +487,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -505,7 +505,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -525,11 +525,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -540,7 +540,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -553,7 +553,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -566,71 +566,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -643,7 +643,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -656,7 +656,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -669,31 +669,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -717,26 +717,26 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/pl/api/Phalcon_Db_Column.md b/pl/api/Phalcon_Db_Column.md index 240879aad0b2..707b1e5afcfa 100644 --- a/pl/api/Phalcon_Db_Column.md +++ b/pl/api/Phalcon_Db_Column.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Column** -*implements* [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) +*implements* [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) Source on GitHub diff --git a/pl/api/Phalcon_Db_Dialect.md b/pl/api/Phalcon_Db_Dialect.md index a61a91f5f564..0ce2e169f6a4 100644 --- a/pl/api/Phalcon_Db_Dialect.md +++ b/pl/api/Phalcon_Db_Dialect.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Db\\Dialect** -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -199,86 +199,86 @@ protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $es Prepares qualified for this RDBMS -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropTable** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropTable** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeIndexes** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeIndexes** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **tableOptions** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **tableOptions** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Db_DialectInterface.md b/pl/api/Phalcon_Db_DialectInterface.md index ff927f4c1359..66f2549da96c 100644 --- a/pl/api/Phalcon_Db_DialectInterface.md +++ b/pl/api/Phalcon_Db_DialectInterface.md @@ -24,15 +24,15 @@ abstract public **getColumnList** (*array* $columnList) ... -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) ... @@ -40,7 +40,7 @@ abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -48,7 +48,7 @@ abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -56,7 +56,7 @@ abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) ... diff --git a/pl/api/Phalcon_Db_Dialect_Mysql.md b/pl/api/Phalcon_Db_Dialect_Mysql.md index 75d81ab05d69..db11a5630751 100644 --- a/pl/api/Phalcon_Db_Dialect_Mysql.md +++ b/pl/api/Phalcon_Db_Dialect_Mysql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Mysql** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the MySQL RDBMS ## Metody -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in MySQL -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -133,23 +133,23 @@ protected **_getTableOptions** (*array* $definition) Generates SQL to add the table creation options -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -164,7 +164,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -176,7 +176,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -188,7 +188,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -204,122 +204,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/pl/api/Phalcon_Db_Dialect_Postgresql.md b/pl/api/Phalcon_Db_Dialect_Postgresql.md index 8adb151f72cf..d0c2744d26e6 100644 --- a/pl/api/Phalcon_Db_Dialect_Postgresql.md +++ b/pl/api/Phalcon_Db_Dialect_Postgresql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Postgresql** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the PostgreSQL RDBMS ## Metody -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in PostgreSQL -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -129,7 +129,7 @@ public **tableOptions** (*mixed* $table, [*mixed* $schema]) Generates the SQL to describe the table creation options -protected **_castDefault** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +protected **_castDefault** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... @@ -137,23 +137,23 @@ protected **_getTableOptions** (*array* $definition) ... -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -168,7 +168,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -180,7 +180,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -192,7 +192,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -208,122 +208,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/pl/api/Phalcon_Db_Dialect_Sqlite.md b/pl/api/Phalcon_Db_Dialect_Sqlite.md index ec496f55fded..5139004b62be 100644 --- a/pl/api/Phalcon_Db_Dialect_Sqlite.md +++ b/pl/api/Phalcon_Db_Dialect_Sqlite.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Sqlite** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the Sqlite RDBMS ## Metody -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in SQLite -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -146,23 +146,23 @@ public **tableOptions** (*mixed* $table, [*mixed* $schema]) Generates the SQL to describe the table creation options -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -177,7 +177,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -189,7 +189,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -201,7 +201,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -217,122 +217,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/pl/api/Phalcon_Db_Exception.md b/pl/api/Phalcon_Db_Exception.md index 51c1b0759ef6..9b0850d78877 100644 --- a/pl/api/Phalcon_Db_Exception.md +++ b/pl/api/Phalcon_Db_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Db_Index.md b/pl/api/Phalcon_Db_Index.md index 65164b24c278..312b030be6b7 100644 --- a/pl/api/Phalcon_Db_Index.md +++ b/pl/api/Phalcon_Db_Index.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Index** -*implements* [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) +*implements* [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) Source on GitHub diff --git a/pl/api/Phalcon_Db_Profiler.md b/pl/api/Phalcon_Db_Profiler.md index d33d1033715a..7a785863c2be 100644 --- a/pl/api/Phalcon_Db_Profiler.md +++ b/pl/api/Phalcon_Db_Profiler.md @@ -31,7 +31,7 @@ echo "Total Elapsed Time: ", $profile->getTotalElapsedSeconds(), "\n"; ## Metody -public [Phalcon\Db\Profiler](/en/3.2/api/Phalcon_Db_Profiler) **startProfile** (*string* $sqlStatement, [*mixed* $sqlVariables], [*mixed* $sqlBindTypes]) +public [Phalcon\Db\Profiler](/[[language]]/[[version]]/api/Phalcon_Db_Profiler) **startProfile** (*string* $sqlStatement, [*mixed* $sqlVariables], [*mixed* $sqlBindTypes]) Starts the profile of a SQL sentence diff --git a/pl/api/Phalcon_Db_Reference.md b/pl/api/Phalcon_Db_Reference.md index 649fb254fc81..6509ec464fca 100644 --- a/pl/api/Phalcon_Db_Reference.md +++ b/pl/api/Phalcon_Db_Reference.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Reference** -*implements* [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) +*implements* [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) Source on GitHub diff --git a/pl/api/Phalcon_Db_Result_Pdo.md b/pl/api/Phalcon_Db_Result_Pdo.md index db237b32b7cb..2a03402782f1 100644 --- a/pl/api/Phalcon_Db_Result_Pdo.md +++ b/pl/api/Phalcon_Db_Result_Pdo.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Result\\Pdo** -*implements* [Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) +*implements* [Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) Source on GitHub @@ -23,7 +23,7 @@ while ($robot = $result->fetchArray()) { ## Metody -public **__construct** ([Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [PDOStatement](http://php.net/manual/en/class.pdostatement.php) $result, [*string* $sqlStatement], [*array* $bindParams], [*array* $bindTypes]) +public **__construct** ([Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [PDOStatement](http://php.net/manual/en/class.pdostatement.php) $result, [*string* $sqlStatement], [*array* $bindParams], [*array* $bindTypes]) Phalcon\\Db\\Result\\Pdo constructor diff --git a/pl/api/Phalcon_Debug_Exception.md b/pl/api/Phalcon_Debug_Exception.md index a0bbca18ff47..647c440795eb 100644 --- a/pl/api/Phalcon_Debug_Exception.md +++ b/pl/api/Phalcon_Debug_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Debug\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Di.md b/pl/api/Phalcon_Di.md index e4adacdee7d2..779266998e69 100644 --- a/pl/api/Phalcon_Di.md +++ b/pl/api/Phalcon_Di.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di** -*implements* [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -41,7 +41,7 @@ public **__construct** () Phalcon\\Di constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the internal event manager @@ -65,7 +65,7 @@ public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) Sets a service using a raw Phalcon\\Di\\Service definition @@ -131,7 +131,7 @@ public **__call** (*mixed* $method, [*mixed* $arguments]) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) Registers a service provider. @@ -153,7 +153,7 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Set a default dependency injection container to be obtained into static methods @@ -241,6 +241,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) Loads services from a Config object. \ No newline at end of file diff --git a/pl/api/Phalcon_DiInterface.md b/pl/api/Phalcon_DiInterface.md index 51f35fceafff..dc5c9e4592e0 100644 --- a/pl/api/Phalcon_DiInterface.md +++ b/pl/api/Phalcon_DiInterface.md @@ -30,7 +30,7 @@ abstract public **getShared** (*mixed* $name, [*mixed* $parameters]) ... -abstract public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) +abstract public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) ... @@ -54,7 +54,7 @@ abstract public **getServices** () ... -abstract public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... diff --git a/pl/api/Phalcon_Di_Exception.md b/pl/api/Phalcon_Di_Exception.md index 2966d4e0a92b..ef5b81a20bd2 100644 --- a/pl/api/Phalcon_Di_Exception.md +++ b/pl/api/Phalcon_Di_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Di_FactoryDefault.md b/pl/api/Phalcon_Di_FactoryDefault.md index 6b26445c6ca4..ca261703727b 100644 --- a/pl/api/Phalcon_Di_FactoryDefault.md +++ b/pl/api/Phalcon_Di_FactoryDefault.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Di\\FactoryDefault** -*extends* class [Phalcon\Di](/en/3.2/api/Phalcon_Di) +*extends* class [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) -*implements* [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) +*implements* [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) Source on GitHub @@ -14,67 +14,67 @@ public **__construct** () Phalcon\\Di\\FactoryDefault constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets the internal event manager -public **getInternalEventsManager** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getInternalEventsManager** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns the internal event manager -public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service in the services container -public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers an "always shared" service in the services container -public **remove** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **remove** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service in the services container It also removes any shared instance created for the service -public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets a service using a raw Phalcon\\Di\\Service definition -public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a service definition without resolving -public **getService** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getService** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a Phalcon\\Di\\Service instance -public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves the service based on its configuration -public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves a service, the resolved service is stored in the DI, subsequent requests for this service will return the same instance -public **has** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **has** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the DI contains a service by a name -public **wasFreshInstance** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **wasFreshInstance** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the last service obtained via getShared produced a fresh instance or an existing one -public **getServices** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getServices** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the services registered in the DI -public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check if a service is registered using the array syntax -public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to register a shared service using the array syntax @@ -85,7 +85,7 @@ $di["request"] = new \Phalcon\Http\Request(); ``` -public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to obtain a shared service using the array syntax @@ -96,15 +96,15 @@ var_dump($di["request"]); ``` -public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service from the services container using the array syntax -public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service provider. @@ -126,19 +126,19 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Set a default dependency injection container to be obtained into static methods -public static **getDefault** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **getDefault** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the latest DI created -public static **reset** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **reset** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resets the internal default DI -public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a yaml file. @@ -177,7 +177,7 @@ user: ``` -public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a php config file. @@ -214,6 +214,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a Config object. \ No newline at end of file diff --git a/pl/api/Phalcon_Di_FactoryDefault_Cli.md b/pl/api/Phalcon_Di_FactoryDefault_Cli.md index ffe5a4121db4..9faa9b791384 100644 --- a/pl/api/Phalcon_Di_FactoryDefault_Cli.md +++ b/pl/api/Phalcon_Di_FactoryDefault_Cli.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Di\\FactoryDefault\\Cli** -*extends* class [Phalcon\Di\FactoryDefault](/en/3.2/api/Phalcon_Di_FactoryDefault) +*extends* class [Phalcon\Di\FactoryDefault](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault) -*implements* [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -14,67 +14,67 @@ public **__construct** () Phalcon\\Di\\FactoryDefault\\Cli constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets the internal event manager -public **getInternalEventsManager** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getInternalEventsManager** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns the internal event manager -public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service in the services container -public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers an "always shared" service in the services container -public **remove** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **remove** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service in the services container It also removes any shared instance created for the service -public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets a service using a raw Phalcon\\Di\\Service definition -public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a service definition without resolving -public **getService** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getService** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a Phalcon\\Di\\Service instance -public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves the service based on its configuration -public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves a service, the resolved service is stored in the DI, subsequent requests for this service will return the same instance -public **has** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **has** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the DI contains a service by a name -public **wasFreshInstance** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **wasFreshInstance** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the last service obtained via getShared produced a fresh instance or an existing one -public **getServices** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getServices** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the services registered in the DI -public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check if a service is registered using the array syntax -public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to register a shared service using the array syntax @@ -85,7 +85,7 @@ $di["request"] = new \Phalcon\Http\Request(); ``` -public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to obtain a shared service using the array syntax @@ -96,15 +96,15 @@ var_dump($di["request"]); ``` -public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service from the services container using the array syntax -public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service provider. @@ -126,19 +126,19 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Set a default dependency injection container to be obtained into static methods -public static **getDefault** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **getDefault** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the latest DI created -public static **reset** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **reset** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resets the internal default DI -public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a yaml file. @@ -177,7 +177,7 @@ user: ``` -public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a php config file. @@ -214,6 +214,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a Config object. \ No newline at end of file diff --git a/pl/api/Phalcon_Di_Injectable.md b/pl/api/Phalcon_Di_Injectable.md index dcf39468595b..c719db915632 100644 --- a/pl/api/Phalcon_Di_Injectable.md +++ b/pl/api/Phalcon_Di_Injectable.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Di\\Injectable** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -8,7 +8,7 @@ This class allows to access services in the services container by just only acce ## Metody -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -16,7 +16,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager diff --git a/pl/api/Phalcon_Di_InjectionAwareInterface.md b/pl/api/Phalcon_Di_InjectionAwareInterface.md index de2cc90b5a7b..fc7484f67289 100644 --- a/pl/api/Phalcon_Di_InjectionAwareInterface.md +++ b/pl/api/Phalcon_Di_InjectionAwareInterface.md @@ -4,7 +4,7 @@ ## Metody -abstract public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... diff --git a/pl/api/Phalcon_Di_Service.md b/pl/api/Phalcon_Di_Service.md index d56a47ad08d7..109e1c890134 100644 --- a/pl/api/Phalcon_Di_Service.md +++ b/pl/api/Phalcon_Di_Service.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di\\Service** -*implements* [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) +*implements* [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) Source on GitHub @@ -45,7 +45,7 @@ public *mixed* **getDefinition** () Returns the service definition -public *mixed* **resolve** ([*array* $parameters], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public *mixed* **resolve** ([*array* $parameters], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Resolves the service diff --git a/pl/api/Phalcon_Di_ServiceInterface.md b/pl/api/Phalcon_Di_ServiceInterface.md index 86395fbbe0cc..275e6e1c58b3 100644 --- a/pl/api/Phalcon_Di_ServiceInterface.md +++ b/pl/api/Phalcon_Di_ServiceInterface.md @@ -24,7 +24,7 @@ abstract public **getDefinition** () ... -abstract public **resolve** ([*mixed* $parameters], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +abstract public **resolve** ([*mixed* $parameters], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) ... diff --git a/pl/api/Phalcon_Di_ServiceProviderInterface.md b/pl/api/Phalcon_Di_ServiceProviderInterface.md index 287d4bf0463f..9123461b1d9c 100644 --- a/pl/api/Phalcon_Di_ServiceProviderInterface.md +++ b/pl/api/Phalcon_Di_ServiceProviderInterface.md @@ -4,6 +4,6 @@ ## Methods -abstract public **register** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $di) +abstract public **register** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $di) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Di_Service_Builder.md b/pl/api/Phalcon_Di_Service_Builder.md index 8e188ac24e42..fb99424062a3 100644 --- a/pl/api/Phalcon_Di_Service_Builder.md +++ b/pl/api/Phalcon_Di_Service_Builder.md @@ -6,14 +6,14 @@ This class builds instances based on complex definitions ## Metody -private *mixed* **_buildParameter** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *int* $position, *array* $argument) +private *mixed* **_buildParameter** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *int* $position, *array* $argument) Resolves a constructor/call parameter -private **_buildParameters** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *array* $arguments) +private **_buildParameters** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *array* $arguments) Resolves an array of parameters -public *mixed* **build** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *array* $definition, [*array* $parameters]) +public *mixed* **build** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *array* $definition, [*array* $parameters]) Builds a service using a complex service definition \ No newline at end of file diff --git a/pl/api/Phalcon_Dispatcher.md b/pl/api/Phalcon_Dispatcher.md index 236e5b2e4a09..ad33e34a41fe 100644 --- a/pl/api/Phalcon_Dispatcher.md +++ b/pl/api/Phalcon_Dispatcher.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Dispatcher** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -22,7 +22,7 @@ This is the base class for Phalcon\\Mvc\\Dispatcher and Phalcon\\Cli\\Dispatcher ## Metody -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -30,7 +30,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -134,7 +134,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) Enable model binding during dispatch diff --git a/pl/api/Phalcon_Escaper.md b/pl/api/Phalcon_Escaper.md index e731e29832e9..a9380fcedc27 100644 --- a/pl/api/Phalcon_Escaper.md +++ b/pl/api/Phalcon_Escaper.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Escaper** -*implements* [Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) +*implements* [Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) Source on GitHub diff --git a/pl/api/Phalcon_Escaper_Exception.md b/pl/api/Phalcon_Escaper_Exception.md index 64042722bae9..5935a544b283 100644 --- a/pl/api/Phalcon_Escaper_Exception.md +++ b/pl/api/Phalcon_Escaper_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Escaper\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Events_Event.md b/pl/api/Phalcon_Events_Event.md index 6f72b70bc176..1a676b61ae29 100644 --- a/pl/api/Phalcon_Events_Event.md +++ b/pl/api/Phalcon_Events_Event.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Event** -*implements* [Phalcon\Events\EventInterface](/en/3.2/api/Phalcon_Events_EventInterface) +*implements* [Phalcon\Events\EventInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventInterface) Source on GitHub diff --git a/pl/api/Phalcon_Events_EventsAwareInterface.md b/pl/api/Phalcon_Events_EventsAwareInterface.md index 4b4ca7ca55ef..023892cce160 100644 --- a/pl/api/Phalcon_Events_EventsAwareInterface.md +++ b/pl/api/Phalcon_Events_EventsAwareInterface.md @@ -4,7 +4,7 @@ ## Metody -abstract public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +abstract public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) ... diff --git a/pl/api/Phalcon_Events_Exception.md b/pl/api/Phalcon_Events_Exception.md index f3e5127aefd9..05a27c6fae00 100644 --- a/pl/api/Phalcon_Events_Exception.md +++ b/pl/api/Phalcon_Events_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Events_Manager.md b/pl/api/Phalcon_Events_Manager.md index 4ec35ead49ef..23585091f71f 100644 --- a/pl/api/Phalcon_Events_Manager.md +++ b/pl/api/Phalcon_Events_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Manager** -*implements* [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) +*implements* [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) Source on GitHub @@ -40,7 +40,7 @@ public **detachAll** ([*mixed* $type]) Removes all events from the EventsManager -final public *mixed* **fireQueue** ([SplPriorityQueue](http://php.net/manual/en/class.splpriorityqueue.php) | *array* $queue, [Phalcon\Events\Event](/en/3.2/api/Phalcon_Events_Event) $event) +final public *mixed* **fireQueue** ([SplPriorityQueue](http://php.net/manual/en/class.splpriorityqueue.php) | *array* $queue, [Phalcon\Events\Event](/[[language]]/[[version]]/api/Phalcon_Events_Event) $event) Internal handler to call a queue of events diff --git a/pl/api/Phalcon_Factory.md b/pl/api/Phalcon_Factory.md index c82c01e32646..5455ab8d366c 100644 --- a/pl/api/Phalcon_Factory.md +++ b/pl/api/Phalcon_Factory.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Factory** -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -10,6 +10,6 @@ protected static **loadClass** (*mixed* $namespace, *mixed* $config) ... -abstract public static **load** (*mixed* $config) inherited from [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +abstract public static **load** (*mixed* $config) inherited from [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Factory_Exception.md b/pl/api/Phalcon_Factory_Exception.md index 0cc131643a2d..3d23358fc93a 100644 --- a/pl/api/Phalcon_Factory_Exception.md +++ b/pl/api/Phalcon_Factory_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Factory\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Filter.md b/pl/api/Phalcon_Filter.md index cb52d3f87c5c..4ddc1d57afb2 100644 --- a/pl/api/Phalcon_Filter.md +++ b/pl/api/Phalcon_Filter.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Filter** -*implements* [Phalcon\FilterInterface](/en/3.2/api/Phalcon_FilterInterface) +*implements* [Phalcon\FilterInterface](/[[language]]/[[version]]/api/Phalcon_FilterInterface) Source on GitHub diff --git a/pl/api/Phalcon_Filter_Exception.md b/pl/api/Phalcon_Filter_Exception.md index 4d6b5ee09d15..524c3aaabf3f 100644 --- a/pl/api/Phalcon_Filter_Exception.md +++ b/pl/api/Phalcon_Filter_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Filter\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Flash.md b/pl/api/Phalcon_Flash.md index 17ccebb56992..6e2eca45dc22 100644 --- a/pl/api/Phalcon_Flash.md +++ b/pl/api/Phalcon_Flash.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Flash** -*implements* [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -32,11 +32,11 @@ public **getEscaperService** () Returns the Escaper Service -public **setEscaperService** ([Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) $escaperService) +public **setEscaperService** ([Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) $escaperService) Sets the Escaper Service -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -115,6 +115,6 @@ public **clear** () Clears accumulated messages when implicit flush is disabled -abstract public **message** (*mixed* $type, *mixed* $message) inherited from [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) +abstract public **message** (*mixed* $type, *mixed* $message) inherited from [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Flash_Direct.md b/pl/api/Phalcon_Flash_Direct.md index b34452d9dfb6..2f85ffe36e01 100644 --- a/pl/api/Phalcon_Flash_Direct.md +++ b/pl/api/Phalcon_Flash_Direct.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Flash\\Direct** -*extends* abstract class [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +*extends* abstract class [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) Source on GitHub @@ -18,47 +18,47 @@ public **output** ([*mixed* $remove]) Prints the messages accumulated in the flasher -public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Phalcon\\Flash constructor -public **getAutoescape** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getAutoescape** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the autoescape mode in generated html -public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set the autoescape mode in generated html -public **getEscaperService** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getEscaperService** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the Escaper Service -public **setEscaperService** ([Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setEscaperService** ([Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the Escaper Service -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getDI** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the internal dependency injector -public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set whether the output must be implicitly flushed to the output or returned as string -public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set if the output must be implicitly formatted with HTML -public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set an array with CSS classes to format the messages -public **error** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **error** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML error message @@ -69,7 +69,7 @@ $flash->error("This is an error"); ``` -public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML notice/information message @@ -80,7 +80,7 @@ $flash->notice("This is an information"); ``` -public **success** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **success** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML success message @@ -91,7 +91,7 @@ $flash->success("The process was finished successfully"); ``` -public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML warning message @@ -102,7 +102,7 @@ $flash->warning("Hey, this is important"); ``` -public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Outputs a message formatting it with HTML @@ -113,6 +113,6 @@ $flash->outputMessage("error", $message); ``` -public **clear** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **clear** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Clears accumulated messages when implicit flush is disabled \ No newline at end of file diff --git a/pl/api/Phalcon_Flash_Exception.md b/pl/api/Phalcon_Flash_Exception.md index 4ffd2fd2f530..93b4d56aee6e 100644 --- a/pl/api/Phalcon_Flash_Exception.md +++ b/pl/api/Phalcon_Flash_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Flash\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Flash_Session.md b/pl/api/Phalcon_Flash_Session.md index f64e4a4d8e9e..abe0206f71ef 100644 --- a/pl/api/Phalcon_Flash_Session.md +++ b/pl/api/Phalcon_Flash_Session.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Flash\\Session** -*extends* abstract class [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +*extends* abstract class [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) Source on GitHub @@ -38,47 +38,47 @@ public **clear** () Clear messages in the session messenger -public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Phalcon\\Flash constructor -public **getAutoescape** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getAutoescape** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the autoescape mode in generated html -public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set the autoescape mode in generated html -public **getEscaperService** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getEscaperService** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the Escaper Service -public **setEscaperService** ([Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setEscaperService** ([Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the Escaper Service -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getDI** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the internal dependency injector -public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set whether the output must be implicitly flushed to the output or returned as string -public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set if the output must be implicitly formatted with HTML -public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set an array with CSS classes to format the messages -public **error** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **error** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML error message @@ -89,7 +89,7 @@ $flash->error("This is an error"); ``` -public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML notice/information message @@ -100,7 +100,7 @@ $flash->notice("This is an information"); ``` -public **success** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **success** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML success message @@ -111,7 +111,7 @@ $flash->success("The process was finished successfully"); ``` -public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML warning message @@ -122,7 +122,7 @@ $flash->warning("Hey, this is important"); ``` -public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Outputs a message formatting it with HTML diff --git a/pl/api/Phalcon_Forms_Element.md b/pl/api/Phalcon_Forms_Element.md index 31baac8ca61a..9c996f49c826 100644 --- a/pl/api/Phalcon_Forms_Element.md +++ b/pl/api/Phalcon_Forms_Element.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Forms\\Element** -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -12,7 +12,7 @@ public **__construct** (*string* $name, [*array* $attributes]) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) Sets the parent form to the element @@ -28,7 +28,7 @@ public **getName** () Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) Sets the element filters @@ -40,11 +40,11 @@ public *mixed* **getFilters** () Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Adds a validator to the element @@ -56,7 +56,7 @@ public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) Sets a default attribute for the element @@ -72,7 +72,7 @@ public **getAttributes** () Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) Sets an option for the element @@ -100,7 +100,7 @@ public **label** ([*array* $attributes]) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST @@ -120,11 +120,11 @@ public **hasMessages** () Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) Appends a message to the internal message list @@ -136,6 +136,6 @@ public **__toString** () Magic method __toString renders the widget without attributes -abstract public **render** ([*mixed* $attributes]) inherited from [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +abstract public **render** ([*mixed* $attributes]) inherited from [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Forms_ElementInterface.md b/pl/api/Phalcon_Forms_ElementInterface.md index fb04dd9f4b7f..e69359680d07 100644 --- a/pl/api/Phalcon_Forms_ElementInterface.md +++ b/pl/api/Phalcon_Forms_ElementInterface.md @@ -4,7 +4,7 @@ ## Metody -abstract public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) +abstract public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) ... @@ -36,7 +36,7 @@ abstract public **addValidators** (*array* $validators, [*mixed* $merge]) ... -abstract public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +abstract public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) ... @@ -112,11 +112,11 @@ abstract public **hasMessages** () ... -abstract public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) +abstract public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) ... -abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) ... diff --git a/pl/api/Phalcon_Forms_Element_Check.md b/pl/api/Phalcon_Forms_Element_Check.md index 3a2d5db2b1da..940c17c8fafe 100644 --- a/pl/api/Phalcon_Forms_Element_Check.md +++ b/pl/api/Phalcon_Forms_Element_Check.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Check** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/pl/api/Phalcon_Forms_Element_Date.md b/pl/api/Phalcon_Forms_Element_Date.md index eb16b579d3af..07c2f7522bac 100644 --- a/pl/api/Phalcon_Forms_Element_Date.md +++ b/pl/api/Phalcon_Forms_Element_Date.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Date** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/pl/api/Phalcon_Forms_Element_Email.md b/pl/api/Phalcon_Forms_Element_Email.md index 341354833e3a..a4f62074c091 100644 --- a/pl/api/Phalcon_Forms_Element_Email.md +++ b/pl/api/Phalcon_Forms_Element_Email.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Email** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/pl/api/Phalcon_Forms_Element_File.md b/pl/api/Phalcon_Forms_Element_File.md index 93226a65b265..bab6a6e8c17a 100644 --- a/pl/api/Phalcon_Forms_Element_File.md +++ b/pl/api/Phalcon_Forms_Element_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\File** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/pl/api/Phalcon_Forms_Element_Hidden.md b/pl/api/Phalcon_Forms_Element_Hidden.md index 569415e60b59..abc41951fce7 100644 --- a/pl/api/Phalcon_Forms_Element_Hidden.md +++ b/pl/api/Phalcon_Forms_Element_Hidden.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Hidden** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/pl/api/Phalcon_Forms_Element_Numeric.md b/pl/api/Phalcon_Forms_Element_Numeric.md index 468af82b9e4d..13f180cadc5b 100644 --- a/pl/api/Phalcon_Forms_Element_Numeric.md +++ b/pl/api/Phalcon_Forms_Element_Numeric.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Numeric** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/pl/api/Phalcon_Forms_Element_Password.md b/pl/api/Phalcon_Forms_Element_Password.md index c7c79097243d..18e02b999e0d 100644 --- a/pl/api/Phalcon_Forms_Element_Password.md +++ b/pl/api/Phalcon_Forms_Element_Password.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Password** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/pl/api/Phalcon_Forms_Element_Radio.md b/pl/api/Phalcon_Forms_Element_Radio.md index 6ef5064c1045..4809cf092a59 100644 --- a/pl/api/Phalcon_Forms_Element_Radio.md +++ b/pl/api/Phalcon_Forms_Element_Radio.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Radio** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/pl/api/Phalcon_Forms_Element_Select.md b/pl/api/Phalcon_Forms_Element_Select.md index a6a98ecf7318..432708380e3a 100644 --- a/pl/api/Phalcon_Forms_Element_Select.md +++ b/pl/api/Phalcon_Forms_Element_Select.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Select** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,7 +14,7 @@ public **__construct** (*string* $name, [*object* | *array* $options], [*array* Phalcon\\Forms\\Element constructor -public [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) **setOptions** (*array* | *object* $options) +public [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) **setOptions** (*array* | *object* $options) Set the choice's options @@ -30,126 +30,126 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/pl/api/Phalcon_Forms_Element_Submit.md b/pl/api/Phalcon_Forms_Element_Submit.md index b9b918e8ce8c..16fe741a7671 100644 --- a/pl/api/Phalcon_Forms_Element_Submit.md +++ b/pl/api/Phalcon_Forms_Element_Submit.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Submit** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/pl/api/Phalcon_Forms_Element_Text.md b/pl/api/Phalcon_Forms_Element_Text.md index 317b39481664..0f4213b4ebad 100644 --- a/pl/api/Phalcon_Forms_Element_Text.md +++ b/pl/api/Phalcon_Forms_Element_Text.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Text** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/pl/api/Phalcon_Forms_Element_TextArea.md b/pl/api/Phalcon_Forms_Element_TextArea.md index 8a58b802f0e1..5ba182c6e46f 100644 --- a/pl/api/Phalcon_Forms_Element_TextArea.md +++ b/pl/api/Phalcon_Forms_Element_TextArea.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\TextArea** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/pl/api/Phalcon_Forms_Exception.md b/pl/api/Phalcon_Forms_Exception.md index 765e48c49bb6..6afac9231c54 100644 --- a/pl/api/Phalcon_Forms_Exception.md +++ b/pl/api/Phalcon_Forms_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Forms\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Forms_Form.md b/pl/api/Phalcon_Forms_Form.md index 22c7ad572179..ba614c56ca14 100644 --- a/pl/api/Phalcon_Forms_Form.md +++ b/pl/api/Phalcon_Forms_Form.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Form** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Countable](http://php.net/manual/en/class.countable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Countable](http://php.net/manual/en/class.countable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php) Source on GitHub @@ -78,7 +78,7 @@ public **hasMessagesFor** (*mixed* $name) Check if messages were generated for a specific element -public **add** ([Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) $element, [*mixed* $position], [*mixed* $type]) +public **add** ([Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) $element, [*mixed* $position], [*mixed* $type]) Adds an element to the form @@ -138,22 +138,22 @@ public **valid** () Check if the current element in the iterator is valid -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pl/api/Phalcon_Forms_Manager.md b/pl/api/Phalcon_Forms_Manager.md index e9111418a70d..e8128881fb15 100644 --- a/pl/api/Phalcon_Forms_Manager.md +++ b/pl/api/Phalcon_Forms_Manager.md @@ -16,6 +16,6 @@ public **has** (*mixed* $name) Checks if a form is registered in the forms manager -public **set** (*mixed* $name, [Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) +public **set** (*mixed* $name, [Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) Registers a form in the Forms Manager \ No newline at end of file diff --git a/pl/api/Phalcon_Http_Cookie.md b/pl/api/Phalcon_Http_Cookie.md index aab524dc0049..53df4fbf73bc 100644 --- a/pl/api/Phalcon_Http_Cookie.md +++ b/pl/api/Phalcon_Http_Cookie.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Cookie** -*implements* [Phalcon\Http\CookieInterface](/en/3.2/api/Phalcon_Http_CookieInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Http\CookieInterface](/[[language]]/[[version]]/api/Phalcon_Http_CookieInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -12,7 +12,7 @@ public **__construct** (*string* $name, [*mixed* $value], [*int* $expire], [*str Phalcon\\Http\\Cookie constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -20,7 +20,7 @@ public **getDI** () Returns the internal dependency injector -public [Phalcon\Http\Cookie](/en/3.2/api/Phalcon_Http_Cookie) **setValue** (*string* $value) +public [Phalcon\Http\Cookie](/[[language]]/[[version]]/api/Phalcon_Http_Cookie) **setValue** (*string* $value) Sets the cookie's value diff --git a/pl/api/Phalcon_Http_Cookie_Exception.md b/pl/api/Phalcon_Http_Cookie_Exception.md index 32b03e66777f..e20e9b958a6c 100644 --- a/pl/api/Phalcon_Http_Cookie_Exception.md +++ b/pl/api/Phalcon_Http_Cookie_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Cookie\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Http_Request.md b/pl/api/Phalcon_Http_Request.md index db04f20550f4..27e8ccb8d7df 100644 --- a/pl/api/Phalcon_Http_Request.md +++ b/pl/api/Phalcon_Http_Request.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Request** -*implements* [Phalcon\Http\RequestInterface](/en/3.2/api/Phalcon_Http_RequestInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Http\RequestInterface](/[[language]]/[[version]]/api/Phalcon_Http_RequestInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -35,7 +35,7 @@ public **setHttpMethodParameterOverride** (*mixed* $httpMethodParameterOverride) ... -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/pl/api/Phalcon_Http_Request_Exception.md b/pl/api/Phalcon_Http_Request_Exception.md index fb9d49b6e0bd..a7e32033fd8d 100644 --- a/pl/api/Phalcon_Http_Request_Exception.md +++ b/pl/api/Phalcon_Http_Request_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Request\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Http_Request_File.md b/pl/api/Phalcon_Http_Request_File.md index bea7fb61b674..acbf734cfc04 100644 --- a/pl/api/Phalcon_Http_Request_File.md +++ b/pl/api/Phalcon_Http_Request_File.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Request\\File** -*implements* [Phalcon\Http\Request\FileInterface](/en/3.2/api/Phalcon_Http_Request_FileInterface) +*implements* [Phalcon\Http\Request\FileInterface](/[[language]]/[[version]]/api/Phalcon_Http_Request_FileInterface) Source on GitHub diff --git a/pl/api/Phalcon_Http_Response.md b/pl/api/Phalcon_Http_Response.md index ab838994c6e1..98a264f8de31 100644 --- a/pl/api/Phalcon_Http_Response.md +++ b/pl/api/Phalcon_Http_Response.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Response** -*implements* [Phalcon\Http\ResponseInterface](/en/3.2/api/Phalcon_Http_ResponseInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Http\ResponseInterface](/[[language]]/[[version]]/api/Phalcon_Http_ResponseInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -24,7 +24,7 @@ public **__construct** ([*mixed* $content], [*mixed* $code], [*mixed* $status]) Phalcon\\Http\\Response constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -56,7 +56,7 @@ print_r( ``` -public **setHeaders** ([Phalcon\Http\Response\HeadersInterface](/en/3.2/api/Phalcon_Http_Response_HeadersInterface) $headers) +public **setHeaders** ([Phalcon\Http\Response\HeadersInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_HeadersInterface) $headers) Sets a headers bag for the response externally @@ -64,11 +64,11 @@ public **getHeaders** () Returns headers set by the user -public **setCookies** ([Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface) $cookies) +public **setCookies** ([Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface) $cookies) Sets a cookies bag for the response externally -public [Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface) **getCookies** () +public [Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface) **getCookies** () Returns cookies set by the user diff --git a/pl/api/Phalcon_Http_Response_Cookies.md b/pl/api/Phalcon_Http_Response_Cookies.md index d4b3e1bada27..480be1e4f244 100644 --- a/pl/api/Phalcon_Http_Response_Cookies.md +++ b/pl/api/Phalcon_Http_Response_Cookies.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Response\\Cookies** -*implements* [Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -8,7 +8,7 @@ This class is a bag to manage the cookies A cookies bag is automatically registe ## Metody -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/pl/api/Phalcon_Http_Response_Exception.md b/pl/api/Phalcon_Http_Response_Exception.md index 37c1b23c5ffd..efd1ee001241 100644 --- a/pl/api/Phalcon_Http_Response_Exception.md +++ b/pl/api/Phalcon_Http_Response_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Response\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Http_Response_Headers.md b/pl/api/Phalcon_Http_Response_Headers.md index 7bbe0f72eba0..cb3a4bfa1146 100644 --- a/pl/api/Phalcon_Http_Response_Headers.md +++ b/pl/api/Phalcon_Http_Response_Headers.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Response\\Headers** -*implements* [Phalcon\Http\Response\HeadersInterface](/en/3.2/api/Phalcon_Http_Response_HeadersInterface) +*implements* [Phalcon\Http\Response\HeadersInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_HeadersInterface) Source on GitHub diff --git a/pl/api/Phalcon_Image_Adapter.md b/pl/api/Phalcon_Image_Adapter.md index e84ca3339ba1..a07734d8fd29 100644 --- a/pl/api/Phalcon_Image_Adapter.md +++ b/pl/api/Phalcon_Image_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Image\\Adapter** -*implements* [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) +*implements* [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) Source on GitHub @@ -60,7 +60,7 @@ public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) Add a reflection to an image -public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) +public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) Add a watermark to an image with the specified opacity @@ -68,7 +68,7 @@ public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* Add a text to an image with a specified opacity -public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) +public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) Composite one image onto another diff --git a/pl/api/Phalcon_Image_AdapterInterface.md b/pl/api/Phalcon_Image_AdapterInterface.md index fe4902da3f2b..7d317a36b00a 100644 --- a/pl/api/Phalcon_Image_AdapterInterface.md +++ b/pl/api/Phalcon_Image_AdapterInterface.md @@ -28,7 +28,7 @@ abstract public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $f ... -abstract public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) +abstract public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) ... @@ -36,7 +36,7 @@ abstract public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], ... -abstract public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) +abstract public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) ... diff --git a/pl/api/Phalcon_Image_Adapter_Gd.md b/pl/api/Phalcon_Image_Adapter_Gd.md index 358cf40cb0bc..b35ed3b8c196 100644 --- a/pl/api/Phalcon_Image_Adapter_Gd.md +++ b/pl/api/Phalcon_Image_Adapter_Gd.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Image\\Adapter\\Gd** -*extends* abstract class [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +*extends* abstract class [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) -*implements* [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) +*implements* [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) Source on GitHub @@ -40,7 +40,7 @@ protected **_reflection** (*mixed* $height, *mixed* $opacity, *mixed* $fadeIn) ... -protected **_watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) +protected **_watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) ... @@ -48,7 +48,7 @@ protected **_text** (*mixed* $text, *mixed* $offsetX, *mixed* $offsetY, *mixed* ... -protected **_mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $mask) +protected **_mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $mask) ... @@ -80,86 +80,86 @@ public **__destruct** () ... -public **getImage** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getImage** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getRealpath** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getRealpath** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getWidth** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getWidth** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image width -public **getHeight** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getHeight** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image height -public **getType** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getType** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image type Driver dependent -public **getMime** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getMime** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image mime type -public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Resize the image to the given size -public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) This method scales the images using liquid rescaling method. Only support Imagick -public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Crop an image to the given size -public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Rotate the image by a given amount -public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Flip the image along the horizontal or vertical axis -public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Sharpen the image by a given amount -public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a reflection to an image -public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a watermark to an image with the specified opacity -public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a text to an image with a specified opacity -public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Composite one image onto another -public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Set the background color of an image -public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Blur image -public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Pixelate image -public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Save the image -public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Render the image and return the binary string \ No newline at end of file diff --git a/pl/api/Phalcon_Image_Adapter_Imagick.md b/pl/api/Phalcon_Image_Adapter_Imagick.md index 5289f8d2d542..d73e260dd0ce 100644 --- a/pl/api/Phalcon_Image_Adapter_Imagick.md +++ b/pl/api/Phalcon_Image_Adapter_Imagick.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Image\\Adapter\\Imagick** -*extends* abstract class [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +*extends* abstract class [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) -*implements* [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) +*implements* [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) Source on GitHub @@ -59,7 +59,7 @@ protected **_reflection** (*mixed* $height, *mixed* $opacity, *mixed* $fadeIn) Execute a reflection. -protected **_watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $image, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) +protected **_watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $image, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) Execute a watermarking. @@ -67,7 +67,7 @@ protected **_text** (*mixed* $text, *mixed* $offsetX, *mixed* $offsetY, *mixed* Execute a text -protected **_mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $image) +protected **_mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $image) Composite one image onto another @@ -103,86 +103,86 @@ public **setResourceLimit** (*mixed* $type, *mixed* $limit) Sets the limit for a particular resource in megabytes -public **getImage** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getImage** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getRealpath** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getRealpath** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getWidth** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getWidth** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image width -public **getHeight** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getHeight** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image height -public **getType** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getType** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image type Driver dependent -public **getMime** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getMime** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image mime type -public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Resize the image to the given size -public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) This method scales the images using liquid rescaling method. Only support Imagick -public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Crop an image to the given size -public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Rotate the image by a given amount -public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Flip the image along the horizontal or vertical axis -public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Sharpen the image by a given amount -public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a reflection to an image -public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a watermark to an image with the specified opacity -public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a text to an image with a specified opacity -public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Composite one image onto another -public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Set the background color of an image -public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Blur image -public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Pixelate image -public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Save the image -public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Render the image and return the binary string \ No newline at end of file diff --git a/pl/api/Phalcon_Image_Exception.md b/pl/api/Phalcon_Image_Exception.md index 13bd0a039e20..107f311d810f 100644 --- a/pl/api/Phalcon_Image_Exception.md +++ b/pl/api/Phalcon_Image_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Image\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Image_Factory.md b/pl/api/Phalcon_Image_Factory.md index c590ae2e7efc..9b4aee854f3d 100644 --- a/pl/api/Phalcon_Image_Factory.md +++ b/pl/api/Phalcon_Image_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Image\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -25,7 +25,7 @@ $image = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/pl/api/Phalcon_Loader.md b/pl/api/Phalcon_Loader.md index 4894b48f26d9..1bfa2a8b373b 100644 --- a/pl/api/Phalcon_Loader.md +++ b/pl/api/Phalcon_Loader.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Loader** -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -33,7 +33,7 @@ $adapter = new \Example\Adapter\Some(); ## Metody -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager diff --git a/pl/api/Phalcon_Loader_Exception.md b/pl/api/Phalcon_Loader_Exception.md index 72e90dbb67de..2aea198b1f8d 100644 --- a/pl/api/Phalcon_Loader_Exception.md +++ b/pl/api/Phalcon_Loader_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Loader\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Logger_Adapter.md b/pl/api/Phalcon_Logger_Adapter.md index 35f7aaeaff0c..5ac1e2a077a4 100644 --- a/pl/api/Phalcon_Logger_Adapter.md +++ b/pl/api/Phalcon_Logger_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Logger\\Adapter** -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -16,7 +16,7 @@ public **getLogLevel** () Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) Sets the message formatter @@ -72,10 +72,10 @@ public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) Logs messages to the internal logger. Appends logs to the logger -abstract public **getFormatter** () inherited from [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +abstract public **getFormatter** () inherited from [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) ... -abstract public **close** () inherited from [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +abstract public **close** () inherited from [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Logger_AdapterInterface.md b/pl/api/Phalcon_Logger_AdapterInterface.md index 48e846fb66a9..667ef0b60a5a 100644 --- a/pl/api/Phalcon_Logger_AdapterInterface.md +++ b/pl/api/Phalcon_Logger_AdapterInterface.md @@ -4,7 +4,7 @@ ## Metody -abstract public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) +abstract public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) ... diff --git a/pl/api/Phalcon_Logger_Adapter_File.md b/pl/api/Phalcon_Logger_Adapter_File.md index 7d553f9626eb..b4e9eec199ee 100644 --- a/pl/api/Phalcon_Logger_Adapter_File.md +++ b/pl/api/Phalcon_Logger_Adapter_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\File** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -47,66 +47,66 @@ public **__wakeup** () Opens the internal file handler after unserialization -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/pl/api/Phalcon_Logger_Adapter_Firephp.md b/pl/api/Phalcon_Logger_Adapter_Firephp.md index 33773ccf4003..eaa7076fe08f 100644 --- a/pl/api/Phalcon_Logger_Adapter_Firephp.md +++ b/pl/api/Phalcon_Logger_Adapter_Firephp.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\Firephp** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -35,66 +35,66 @@ public **close** () Closes the logger -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/pl/api/Phalcon_Logger_Adapter_Stream.md b/pl/api/Phalcon_Logger_Adapter_Stream.md index 123f847efeca..73d5eaf50d28 100644 --- a/pl/api/Phalcon_Logger_Adapter_Stream.md +++ b/pl/api/Phalcon_Logger_Adapter_Stream.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\Stream** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -40,66 +40,66 @@ public **close** () Closes the logger -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/pl/api/Phalcon_Logger_Adapter_Syslog.md b/pl/api/Phalcon_Logger_Adapter_Syslog.md index b6e643cf5673..e9ee67c20c2d 100644 --- a/pl/api/Phalcon_Logger_Adapter_Syslog.md +++ b/pl/api/Phalcon_Logger_Adapter_Syslog.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\Syslog** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -47,66 +47,66 @@ public **close** () Closes the logger -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/pl/api/Phalcon_Logger_Exception.md b/pl/api/Phalcon_Logger_Exception.md index 452944ea1d83..30c426ad67d8 100644 --- a/pl/api/Phalcon_Logger_Exception.md +++ b/pl/api/Phalcon_Logger_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Logger\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Logger_Factory.md b/pl/api/Phalcon_Logger_Factory.md index 387db6228afb..450fee8bec8b 100644 --- a/pl/api/Phalcon_Logger_Factory.md +++ b/pl/api/Phalcon_Logger_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $logger = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/pl/api/Phalcon_Logger_Formatter.md b/pl/api/Phalcon_Logger_Formatter.md index 3cc86460aafe..e7c044279de6 100644 --- a/pl/api/Phalcon_Logger_Formatter.md +++ b/pl/api/Phalcon_Logger_Formatter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Logger\\Formatter** -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -16,6 +16,6 @@ public **interpolate** (*string* $message, [*array* $context]) Interpolates context values into the message placeholders -abstract public **format** (*mixed* $message, *mixed* $type, *mixed* $timestamp, [*mixed* $context]) inherited from [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +abstract public **format** (*mixed* $message, *mixed* $type, *mixed* $timestamp, [*mixed* $context]) inherited from [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Logger_Formatter_Firephp.md b/pl/api/Phalcon_Logger_Formatter_Firephp.md index e5e93e1862e8..c7f96a03f535 100644 --- a/pl/api/Phalcon_Logger_Formatter_Firephp.md +++ b/pl/api/Phalcon_Logger_Formatter_Firephp.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Firephp** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -34,6 +34,6 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [* Applies a format to a message before sending it to the log -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/pl/api/Phalcon_Logger_Formatter_Json.md b/pl/api/Phalcon_Logger_Formatter_Json.md index 7ba6fe9a0af1..5707e03ec7e7 100644 --- a/pl/api/Phalcon_Logger_Formatter_Json.md +++ b/pl/api/Phalcon_Logger_Formatter_Json.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Json** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -14,10 +14,10 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [* Applies a format to a message before sent it to the internal log -public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Returns the string meaning of a logger constant -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/pl/api/Phalcon_Logger_Formatter_Line.md b/pl/api/Phalcon_Logger_Formatter_Line.md index c4fa458a499a..80712b529656 100644 --- a/pl/api/Phalcon_Logger_Formatter_Line.md +++ b/pl/api/Phalcon_Logger_Formatter_Line.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Line** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -34,10 +34,10 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [* Applies a format to a message before sent it to the internal log -public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Returns the string meaning of a logger constant -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/pl/api/Phalcon_Logger_Formatter_Syslog.md b/pl/api/Phalcon_Logger_Formatter_Syslog.md index eec8e46b4b79..3324b5469f01 100644 --- a/pl/api/Phalcon_Logger_Formatter_Syslog.md +++ b/pl/api/Phalcon_Logger_Formatter_Syslog.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Syslog** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -14,10 +14,10 @@ public *array* **format** (*string* $message, *int* $type, *int* $timestamp, [*a Applies a format to a message before sent it to the internal log -public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Returns the string meaning of a logger constant -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/pl/api/Phalcon_Logger_Multiple.md b/pl/api/Phalcon_Logger_Multiple.md index e7365a78da92..ead532b6806d 100644 --- a/pl/api/Phalcon_Logger_Multiple.md +++ b/pl/api/Phalcon_Logger_Multiple.md @@ -18,11 +18,11 @@ public **getLogLevel** () ... -public **push** ([Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) $logger) +public **push** ([Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) $logger) Pushes a logger to the logger tail -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) Sets a global formatter diff --git a/pl/api/Phalcon_Mvc_Application.md b/pl/api/Phalcon_Mvc_Application.md index 621d085b6d32..8e9667af4d7e 100644 --- a/pl/api/Phalcon_Mvc_Application.md +++ b/pl/api/Phalcon_Mvc_Application.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Application** -*extends* abstract class [Phalcon\Application](/en/3.2/api/Phalcon_Application) +*extends* abstract class [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -60,19 +60,19 @@ public **handle** ([*mixed* $uri]) Handles a MVC request -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Phalcon\\Application -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getEventsManager** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the internal event manager -public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Register an array of modules present in the application @@ -94,30 +94,30 @@ $this->registerModules( ``` -public **getModules** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModules** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Return the modules registered in the application -public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Gets the module definition registered in the application via module name -public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the module name to be used if the router doesn't return a valid module -public **getDefaultModule** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getDefaultModule** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the default module name -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Application_Exception.md b/pl/api/Phalcon_Mvc_Application_Exception.md index 166dcaa21792..ebefafd764b2 100644 --- a/pl/api/Phalcon_Mvc_Application_Exception.md +++ b/pl/api/Phalcon_Mvc_Application_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Application\\Exception** -*extends* class [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) +*extends* class [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Mvc_Collection.md b/pl/api/Phalcon_Mvc_Collection.md index 9583b6623417..833a8e587957 100644 --- a/pl/api/Phalcon_Mvc_Collection.md +++ b/pl/api/Phalcon_Mvc_Collection.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Collection** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php) Source on GitHub @@ -24,7 +24,7 @@ This component implements a high level abstraction for NoSQL databases which wor ## Metody -final public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) $modelsManager]) +final public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) $modelsManager]) Phalcon\\Mvc\\Collection constructor @@ -36,7 +36,7 @@ public *MongoId* **getId** () Returns the value of the _id property -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -44,7 +44,7 @@ public **getDI** () Returns the dependency injection container -protected **setEventsManager** ([Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) $eventsManager) +protected **setEventsManager** ([Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) $eventsManager) Sets a custom events manager @@ -106,19 +106,19 @@ $robot->writeAttribute("name", "Rosey"); ``` -public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) +public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) Returns a cloned collection -protected static *array* **_getResultset** (*array* $params, [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection, *boolean* $unique) +protected static *array* **_getResultset** (*array* $params, [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection, *boolean* $unique) Returns a collection resultset -protected static *int* **_getGroupResultset** (*array* $params, [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection) +protected static *int* **_getGroupResultset** (*array* $params, [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection) Perform a count over a resultset -final protected *boolean* **_preSave** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *boolean* $disableEvents, *boolean* $exists) +final protected *boolean* **_preSave** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *boolean* $disableEvents, *boolean* $exists) Executes internal hooks before save a document @@ -255,7 +255,7 @@ if ($robot->save() === false) { ``` -public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) Appends a customized message on the validation process @@ -494,7 +494,7 @@ public **getDirtyState** () Returns one of the DIRTY_STATE_* constants telling if the document exists in the collection or not -protected **addBehavior** ([Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) +protected **addBehavior** ([Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) Sets up a behavior in a collection diff --git a/pl/api/Phalcon_Mvc_CollectionInterface.md b/pl/api/Phalcon_Mvc_CollectionInterface.md index a061a5439ef9..4ad07000276d 100644 --- a/pl/api/Phalcon_Mvc_CollectionInterface.md +++ b/pl/api/Phalcon_Mvc_CollectionInterface.md @@ -36,7 +36,7 @@ abstract public **getDirtyState** () ... -abstract public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) +abstract public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) ... @@ -56,7 +56,7 @@ abstract public **getMessages** () ... -abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) ... diff --git a/pl/api/Phalcon_Mvc_Collection_Behavior.md b/pl/api/Phalcon_Mvc_Collection_Behavior.md index fea4143561b9..9602f861a8ce 100644 --- a/pl/api/Phalcon_Mvc_Collection_Behavior.md +++ b/pl/api/Phalcon_Mvc_Collection_Behavior.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Collection\\Behavior** -*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) +*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) Source on GitHub @@ -18,10 +18,10 @@ protected *array* **getOptions** ([*string* $eventName]) Returns the behavior options related to an event -public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) This method receives the notifications from the EventsManager -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) Acts as fallbacks when a missing method is called on the collection \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Collection_BehaviorInterface.md b/pl/api/Phalcon_Mvc_Collection_BehaviorInterface.md index 92154ca6cd76..50c3e7efeae2 100644 --- a/pl/api/Phalcon_Mvc_Collection_BehaviorInterface.md +++ b/pl/api/Phalcon_Mvc_Collection_BehaviorInterface.md @@ -4,10 +4,10 @@ ## Metody -abstract public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection) +abstract public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection) ... -abstract public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection, *mixed* $method, [*mixed* $arguments]) +abstract public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection, *mixed* $method, [*mixed* $arguments]) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md b/pl/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md index e199c7dc78d6..e8f235a4b3bf 100644 --- a/pl/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md +++ b/pl/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Collection\\Behavior\\SoftDelete** -*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) -*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) +*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Instead of permanently delete a record it marks the record as deleted changing t ## Metody -public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Phalcon\\Mvc\\Collection\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Acts as fallbacks when a missing method is called on the collection \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md b/pl/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md index e2b87150912a..8cf59460e279 100644 --- a/pl/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md +++ b/pl/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Collection\\Behavior\\Timestampable** -*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) -*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) +*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Allows to automatically update a model’s attribute saving the datetime when a ## Metody -public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Phalcon\\Mvc\\Collection\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Acts as fallbacks when a missing method is called on the collection \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Collection_Document.md b/pl/api/Phalcon_Mvc_Collection_Document.md index 23fbc0ea6025..86ab3ead7cd0 100644 --- a/pl/api/Phalcon_Mvc_Collection_Document.md +++ b/pl/api/Phalcon_Mvc_Collection_Document.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Collection\\Document** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub diff --git a/pl/api/Phalcon_Mvc_Collection_Exception.md b/pl/api/Phalcon_Mvc_Collection_Exception.md index 096eef4320e4..3e89428df239 100644 --- a/pl/api/Phalcon_Mvc_Collection_Exception.md +++ b/pl/api/Phalcon_Mvc_Collection_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Collection\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Mvc_Collection_Manager.md b/pl/api/Phalcon_Mvc_Collection_Manager.md index f0714487c94b..ecc17554f0be 100644 --- a/pl/api/Phalcon_Mvc_Collection_Manager.md +++ b/pl/api/Phalcon_Mvc_Collection_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Collection\\Manager** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -34,7 +34,7 @@ public **setServiceName** (*mixed* $serviceName) ... -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -42,7 +42,7 @@ public **getDI** () Returns the DependencyInjector container -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager @@ -50,15 +50,15 @@ public **getEventsManager** () Returns the internal event manager -public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a custom events manager for a specific model -public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Returns a custom events manager related to a model -public **initialize** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **initialize** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Initializes a model in the models manager @@ -70,34 +70,34 @@ public **getLastInitialized** () Get the latest initialized model -public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) +public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) Sets a connection service for a specific model -public **getConnectionService** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **getConnectionService** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Gets a connection service for a specific model -public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) +public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) Sets whether a model must use implicit objects ids -public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Checks if a model is using implicit object ids -public *Mongo* **getConnection** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public *Mongo* **getConnection** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Returns the connection related to a model -public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Receives events generated in the models and dispatches them to an events-manager if available Notify the behaviors that are listening in the model -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $eventName, *mixed* $data) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $eventName, *mixed* $data) Dispatch an event to the listeners and behaviors This method expects that the endpoint listeners/behaviors returns true meaning that at least one was implemented -public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) +public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) Binds a behavior to a model \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Collection_ManagerInterface.md b/pl/api/Phalcon_Mvc_Collection_ManagerInterface.md index 8adcf655a2d2..e4d73cafe24c 100644 --- a/pl/api/Phalcon_Mvc_Collection_ManagerInterface.md +++ b/pl/api/Phalcon_Mvc_Collection_ManagerInterface.md @@ -4,15 +4,15 @@ ## Metody -abstract public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +abstract public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) ... -abstract public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **initialize** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **initialize** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... @@ -24,26 +24,26 @@ abstract public **getLastInitialized** () ... -abstract public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) +abstract public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) ... -abstract public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) +abstract public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) ... -abstract public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **getConnection** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **getConnection** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) +abstract public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Controller.md b/pl/api/Phalcon_Mvc_Controller.md index bcb1d5db7a06..ec9dbf388eeb 100644 --- a/pl/api/Phalcon_Mvc_Controller.md +++ b/pl/api/Phalcon_Mvc_Controller.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Mvc\\Controller** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ControllerInterface](/en/3.2/api/Phalcon_Mvc_ControllerInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ControllerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ControllerInterface) Source on GitHub @@ -48,22 +48,22 @@ final public **__construct** () Phalcon\\Mvc\\Controller constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Dispatcher.md b/pl/api/Phalcon_Mvc_Dispatcher.md index 41da7213cc69..c4eb8415d9a4 100644 --- a/pl/api/Phalcon_Mvc_Dispatcher.md +++ b/pl/api/Phalcon_Mvc_Dispatcher.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Dispatcher** -*extends* abstract class [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +*extends* abstract class [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Mvc\DispatcherInterface](/en/3.2/api/Phalcon_Mvc_DispatcherInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Mvc\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_DispatcherInterface) Source on GitHub @@ -145,103 +145,103 @@ public **getActiveController** () Returns the active controller in the dispatcher -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDI** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getEventsManager** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal event manager -public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action suffix -public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the default action suffix -public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the module where the controller is (only informative) -public **getModuleName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModuleName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the module where the controller class is -public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the namespace where the controller class is -public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a namespace to be prepended to the current handler name -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default namespace -public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the default namespace -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action name -public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the action name to be dispatched -public **getActionName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the latest dispatched action name -public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets action params to be dispatched -public **getParams** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getParams** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets action params -public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set a param by its name or numeric index -public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a param by its name or numeric index -public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if a param exists -public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the current method to be/executed in the dispatcher -public **isFinished** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **isFinished** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Checks if the dispatch loop is finished or has more pendent controllers/tasks to dispatch -public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the latest returned value by an action manually -public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns value returned by the latest dispatched action -public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable/Disable model binding during dispatch @@ -257,7 +257,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable model binding during dispatch @@ -273,31 +273,31 @@ $di->set('dispatcher', function() { ``` -public **getModelBinder** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModelBinder** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets model binder -public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -public **wasForwarded** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **wasForwarded** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if the current executed action was forwarded by another one -public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Possible class name that will be located to dispatch the request -public **callActionMethod** (*mixed* $handler, *mixed* $actionMethod, [*array* $params]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **callActionMethod** (*mixed* $handler, *mixed* $actionMethod, [*array* $params]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) ... -public **getBoundModels** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getBoundModels** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns bound models from binder instance @@ -314,6 +314,6 @@ class UserController extends Controller ``` -protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set empty properties to their defaults (where defaults are available) \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_DispatcherInterface.md b/pl/api/Phalcon_Mvc_DispatcherInterface.md index e9664a0517de..828b231902dc 100644 --- a/pl/api/Phalcon_Mvc_DispatcherInterface.md +++ b/pl/api/Phalcon_Mvc_DispatcherInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Mvc\\DispatcherInterface** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) Source on GitHub @@ -30,70 +30,70 @@ abstract public **getActiveController** () ... -abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Dispatcher_Exception.md b/pl/api/Phalcon_Mvc_Dispatcher_Exception.md index ef9e49d0f60f..5822da7c12c0 100644 --- a/pl/api/Phalcon_Mvc_Dispatcher_Exception.md +++ b/pl/api/Phalcon_Mvc_Dispatcher_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Dispatcher\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Mvc_Micro.md b/pl/api/Phalcon_Mvc_Micro.md index ccd7473a4086..7770affefa8a 100644 --- a/pl/api/Phalcon_Mvc_Micro.md +++ b/pl/api/Phalcon_Mvc_Micro.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Micro** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -26,55 +26,55 @@ $app->handle(); ## Metody -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\Micro constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **map** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **map** (*string* $routePattern, *callable* $handler) Maps a route to a handler without any HTTP method constraint -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **get** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **get** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is GET -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **post** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **post** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is POST -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **put** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **put** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is PUT -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **patch** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **patch** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is PATCH -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **head** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **head** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is HEAD -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **delete** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **delete** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is DELETE -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **options** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **options** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is OPTIONS -public **mount** ([Phalcon\Mvc\Micro\CollectionInterface](/en/3.2/api/Phalcon_Mvc_Micro_CollectionInterface) $collection) +public **mount** ([Phalcon\Mvc\Micro\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_CollectionInterface) $collection) Mounts a collection of handlers -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **notFound** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **notFound** (*callable* $handler) Sets a handler that will be called when the router doesn't match any of the defined routes -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **error** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **error** (*callable* $handler) Sets a handler that will be called when an exception is thrown handling the route @@ -82,7 +82,7 @@ public **getRouter** () Returns the internal router used by the application -public [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) **setService** (*string* $serviceName, *mixed* $definition, [*boolean* $shared]) +public [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) **setService** (*string* $serviceName, *mixed* $definition, [*boolean* $shared]) Sets a service from the DI @@ -150,19 +150,19 @@ public **offsetUnset** (*string* $alias) Removes a service from the internal services container using the array syntax -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **before** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **before** (*callable* $handler) Appends a before middleware to be called before execute the route -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **afterBinding** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **afterBinding** (*callable* $handler) Appends a afterBinding middleware to be called after model binding -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **after** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **after** (*callable* $handler) Appends an 'after' middleware to be called after execute the route -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **finish** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **finish** (*callable* $handler) Appends a 'finish' middleware to be called when the request is finished @@ -174,7 +174,7 @@ public **getModelBinder** () Gets model binder -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) Sets model binder @@ -190,18 +190,18 @@ public **getBoundModels** () Returns bound models from binder instance -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Micro_Collection.md b/pl/api/Phalcon_Mvc_Micro_Collection.md index 1d7af5a46740..938027d8b88d 100644 --- a/pl/api/Phalcon_Mvc_Micro_Collection.md +++ b/pl/api/Phalcon_Mvc_Micro_Collection.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Micro\\Collection** -*implements* [Phalcon\Mvc\Micro\CollectionInterface](/en/3.2/api/Phalcon_Mvc_Micro_CollectionInterface) +*implements* [Phalcon\Mvc\Micro\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_CollectionInterface) Source on GitHub @@ -41,7 +41,7 @@ public *array* **getHandlers** () Returns the registered handlers -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **setHandler** (*mixed* $handler, [*boolean* $lazy]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **setHandler** (*mixed* $handler, [*boolean* $lazy]) Sets the main handler @@ -57,34 +57,34 @@ public *mixed* **getHandler** () Returns the main handler -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **map** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **map** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **get** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **get** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is GET -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **post** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **post** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is POST -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **put** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **put** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is PUT -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **patch** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **patch** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is PATCH -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **head** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **head** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is HEAD -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **delete** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **delete** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is DELETE -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **options** (*string* $routePattern, *callable* $handler, [*mixed* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **options** (*string* $routePattern, *callable* $handler, [*mixed* $name]) Maps a route to a handler that only matches if the HTTP method is OPTIONS \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Micro_Exception.md b/pl/api/Phalcon_Mvc_Micro_Exception.md index d1c792ce8a53..e0ace5b7c5a7 100644 --- a/pl/api/Phalcon_Mvc_Micro_Exception.md +++ b/pl/api/Phalcon_Mvc_Micro_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Micro\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Mvc_Micro_LazyLoader.md b/pl/api/Phalcon_Mvc_Micro_LazyLoader.md index b2833b9d354b..4122676e74cd 100644 --- a/pl/api/Phalcon_Mvc_Micro_LazyLoader.md +++ b/pl/api/Phalcon_Mvc_Micro_LazyLoader.md @@ -18,6 +18,6 @@ public *mixed* **__call** (*string* $method, *array* $arguments) Initializes the internal handler, calling functions on it -public *mixed* **callMethod** (*string* $method, *array* $arguments, [[Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder]) +public *mixed* **callMethod** (*string* $method, *array* $arguments, [[Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder]) Calling __call method \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Micro_MiddlewareInterface.md b/pl/api/Phalcon_Mvc_Micro_MiddlewareInterface.md index 582d6722428d..56bafe0698ca 100644 --- a/pl/api/Phalcon_Mvc_Micro_MiddlewareInterface.md +++ b/pl/api/Phalcon_Mvc_Micro_MiddlewareInterface.md @@ -4,6 +4,6 @@ ## Metody -abstract public **call** ([Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) $application) +abstract public **call** ([Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) $application) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model.md b/pl/api/Phalcon_Mvc_Model.md index 4a17413e8b4c..5cbd89120d26 100644 --- a/pl/api/Phalcon_Mvc_Model.md +++ b/pl/api/Phalcon_Mvc_Model.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface), [Phalcon\Mvc\Model\ResultInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface), [Phalcon\Mvc\Model\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) Source on GitHub @@ -51,11 +51,11 @@ if ($robot->save() === false) { ## Metody -final public **__construct** ([*mixed* $data], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) $modelsManager]) +final public **__construct** ([*mixed* $data], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) $modelsManager]) Phalcon\\Mvc\\Model constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -63,7 +63,7 @@ public **getDI** () Returns the dependency injection container -protected **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +protected **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a custom events manager @@ -79,7 +79,7 @@ public **getModelsManager** () Returns the models manager related to the entity instance -public **setTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +public **setTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Sets a transaction related to the Model instance @@ -174,7 +174,7 @@ public **getWriteConnection** () Gets the connection used to write data to the model -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **assign** (*array* $data, [*mixed* $dataColumnMap], [*array* $whiteList]) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **assign** (*array* $data, [*mixed* $dataColumnMap], [*array* $whiteList]) Assigns values to a model from an array @@ -224,7 +224,7 @@ $robot->assign( ``` -public static **cloneResultMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/en/3.2/api/Phalcon_Mvc_Model_Row) $base, *array* $data, *array* $columnMap, [*int* $dirtyState], [*boolean* $keepSnapshots]) +public static **cloneResultMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Row) $base, *array* $data, *array* $columnMap, [*int* $dirtyState], [*boolean* $keepSnapshots]) Assigns values to a model from an array, returning a new model. @@ -246,7 +246,7 @@ public static *mixed* **cloneResultMapHydrate** (*array* $data, *array* $columnM Returns an hydrated result based on the data and the column map -public static [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) **cloneResult** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $base, *array* $data, [*int* $dirtyState]) +public static [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) **cloneResult** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $base, *array* $data, [*int* $dirtyState]) Assigns values to a model from an array returning a new model @@ -341,15 +341,15 @@ echo "The first virtual robot name is ", $robot->name; ``` -public static **query** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public static **query** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Create a criteria for a specific model -protected *boolean* **_exists** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [*string* | *array* $table]) +protected *boolean* **_exists** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [*string* | *array* $table]) Checks whether the current record already exists -protected static [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) **_groupResult** (*mixed* $functionName, *string* $alias, *array* $parameters) +protected static [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) **_groupResult** (*mixed* $functionName, *string* $alias, *array* $parameters) Generate a PHQL SELECT statement for an aggregate @@ -496,7 +496,7 @@ protected **_cancelOperation** () Cancel the current operation -public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) Appends a customized message on the validation process @@ -522,7 +522,7 @@ class Robots extends Model ``` -protected **validate** ([Phalcon\ValidationInterface](/en/3.2/api/Phalcon_ValidationInterface) $validator) +protected **validate** ([Phalcon\ValidationInterface](/[[language]]/[[version]]/api/Phalcon_ValidationInterface) $validator) Executes validators on every validation call @@ -631,7 +631,7 @@ final protected **_checkForeignKeysReverseRestrict** () Reads both "hasMany" and "hasOne" relations and checks the virtual foreign keys (restrict) when deleting records -protected **_preSave** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, *mixed* $exists, *mixed* $identityField) +protected **_preSave** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, *mixed* $exists, *mixed* $identityField) Executes internal hooks before save a record @@ -639,19 +639,19 @@ protected **_postSave** (*mixed* $success, *mixed* $exists) Executes internal events after save a record -protected *boolean* **_doLowInsert** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table, *boolean* | *string* $identityField) +protected *boolean* **_doLowInsert** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table, *boolean* | *string* $identityField) Sends a pre-build INSERT SQL statement to the relational database system -protected *boolean* **_doLowUpdate** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table) +protected *boolean* **_doLowUpdate** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table) Sends a pre-build UPDATE SQL statement to the relational database system -protected *boolean* **_preSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $related) +protected *boolean* **_preSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $related) Saves related records that must be stored prior to save the master record -protected *boolean* **_postSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $related) +protected *boolean* **_postSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $related) Save the related records assigned in the has-one/has-many relations @@ -913,7 +913,7 @@ class Robots extends \Phalcon\Mvc\Model ``` -protected [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **hasManyToMany** (*string* | *array* $fields, *string* $intermediateModel, *string* | *array* $intermediateFields, *string* | *array* $intermediateReferencedFields, *mixed* $referenceModel, *string* | *array* $referencedFields, [*array* $options]) +protected [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **hasManyToMany** (*string* | *array* $fields, *string* $intermediateModel, *string* | *array* $intermediateFields, *string* | *array* $intermediateReferencedFields, *mixed* $referenceModel, *string* | *array* $referencedFields, [*array* $options]) Setup an n-n relation between two models, through an intermediate relation @@ -938,7 +938,7 @@ class Robots extends \Phalcon\Mvc\Model ``` -public **addBehavior** ([Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) +public **addBehavior** ([Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) Setups a behavior in a model @@ -1083,7 +1083,7 @@ class Robots extends Model ``` -public [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) **getRelated** (*string* $alias, [*array* $arguments]) +public [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) **getRelated** (*string* $alias, [*array* $arguments]) Returns related records based on defined relations @@ -1091,7 +1091,7 @@ protected *mixed* **_getRelatedRecords** (*string* $modelName, *string* $method, Returns related records defined relations depending on the method name -final protected static [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | *boolean* **_invokeFinder** (*string* $method, *array* $arguments) +final protected static [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | *boolean* **_invokeFinder** (*string* $method, *array* $arguments) Try to check if the query must invoke a finder @@ -1111,7 +1111,7 @@ final protected *string* **_possibleSetter** (*string* $property, *mixed* $value Check for, and attempt to use, possible setter. -public [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) | [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **__get** (*string* $property) +public [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) | [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **__get** (*string* $property) Magic method to get related records using the relation alias as a property diff --git a/pl/api/Phalcon_Mvc_ModelInterface.md b/pl/api/Phalcon_Mvc_ModelInterface.md index 4fafe9996c50..e30c0b2c3fbb 100644 --- a/pl/api/Phalcon_Mvc_ModelInterface.md +++ b/pl/api/Phalcon_Mvc_ModelInterface.md @@ -4,7 +4,7 @@ ## Metody -abstract public **setTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +abstract public **setTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) ... @@ -60,7 +60,7 @@ abstract public static **cloneResultMap** (*mixed* $base, *array* $data, *mixed* ... -abstract public static **cloneResult** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $base, *array* $data, [*mixed* $dirtyState]) +abstract public static **cloneResult** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $base, *array* $data, [*mixed* $dirtyState]) ... @@ -76,7 +76,7 @@ abstract public static **findFirst** ([*mixed* $parameters]) ... -abstract public static **query** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +abstract public static **query** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) ... @@ -108,7 +108,7 @@ abstract public **fireEventCancel** (*mixed* $eventName) ... -abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) ... diff --git a/pl/api/Phalcon_Mvc_Model_Behavior.md b/pl/api/Phalcon_Mvc_Model_Behavior.md index b7b81deb4ba1..fb8271cb455a 100644 --- a/pl/api/Phalcon_Mvc_Model_Behavior.md +++ b/pl/api/Phalcon_Mvc_Model_Behavior.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\Behavior** -*implements* [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) +*implements* [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) Source on GitHub @@ -18,10 +18,10 @@ protected *array* **getOptions** ([*string* $eventName]) Returns the behavior options related to an event -public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) This method receives the notifications from the EventsManager -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) Acts as fallbacks when a missing method is called on the model \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_BehaviorInterface.md b/pl/api/Phalcon_Mvc_Model_BehaviorInterface.md index a355edd06b74..1fa7e8563a80 100644 --- a/pl/api/Phalcon_Mvc_Model_BehaviorInterface.md +++ b/pl/api/Phalcon_Mvc_Model_BehaviorInterface.md @@ -4,10 +4,10 @@ ## Metody -abstract public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $method, [*mixed* $arguments]) +abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $method, [*mixed* $arguments]) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md b/pl/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md index 0ea269846e1d..4846a8561046 100644 --- a/pl/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md +++ b/pl/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Behavior\\SoftDelete** -*extends* abstract class [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +*extends* abstract class [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) -*implements* [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) +*implements* [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Instead of permanently delete a record it marks the record as deleted changing t ## Metody -public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Phalcon\\Mvc\\Model\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Acts as fallbacks when a missing method is called on the model \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_Behavior_Timestampable.md b/pl/api/Phalcon_Mvc_Model_Behavior_Timestampable.md index f0bd6e109586..1f917f8ac1a1 100644 --- a/pl/api/Phalcon_Mvc_Model_Behavior_Timestampable.md +++ b/pl/api/Phalcon_Mvc_Model_Behavior_Timestampable.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Behavior\\Timestampable** -*extends* abstract class [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +*extends* abstract class [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) -*implements* [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) +*implements* [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Allows to automatically update a model’s attribute saving the datetime when a ## Metody -public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Phalcon\\Mvc\\Model\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Acts as fallbacks when a missing method is called on the model \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_Binder.md b/pl/api/Phalcon_Mvc_Model_Binder.md index 4a6a3f874f53..f780368c7d88 100644 --- a/pl/api/Phalcon_Mvc_Model_Binder.md +++ b/pl/api/Phalcon_Mvc_Model_Binder.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Binder** -*implements* [Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) +*implements* [Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) Source on GitHub @@ -18,11 +18,11 @@ public **getOriginalValues** () Array for original values -public **__construct** ([[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +public **__construct** ([[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Phalcon\\Mvc\\Model\\Binder constructor -public **setCache** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache) +public **setCache** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache) Gets cache instance diff --git a/pl/api/Phalcon_Mvc_Model_BinderInterface.md b/pl/api/Phalcon_Mvc_Model_BinderInterface.md index 446c46a5df43..6bc66b2aa3be 100644 --- a/pl/api/Phalcon_Mvc_Model_BinderInterface.md +++ b/pl/api/Phalcon_Mvc_Model_BinderInterface.md @@ -12,7 +12,7 @@ abstract public **getCache** () ... -abstract public **setCache** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache) +abstract public **setCache** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache) ... diff --git a/pl/api/Phalcon_Mvc_Model_Criteria.md b/pl/api/Phalcon_Mvc_Model_Criteria.md index f89d5f844d48..1c948a579d30 100644 --- a/pl/api/Phalcon_Mvc_Model_Criteria.md +++ b/pl/api/Phalcon_Mvc_Model_Criteria.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Criteria** -*implements* [Phalcon\Mvc\Model\CriteriaInterface](/en/3.2/api/Phalcon_Mvc_Model_CriteriaInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\CriteriaInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_CriteriaInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -21,7 +21,7 @@ $robots = Robots::query() ## Metody -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -49,7 +49,7 @@ public **distinct** (*mixed* $distinct) Sets SELECT DISTINCT / SELECT ALL flag -public [Phalcon\Mvc\Model\Criteria](/en/3.2/api/Phalcon_Mvc_Model_Criteria) **columns** (*string* | *array* $columns) +public [Phalcon\Mvc\Model\Criteria](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Criteria) **columns** (*string* | *array* $columns) Sets the columns to be queried @@ -251,7 +251,7 @@ public *array* **getParams** () Returns all the parameters defined in the criteria -public static **fromInput** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *mixed* $modelName, *array* $data, [*mixed* $operator]) +public static **fromInput** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *mixed* $modelName, *array* $data, [*mixed* $operator]) Builds a Phalcon\\Mvc\\Model\\Criteria based on an input array like $_POST diff --git a/pl/api/Phalcon_Mvc_Model_Exception.md b/pl/api/Phalcon_Mvc_Model_Exception.md index ffc8d8711b1b..6acf8cef257b 100644 --- a/pl/api/Phalcon_Mvc_Model_Exception.md +++ b/pl/api/Phalcon_Mvc_Model_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Mvc_Model_Manager.md b/pl/api/Phalcon_Mvc_Model_Manager.md index b7d7648ecfc6..bf86a4020072 100644 --- a/pl/api/Phalcon_Mvc_Model_Manager.md +++ b/pl/api/Phalcon_Mvc_Model_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Manager** -*implements* [Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -29,7 +29,7 @@ $robot = new Robots($di); ## Metody -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -37,7 +37,7 @@ public **getDI** () Returns the DependencyInjector container -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a global events manager @@ -45,15 +45,15 @@ public **getEventsManager** () Returns the internal event manager -public **setCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a custom events manager for a specific model -public **getCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns a custom events manager related to a model -public **initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Initializes a model in the model manager @@ -111,11 +111,11 @@ echo $robots->getSource(); // wp_robots ``` -public **setModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) +public **setModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) Sets the mapped source for a model -final public **isVisibleModelProperty** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $property) +final public **isVisibleModelProperty** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $property) Check whether a model property is declared as public. @@ -129,95 +129,95 @@ $isPublic = $manager->isVisibleModelProperty( ``` -public **getModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the mapped source for a model -public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) +public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) Sets the mapped schema for a model -public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the mapped schema for a model -public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) Sets both write and read connection service for a model -public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) Sets write connection service for a model -public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) Sets read connection service for a model -public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection to read data related to a model -public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection to write data related to a model -protected **_getConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) +protected **_getConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) Returns the connection to read or write data related to a model depending on the connection services. -public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection service name used to read data related to a model -public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection service name used to write data related to a model -public **_getConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) +public **_getConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) Returns the connection service name used to read or write data related to a model depending on the connection services -public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Receives events generated in the models and dispatches them to an events-manager if available Notify the behaviors that are listening in the model -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) Dispatch an event to the listeners and behaviors This method expects that the endpoint listeners/behaviors returns true meaning that a least one was implemented -public **addBehavior** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) +public **addBehavior** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) Binds a behavior to a model -public **keepSnapshots** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $keepSnapshots) +public **keepSnapshots** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $keepSnapshots) Sets if a model must keep snapshots -public **isKeepingSnapshots** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **isKeepingSnapshots** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Checks if a model is keeping snapshots for the queried records -public **useDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $dynamicUpdate) +public **useDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $dynamicUpdate) Sets if a model must use dynamic update instead of the all-field update -public **isUsingDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **isUsingDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Checks if a model is using dynamic update instead of all-field update -public [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **addHasOne** ([Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) +public [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **addHasOne** ([Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) Setup a 1-1 relation between two models -public [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **addBelongsTo** ([Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) +public [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **addBelongsTo** ([Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) Setup a relation reverse many to one between two models -public **addHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) +public **addHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) Setup a relation 1-n between two models -public [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **addHasManyToMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $fields, *string* $intermediateModel, *string* $intermediateFields, *string* $intermediateReferencedFields, *string* $referencedModel, *string* $referencedFields, [*array* $options]) +public [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **addHasManyToMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $fields, *string* $intermediateModel, *string* $intermediateFields, *string* $intermediateReferencedFields, *string* $referencedModel, *string* $referencedFields, [*array* $options]) Setups a relation n-m between two models @@ -245,7 +245,7 @@ final protected **_mergeFindParameters** (*mixed* $findParamsOne, *mixed* $findP Merge two arrays of find parameters -public [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) | [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) | *int* | *false* **getRelationRecords** ([Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) $relation, *mixed* $method, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) | [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) | *int* | *false* **getRelationRecords** ([Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) $relation, *mixed* $method, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Helper method to query records based on a relation definition @@ -261,19 +261,19 @@ public **clearReusableObjects** () Clears the internal reusable list -public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Gets belongsTo related records from a model -public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Gets hasMany related records from a model -public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Gets belongsTo related records from a model -public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets all the belongsTo relations defined in a model @@ -286,19 +286,19 @@ $relations = $modelsManager->getBelongsTo( ``` -public **getHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasMany relations defined on a model -public **getHasOne** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasOne** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasOne relations defined on a model -public **getHasManyToMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasManyToMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasManyToMany relations defined on a model -public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasOne relations defined on a model diff --git a/pl/api/Phalcon_Mvc_Model_ManagerInterface.md b/pl/api/Phalcon_Mvc_Model_ManagerInterface.md index d179fae72df9..2dd54b36214e 100644 --- a/pl/api/Phalcon_Mvc_Model_ManagerInterface.md +++ b/pl/api/Phalcon_Mvc_Model_ManagerInterface.md @@ -4,51 +4,51 @@ ## Metody -abstract public **initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) +abstract public **setModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) ... -abstract public **getModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) +abstract public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) ... -abstract public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +abstract public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) ... -abstract public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +abstract public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) ... -abstract public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +abstract public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) ... -abstract public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... @@ -64,15 +64,15 @@ abstract public **load** (*mixed* $modelName, [*mixed* $newInstance]) ... -abstract public **addHasOne** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) +abstract public **addHasOne** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) ... -abstract public **addBelongsTo** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) +abstract public **addBelongsTo** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) ... -abstract public **addHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) +abstract public **addHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) ... @@ -88,31 +88,31 @@ abstract public **existsHasOne** (*mixed* $modelName, *mixed* $modelRelation) ... -abstract public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +abstract public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) ... -abstract public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +abstract public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) ... -abstract public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +abstract public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) ... -abstract public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getHasOne** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getHasOne** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... @@ -136,15 +136,15 @@ abstract public **createBuilder** ([*mixed* $params]) ... -abstract public **addBehavior** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) +abstract public **addBehavior** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) ... -abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) +abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) ... diff --git a/pl/api/Phalcon_Mvc_Model_Message.md b/pl/api/Phalcon_Mvc_Model_Message.md index 5d045a5fe1ff..cfcbb1b3342b 100644 --- a/pl/api/Phalcon_Mvc_Model_Message.md +++ b/pl/api/Phalcon_Mvc_Model_Message.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Message** -*implements* [Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) +*implements* [Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) Source on GitHub @@ -31,7 +31,7 @@ class Robots extends \Phalcon\Mvc\Model ## Metody -public **__construct** (*string* $message, [*string* | *array* $field], [*string* $type], [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model], [*int* | *null* $code]) +public **__construct** (*string* $message, [*string* | *array* $field], [*string* $type], [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model], [*int* | *null* $code]) Phalcon\\Mvc\\Model\\Message constructor @@ -59,7 +59,7 @@ public **getField** () Returns field name related to message -public **setModel** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **setModel** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Set the model who generates the message diff --git a/pl/api/Phalcon_Mvc_Model_MetaData.md b/pl/api/Phalcon_Mvc_Model_MetaData.md index 4d7c193ff20a..89d07524272e 100644 --- a/pl/api/Phalcon_Mvc_Model_MetaData.md +++ b/pl/api/Phalcon_Mvc_Model_MetaData.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\MetaData** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) Source on GitHub @@ -57,11 +57,11 @@ print_r($attributes); ## Metody -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -69,7 +69,7 @@ public **getDI** () Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) Set the meta-data extraction strategy @@ -77,7 +77,7 @@ public **getStrategy** () Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Reads the complete meta-data for certain model @@ -92,7 +92,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) Reads meta-data for certain model @@ -108,7 +108,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) Writes meta-data for certain model using a MODEL_* constant @@ -127,7 +127,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Reads the ordered/reversed column map for certain model @@ -142,7 +142,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) Reads column-map information for certain model using a MODEL_* constant @@ -158,7 +158,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns table attributes names (fields) @@ -173,7 +173,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns an array of fields which are part of the primary key @@ -188,7 +188,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns an array of fields which are not part of the primary key @@ -203,7 +203,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns an array of not null attributes @@ -218,7 +218,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes and their data types @@ -233,7 +233,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes which types are numerical @@ -248,7 +248,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the name of identity field (if one is present) @@ -263,7 +263,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes and their bind data types @@ -278,7 +278,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes that must be ignored from the INSERT SQL generation @@ -293,7 +293,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes that must be ignored from the UPDATE SQL generation @@ -308,7 +308,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) Set the attributes that must be ignored from the INSERT SQL generation @@ -324,7 +324,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) Set the attributes that must be ignored from the UPDATE SQL generation @@ -340,7 +340,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) Set the attributes that allow empty string values @@ -356,7 +356,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes allow empty strings @@ -371,7 +371,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes (which have default values) and their default values @@ -386,7 +386,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the column map if any @@ -401,7 +401,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the reverse column map if any @@ -416,7 +416,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) Check if a model has certain attribute @@ -456,10 +456,10 @@ $metaData->reset(); ``` -abstract public **read** (*mixed* $key) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) +abstract public **read** (*mixed* $key) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) ... -abstract public **write** (*mixed* $key, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) +abstract public **write** (*mixed* $key, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_MetaDataInterface.md b/pl/api/Phalcon_Mvc_Model_MetaDataInterface.md index ca0ac1990a43..0abfb10c346f 100644 --- a/pl/api/Phalcon_Mvc_Model_MetaDataInterface.md +++ b/pl/api/Phalcon_Mvc_Model_MetaDataInterface.md @@ -4,7 +4,7 @@ ## Metody -abstract public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) +abstract public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) ... @@ -12,95 +12,95 @@ abstract public **getStrategy** () ... -abstract public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +abstract public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) ... -abstract public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) +abstract public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) ... -abstract public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +abstract public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) ... -abstract public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +abstract public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) ... -abstract public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +abstract public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) ... -abstract public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +abstract public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) ... -abstract public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) +abstract public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) ... diff --git a/pl/api/Phalcon_Mvc_Model_MetaData_Apc.md b/pl/api/Phalcon_Mvc_Model_MetaData_Apc.md index 1e9bf25f3572..1f84f73fd9ce 100644 --- a/pl/api/Phalcon_Mvc_Model_MetaData_Apc.md +++ b/pl/api/Phalcon_Mvc_Model_MetaData_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Apc** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -72,27 +72,27 @@ public **write** (*mixed* $key, *mixed* $data) Writes the meta-data to APC -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -107,7 +107,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -123,7 +123,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -142,7 +142,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -157,7 +157,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -173,7 +173,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -188,7 +188,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -203,7 +203,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -218,7 +218,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -233,7 +233,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -248,7 +248,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -263,7 +263,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -278,7 +278,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -293,7 +293,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -308,7 +308,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -323,7 +323,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -339,7 +339,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -355,7 +355,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -371,7 +371,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -386,7 +386,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -401,7 +401,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -416,7 +416,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -431,7 +431,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -447,7 +447,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -460,7 +460,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/pl/api/Phalcon_Mvc_Model_MetaData_Files.md b/pl/api/Phalcon_Mvc_Model_MetaData_Files.md index 0c78b8455097..13b2cfecd834 100644 --- a/pl/api/Phalcon_Mvc_Model_MetaData_Files.md +++ b/pl/api/Phalcon_Mvc_Model_MetaData_Files.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Files** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -67,27 +67,27 @@ public **write** (*string* $key, *array* $data) Writes the meta-data to files -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -102,7 +102,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -118,7 +118,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -137,7 +137,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -152,7 +152,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -168,7 +168,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -183,7 +183,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -198,7 +198,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -213,7 +213,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -228,7 +228,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -243,7 +243,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -258,7 +258,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -273,7 +273,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -288,7 +288,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -303,7 +303,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -318,7 +318,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -334,7 +334,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -350,7 +350,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -366,7 +366,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -381,7 +381,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -396,7 +396,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -411,7 +411,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -426,7 +426,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -442,7 +442,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -455,7 +455,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/pl/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md b/pl/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md index 5ff80f32ee0b..aed8f62325a6 100644 --- a/pl/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md +++ b/pl/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Libmemcached** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -85,27 +85,27 @@ public **reset** () Flush Memcache data and resets internal meta-data in order to regenerate it -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -120,7 +120,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -136,7 +136,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -155,7 +155,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -170,7 +170,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -186,7 +186,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -201,7 +201,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -216,7 +216,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -231,7 +231,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -246,7 +246,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -261,7 +261,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -276,7 +276,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -291,7 +291,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -306,7 +306,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -321,7 +321,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -336,7 +336,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -352,7 +352,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -368,7 +368,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -384,7 +384,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -399,7 +399,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -414,7 +414,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -429,7 +429,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -444,7 +444,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -460,7 +460,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty diff --git a/pl/api/Phalcon_Mvc_Model_MetaData_Memcache.md b/pl/api/Phalcon_Mvc_Model_MetaData_Memcache.md index b7b7bbbcef84..4abc1e480cc0 100644 --- a/pl/api/Phalcon_Mvc_Model_MetaData_Memcache.md +++ b/pl/api/Phalcon_Mvc_Model_MetaData_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Memcache** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -77,27 +77,27 @@ public **reset** () Flush Memcache data and resets internal meta-data in order to regenerate it -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -112,7 +112,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -128,7 +128,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -147,7 +147,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -162,7 +162,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -178,7 +178,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -193,7 +193,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -208,7 +208,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -223,7 +223,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -238,7 +238,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -253,7 +253,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -268,7 +268,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -283,7 +283,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -298,7 +298,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -313,7 +313,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -328,7 +328,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -344,7 +344,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -360,7 +360,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -376,7 +376,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -391,7 +391,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -406,7 +406,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -421,7 +421,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -436,7 +436,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -452,7 +452,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty diff --git a/pl/api/Phalcon_Mvc_Model_MetaData_Memory.md b/pl/api/Phalcon_Mvc_Model_MetaData_Memory.md index 977e8a0b8e46..0e8e5f011f6c 100644 --- a/pl/api/Phalcon_Mvc_Model_MetaData_Memory.md +++ b/pl/api/Phalcon_Mvc_Model_MetaData_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Memory** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -56,27 +56,27 @@ public **write** (*string* $key, *array* $data) Writes the meta-data to temporal memory -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -91,7 +91,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -107,7 +107,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -126,7 +126,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -141,7 +141,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -157,7 +157,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -172,7 +172,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -187,7 +187,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -202,7 +202,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -217,7 +217,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -232,7 +232,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -247,7 +247,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -262,7 +262,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -277,7 +277,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -292,7 +292,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -307,7 +307,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -323,7 +323,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -339,7 +339,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -355,7 +355,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -370,7 +370,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -385,7 +385,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -400,7 +400,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -415,7 +415,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -431,7 +431,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -444,7 +444,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/pl/api/Phalcon_Mvc_Model_MetaData_Redis.md b/pl/api/Phalcon_Mvc_Model_MetaData_Redis.md index b048d0642d47..f743472670d5 100644 --- a/pl/api/Phalcon_Mvc_Model_MetaData_Redis.md +++ b/pl/api/Phalcon_Mvc_Model_MetaData_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Redis** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -80,27 +80,27 @@ public **reset** () Flush Redis data and resets internal meta-data in order to regenerate it -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -115,7 +115,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -131,7 +131,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -150,7 +150,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -165,7 +165,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -181,7 +181,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -196,7 +196,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -211,7 +211,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -226,7 +226,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -241,7 +241,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -256,7 +256,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -271,7 +271,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -286,7 +286,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -301,7 +301,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -316,7 +316,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -331,7 +331,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -347,7 +347,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -363,7 +363,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -379,7 +379,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -394,7 +394,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -409,7 +409,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -424,7 +424,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -439,7 +439,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -455,7 +455,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty diff --git a/pl/api/Phalcon_Mvc_Model_MetaData_Session.md b/pl/api/Phalcon_Mvc_Model_MetaData_Session.md index 401708993915..8e6eff15fd51 100644 --- a/pl/api/Phalcon_Mvc_Model_MetaData_Session.md +++ b/pl/api/Phalcon_Mvc_Model_MetaData_Session.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Session** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -69,27 +69,27 @@ public **write** (*string* $key, *array* $data) Writes the meta-data to $_SESSION -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -104,7 +104,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -120,7 +120,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -139,7 +139,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -154,7 +154,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -170,7 +170,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -185,7 +185,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -200,7 +200,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -215,7 +215,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -230,7 +230,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -245,7 +245,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -260,7 +260,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -275,7 +275,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -290,7 +290,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -305,7 +305,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -320,7 +320,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -336,7 +336,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -352,7 +352,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -368,7 +368,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -383,7 +383,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -398,7 +398,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -413,7 +413,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -428,7 +428,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -444,7 +444,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -457,7 +457,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/pl/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md b/pl/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md index 04a5ef8689b9..f5428ae4426e 100644 --- a/pl/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md +++ b/pl/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md @@ -4,10 +4,10 @@ ## Metody -abstract public **getMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **getMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... -abstract public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md b/pl/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md index 143d61312af8..3f17c2957642 100644 --- a/pl/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md +++ b/pl/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md @@ -1,15 +1,15 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Strategy\\Annotations** -*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) +*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) Source on GitHub ## Metody -final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) The meta-data is obtained by reading the column descriptions from the database information schema -final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Read the model's column map, this can't be inferred \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md b/pl/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md index 9a15625ab7a5..81ca7c84518b 100644 --- a/pl/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md +++ b/pl/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Strategy\\Introspection** -*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) +*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) Source on GitHub @@ -8,10 +8,10 @@ Queries the table meta-data in order to introspect the model's metadata ## Metody -final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) The meta-data is obtained by reading the column descriptions from the database information schema -final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Read the model's column map, this can't be inferred \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_MetaData_Xcache.md b/pl/api/Phalcon_Mvc_Model_MetaData_Xcache.md index f4f13f8d6b0b..94ec80dced49 100644 --- a/pl/api/Phalcon_Mvc_Model_MetaData_Xcache.md +++ b/pl/api/Phalcon_Mvc_Model_MetaData_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Xcache** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -72,27 +72,27 @@ public **write** (*string* $key, *array* $data) Writes the metadata to XCache -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -107,7 +107,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -123,7 +123,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -142,7 +142,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -157,7 +157,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -173,7 +173,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -188,7 +188,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -203,7 +203,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -218,7 +218,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -233,7 +233,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -248,7 +248,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -263,7 +263,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -278,7 +278,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -293,7 +293,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -308,7 +308,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -323,7 +323,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -339,7 +339,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -355,7 +355,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -371,7 +371,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -386,7 +386,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -401,7 +401,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -416,7 +416,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -431,7 +431,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -447,7 +447,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -460,7 +460,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/pl/api/Phalcon_Mvc_Model_Query.md b/pl/api/Phalcon_Mvc_Model_Query.md index c31a586350b1..8f0879e8949f 100644 --- a/pl/api/Phalcon_Mvc_Model_Query.md +++ b/pl/api/Phalcon_Mvc_Model_Query.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Query** -*implements* [Phalcon\Mvc\Model\QueryInterface](/en/3.2/api/Phalcon_Mvc_Model_QueryInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\QueryInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_QueryInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -39,11 +39,11 @@ foreach ($result as $row) { ## Metody -public **__construct** ([*string* $phql], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector], [*mixed* $options]) +public **__construct** ([*string* $phql], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector], [*mixed* $options]) Phalcon\\Mvc\\Model\\Query constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -83,11 +83,11 @@ final protected **_getSelectColumn** (*array* $column) Resolves a column from its intermediate representation into an array used to determine if the resultset produced is simple or complex -final protected *string* **_getTable** ([Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *array* $qualifiedName) +final protected *string* **_getTable** ([Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *array* $qualifiedName) Resolves a table in a SELECT statement checking if the model exists -final protected **_getJoin** ([Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *mixed* $join) +final protected **_getJoin** ([Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *mixed* $join) Resolves a JOIN clause checking if the associated models exist @@ -95,11 +95,11 @@ final protected *string* **_getJoinType** (*array* $join) Resolves a JOIN type -final protected *array* **_getSingleJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) $relation) +final protected *array* **_getSingleJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) $relation) Resolves joins involving has-one/belongs-to/has-many relations -final protected *array* **_getMultiJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) $relation) +final protected *array* **_getMultiJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) $relation) Resolves joins involving many-to-many relations @@ -147,19 +147,19 @@ final protected **_executeSelect** (*mixed* $intermediate, *mixed* $bindParams, Executes the SELECT intermediate representation producing a Phalcon\\Mvc\\Model\\Resultset -final protected [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeInsert** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeInsert** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) Executes the INSERT intermediate representation producing a Phalcon\\Mvc\\Model\\Query\\Status -final protected [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeUpdate** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeUpdate** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) Executes the UPDATE intermediate representation producing a Phalcon\\Mvc\\Model\\Query\\Status -final protected [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeDelete** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeDelete** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) Executes the DELETE intermediate representation producing a Phalcon\\Mvc\\Model\\Query\\Status -final protected [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) **_getRelatedRecords** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) **_getRelatedRecords** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $intermediate, *array* $bindParams, *array* $bindTypes) Query the records on which the UPDATE/DELETE operation well be done @@ -167,7 +167,7 @@ public *mixed* **execute** ([*array* $bindParams], [*array* $bindTypes]) Executes a parsed PHQL statement -public [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) **getSingleResult** ([*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) **getSingleResult** ([*array* $bindParams], [*array* $bindTypes]) Executes the query returning the first result diff --git a/pl/api/Phalcon_Mvc_Model_Query_Builder.md b/pl/api/Phalcon_Mvc_Model_Query_Builder.md index 736f4ad9993d..93eafe0e0fd3 100644 --- a/pl/api/Phalcon_Mvc_Model_Query_Builder.md +++ b/pl/api/Phalcon_Mvc_Model_Query_Builder.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Query\\Builder** -*implements* [Phalcon\Mvc\Model\Query\BuilderInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_BuilderInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\Query\BuilderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_BuilderInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -46,11 +46,11 @@ $queryBuilder = new \Phalcon\Mvc\Model\Query\Builder($params); ## Metody -public **__construct** ([*mixed* $params], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([*mixed* $params], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\Model\\Query\\Builder constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -162,7 +162,7 @@ public *string* | *array* **getFrom** () Return the models who makes part of the query -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **join** (*string* $model, [*string* $conditions], [*string* $alias], [*string* $type]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **join** (*string* $model, [*string* $conditions], [*string* $alias], [*string* $type]) Adds an :type: join (by default type - INNER) to the query @@ -183,7 +183,7 @@ $builder->join("Robots", "r.id = RobotsParts.robots_id", "r", "LEFT"); ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **innerJoin** (*string* $model, [*string* $conditions], [*string* $alias]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **innerJoin** (*string* $model, [*string* $conditions], [*string* $alias]) Adds an INNER join to the query @@ -201,7 +201,7 @@ $builder->innerJoin("Robots", "r.id = RobotsParts.robots_id", "r"); ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **leftJoin** (*string* $model, [*string* $conditions], [*string* $alias]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **leftJoin** (*string* $model, [*string* $conditions], [*string* $alias]) Adds a LEFT join to the query @@ -212,7 +212,7 @@ $builder->leftJoin("Robots", "r.id = RobotsParts.robots_id", "r"); ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **rightJoin** (*string* $model, [*string* $conditions], [*string* $alias]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **rightJoin** (*string* $model, [*string* $conditions], [*string* $alias]) Adds a RIGHT join to the query @@ -227,7 +227,7 @@ public *array* **getJoins** () Return join parts of the query -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **where** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **where** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) Sets the query WHERE conditions @@ -248,7 +248,7 @@ $builder->where( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **andWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **andWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current WHERE conditions using a AND operator @@ -267,7 +267,7 @@ $builder->andWhere( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **orWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **orWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current conditions using an OR operator @@ -334,7 +334,7 @@ public *string* | *array* **getWhere** () Return the conditions for the query -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **orderBy** (*string* | *array* $orderBy) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **orderBy** (*string* | *array* $orderBy) Sets an ORDER BY condition clause @@ -350,7 +350,7 @@ public *string* | *array* **getOrderBy** () Returns the set ORDER BY clause -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **having** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **having** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) Sets the HAVING condition clause @@ -368,7 +368,7 @@ $builder->having( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **andHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **andHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current HAVING conditions clause using a AND operator @@ -386,7 +386,7 @@ $builder->andHaving( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **orHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **orHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current HAVING conditions clause using an OR operator @@ -495,7 +495,7 @@ public *string* | *array* **getOffset** () Returns the current OFFSET clause -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **groupBy** (*string* | *array* $group) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **groupBy** (*string* | *array* $group) Sets a GROUP BY clause diff --git a/pl/api/Phalcon_Mvc_Model_Query_Status.md b/pl/api/Phalcon_Mvc_Model_Query_Status.md index e60587b43446..f7feaf416a37 100644 --- a/pl/api/Phalcon_Mvc_Model_Query_Status.md +++ b/pl/api/Phalcon_Mvc_Model_Query_Status.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Query\\Status** -*implements* [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) +*implements* [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) Source on GitHub @@ -30,7 +30,7 @@ if ($status->success() === true) { ## Metody -public **__construct** (*mixed* $success, [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model]) +public **__construct** (*mixed* $success, [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model]) public **getModel** () diff --git a/pl/api/Phalcon_Mvc_Model_Relation.md b/pl/api/Phalcon_Mvc_Model_Relation.md index 24954e66300a..3a0ade18106f 100644 --- a/pl/api/Phalcon_Mvc_Model_Relation.md +++ b/pl/api/Phalcon_Mvc_Model_Relation.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Relation** -*implements* [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) +*implements* [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) Source on GitHub diff --git a/pl/api/Phalcon_Mvc_Model_Resultset.md b/pl/api/Phalcon_Mvc_Model_Resultset.md index ed54e4c12190..a5d337f464b8 100644 --- a/pl/api/Phalcon_Mvc_Model_Resultset.md +++ b/pl/api/Phalcon_Mvc_Model_Resultset.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\Resultset** -*implements* [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) +*implements* [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) Source on GitHub @@ -55,7 +55,7 @@ while ($robots->valid()) { ## Metody -public **__construct** ([Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) | *false* $result, [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +public **__construct** ([Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) | *false* $result, [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Phalcon\\Mvc\\Model\\Resultset constructor @@ -91,7 +91,7 @@ public **offsetGet** (*mixed* $index) Gets row in a specific position of the resultset -public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) +public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface @@ -143,7 +143,7 @@ public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $condi Deletes every record in the resultset -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) Filters a resultset returning only those the developer requires @@ -172,7 +172,7 @@ echo json_encode($robots); ``` -abstract public **toArray** () inherited from [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) +abstract public **toArray** () inherited from [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) ... diff --git a/pl/api/Phalcon_Mvc_Model_Resultset_Complex.md b/pl/api/Phalcon_Mvc_Model_Resultset_Complex.md index aa78b9aa4574..af93529f836e 100644 --- a/pl/api/Phalcon_Mvc_Model_Resultset_Complex.md +++ b/pl/api/Phalcon_Mvc_Model_Resultset_Complex.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Resultset\\Complex** -*extends* abstract class [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +*extends* abstract class [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) -*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) +*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) Source on GitHub @@ -22,7 +22,7 @@ Complex resultsets may include complete objects and scalar values. This class bu ## Metody -public **__construct** (*array* $columnTypes, [[Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) $result], [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +public **__construct** (*array* $columnTypes, [[Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) $result], [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Phalcon\\Mvc\\Model\\Resultset\\Complex constructor @@ -42,91 +42,91 @@ public **unserialize** (*mixed* $data) Unserializing a resultset will allow to only works on the rows present in the saved state -public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Moves cursor to next row in the resultset -public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Check whether internal resource has rows to fetch -public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets pointer number of active row in the resultset -final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Rewinds resultset to its beginning -final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Changes internal pointer to a specific position in the resultset Set new position if required and set this->_row -final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Counts how many rows are in the resultset -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Checks whether offset exists in the resultset -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets row in a specific position of the resultset -public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the internal type of data retrieval that the resultset is using -public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get first row in the resultset -public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get last row in the resultset -public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Set if the resultset is fresh or an old one cached -public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Tell if the resultset if fresh or an old one cached -public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Sets the hydration mode in the resultset -public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the current hydration mode -public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the associated cache for the resultset -public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the error messages produced by a batch operation -public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Updates every record in the resultset -public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Deletes every record in the resultset -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Filters a resultset returning only those the developer requires @@ -143,7 +143,7 @@ $filtered = $robots->filter( ``` -public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns serialised model objects as array for json_encode. Calls jsonSerialize on each object if present diff --git a/pl/api/Phalcon_Mvc_Model_Resultset_Simple.md b/pl/api/Phalcon_Mvc_Model_Resultset_Simple.md index 88adfeabaefc..bd751e27d5bf 100644 --- a/pl/api/Phalcon_Mvc_Model_Resultset_Simple.md +++ b/pl/api/Phalcon_Mvc_Model_Resultset_Simple.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Resultset\\Simple** -*extends* abstract class [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +*extends* abstract class [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) -*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) +*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) Source on GitHub @@ -22,7 +22,7 @@ Simple resultsets only contains a complete objects This class builds every compl ## Metody -public **__construct** (*array* $columnMap, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/en/3.2/api/Phalcon_Mvc_Model_Row) $model, [Phalcon\Db\Result\Pdo](/en/3.2/api/Phalcon_Db_Result_Pdo) | *null* $result, [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache], [*boolean* $keepSnapshots]) +public **__construct** (*array* $columnMap, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Row) $model, [Phalcon\Db\Result\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Result_Pdo) | *null* $result, [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache], [*boolean* $keepSnapshots]) Phalcon\\Mvc\\Model\\Resultset\\Simple constructor @@ -42,91 +42,91 @@ public **unserialize** (*mixed* $data) Unserializing a resultset will allow to only works on the rows present in the saved state -public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Moves cursor to next row in the resultset -public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Check whether internal resource has rows to fetch -public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets pointer number of active row in the resultset -final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Rewinds resultset to its beginning -final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Changes the internal pointer to a specific position in the resultset. Set the new position if required, and then set this->_row -final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Counts how many rows are in the resultset -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Checks whether offset exists in the resultset -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets row in a specific position of the resultset -public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the internal type of data retrieval that the resultset is using -public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get first row in the resultset -public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get last row in the resultset -public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Set if the resultset is fresh or an old one cached -public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Tell if the resultset if fresh or an old one cached -public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Sets the hydration mode in the resultset -public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the current hydration mode -public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the associated cache for the resultset -public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the error messages produced by a batch operation -public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Updates every record in the resultset -public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Deletes every record in the resultset -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Filters a resultset returning only those the developer requires @@ -143,7 +143,7 @@ $filtered = $robots->filter( ``` -public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns serialised model objects as array for json_encode. Calls jsonSerialize on each object if present diff --git a/pl/api/Phalcon_Mvc_Model_Row.md b/pl/api/Phalcon_Mvc_Model_Row.md index 3644b6ae62a5..f9757e09d798 100644 --- a/pl/api/Phalcon_Mvc_Model_Row.md +++ b/pl/api/Phalcon_Mvc_Model_Row.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Row** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\Model\ResultInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\Model\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) Source on GitHub @@ -16,11 +16,11 @@ public *boolean* **offsetExists** (*string* | *int* $index) Checks whether offset exists in the row -public *string* | [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) **offsetGet** (*string* | *int* $index) +public *string* | [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) **offsetGet** (*string* | *int* $index) Gets a record in a specific position of the row -public **offsetSet** (*string* | *int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) +public **offsetSet** (*string* | *int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) Rows cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface diff --git a/pl/api/Phalcon_Mvc_Model_Transaction.md b/pl/api/Phalcon_Mvc_Model_Transaction.md index a8b85647c26e..dbb79c618225 100644 --- a/pl/api/Phalcon_Mvc_Model_Transaction.md +++ b/pl/api/Phalcon_Mvc_Model_Transaction.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction** -*implements* [Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) +*implements* [Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) Source on GitHub @@ -44,11 +44,11 @@ try { ## Metody -public **__construct** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, [*boolean* $autoBegin], [*string* $service]) +public **__construct** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, [*boolean* $autoBegin], [*string* $service]) Phalcon\\Mvc\\Model\\Transaction constructor -public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) +public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) Sets transaction manager related to the transaction @@ -60,7 +60,7 @@ public **commit** () Commits the transaction -public *boolean* **rollback** ([*string* $rollbackMessage], [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $rollbackRecord]) +public *boolean* **rollback** ([*string* $rollbackMessage], [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $rollbackRecord]) Rollbacks the transaction @@ -88,6 +88,6 @@ public **isValid** () Checks whether internal connection is under an active transaction -public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record) +public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record) Sets object which generates rollback action \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_TransactionInterface.md b/pl/api/Phalcon_Mvc_Model_TransactionInterface.md index 2978e470bfb0..508a520b6d0a 100644 --- a/pl/api/Phalcon_Mvc_Model_TransactionInterface.md +++ b/pl/api/Phalcon_Mvc_Model_TransactionInterface.md @@ -4,7 +4,7 @@ ## Metody -abstract public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) +abstract public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) ... @@ -44,6 +44,6 @@ abstract public **isValid** () ... -abstract public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record) +abstract public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_Transaction_Exception.md b/pl/api/Phalcon_Mvc_Model_Transaction_Exception.md index cf692b6b6865..0864ffa9f464 100644 --- a/pl/api/Phalcon_Mvc_Model_Transaction_Exception.md +++ b/pl/api/Phalcon_Mvc_Model_Transaction_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction\\Exception** -*extends* class [Phalcon\Mvc\Model\Exception](/en/3.2/api/Phalcon_Mvc_Model_Exception) +*extends* class [Phalcon\Mvc\Model\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Mvc_Model_Transaction_Failed.md b/pl/api/Phalcon_Mvc_Model_Transaction_Failed.md index b4f43a119573..dbb1772a6f0d 100644 --- a/pl/api/Phalcon_Mvc_Model_Transaction_Failed.md +++ b/pl/api/Phalcon_Mvc_Model_Transaction_Failed.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction\\Failed** -*extends* class [Phalcon\Mvc\Model\Transaction\Exception](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Exception) +*extends* class [Phalcon\Mvc\Model\Transaction\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) @@ -10,7 +10,7 @@ This class will be thrown to exit a try/catch block for isolated transactions ## Metody -public **__construct** (*mixed* $message, [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record]) +public **__construct** (*mixed* $message, [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record]) Phalcon\\Mvc\\Model\\Transaction\\Failed constructor diff --git a/pl/api/Phalcon_Mvc_Model_Transaction_Manager.md b/pl/api/Phalcon_Mvc_Model_Transaction_Manager.md index 25d2a5f9303b..938f71cd6b51 100644 --- a/pl/api/Phalcon_Mvc_Model_Transaction_Manager.md +++ b/pl/api/Phalcon_Mvc_Model_Transaction_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction\\Manager** -*implements* [Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -48,11 +48,11 @@ try { ## Metody -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\Model\\Transaction\\Manager constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -100,15 +100,15 @@ public **rollback** ([*boolean* $collect]) Rollbacks active transactions within the manager Collect will remove the transaction from the manager -public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Notifies the manager about a rollbacked transaction -public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Notifies the manager about a committed transaction -protected **_collectTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +protected **_collectTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Removes transactions from the TransactionManager diff --git a/pl/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md b/pl/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md index 73aa644a3b96..56739268ce72 100644 --- a/pl/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md +++ b/pl/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md @@ -24,11 +24,11 @@ abstract public **rollback** ([*mixed* $collect]) ... -abstract public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +abstract public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) ... -abstract public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +abstract public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) ... diff --git a/pl/api/Phalcon_Mvc_Model_ValidationFailed.md b/pl/api/Phalcon_Mvc_Model_ValidationFailed.md index 66510a25d7c5..5c3ea27ef517 100644 --- a/pl/api/Phalcon_Mvc_Model_ValidationFailed.md +++ b/pl/api/Phalcon_Mvc_Model_ValidationFailed.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\ValidationFailed** -*extends* class [Phalcon\Mvc\Model\Exception](/en/3.2/api/Phalcon_Mvc_Model_Exception) +*extends* class [Phalcon\Mvc\Model\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Mvc_Model_Validator.md b/pl/api/Phalcon_Mvc_Model_Validator.md index f905bf27dbac..2b8c72ac78c0 100644 --- a/pl/api/Phalcon_Mvc_Model_Validator.md +++ b/pl/api/Phalcon_Mvc_Model_Validator.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\Validator** -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -34,6 +34,6 @@ public **isSetOption** (*mixed* $option) Check whether an option has been defined in the validator options -abstract public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) inherited from [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +abstract public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) inherited from [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_ValidatorInterface.md b/pl/api/Phalcon_Mvc_Model_ValidatorInterface.md index 700b9f4e3f71..f3b247ccf59a 100644 --- a/pl/api/Phalcon_Mvc_Model_ValidatorInterface.md +++ b/pl/api/Phalcon_Mvc_Model_ValidatorInterface.md @@ -8,6 +8,6 @@ abstract public **getMessages** () ... -abstract public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +abstract public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_Validator_Email.md b/pl/api/Phalcon_Mvc_Model_Validator_Email.md index 047a460134ab..95c6bf4bf154 100644 --- a/pl/api/Phalcon_Mvc_Model_Validator_Email.md +++ b/pl/api/Phalcon_Mvc_Model_Validator_Email.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Email** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -37,30 +37,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Metody -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_Validator_Exclusionin.md b/pl/api/Phalcon_Mvc_Model_Validator_Exclusionin.md index e9b2ab7518f3..92ddd27eb2ae 100644 --- a/pl/api/Phalcon_Mvc_Model_Validator_Exclusionin.md +++ b/pl/api/Phalcon_Mvc_Model_Validator_Exclusionin.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Exclusionin** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -40,30 +40,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Metody -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_Validator_Inclusionin.md b/pl/api/Phalcon_Mvc_Model_Validator_Inclusionin.md index 7394e8628e3f..fa668e630f38 100644 --- a/pl/api/Phalcon_Mvc_Model_Validator_Inclusionin.md +++ b/pl/api/Phalcon_Mvc_Model_Validator_Inclusionin.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Inclusionin** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -40,30 +40,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Metody -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_Validator_Ip.md b/pl/api/Phalcon_Mvc_Model_Validator_Ip.md index c9fadfedc9b5..91400edb150f 100644 --- a/pl/api/Phalcon_Mvc_Model_Validator_Ip.md +++ b/pl/api/Phalcon_Mvc_Model_Validator_Ip.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Ip** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -73,30 +73,30 @@ class Data extends \Phalcon\Mvc\Collection ## Metody -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_Validator_Numericality.md b/pl/api/Phalcon_Mvc_Model_Validator_Numericality.md index ff7c7a645039..fa3a718746c7 100644 --- a/pl/api/Phalcon_Mvc_Model_Validator_Numericality.md +++ b/pl/api/Phalcon_Mvc_Model_Validator_Numericality.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Numericality** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -37,30 +37,30 @@ class Products extends \Phalcon\Mvc\Collection ## Metody -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_Validator_PresenceOf.md b/pl/api/Phalcon_Mvc_Model_Validator_PresenceOf.md index 8b08c82cbdd4..ab734027f565 100644 --- a/pl/api/Phalcon_Mvc_Model_Validator_PresenceOf.md +++ b/pl/api/Phalcon_Mvc_Model_Validator_PresenceOf.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\PresenceOf** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -38,30 +38,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Metody -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_Validator_Regex.md b/pl/api/Phalcon_Mvc_Model_Validator_Regex.md index 51b809ea890d..6a9c6414a720 100644 --- a/pl/api/Phalcon_Mvc_Model_Validator_Regex.md +++ b/pl/api/Phalcon_Mvc_Model_Validator_Regex.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Regex** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -38,30 +38,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Metody -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_Validator_StringLength.md b/pl/api/Phalcon_Mvc_Model_Validator_StringLength.md index 2664eb6f523e..dd1d216c334f 100644 --- a/pl/api/Phalcon_Mvc_Model_Validator_StringLength.md +++ b/pl/api/Phalcon_Mvc_Model_Validator_StringLength.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\StringLength** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -41,30 +41,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Metody -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_Validator_Uniqueness.md b/pl/api/Phalcon_Mvc_Model_Validator_Uniqueness.md index 6ee6ebd38186..b2b0d15d4106 100644 --- a/pl/api/Phalcon_Mvc_Model_Validator_Uniqueness.md +++ b/pl/api/Phalcon_Mvc_Model_Validator_Uniqueness.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Uniqueness** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -39,30 +39,30 @@ class Subscriptors extends Collection ## Metody -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Model_Validator_Url.md b/pl/api/Phalcon_Mvc_Model_Validator_Url.md index a919aa92da2a..3eeebc7a455a 100644 --- a/pl/api/Phalcon_Mvc_Model_Validator_Url.md +++ b/pl/api/Phalcon_Mvc_Model_Validator_Url.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Url** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -37,30 +37,30 @@ class Posts extends \Phalcon\Mvc\Collection ## Metody -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_ModuleDefinitionInterface.md b/pl/api/Phalcon_Mvc_ModuleDefinitionInterface.md index da62d0f1621f..7bc57e803456 100644 --- a/pl/api/Phalcon_Mvc_ModuleDefinitionInterface.md +++ b/pl/api/Phalcon_Mvc_ModuleDefinitionInterface.md @@ -4,10 +4,10 @@ ## Metody -abstract public **registerAutoloaders** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +abstract public **registerAutoloaders** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) ... -abstract public **registerServices** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **registerServices** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Router.md b/pl/api/Phalcon_Mvc_Router.md index c8f7f9ee3d58..15219592f147 100644 --- a/pl/api/Phalcon_Mvc_Router.md +++ b/pl/api/Phalcon_Mvc_Router.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -43,7 +43,7 @@ public **__construct** ([*mixed* $defaultRoutes]) Phalcon\\Mvc\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -51,7 +51,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -186,7 +186,7 @@ public **addConnect** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) Adds a route to the router that only match if the HTTP method is CONNECT -public **mount** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) +public **mount** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) Mounts a group of routes in the router diff --git a/pl/api/Phalcon_Mvc_RouterInterface.md b/pl/api/Phalcon_Mvc_RouterInterface.md index 7bc02203c7d3..7b79b3f4fb41 100644 --- a/pl/api/Phalcon_Mvc_RouterInterface.md +++ b/pl/api/Phalcon_Mvc_RouterInterface.md @@ -68,7 +68,7 @@ abstract public **addConnect** (*mixed* $pattern, [*mixed* $paths]) ... -abstract public **mount** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) +abstract public **mount** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) ... diff --git a/pl/api/Phalcon_Mvc_Router_Annotations.md b/pl/api/Phalcon_Mvc_Router_Annotations.md index b4191637e31a..78c20c35bedc 100644 --- a/pl/api/Phalcon_Mvc_Router_Annotations.md +++ b/pl/api/Phalcon_Mvc_Router_Annotations.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Router\\Annotations** -*extends* class [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +*extends* class [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -52,11 +52,11 @@ public **handle** ([*mixed* $uri]) Produce the routing parameters from the rewrite information -public **processControllerAnnotation** (*mixed* $handler, [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) $annotation) +public **processControllerAnnotation** (*mixed* $handler, [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) $annotation) Checks for annotations in the controller docblock -public **processActionAnnotation** (*mixed* $module, *mixed* $namespaceName, *mixed* $controller, *mixed* $action, [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) $annotation) +public **processActionAnnotation** (*mixed* $module, *mixed* $namespaceName, *mixed* $controller, *mixed* $action, [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) $annotation) Checks for annotations in the public methods of the controller @@ -72,31 +72,31 @@ public **getResources** () Return the registered resources -public **__construct** ([*mixed* $defaultRoutes]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **__construct** ([*mixed* $defaultRoutes]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Phalcon\\Mvc\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getDI** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getEventsManager** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the internal event manager -public **getRewriteUri** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRewriteUri** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Get rewrite info. This info is read from $_GET["_url"]. This returns '/' if the rewrite information cannot be read -public **setUriSource** (*mixed* $uriSource) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setUriSource** (*mixed* $uriSource) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the URI source. One of the URI_SOURCE_* constants @@ -109,27 +109,27 @@ $router->setUriSource( ``` -public **removeExtraSlashes** (*mixed* $remove) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **removeExtraSlashes** (*mixed* $remove) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Set whether router must remove the extra slashes in the handled routes -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the name of the default namespace -public **setDefaultModule** (*mixed* $moduleName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultModule** (*mixed* $moduleName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the name of the default module -public **setDefaultController** (*mixed* $controllerName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultController** (*mixed* $controllerName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the default controller name -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the default action name -public **setDefaults** (*array* $defaults) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaults** (*array* $defaults) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets an array of default paths. If a route is missing a path the router will use the defined here This method must not be used to set a 404 route @@ -145,11 +145,11 @@ $router->setDefaults( ``` -public **getDefaults** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getDefaults** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns an array of default parameters -public **add** (*mixed* $pattern, [*mixed* $paths], [*mixed* $httpMethods], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **add** (*mixed* $pattern, [*mixed* $paths], [*mixed* $httpMethods], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router without any HTTP constraint @@ -164,102 +164,102 @@ $router->add("/about", "About::index", ["GET", "POST"], Router::POSITION_FIRST); ``` -public **addGet** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addGet** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is GET -public **addPost** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPost** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is POST -public **addPut** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPut** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is PUT -public **addPatch** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPatch** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is PATCH -public **addDelete** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addDelete** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is DELETE -public **addOptions** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addOptions** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Add a route to the router that only match if the HTTP method is OPTIONS -public **addHead** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addHead** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is HEAD -public **addPurge** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPurge** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is PURGE (Squid and Varnish support) -public **addTrace** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addTrace** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is TRACE -public **addConnect** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addConnect** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is CONNECT -public **mount** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **mount** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Mounts a group of routes in the router -public **notFound** (*mixed* $paths) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **notFound** (*mixed* $paths) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Set a group of paths to be returned when none of the defined routes are matched -public **clear** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **clear** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Removes all the pre-defined routes -public **getNamespaceName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getNamespaceName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed namespace name -public **getModuleName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getModuleName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed module name -public **getControllerName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getControllerName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed controller name -public **getActionName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getActionName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed action name -public **getParams** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getParams** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed parameters -public **getMatchedRoute** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getMatchedRoute** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the route that matches the handled URI -public **getMatches** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getMatches** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the sub expressions in the regular expression matched -public **wasMatched** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **wasMatched** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Checks if the router matches any of the defined routes -public **getRoutes** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRoutes** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns all the routes defined in the router -public **getRouteById** (*mixed* $id) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRouteById** (*mixed* $id) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns a route object by its id -public **getRouteByName** (*mixed* $name) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRouteByName** (*mixed* $name) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns a route object by its name -public **isExactControllerName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **isExactControllerName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns whether controller name should not be mangled \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_Router_Exception.md b/pl/api/Phalcon_Mvc_Router_Exception.md index 958aaccaa98e..9d3e79bfd4a7 100644 --- a/pl/api/Phalcon_Mvc_Router_Exception.md +++ b/pl/api/Phalcon_Mvc_Router_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Mvc_Router_Group.md b/pl/api/Phalcon_Mvc_Router_Group.md index bab657dc8fa4..035a623ad886 100644 --- a/pl/api/Phalcon_Mvc_Router_Group.md +++ b/pl/api/Phalcon_Mvc_Router_Group.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router\\Group** -*implements* [Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) +*implements* [Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) Source on GitHub @@ -105,31 +105,31 @@ $router->add("/about", "About::index"); ``` -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addGet** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addGet** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is GET -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addPost** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addPost** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is POST -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addPut** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addPut** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is PUT -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addPatch** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addPatch** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is PATCH -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addDelete** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addDelete** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is DELETE -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addOptions** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addOptions** (*string* $pattern, [*string/array* $paths]) Add a route to the router that only match if the HTTP method is OPTIONS -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addHead** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addHead** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is HEAD diff --git a/pl/api/Phalcon_Mvc_Router_Route.md b/pl/api/Phalcon_Mvc_Router_Route.md index 006f21f00fb5..601d259343ac 100644 --- a/pl/api/Phalcon_Mvc_Router_Route.md +++ b/pl/api/Phalcon_Mvc_Router_Route.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router\\Route** -*implements* [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) +*implements* [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) Source on GitHub @@ -169,7 +169,7 @@ public **getHostname** () Returns the hostname restriction if any -public **setGroup** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) +public **setGroup** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) Sets the group associated with the route diff --git a/pl/api/Phalcon_Mvc_Url.md b/pl/api/Phalcon_Mvc_Url.md index a5971dd63a87..d37408e6e08a 100644 --- a/pl/api/Phalcon_Mvc_Url.md +++ b/pl/api/Phalcon_Mvc_Url.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Url** -*implements* [Phalcon\Mvc\UrlInterface](/en/3.2/api/Phalcon_Mvc_UrlInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\UrlInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_UrlInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -25,7 +25,7 @@ echo $url->get( ## Metody -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container diff --git a/pl/api/Phalcon_Mvc_Url_Exception.md b/pl/api/Phalcon_Mvc_Url_Exception.md index fb30b9b6fd09..214c3b3ce855 100644 --- a/pl/api/Phalcon_Mvc_Url_Exception.md +++ b/pl/api/Phalcon_Mvc_Url_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Url\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Mvc_User_Component.md b/pl/api/Phalcon_Mvc_User_Component.md index 2c469aab5957..72ffe54e16eb 100644 --- a/pl/api/Phalcon_Mvc_User_Component.md +++ b/pl/api/Phalcon_Mvc_User_Component.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Component** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Metody -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_User_Module.md b/pl/api/Phalcon_Mvc_User_Module.md index 7d4eca1d68be..3775318c1bc3 100644 --- a/pl/api/Phalcon_Mvc_User_Module.md +++ b/pl/api/Phalcon_Mvc_User_Module.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Module** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Metody -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_User_Plugin.md b/pl/api/Phalcon_Mvc_User_Plugin.md index 3806f082e44f..7de508ac0556 100644 --- a/pl/api/Phalcon_Mvc_User_Plugin.md +++ b/pl/api/Phalcon_Mvc_User_Plugin.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Plugin** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Metody -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_View.md b/pl/api/Phalcon_Mvc_View.md index 2354823536b9..3ba5d42d8815 100644 --- a/pl/api/Phalcon_Mvc_View.md +++ b/pl/api/Phalcon_Mvc_View.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewInterface](/en/3.2/api/Phalcon_Mvc_ViewInterface), [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewInterface), [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -260,7 +260,7 @@ protected **_loadTemplateEngines** () Loads registered template engines, if none is registered it will use Phalcon\\Mvc\\View\\Engine\\Php -protected **_engineRender** (*array* $engines, *string* $viewPath, *boolean* $silence, *boolean* $mustClean, [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +protected **_engineRender** (*array* $engines, *string* $viewPath, *boolean* $silence, *boolean* $mustClean, [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Checks whether view exists on registered extensions and render it @@ -490,18 +490,18 @@ protected **getViewsDirs** () Gets views directories -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_ViewInterface.md b/pl/api/Phalcon_Mvc_ViewInterface.md index 94268dbedf83..32f63f52317a 100644 --- a/pl/api/Phalcon_Mvc_ViewInterface.md +++ b/pl/api/Phalcon_Mvc_ViewInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Mvc\\ViewInterface** -*implements* [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -118,42 +118,42 @@ abstract public **isDisabled** () ... -abstract public **setViewsDir** (*mixed* $viewsDir) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setViewsDir** (*mixed* $viewsDir) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getViewsDir** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getViewsDir** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setParamToView** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setParamToView** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setVar** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setVar** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getParamsToView** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getParamsToView** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getCache** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getCache** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **cache** ([*mixed* $options]) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **cache** ([*mixed* $options]) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setContent** (*mixed* $content) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setContent** (*mixed* $content) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getContent** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getContent** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **partial** (*mixed* $partialPath, [*mixed* $params]) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **partial** (*mixed* $partialPath, [*mixed* $params]) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_View_Engine.md b/pl/api/Phalcon_Mvc_View_Engine.md index 167732fbcc8c..d4507530303e 100644 --- a/pl/api/Phalcon_Mvc_View_Engine.md +++ b/pl/api/Phalcon_Mvc_View_Engine.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Mvc\\View\\Engine** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) Source on GitHub @@ -10,7 +10,7 @@ All the template engine adapters must inherit this class. This provides basic in ## Metody -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\View\\Engine constructor @@ -26,26 +26,26 @@ public **getView** () Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get -abstract public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) inherited from [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) +abstract public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) inherited from [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_View_Engine_Php.md b/pl/api/Phalcon_Mvc_View_Engine_Php.md index 9ee9ec2dd047..7fbfba1d50b6 100644 --- a/pl/api/Phalcon_Mvc_View_Engine_Php.md +++ b/pl/api/Phalcon_Mvc_View_Engine_Php.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Php** -*extends* abstract class [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +*extends* abstract class [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) -*implements* [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -14,38 +14,38 @@ public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) Renders a view using the template engine -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Phalcon\\Mvc\\View\\Engine constructor -public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns cached output on another view stage -public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Renders a partial inside another view -public **getView** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getView** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_View_Engine_Volt.md b/pl/api/Phalcon_Mvc_View_Engine_Volt.md index a273b02fa10d..bc20ed61c1f0 100644 --- a/pl/api/Phalcon_Mvc_View_Engine_Volt.md +++ b/pl/api/Phalcon_Mvc_View_Engine_Volt.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt** -*extends* abstract class [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +*extends* abstract class [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) -*implements* [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -50,38 +50,38 @@ public **callMacro** (*mixed* $name, [*array* $arguments]) Checks if a macro is defined and calls it -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Phalcon\\Mvc\\View\\Engine constructor -public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns cached output on another view stage -public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Renders a partial inside another view -public **getView** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getView** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pl/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md b/pl/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md index e7865e63cf19..11b606bed2dc 100644 --- a/pl/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md +++ b/pl/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt\\Compiler** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -19,9 +19,9 @@ require $compiler->getCompiledTemplatePath(); ## Metody -public **__construct** ([[Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view]) +public **__construct** ([[Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view]) -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/pl/api/Phalcon_Mvc_View_Engine_Volt_Exception.md b/pl/api/Phalcon_Mvc_View_Engine_Volt_Exception.md index e703bb459dc5..168d9715ac87 100644 --- a/pl/api/Phalcon_Mvc_View_Engine_Volt_Exception.md +++ b/pl/api/Phalcon_Mvc_View_Engine_Volt_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt\\Exception** -*extends* class [Phalcon\Mvc\View\Exception](/en/3.2/api/Phalcon_Mvc_View_Exception) +*extends* class [Phalcon\Mvc\View\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Mvc_View_Exception.md b/pl/api/Phalcon_Mvc_View_Exception.md index 20d66c635531..872a856a1a40 100644 --- a/pl/api/Phalcon_Mvc_View_Exception.md +++ b/pl/api/Phalcon_Mvc_View_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Mvc_View_Simple.md b/pl/api/Phalcon_Mvc_View_Simple.md index e8cdfe99025c..73b50ec6189c 100644 --- a/pl/api/Phalcon_Mvc_View_Simple.md +++ b/pl/api/Phalcon_Mvc_View_Simple.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Simple** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -221,18 +221,18 @@ echo $this->view->products; ``` -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager \ No newline at end of file diff --git a/pl/api/Phalcon_Paginator_Adapter.md b/pl/api/Phalcon_Paginator_Adapter.md index 17a699d99fa0..02de96fab7a7 100644 --- a/pl/api/Phalcon_Paginator_Adapter.md +++ b/pl/api/Phalcon_Paginator_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Paginator\\Adapter** -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -18,6 +18,6 @@ public **getLimit** () Get current rows limit -abstract public **getPaginate** () inherited from [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +abstract public **getPaginate** () inherited from [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Paginator_Adapter_Model.md b/pl/api/Phalcon_Paginator_Adapter_Model.md index ae61bd9f820c..acb5b9fe6a4b 100644 --- a/pl/api/Phalcon_Paginator_Adapter_Model.md +++ b/pl/api/Phalcon_Paginator_Adapter_Model.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\Model** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -35,14 +35,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/pl/api/Phalcon_Paginator_Adapter_NativeArray.md b/pl/api/Phalcon_Paginator_Adapter_NativeArray.md index d9a904c3c078..2a6d042fa19a 100644 --- a/pl/api/Phalcon_Paginator_Adapter_NativeArray.md +++ b/pl/api/Phalcon_Paginator_Adapter_NativeArray.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\NativeArray** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -39,14 +39,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/pl/api/Phalcon_Paginator_Adapter_QueryBuilder.md b/pl/api/Phalcon_Paginator_Adapter_QueryBuilder.md index dc28a959c91c..382a941b7ea5 100644 --- a/pl/api/Phalcon_Paginator_Adapter_QueryBuilder.md +++ b/pl/api/Phalcon_Paginator_Adapter_QueryBuilder.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\QueryBuilder** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -36,7 +36,7 @@ public **getCurrentPage** () Get the current page number -public **setQueryBuilder** ([Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) $builder) +public **setQueryBuilder** ([Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) $builder) Set query builder object @@ -48,14 +48,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/pl/api/Phalcon_Paginator_Exception.md b/pl/api/Phalcon_Paginator_Exception.md index bb5ee320c330..5e8e0e6589ee 100644 --- a/pl/api/Phalcon_Paginator_Exception.md +++ b/pl/api/Phalcon_Paginator_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Paginator\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Paginator_Factory.md b/pl/api/Phalcon_Paginator_Factory.md index b87215eae4c1..5c0d62c36b72 100644 --- a/pl/api/Phalcon_Paginator_Factory.md +++ b/pl/api/Phalcon_Paginator_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -29,8 +29,8 @@ $paginator = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Queue_Beanstalk_Exception.md b/pl/api/Phalcon_Queue_Beanstalk_Exception.md index 82e75b06c56d..cf9fed4f54d9 100644 --- a/pl/api/Phalcon_Queue_Beanstalk_Exception.md +++ b/pl/api/Phalcon_Queue_Beanstalk_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Queue\\Beanstalk\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Queue_Beanstalk_Job.md b/pl/api/Phalcon_Queue_Beanstalk_Job.md index 971090c30bdb..c93de4cd8a94 100644 --- a/pl/api/Phalcon_Queue_Beanstalk_Job.md +++ b/pl/api/Phalcon_Queue_Beanstalk_Job.md @@ -10,7 +10,7 @@ public **getId** () public **getBody** () -public **__construct** ([Phalcon\Queue\Beanstalk](/en/3.2/api/Phalcon_Queue_Beanstalk) $queue, *mixed* $id, *mixed* $body) +public **__construct** ([Phalcon\Queue\Beanstalk](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk) $queue, *mixed* $id, *mixed* $body) public **delete** () diff --git a/pl/api/Phalcon_Security.md b/pl/api/Phalcon_Security.md index b74d4920581c..13b30fd1ff9e 100644 --- a/pl/api/Phalcon_Security.md +++ b/pl/api/Phalcon_Security.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Security** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -58,7 +58,7 @@ public **__construct** () Phalcon\\Security constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/pl/api/Phalcon_Security_Exception.md b/pl/api/Phalcon_Security_Exception.md index e4b4aabdd585..3f0cd27f277b 100644 --- a/pl/api/Phalcon_Security_Exception.md +++ b/pl/api/Phalcon_Security_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Security\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Session_Adapter.md b/pl/api/Phalcon_Session_Adapter.md index 7d6ebc2ace73..c56be755bdc6 100644 --- a/pl/api/Phalcon_Session_Adapter.md +++ b/pl/api/Phalcon_Session_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Session\\Adapter** -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub diff --git a/pl/api/Phalcon_Session_Adapter_Files.md b/pl/api/Phalcon_Session_Adapter_Files.md index 679c68e91b1c..0f7ff49a139e 100644 --- a/pl/api/Phalcon_Session_Adapter_Files.md +++ b/pl/api/Phalcon_Session_Adapter_Files.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Files** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -16,15 +16,15 @@ ## Metody -public **__construct** ([*array* $options]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__construct** ([*array* $options]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Phalcon\\Session\\Adapter constructor -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -39,21 +39,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -64,7 +64,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -75,7 +75,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -88,7 +88,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -99,7 +99,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -110,7 +110,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -121,7 +121,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -134,7 +134,7 @@ var_dump( ``` -public **destroy** ([*mixed* $removeData]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **destroy** ([*mixed* $removeData]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Destroys the active session @@ -151,7 +151,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -168,19 +168,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -191,10 +191,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Session_Adapter_Libmemcached.md b/pl/api/Phalcon_Session_Adapter_Libmemcached.md index fd0c34db2135..730b18583f8f 100644 --- a/pl/api/Phalcon_Session_Adapter_Libmemcached.md +++ b/pl/api/Phalcon_Session_Adapter_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Libmemcached** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -77,11 +77,11 @@ public **destroy** ([*mixed* $sessionId]) public **gc** () -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -96,21 +96,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -121,7 +121,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -132,7 +132,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -145,7 +145,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -156,7 +156,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -167,7 +167,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -178,7 +178,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -191,7 +191,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -208,19 +208,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -231,10 +231,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Session_Adapter_Memcache.md b/pl/api/Phalcon_Session_Adapter_Memcache.md index 2594189f4db8..67968a7a1a1a 100644 --- a/pl/api/Phalcon_Session_Adapter_Memcache.md +++ b/pl/api/Phalcon_Session_Adapter_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Memcache** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -70,11 +70,11 @@ public **destroy** ([*mixed* $sessionId]) public **gc** () -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -89,21 +89,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -114,7 +114,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -125,7 +125,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -138,7 +138,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -149,7 +149,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -160,7 +160,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -171,7 +171,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -184,7 +184,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -201,19 +201,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -224,10 +224,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Session_Adapter_Redis.md b/pl/api/Phalcon_Session_Adapter_Redis.md index 64daf6a35bce..4e20a86edb37 100644 --- a/pl/api/Phalcon_Session_Adapter_Redis.md +++ b/pl/api/Phalcon_Session_Adapter_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Redis** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -68,11 +68,11 @@ public **destroy** ([*mixed* $sessionId]) public **gc** () -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -87,21 +87,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -112,7 +112,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -123,7 +123,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -136,7 +136,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -147,7 +147,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -158,7 +158,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -169,7 +169,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -182,7 +182,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -199,19 +199,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -222,10 +222,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Session_Bag.md b/pl/api/Phalcon_Session_Bag.md index 16ff986f2615..b32f82fcc52b 100644 --- a/pl/api/Phalcon_Session_Bag.md +++ b/pl/api/Phalcon_Session_Bag.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Session\\Bag** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Session\BagInterface](/en/3.2/api/Phalcon_Session_BagInterface), [IteratorAggregate](http://php.net/manual/en/class.iteratoraggregate.php), [Traversable](http://php.net/manual/en/class.traversable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Session\BagInterface](/[[language]]/[[version]]/api/Phalcon_Session_BagInterface), [IteratorAggregate](http://php.net/manual/en/class.iteratoraggregate.php), [Traversable](http://php.net/manual/en/class.traversable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php) Source on GitHub @@ -22,7 +22,7 @@ public **__construct** (*mixed* $name) Phalcon\\Session\\Bag constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container diff --git a/pl/api/Phalcon_Session_Exception.md b/pl/api/Phalcon_Session_Exception.md index 81e3084ef577..7707e6ba2270 100644 --- a/pl/api/Phalcon_Session_Exception.md +++ b/pl/api/Phalcon_Session_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Session\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Session_Factory.md b/pl/api/Phalcon_Session_Factory.md index 2ec52018c904..d51bce4976a2 100644 --- a/pl/api/Phalcon_Session_Factory.md +++ b/pl/api/Phalcon_Session_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -28,8 +28,8 @@ $session = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Tag.md b/pl/api/Phalcon_Tag.md index 8a0b13556451..0b0b4bf73b8a 100644 --- a/pl/api/Phalcon_Tag.md +++ b/pl/api/Phalcon_Tag.md @@ -38,7 +38,7 @@ public static **renderAttributes** (*mixed* $code, *array* $attributes) Renders parameters keeping order in their HTML attributes -public static **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public static **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector container. diff --git a/pl/api/Phalcon_Tag_Exception.md b/pl/api/Phalcon_Tag_Exception.md index c99cca3b6c21..e9af99604532 100644 --- a/pl/api/Phalcon_Tag_Exception.md +++ b/pl/api/Phalcon_Tag_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Tag\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Tag_Select.md b/pl/api/Phalcon_Tag_Select.md index 6a54cc6ddf97..bb18d308e2dc 100644 --- a/pl/api/Phalcon_Tag_Select.md +++ b/pl/api/Phalcon_Tag_Select.md @@ -10,7 +10,7 @@ public static **selectField** (*array* $parameters, [*array* $data]) Generates a SELECT tag -private static **_optionsFromResultset** ([Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) $resultset, *array* $using, *mixed* $value, *string* $closeOption) +private static **_optionsFromResultset** ([Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) $resultset, *array* $using, *mixed* $value, *string* $closeOption) Generate the OPTION tags based on a resultset diff --git a/pl/api/Phalcon_Translate_Adapter.md b/pl/api/Phalcon_Translate_Adapter.md index e4e5d29bb17a..c8f5c94466a9 100644 --- a/pl/api/Phalcon_Translate_Adapter.md +++ b/pl/api/Phalcon_Translate_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Translate\\Adapter** -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) Source on GitHub @@ -12,7 +12,7 @@ public **__construct** (*array* $options) ... -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) ... @@ -44,10 +44,10 @@ protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders] Replaces placeholders by the values passed -abstract public **query** (*mixed* $index, [*mixed* $placeholders]) inherited from [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +abstract public **query** (*mixed* $index, [*mixed* $placeholders]) inherited from [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) ... -abstract public **exists** (*mixed* $index) inherited from [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +abstract public **exists** (*mixed* $index) inherited from [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Translate_Adapter_Csv.md b/pl/api/Phalcon_Translate_Adapter_Csv.md index 145cb1264d38..2b96c1f32e38 100644 --- a/pl/api/Phalcon_Translate_Adapter_Csv.md +++ b/pl/api/Phalcon_Translate_Adapter_Csv.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\Csv** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -26,34 +26,34 @@ public **exists** (*mixed* $index) Check whether is defined a translation key in the internal array -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/pl/api/Phalcon_Translate_Adapter_Gettext.md b/pl/api/Phalcon_Translate_Adapter_Gettext.md index d5fc648de212..7327dc48f8ed 100644 --- a/pl/api/Phalcon_Translate_Adapter_Gettext.md +++ b/pl/api/Phalcon_Translate_Adapter_Gettext.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\Gettext** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -112,34 +112,34 @@ protected **getOptionsDefault** () Gets default options -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/pl/api/Phalcon_Translate_Adapter_NativeArray.md b/pl/api/Phalcon_Translate_Adapter_NativeArray.md index 8726912175f2..6b2e9484bbeb 100644 --- a/pl/api/Phalcon_Translate_Adapter_NativeArray.md +++ b/pl/api/Phalcon_Translate_Adapter_NativeArray.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\NativeArray** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -22,34 +22,34 @@ public **exists** (*mixed* $index) Check whether is defined a translation key in the internal array -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/pl/api/Phalcon_Translate_Exception.md b/pl/api/Phalcon_Translate_Exception.md index ba2b3c34cb42..18185c57ac15 100644 --- a/pl/api/Phalcon_Translate_Exception.md +++ b/pl/api/Phalcon_Translate_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Translate\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Translate_Factory.md b/pl/api/Phalcon_Translate_Factory.md index dc147abaff46..93c8e6a17e16 100644 --- a/pl/api/Phalcon_Translate_Factory.md +++ b/pl/api/Phalcon_Translate_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -26,8 +26,8 @@ $translate = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Translate_Interpolator_AssociativeArray.md b/pl/api/Phalcon_Translate_Interpolator_AssociativeArray.md index 1b189b44b5a6..2966190ed5d8 100644 --- a/pl/api/Phalcon_Translate_Interpolator_AssociativeArray.md +++ b/pl/api/Phalcon_Translate_Interpolator_AssociativeArray.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Translate\\Interpolator\\AssociativeArray** -*implements* [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) +*implements* [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) Source on GitHub diff --git a/pl/api/Phalcon_Translate_Interpolator_IndexedArray.md b/pl/api/Phalcon_Translate_Interpolator_IndexedArray.md index 50644d3995bb..d33b8ee7d32e 100644 --- a/pl/api/Phalcon_Translate_Interpolator_IndexedArray.md +++ b/pl/api/Phalcon_Translate_Interpolator_IndexedArray.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Translate\\Interpolator\\IndexedArray** -*implements* [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) +*implements* [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) Source on GitHub diff --git a/pl/api/Phalcon_Validation.md b/pl/api/Phalcon_Validation.md index 5164c817ca4e..1a244737005c 100644 --- a/pl/api/Phalcon_Validation.md +++ b/pl/api/Phalcon_Validation.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\ValidationInterface](/en/3.2/api/Phalcon_ValidationInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\ValidationInterface](/[[language]]/[[version]]/api/Phalcon_ValidationInterface) Source on GitHub @@ -22,15 +22,15 @@ public **__construct** ([*array* $validators]) Phalcon\\Validation constructor -public [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) **validate** ([*array* | *object* $data], [*object* $entity]) +public [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) **validate** ([*array* | *object* $data], [*object* $entity]) Validate a set of data according to a set of rules -public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Adds a validator to a field -public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Alias of `add` method @@ -38,7 +38,7 @@ public **rules** (*mixed* $field, *array* $validators) Adds the validators to a field -public [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) **setFilters** (*string* $field, *array* | *string* $filters) +public [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) **setFilters** (*string* $field, *array* | *string* $filters) Adds filters to the field @@ -78,11 +78,11 @@ public *string* **getLabel** (*string* $field) Get label for field -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) Appends a message to the messages list -public [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) **bind** (*object* $entity, *array* | *object* $data) +public [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) **bind** (*object* $entity, *array* | *object* $data) Assigns the data to an entity The entity is used to obtain the validation values @@ -90,26 +90,26 @@ public *mixed* **getValue** (*string* $field) Gets the a value to validate in the array/object data source -protected **preChecking** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +protected **preChecking** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Internal validations, if it returns true, then skip the current validator -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pl/api/Phalcon_ValidationInterface.md b/pl/api/Phalcon_ValidationInterface.md index 0d06a5b06226..3f0d4394f5a6 100644 --- a/pl/api/Phalcon_ValidationInterface.md +++ b/pl/api/Phalcon_ValidationInterface.md @@ -8,11 +8,11 @@ abstract public **validate** ([*mixed* $data], [*mixed* $entity]) ... -abstract public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +abstract public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) ... -abstract public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +abstract public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) ... @@ -56,7 +56,7 @@ abstract public **getLabel** (*mixed* $field) ... -abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) ... diff --git a/pl/api/Phalcon_Validation_CombinedFieldsValidator.md b/pl/api/Phalcon_Validation_CombinedFieldsValidator.md index b3f8da216254..e2c27a7653dd 100644 --- a/pl/api/Phalcon_Validation_CombinedFieldsValidator.md +++ b/pl/api/Phalcon_Validation_CombinedFieldsValidator.md @@ -1,45 +1,45 @@ # Abstract class **Phalcon\\Validation\\CombinedFieldsValidator** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub ## Metody -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -abstract public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $attribute) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +abstract public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $attribute) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Executes the validation -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Exception.md b/pl/api/Phalcon_Validation_Exception.md index dd4e1580ddc1..f498df0a082e 100644 --- a/pl/api/Phalcon_Validation_Exception.md +++ b/pl/api/Phalcon_Validation_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Validation\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Validation_Message.md b/pl/api/Phalcon_Validation_Message.md index 4a66fee69cd0..9351f1662e92 100644 --- a/pl/api/Phalcon_Validation_Message.md +++ b/pl/api/Phalcon_Validation_Message.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Validation\\Message** -*implements* [Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) +*implements* [Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) Source on GitHub diff --git a/pl/api/Phalcon_Validation_Message_Group.md b/pl/api/Phalcon_Validation_Message_Group.md index eb5222b10bd8..695a2171e8ae 100644 --- a/pl/api/Phalcon_Validation_Message_Group.md +++ b/pl/api/Phalcon_Validation_Message_Group.md @@ -12,7 +12,7 @@ public **__construct** ([*array* $messages]) Phalcon\\Validation\\Message\\Group constructor -public [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) **offsetGet** (*int* $index) +public [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) **offsetGet** (*int* $index) Gets an attribute a message using the array syntax @@ -25,7 +25,7 @@ print_r( ``` -public **offsetSet** (*int* $index, [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) $message) +public **offsetSet** (*int* $index, [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) $message) Sets an attribute using the array-syntax @@ -60,7 +60,7 @@ unset($message["database"]); ``` -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) Appends a message to the group @@ -73,7 +73,7 @@ $messages->appendMessage( ``` -public **appendMessages** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $messages) +public **appendMessages** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $messages) Appends an array of messages to the group @@ -112,6 +112,6 @@ public **valid** () Check if the current message in the iterator is valid -public static [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) **__set_state** (*array* $group) +public static [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) **__set_state** (*array* $group) Magic __set_state helps to re-build messages variable when exporting \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator.md b/pl/api/Phalcon_Validation_Validator.md index 77dd70c813df..1daf433b306e 100644 --- a/pl/api/Phalcon_Validation_Validator.md +++ b/pl/api/Phalcon_Validation_Validator.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Validation\\Validator** -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -28,15 +28,15 @@ public **setOption** (*mixed* $key, *mixed* $value) Sets an option in the validator -abstract public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $attribute) +abstract public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $attribute) Executes the validation -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) Prepares a validation message. diff --git a/pl/api/Phalcon_Validation_ValidatorInterface.md b/pl/api/Phalcon_Validation_ValidatorInterface.md index f0a8337ab147..83f338e2fd47 100644 --- a/pl/api/Phalcon_Validation_ValidatorInterface.md +++ b/pl/api/Phalcon_Validation_ValidatorInterface.md @@ -12,6 +12,6 @@ abstract public **getOption** (*mixed* $key, [*mixed* $defaultValue]) ... -abstract public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $attribute) +abstract public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $attribute) ... \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_Alnum.md b/pl/api/Phalcon_Validation_Validator_Alnum.md index e0abe85ce87f..87e178ff22c4 100644 --- a/pl/api/Phalcon_Validation_Validator_Alnum.md +++ b/pl/api/Phalcon_Validation_Validator_Alnum.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Alnum** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_Alpha.md b/pl/api/Phalcon_Validation_Validator_Alpha.md index 92d7188f2df9..3c64e85b74b0 100644 --- a/pl/api/Phalcon_Validation_Validator_Alpha.md +++ b/pl/api/Phalcon_Validation_Validator_Alpha.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Alpha** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_Between.md b/pl/api/Phalcon_Validation_Validator_Between.md index e18eb4f2cb79..95c8d41d7d4b 100644 --- a/pl/api/Phalcon_Validation_Validator_Between.md +++ b/pl/api/Phalcon_Validation_Validator_Between.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Between** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -54,38 +54,38 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_Callback.md b/pl/api/Phalcon_Validation_Validator_Callback.md index f6d224051c49..cbadfe9a33e3 100644 --- a/pl/api/Phalcon_Validation_Validator_Callback.md +++ b/pl/api/Phalcon_Validation_Validator_Callback.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Callback** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -54,38 +54,38 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_Confirmation.md b/pl/api/Phalcon_Validation_Validator_Confirmation.md index 207b35559688..aa39d30e3ae1 100644 --- a/pl/api/Phalcon_Validation_Validator_Confirmation.md +++ b/pl/api/Phalcon_Validation_Validator_Confirmation.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Confirmation** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,7 +49,7 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation @@ -57,34 +57,34 @@ final protected **compare** (*mixed* $a, *mixed* $b) Compare strings -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_CreditCard.md b/pl/api/Phalcon_Validation_Validator_CreditCard.md index 3d7ad0ac6bbf..263887cb1ab7 100644 --- a/pl/api/Phalcon_Validation_Validator_CreditCard.md +++ b/pl/api/Phalcon_Validation_Validator_CreditCard.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\CreditCard** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,7 +44,7 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation @@ -52,34 +52,34 @@ private *boolean* **verifyByLuhnAlgorithm** (*string* $number) is a simple checksum formula used to validate a variety of identification numbers -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_Date.md b/pl/api/Phalcon_Validation_Validator_Date.md index a9f3fcd025ce..881ab52f73a4 100644 --- a/pl/api/Phalcon_Validation_Validator_Date.md +++ b/pl/api/Phalcon_Validation_Validator_Date.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Date** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,7 +49,7 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation @@ -57,34 +57,34 @@ private **checkDate** (*mixed* $value, *mixed* $format) ... -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_Digit.md b/pl/api/Phalcon_Validation_Validator_Digit.md index a9443e94fbbb..a0b76f330b5a 100644 --- a/pl/api/Phalcon_Validation_Validator_Digit.md +++ b/pl/api/Phalcon_Validation_Validator_Digit.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Digit** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_Email.md b/pl/api/Phalcon_Validation_Validator_Email.md index 3f202f35231c..dd0099a090e4 100644 --- a/pl/api/Phalcon_Validation_Validator_Email.md +++ b/pl/api/Phalcon_Validation_Validator_Email.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Email** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_Exception.md b/pl/api/Phalcon_Validation_Validator_Exception.md index 5ccf9662bbc9..38ad072da43f 100644 --- a/pl/api/Phalcon_Validation_Validator_Exception.md +++ b/pl/api/Phalcon_Validation_Validator_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Validation\\Validator\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pl/api/Phalcon_Validation_Validator_ExclusionIn.md b/pl/api/Phalcon_Validation_Validator_ExclusionIn.md index 1ea7ee6bad09..60d466efe5b1 100644 --- a/pl/api/Phalcon_Validation_Validator_ExclusionIn.md +++ b/pl/api/Phalcon_Validation_Validator_ExclusionIn.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\ExclusionIn** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -55,38 +55,38 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_File.md b/pl/api/Phalcon_Validation_Validator_File.md index 14df406c5a17..b3a6132f8302 100644 --- a/pl/api/Phalcon_Validation_Validator_File.md +++ b/pl/api/Phalcon_Validation_Validator_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\File** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -77,42 +77,42 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **isAllowEmpty** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **isAllowEmpty** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Check on empty -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_Identical.md b/pl/api/Phalcon_Validation_Validator_Identical.md index 9208fd8519b0..01b6e024f343 100644 --- a/pl/api/Phalcon_Validation_Validator_Identical.md +++ b/pl/api/Phalcon_Validation_Validator_Identical.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Identical** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,38 +49,38 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_InclusionIn.md b/pl/api/Phalcon_Validation_Validator_InclusionIn.md index 251467ea6c79..743453e75570 100644 --- a/pl/api/Phalcon_Validation_Validator_InclusionIn.md +++ b/pl/api/Phalcon_Validation_Validator_InclusionIn.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\InclusionIn** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,38 +49,38 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_Numericality.md b/pl/api/Phalcon_Validation_Validator_Numericality.md index 19e800170f02..5f04debdd1a9 100644 --- a/pl/api/Phalcon_Validation_Validator_Numericality.md +++ b/pl/api/Phalcon_Validation_Validator_Numericality.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Numericality** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_PresenceOf.md b/pl/api/Phalcon_Validation_Validator_PresenceOf.md index ad6bec6b8dde..0ff20d0becc9 100644 --- a/pl/api/Phalcon_Validation_Validator_PresenceOf.md +++ b/pl/api/Phalcon_Validation_Validator_PresenceOf.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\PresenceOf** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_Regex.md b/pl/api/Phalcon_Validation_Validator_Regex.md index 271b6d2eb701..b70f2b87d792 100644 --- a/pl/api/Phalcon_Validation_Validator_Regex.md +++ b/pl/api/Phalcon_Validation_Validator_Regex.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Regex** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,38 +49,38 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_StringLength.md b/pl/api/Phalcon_Validation_Validator_StringLength.md index 41d8e0258962..d47da4a53fd3 100644 --- a/pl/api/Phalcon_Validation_Validator_StringLength.md +++ b/pl/api/Phalcon_Validation_Validator_StringLength.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\StringLength** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -59,38 +59,38 @@ $validation->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_Uniqueness.md b/pl/api/Phalcon_Validation_Validator_Uniqueness.md index 130469ff6cc4..68d43b373f49 100644 --- a/pl/api/Phalcon_Validation_Validator_Uniqueness.md +++ b/pl/api/Phalcon_Validation_Validator_Uniqueness.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Uniqueness** -*extends* abstract class [Phalcon\Validation\CombinedFieldsValidator](/en/3.2/api/Phalcon_Validation_CombinedFieldsValidator) +*extends* abstract class [Phalcon\Validation\CombinedFieldsValidator](/[[language]]/[[version]]/api/Phalcon_Validation_CombinedFieldsValidator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -94,11 +94,11 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -protected **isUniqueness** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +protected **isUniqueness** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) ... @@ -114,34 +114,34 @@ protected **isUniquenessCollection** (*mixed* $record, *array* $field, *array* $ Uniqueness method used for collection -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/Phalcon_Validation_Validator_Url.md b/pl/api/Phalcon_Validation_Validator_Url.md index cbeaf7e861ec..cb0716353701 100644 --- a/pl/api/Phalcon_Validation_Validator_Url.md +++ b/pl/api/Phalcon_Validation_Validator_Url.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Url** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Metody -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pl/api/index.md b/pl/api/index.md index 3b2ff8ce680a..69eff128a480 100644 --- a/pl/api/index.md +++ b/pl/api/index.md @@ -1,394 +1,394 @@ ## API Index -- [Phalcon\Acl](/en/3.2/api/Phalcon_Acl) -- [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) -- [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) -- [Phalcon\Acl\Adapter\Memory](/en/3.2/api/Phalcon_Acl_Adapter_Memory) -- [Phalcon\Acl\Exception](/en/3.2/api/Phalcon_Acl_Exception) -- [Phalcon\Acl\Resource](/en/3.2/api/Phalcon_Acl_Resource) -- [Phalcon\Acl\ResourceAware](/en/3.2/api/Phalcon_Acl_ResourceAware) -- [Phalcon\Acl\ResourceInterface](/en/3.2/api/Phalcon_Acl_ResourceInterface) -- [Phalcon\Acl\Role](/en/3.2/api/Phalcon_Acl_Role) -- [Phalcon\Acl\RoleAware](/en/3.2/api/Phalcon_Acl_RoleAware) -- [Phalcon\Acl\RoleInterface](/en/3.2/api/Phalcon_Acl_RoleInterface) -- [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) -- [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) -- [Phalcon\Annotations\Adapter\Apc](/en/3.2/api/Phalcon_Annotations_Adapter_Apc) -- [Phalcon\Annotations\Adapter\Apcu](/en/3.2/api/Phalcon_Annotations_Adapter_Apcu) -- [Phalcon\Annotations\Adapter\Files](/en/3.2/api/Phalcon_Annotations_Adapter_Files) -- [Phalcon\Annotations\Adapter\Memory](/en/3.2/api/Phalcon_Annotations_Adapter_Memory) -- [Phalcon\Annotations\Adapter\Xcache](/en/3.2/api/Phalcon_Annotations_Adapter_Xcache) -- [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) -- [Phalcon\Annotations\Collection](/en/3.2/api/Phalcon_Annotations_Collection) -- [Phalcon\Annotations\Exception](/en/3.2/api/Phalcon_Annotations_Exception) -- [Phalcon\Annotations\Factory](/en/3.2/api/Phalcon_Annotations_Factory) -- [Phalcon\Annotations\Reader](/en/3.2/api/Phalcon_Annotations_Reader) -- [Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) -- [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) -- [Phalcon\Application](/en/3.2/api/Phalcon_Application) -- [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) -- [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) -- [Phalcon\Assets\Exception](/en/3.2/api/Phalcon_Assets_Exception) -- [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) -- [Phalcon\Assets\Filters\Cssmin](/en/3.2/api/Phalcon_Assets_Filters_Cssmin) -- [Phalcon\Assets\Filters\Jsmin](/en/3.2/api/Phalcon_Assets_Filters_Jsmin) -- [Phalcon\Assets\Filters\None](/en/3.2/api/Phalcon_Assets_Filters_None) -- [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) -- [Phalcon\Assets\Inline\Css](/en/3.2/api/Phalcon_Assets_Inline_Css) -- [Phalcon\Assets\Inline\Js](/en/3.2/api/Phalcon_Assets_Inline_Js) -- [Phalcon\Assets\Manager](/en/3.2/api/Phalcon_Assets_Manager) -- [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) -- [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) -- [Phalcon\Assets\Resource\Css](/en/3.2/api/Phalcon_Assets_Resource_Css) -- [Phalcon\Assets\Resource\Js](/en/3.2/api/Phalcon_Assets_Resource_Js) -- [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) -- [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) -- [Phalcon\Cache\Backend\Apc](/en/3.2/api/Phalcon_Cache_Backend_Apc) -- [Phalcon\Cache\Backend\Apcu](/en/3.2/api/Phalcon_Cache_Backend_Apcu) -- [Phalcon\Cache\Backend\Factory](/en/3.2/api/Phalcon_Cache_Backend_Factory) -- [Phalcon\Cache\Backend\File](/en/3.2/api/Phalcon_Cache_Backend_File) -- [Phalcon\Cache\Backend\Libmemcached](/en/3.2/api/Phalcon_Cache_Backend_Libmemcached) -- [Phalcon\Cache\Backend\Memcache](/en/3.2/api/Phalcon_Cache_Backend_Memcache) -- [Phalcon\Cache\Backend\Memory](/en/3.2/api/Phalcon_Cache_Backend_Memory) -- [Phalcon\Cache\Backend\Mongo](/en/3.2/api/Phalcon_Cache_Backend_Mongo) -- [Phalcon\Cache\Backend\Redis](/en/3.2/api/Phalcon_Cache_Backend_Redis) -- [Phalcon\Cache\Backend\Xcache](/en/3.2/api/Phalcon_Cache_Backend_Xcache) -- [Phalcon\Cache\Exception](/en/3.2/api/Phalcon_Cache_Exception) -- [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) -- [Phalcon\Cache\Frontend\Base64](/en/3.2/api/Phalcon_Cache_Frontend_Base64) -- [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) -- [Phalcon\Cache\Frontend\Factory](/en/3.2/api/Phalcon_Cache_Frontend_Factory) -- [Phalcon\Cache\Frontend\Igbinary](/en/3.2/api/Phalcon_Cache_Frontend_Igbinary) -- [Phalcon\Cache\Frontend\Json](/en/3.2/api/Phalcon_Cache_Frontend_Json) -- [Phalcon\Cache\Frontend\Msgpack](/en/3.2/api/Phalcon_Cache_Frontend_Msgpack) -- [Phalcon\Cache\Frontend\None](/en/3.2/api/Phalcon_Cache_Frontend_None) -- [Phalcon\Cache\Frontend\Output](/en/3.2/api/Phalcon_Cache_Frontend_Output) -- [Phalcon\Cache\Multiple](/en/3.2/api/Phalcon_Cache_Multiple) -- [Phalcon\Cli\Console](/en/3.2/api/Phalcon_Cli_Console) -- [Phalcon\Cli\Console\Exception](/en/3.2/api/Phalcon_Cli_Console_Exception) -- [Phalcon\Cli\Dispatcher](/en/3.2/api/Phalcon_Cli_Dispatcher) -- [Phalcon\Cli\DispatcherInterface](/en/3.2/api/Phalcon_Cli_DispatcherInterface) -- [Phalcon\Cli\Dispatcher\Exception](/en/3.2/api/Phalcon_Cli_Dispatcher_Exception) -- [Phalcon\Cli\Router](/en/3.2/api/Phalcon_Cli_Router) -- [Phalcon\Cli\RouterInterface](/en/3.2/api/Phalcon_Cli_RouterInterface) -- [Phalcon\Cli\Router\Exception](/en/3.2/api/Phalcon_Cli_Router_Exception) -- [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) -- [Phalcon\Cli\Router\RouteInterface](/en/3.2/api/Phalcon_Cli_Router_RouteInterface) -- [Phalcon\Cli\Task](/en/3.2/api/Phalcon_Cli_Task) -- [Phalcon\Cli\TaskInterface](/en/3.2/api/Phalcon_Cli_TaskInterface) -- [Phalcon\Config](/en/3.2/api/Phalcon_Config) -- [Phalcon\Config\Adapter\Grouped](/en/3.2/api/Phalcon_Config_Adapter_Grouped) -- [Phalcon\Config\Adapter\Ini](/en/3.2/api/Phalcon_Config_Adapter_Ini) -- [Phalcon\Config\Adapter\Json](/en/3.2/api/Phalcon_Config_Adapter_Json) -- [Phalcon\Config\Adapter\Php](/en/3.2/api/Phalcon_Config_Adapter_Php) -- [Phalcon\Config\Adapter\Yaml](/en/3.2/api/Phalcon_Config_Adapter_Yaml) -- [Phalcon\Config\Exception](/en/3.2/api/Phalcon_Config_Exception) -- [Phalcon\Config\Factory](/en/3.2/api/Phalcon_Config_Factory) -- [Phalcon\Crypt](/en/3.2/api/Phalcon_Crypt) -- [Phalcon\CryptInterface](/en/3.2/api/Phalcon_CryptInterface) -- [Phalcon\Crypt\Exception](/en/3.2/api/Phalcon_Crypt_Exception) -- [Phalcon\Db](/en/3.2/api/Phalcon_Db) -- [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) -- [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) -- [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) -- [Phalcon\Db\Adapter\Pdo\Factory](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Factory) -- [Phalcon\Db\Adapter\Pdo\Mysql](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Mysql) -- [Phalcon\Db\Adapter\Pdo\Postgresql](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Postgresql) -- [Phalcon\Db\Adapter\Pdo\Sqlite](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Sqlite) -- [Phalcon\Db\Column](/en/3.2/api/Phalcon_Db_Column) -- [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) -- [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) -- [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) -- [Phalcon\Db\Dialect\Mysql](/en/3.2/api/Phalcon_Db_Dialect_Mysql) -- [Phalcon\Db\Dialect\Postgresql](/en/3.2/api/Phalcon_Db_Dialect_Postgresql) -- [Phalcon\Db\Dialect\Sqlite](/en/3.2/api/Phalcon_Db_Dialect_Sqlite) -- [Phalcon\Db\Exception](/en/3.2/api/Phalcon_Db_Exception) -- [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) -- [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) -- [Phalcon\Db\Profiler](/en/3.2/api/Phalcon_Db_Profiler) -- [Phalcon\Db\Profiler\Item](/en/3.2/api/Phalcon_Db_Profiler_Item) -- [Phalcon\Db\RawValue](/en/3.2/api/Phalcon_Db_RawValue) -- [Phalcon\Db\Reference](/en/3.2/api/Phalcon_Db_Reference) -- [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) -- [Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) -- [Phalcon\Db\Result\Pdo](/en/3.2/api/Phalcon_Db_Result_Pdo) -- [Phalcon\Debug](/en/3.2/api/Phalcon_Debug) -- [Phalcon\Debug\Dump](/en/3.2/api/Phalcon_Debug_Dump) -- [Phalcon\Debug\Exception](/en/3.2/api/Phalcon_Debug_Exception) -- [Phalcon\Di](/en/3.2/api/Phalcon_Di) -- [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) -- [Phalcon\Di\Exception](/en/3.2/api/Phalcon_Di_Exception) -- [Phalcon\Di\FactoryDefault](/en/3.2/api/Phalcon_Di_FactoryDefault) -- [Phalcon\Di\FactoryDefault\Cli](/en/3.2/api/Phalcon_Di_FactoryDefault_Cli) -- [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) -- [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) -- [Phalcon\Di\Service](/en/3.2/api/Phalcon_Di_Service) -- [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) -- [Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) -- [Phalcon\Di\Service\Builder](/en/3.2/api/Phalcon_Di_Service_Builder) -- [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) -- [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) -- [Phalcon\Escaper](/en/3.2/api/Phalcon_Escaper) -- [Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) -- [Phalcon\Escaper\Exception](/en/3.2/api/Phalcon_Escaper_Exception) -- [Phalcon\Events\Event](/en/3.2/api/Phalcon_Events_Event) -- [Phalcon\Events\EventInterface](/en/3.2/api/Phalcon_Events_EventInterface) -- [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) -- [Phalcon\Events\Exception](/en/3.2/api/Phalcon_Events_Exception) -- [Phalcon\Events\Manager](/en/3.2/api/Phalcon_Events_Manager) -- [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) -- [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) -- [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) -- [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) -- [Phalcon\Factory\Exception](/en/3.2/api/Phalcon_Factory_Exception) -- [Phalcon\Filter](/en/3.2/api/Phalcon_Filter) -- [Phalcon\FilterInterface](/en/3.2/api/Phalcon_FilterInterface) -- [Phalcon\Filter\Exception](/en/3.2/api/Phalcon_Filter_Exception) -- [Phalcon\Filter\UserFilterInterface](/en/3.2/api/Phalcon_Filter_UserFilterInterface) -- [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) -- [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) -- [Phalcon\Flash\Direct](/en/3.2/api/Phalcon_Flash_Direct) -- [Phalcon\Flash\Exception](/en/3.2/api/Phalcon_Flash_Exception) -- [Phalcon\Flash\Session](/en/3.2/api/Phalcon_Flash_Session) -- [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) -- [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) -- [Phalcon\Forms\Element\Check](/en/3.2/api/Phalcon_Forms_Element_Check) -- [Phalcon\Forms\Element\Date](/en/3.2/api/Phalcon_Forms_Element_Date) -- [Phalcon\Forms\Element\Email](/en/3.2/api/Phalcon_Forms_Element_Email) -- [Phalcon\Forms\Element\File](/en/3.2/api/Phalcon_Forms_Element_File) -- [Phalcon\Forms\Element\Hidden](/en/3.2/api/Phalcon_Forms_Element_Hidden) -- [Phalcon\Forms\Element\Numeric](/en/3.2/api/Phalcon_Forms_Element_Numeric) -- [Phalcon\Forms\Element\Password](/en/3.2/api/Phalcon_Forms_Element_Password) -- [Phalcon\Forms\Element\Radio](/en/3.2/api/Phalcon_Forms_Element_Radio) -- [Phalcon\Forms\Element\Select](/en/3.2/api/Phalcon_Forms_Element_Select) -- [Phalcon\Forms\Element\Submit](/en/3.2/api/Phalcon_Forms_Element_Submit) -- [Phalcon\Forms\Element\Text](/en/3.2/api/Phalcon_Forms_Element_Text) -- [Phalcon\Forms\Element\TextArea](/en/3.2/api/Phalcon_Forms_Element_TextArea) -- [Phalcon\Forms\Exception](/en/3.2/api/Phalcon_Forms_Exception) -- [Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) -- [Phalcon\Forms\Manager](/en/3.2/api/Phalcon_Forms_Manager) -- [Phalcon\Http\Cookie](/en/3.2/api/Phalcon_Http_Cookie) -- [Phalcon\Http\CookieInterface](/en/3.2/api/Phalcon_Http_CookieInterface) -- [Phalcon\Http\Cookie\Exception](/en/3.2/api/Phalcon_Http_Cookie_Exception) -- [Phalcon\Http\Request](/en/3.2/api/Phalcon_Http_Request) -- [Phalcon\Http\RequestInterface](/en/3.2/api/Phalcon_Http_RequestInterface) -- [Phalcon\Http\Request\Exception](/en/3.2/api/Phalcon_Http_Request_Exception) -- [Phalcon\Http\Request\File](/en/3.2/api/Phalcon_Http_Request_File) -- [Phalcon\Http\Request\FileInterface](/en/3.2/api/Phalcon_Http_Request_FileInterface) -- [Phalcon\Http\Response](/en/3.2/api/Phalcon_Http_Response) -- [Phalcon\Http\ResponseInterface](/en/3.2/api/Phalcon_Http_ResponseInterface) -- [Phalcon\Http\Response\Cookies](/en/3.2/api/Phalcon_Http_Response_Cookies) -- [Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface) -- [Phalcon\Http\Response\Exception](/en/3.2/api/Phalcon_Http_Response_Exception) -- [Phalcon\Http\Response\Headers](/en/3.2/api/Phalcon_Http_Response_Headers) -- [Phalcon\Http\Response\HeadersInterface](/en/3.2/api/Phalcon_Http_Response_HeadersInterface) -- [Phalcon\Image](/en/3.2/api/Phalcon_Image) -- [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) -- [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) -- [Phalcon\Image\Adapter\Gd](/en/3.2/api/Phalcon_Image_Adapter_Gd) -- [Phalcon\Image\Adapter\Imagick](/en/3.2/api/Phalcon_Image_Adapter_Imagick) -- [Phalcon\Image\Exception](/en/3.2/api/Phalcon_Image_Exception) -- [Phalcon\Image\Factory](/en/3.2/api/Phalcon_Image_Factory) -- [Phalcon\Kernel](/en/3.2/api/Phalcon_Kernel) -- [Phalcon\Loader](/en/3.2/api/Phalcon_Loader) -- [Phalcon\Loader\Exception](/en/3.2/api/Phalcon_Loader_Exception) -- [Phalcon\Logger](/en/3.2/api/Phalcon_Logger) -- [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) -- [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) -- [Phalcon\Logger\Adapter\File](/en/3.2/api/Phalcon_Logger_Adapter_File) -- [Phalcon\Logger\Adapter\Firephp](/en/3.2/api/Phalcon_Logger_Adapter_Firephp) -- [Phalcon\Logger\Adapter\Stream](/en/3.2/api/Phalcon_Logger_Adapter_Stream) -- [Phalcon\Logger\Adapter\Syslog](/en/3.2/api/Phalcon_Logger_Adapter_Syslog) -- [Phalcon\Logger\Exception](/en/3.2/api/Phalcon_Logger_Exception) -- [Phalcon\Logger\Factory](/en/3.2/api/Phalcon_Logger_Factory) -- [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) -- [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) -- [Phalcon\Logger\Formatter\Firephp](/en/3.2/api/Phalcon_Logger_Formatter_Firephp) -- [Phalcon\Logger\Formatter\Json](/en/3.2/api/Phalcon_Logger_Formatter_Json) -- [Phalcon\Logger\Formatter\Line](/en/3.2/api/Phalcon_Logger_Formatter_Line) -- [Phalcon\Logger\Formatter\Syslog](/en/3.2/api/Phalcon_Logger_Formatter_Syslog) -- [Phalcon\Logger\Item](/en/3.2/api/Phalcon_Logger_Item) -- [Phalcon\Logger\Multiple](/en/3.2/api/Phalcon_Logger_Multiple) -- [Phalcon\Mvc\Application](/en/3.2/api/Phalcon_Mvc_Application) -- [Phalcon\Mvc\Application\Exception](/en/3.2/api/Phalcon_Mvc_Application_Exception) -- [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) -- [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) -- [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) -- [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) -- [Phalcon\Mvc\Collection\Behavior\SoftDelete](/en/3.2/api/Phalcon_Mvc_Collection_Behavior_SoftDelete) -- [Phalcon\Mvc\Collection\Behavior\Timestampable](/en/3.2/api/Phalcon_Mvc_Collection_Behavior_Timestampable) -- [Phalcon\Mvc\Collection\Document](/en/3.2/api/Phalcon_Mvc_Collection_Document) -- [Phalcon\Mvc\Collection\Exception](/en/3.2/api/Phalcon_Mvc_Collection_Exception) -- [Phalcon\Mvc\Collection\Manager](/en/3.2/api/Phalcon_Mvc_Collection_Manager) -- [Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) -- [Phalcon\Mvc\Controller](/en/3.2/api/Phalcon_Mvc_Controller) -- [Phalcon\Mvc\ControllerInterface](/en/3.2/api/Phalcon_Mvc_ControllerInterface) -- [Phalcon\Mvc\Controller\BindModelInterface](/en/3.2/api/Phalcon_Mvc_Controller_BindModelInterface) -- [Phalcon\Mvc\Dispatcher](/en/3.2/api/Phalcon_Mvc_Dispatcher) -- [Phalcon\Mvc\DispatcherInterface](/en/3.2/api/Phalcon_Mvc_DispatcherInterface) -- [Phalcon\Mvc\Dispatcher\Exception](/en/3.2/api/Phalcon_Mvc_Dispatcher_Exception) -- [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) -- [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) -- [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) -- [Phalcon\Mvc\Micro\CollectionInterface](/en/3.2/api/Phalcon_Mvc_Micro_CollectionInterface) -- [Phalcon\Mvc\Micro\Exception](/en/3.2/api/Phalcon_Mvc_Micro_Exception) -- [Phalcon\Mvc\Micro\LazyLoader](/en/3.2/api/Phalcon_Mvc_Micro_LazyLoader) -- [Phalcon\Mvc\Micro\MiddlewareInterface](/en/3.2/api/Phalcon_Mvc_Micro_MiddlewareInterface) -- [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) -- [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) -- [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) -- [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) -- [Phalcon\Mvc\Model\Behavior\SoftDelete](/en/3.2/api/Phalcon_Mvc_Model_Behavior_SoftDelete) -- [Phalcon\Mvc\Model\Behavior\Timestampable](/en/3.2/api/Phalcon_Mvc_Model_Behavior_Timestampable) -- [Phalcon\Mvc\Model\Binder](/en/3.2/api/Phalcon_Mvc_Model_Binder) -- [Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) -- [Phalcon\Mvc\Model\Binder\BindableInterface](/en/3.2/api/Phalcon_Mvc_Model_Binder_BindableInterface) -- [Phalcon\Mvc\Model\Criteria](/en/3.2/api/Phalcon_Mvc_Model_Criteria) -- [Phalcon\Mvc\Model\CriteriaInterface](/en/3.2/api/Phalcon_Mvc_Model_CriteriaInterface) -- [Phalcon\Mvc\Model\Exception](/en/3.2/api/Phalcon_Mvc_Model_Exception) -- [Phalcon\Mvc\Model\Manager](/en/3.2/api/Phalcon_Mvc_Model_Manager) -- [Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) -- [Phalcon\Mvc\Model\Message](/en/3.2/api/Phalcon_Mvc_Model_Message) -- [Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) -- [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) -- [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) -- [Phalcon\Mvc\Model\MetaData\Apc](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Apc) -- [Phalcon\Mvc\Model\MetaData\Files](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Files) -- [Phalcon\Mvc\Model\MetaData\Libmemcached](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Libmemcached) -- [Phalcon\Mvc\Model\MetaData\Memcache](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Memcache) -- [Phalcon\Mvc\Model\MetaData\Memory](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Memory) -- [Phalcon\Mvc\Model\MetaData\Redis](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Redis) -- [Phalcon\Mvc\Model\MetaData\Session](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Session) -- [Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) -- [Phalcon\Mvc\Model\MetaData\Strategy\Annotations](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations) -- [Phalcon\Mvc\Model\MetaData\Strategy\Introspection](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection) -- [Phalcon\Mvc\Model\MetaData\Xcache](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Xcache) -- [Phalcon\Mvc\Model\Query](/en/3.2/api/Phalcon_Mvc_Model_Query) -- [Phalcon\Mvc\Model\QueryInterface](/en/3.2/api/Phalcon_Mvc_Model_QueryInterface) -- [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) -- [Phalcon\Mvc\Model\Query\BuilderInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_BuilderInterface) -- [Phalcon\Mvc\Model\Query\Lang](/en/3.2/api/Phalcon_Mvc_Model_Query_Lang) -- [Phalcon\Mvc\Model\Query\Status](/en/3.2/api/Phalcon_Mvc_Model_Query_Status) -- [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) -- [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) -- [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) -- [Phalcon\Mvc\Model\ResultInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultInterface) -- [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) -- [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) -- [Phalcon\Mvc\Model\Resultset\Complex](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Complex) -- [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) -- [Phalcon\Mvc\Model\Row](/en/3.2/api/Phalcon_Mvc_Model_Row) -- [Phalcon\Mvc\Model\Transaction](/en/3.2/api/Phalcon_Mvc_Model_Transaction) -- [Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) -- [Phalcon\Mvc\Model\Transaction\Exception](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Exception) -- [Phalcon\Mvc\Model\Transaction\Failed](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Failed) -- [Phalcon\Mvc\Model\Transaction\Manager](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Manager) -- [Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) -- [Phalcon\Mvc\Model\ValidationFailed](/en/3.2/api/Phalcon_Mvc_Model_ValidationFailed) -- [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) -- [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) -- [Phalcon\Mvc\Model\Validator\Email](/en/3.2/api/Phalcon_Mvc_Model_Validator_Email) -- [Phalcon\Mvc\Model\Validator\Exclusionin](/en/3.2/api/Phalcon_Mvc_Model_Validator_Exclusionin) -- [Phalcon\Mvc\Model\Validator\Inclusionin](/en/3.2/api/Phalcon_Mvc_Model_Validator_Inclusionin) -- [Phalcon\Mvc\Model\Validator\Ip](/en/3.2/api/Phalcon_Mvc_Model_Validator_Ip) -- [Phalcon\Mvc\Model\Validator\Numericality](/en/3.2/api/Phalcon_Mvc_Model_Validator_Numericality) -- [Phalcon\Mvc\Model\Validator\PresenceOf](/en/3.2/api/Phalcon_Mvc_Model_Validator_PresenceOf) -- [Phalcon\Mvc\Model\Validator\Regex](/en/3.2/api/Phalcon_Mvc_Model_Validator_Regex) -- [Phalcon\Mvc\Model\Validator\StringLength](/en/3.2/api/Phalcon_Mvc_Model_Validator_StringLength) -- [Phalcon\Mvc\Model\Validator\Uniqueness](/en/3.2/api/Phalcon_Mvc_Model_Validator_Uniqueness) -- [Phalcon\Mvc\Model\Validator\Url](/en/3.2/api/Phalcon_Mvc_Model_Validator_Url) -- [Phalcon\Mvc\ModuleDefinitionInterface](/en/3.2/api/Phalcon_Mvc_ModuleDefinitionInterface) -- [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) -- [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface) -- [Phalcon\Mvc\Router\Annotations](/en/3.2/api/Phalcon_Mvc_Router_Annotations) -- [Phalcon\Mvc\Router\Exception](/en/3.2/api/Phalcon_Mvc_Router_Exception) -- [Phalcon\Mvc\Router\Group](/en/3.2/api/Phalcon_Mvc_Router_Group) -- [Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) -- [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) -- [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) -- [Phalcon\Mvc\Url](/en/3.2/api/Phalcon_Mvc_Url) -- [Phalcon\Mvc\UrlInterface](/en/3.2/api/Phalcon_Mvc_UrlInterface) -- [Phalcon\Mvc\Url\Exception](/en/3.2/api/Phalcon_Mvc_Url_Exception) -- [Phalcon\Mvc\User\Component](/en/3.2/api/Phalcon_Mvc_User_Component) -- [Phalcon\Mvc\User\Module](/en/3.2/api/Phalcon_Mvc_User_Module) -- [Phalcon\Mvc\User\Plugin](/en/3.2/api/Phalcon_Mvc_User_Plugin) -- [Phalcon\Mvc\View](/en/3.2/api/Phalcon_Mvc_View) -- [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) -- [Phalcon\Mvc\ViewInterface](/en/3.2/api/Phalcon_Mvc_ViewInterface) -- [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) -- [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) -- [Phalcon\Mvc\View\Engine\Php](/en/3.2/api/Phalcon_Mvc_View_Engine_Php) -- [Phalcon\Mvc\View\Engine\Volt](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt) -- [Phalcon\Mvc\View\Engine\Volt\Compiler](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt_Compiler) -- [Phalcon\Mvc\View\Engine\Volt\Exception](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt_Exception) -- [Phalcon\Mvc\View\Exception](/en/3.2/api/Phalcon_Mvc_View_Exception) -- [Phalcon\Mvc\View\Simple](/en/3.2/api/Phalcon_Mvc_View_Simple) -- [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) -- [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) -- [Phalcon\Paginator\Adapter\Model](/en/3.2/api/Phalcon_Paginator_Adapter_Model) -- [Phalcon\Paginator\Adapter\NativeArray](/en/3.2/api/Phalcon_Paginator_Adapter_NativeArray) -- [Phalcon\Paginator\Adapter\QueryBuilder](/en/3.2/api/Phalcon_Paginator_Adapter_QueryBuilder) -- [Phalcon\Paginator\Exception](/en/3.2/api/Phalcon_Paginator_Exception) -- [Phalcon\Paginator\Factory](/en/3.2/api/Phalcon_Paginator_Factory) -- [Phalcon\Queue\Beanstalk](/en/3.2/api/Phalcon_Queue_Beanstalk) -- [Phalcon\Queue\Beanstalk\Exception](/en/3.2/api/Phalcon_Queue_Beanstalk_Exception) -- [Phalcon\Queue\Beanstalk\Job](/en/3.2/api/Phalcon_Queue_Beanstalk_Job) -- [Phalcon\Registry](/en/3.2/api/Phalcon_Registry) -- [Phalcon\Security](/en/3.2/api/Phalcon_Security) -- [Phalcon\Security\Exception](/en/3.2/api/Phalcon_Security_Exception) -- [Phalcon\Security\Random](/en/3.2/api/Phalcon_Security_Random) -- [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) -- [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) -- [Phalcon\Session\Adapter\Files](/en/3.2/api/Phalcon_Session_Adapter_Files) -- [Phalcon\Session\Adapter\Libmemcached](/en/3.2/api/Phalcon_Session_Adapter_Libmemcached) -- [Phalcon\Session\Adapter\Memcache](/en/3.2/api/Phalcon_Session_Adapter_Memcache) -- [Phalcon\Session\Adapter\Redis](/en/3.2/api/Phalcon_Session_Adapter_Redis) -- [Phalcon\Session\Bag](/en/3.2/api/Phalcon_Session_Bag) -- [Phalcon\Session\BagInterface](/en/3.2/api/Phalcon_Session_BagInterface) -- [Phalcon\Session\Exception](/en/3.2/api/Phalcon_Session_Exception) -- [Phalcon\Session\Factory](/en/3.2/api/Phalcon_Session_Factory) -- [Phalcon\Tag](/en/3.2/api/Phalcon_Tag) -- [Phalcon\Tag\Exception](/en/3.2/api/Phalcon_Tag_Exception) -- [Phalcon\Tag\Select](/en/3.2/api/Phalcon_Tag_Select) -- [Phalcon\Text](/en/3.2/api/Phalcon_Text) -- [Phalcon\Translate](/en/3.2/api/Phalcon_Translate) -- [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) -- [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) -- [Phalcon\Translate\Adapter\Csv](/en/3.2/api/Phalcon_Translate_Adapter_Csv) -- [Phalcon\Translate\Adapter\Gettext](/en/3.2/api/Phalcon_Translate_Adapter_Gettext) -- [Phalcon\Translate\Adapter\NativeArray](/en/3.2/api/Phalcon_Translate_Adapter_NativeArray) -- [Phalcon\Translate\Exception](/en/3.2/api/Phalcon_Translate_Exception) -- [Phalcon\Translate\Factory](/en/3.2/api/Phalcon_Translate_Factory) -- [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) -- [Phalcon\Translate\Interpolator\AssociativeArray](/en/3.2/api/Phalcon_Translate_Interpolator_AssociativeArray) -- [Phalcon\Translate\Interpolator\IndexedArray](/en/3.2/api/Phalcon_Translate_Interpolator_IndexedArray) -- [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) -- [Phalcon\ValidationInterface](/en/3.2/api/Phalcon_ValidationInterface) -- [Phalcon\Validation\CombinedFieldsValidator](/en/3.2/api/Phalcon_Validation_CombinedFieldsValidator) -- [Phalcon\Validation\Exception](/en/3.2/api/Phalcon_Validation_Exception) -- [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) -- [Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) -- [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) -- [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) -- [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) -- [Phalcon\Validation\Validator\Alnum](/en/3.2/api/Phalcon_Validation_Validator_Alnum) -- [Phalcon\Validation\Validator\Alpha](/en/3.2/api/Phalcon_Validation_Validator_Alpha) -- [Phalcon\Validation\Validator\Between](/en/3.2/api/Phalcon_Validation_Validator_Between) -- [Phalcon\Validation\Validator\Callback](/en/3.2/api/Phalcon_Validation_Validator_Callback) -- [Phalcon\Validation\Validator\Confirmation](/en/3.2/api/Phalcon_Validation_Validator_Confirmation) -- [Phalcon\Validation\Validator\CreditCard](/en/3.2/api/Phalcon_Validation_Validator_CreditCard) -- [Phalcon\Validation\Validator\Date](/en/3.2/api/Phalcon_Validation_Validator_Date) -- [Phalcon\Validation\Validator\Digit](/en/3.2/api/Phalcon_Validation_Validator_Digit) -- [Phalcon\Validation\Validator\Email](/en/3.2/api/Phalcon_Validation_Validator_Email) -- [Phalcon\Validation\Validator\Exception](/en/3.2/api/Phalcon_Validation_Validator_Exception) -- [Phalcon\Validation\Validator\ExclusionIn](/en/3.2/api/Phalcon_Validation_Validator_ExclusionIn) -- [Phalcon\Validation\Validator\File](/en/3.2/api/Phalcon_Validation_Validator_File) -- [Phalcon\Validation\Validator\Identical](/en/3.2/api/Phalcon_Validation_Validator_Identical) -- [Phalcon\Validation\Validator\InclusionIn](/en/3.2/api/Phalcon_Validation_Validator_InclusionIn) -- [Phalcon\Validation\Validator\Numericality](/en/3.2/api/Phalcon_Validation_Validator_Numericality) -- [Phalcon\Validation\Validator\PresenceOf](/en/3.2/api/Phalcon_Validation_Validator_PresenceOf) -- [Phalcon\Validation\Validator\Regex](/en/3.2/api/Phalcon_Validation_Validator_Regex) -- [Phalcon\Validation\Validator\StringLength](/en/3.2/api/Phalcon_Validation_Validator_StringLength) -- [Phalcon\Validation\Validator\Uniqueness](/en/3.2/api/Phalcon_Validation_Validator_Uniqueness) -- [Phalcon\Validation\Validator\Url](/en/3.2/api/Phalcon_Validation_Validator_Url) -- [Phalcon\Version](/en/3.2/api/Phalcon_Version) \ No newline at end of file +- [Phalcon\Acl](/[[language]]/[[version]]/api/Phalcon_Acl) +- [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) +- [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) +- [Phalcon\Acl\Adapter\Memory](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter_Memory) +- [Phalcon\Acl\Exception](/[[language]]/[[version]]/api/Phalcon_Acl_Exception) +- [Phalcon\Acl\Resource](/[[language]]/[[version]]/api/Phalcon_Acl_Resource) +- [Phalcon\Acl\ResourceAware](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceAware) +- [Phalcon\Acl\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceInterface) +- [Phalcon\Acl\Role](/[[language]]/[[version]]/api/Phalcon_Acl_Role) +- [Phalcon\Acl\RoleAware](/[[language]]/[[version]]/api/Phalcon_Acl_RoleAware) +- [Phalcon\Acl\RoleInterface](/[[language]]/[[version]]/api/Phalcon_Acl_RoleInterface) +- [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) +- [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) +- [Phalcon\Annotations\Adapter\Apc](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Apc) +- [Phalcon\Annotations\Adapter\Apcu](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Apcu) +- [Phalcon\Annotations\Adapter\Files](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Files) +- [Phalcon\Annotations\Adapter\Memory](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Memory) +- [Phalcon\Annotations\Adapter\Xcache](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Xcache) +- [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) +- [Phalcon\Annotations\Collection](/[[language]]/[[version]]/api/Phalcon_Annotations_Collection) +- [Phalcon\Annotations\Exception](/[[language]]/[[version]]/api/Phalcon_Annotations_Exception) +- [Phalcon\Annotations\Factory](/[[language]]/[[version]]/api/Phalcon_Annotations_Factory) +- [Phalcon\Annotations\Reader](/[[language]]/[[version]]/api/Phalcon_Annotations_Reader) +- [Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) +- [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) +- [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) +- [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) +- [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) +- [Phalcon\Assets\Exception](/[[language]]/[[version]]/api/Phalcon_Assets_Exception) +- [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) +- [Phalcon\Assets\Filters\Cssmin](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_Cssmin) +- [Phalcon\Assets\Filters\Jsmin](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_Jsmin) +- [Phalcon\Assets\Filters\None](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_None) +- [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) +- [Phalcon\Assets\Inline\Css](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) +- [Phalcon\Assets\Inline\Js](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Js) +- [Phalcon\Assets\Manager](/[[language]]/[[version]]/api/Phalcon_Assets_Manager) +- [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) +- [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) +- [Phalcon\Assets\Resource\Css](/[[language]]/[[version]]/api/Phalcon_Assets_Resource_Css) +- [Phalcon\Assets\Resource\Js](/[[language]]/[[version]]/api/Phalcon_Assets_Resource_Js) +- [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) +- [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) +- [Phalcon\Cache\Backend\Apc](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Apc) +- [Phalcon\Cache\Backend\Apcu](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Apcu) +- [Phalcon\Cache\Backend\Factory](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Factory) +- [Phalcon\Cache\Backend\File](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_File) +- [Phalcon\Cache\Backend\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Libmemcached) +- [Phalcon\Cache\Backend\Memcache](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Memcache) +- [Phalcon\Cache\Backend\Memory](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Memory) +- [Phalcon\Cache\Backend\Mongo](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Mongo) +- [Phalcon\Cache\Backend\Redis](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Redis) +- [Phalcon\Cache\Backend\Xcache](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Xcache) +- [Phalcon\Cache\Exception](/[[language]]/[[version]]/api/Phalcon_Cache_Exception) +- [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) +- [Phalcon\Cache\Frontend\Base64](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Base64) +- [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) +- [Phalcon\Cache\Frontend\Factory](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Factory) +- [Phalcon\Cache\Frontend\Igbinary](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Igbinary) +- [Phalcon\Cache\Frontend\Json](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Json) +- [Phalcon\Cache\Frontend\Msgpack](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Msgpack) +- [Phalcon\Cache\Frontend\None](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_None) +- [Phalcon\Cache\Frontend\Output](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Output) +- [Phalcon\Cache\Multiple](/[[language]]/[[version]]/api/Phalcon_Cache_Multiple) +- [Phalcon\Cli\Console](/[[language]]/[[version]]/api/Phalcon_Cli_Console) +- [Phalcon\Cli\Console\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Console_Exception) +- [Phalcon\Cli\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Cli_Dispatcher) +- [Phalcon\Cli\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Cli_DispatcherInterface) +- [Phalcon\Cli\Dispatcher\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Dispatcher_Exception) +- [Phalcon\Cli\Router](/[[language]]/[[version]]/api/Phalcon_Cli_Router) +- [Phalcon\Cli\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Cli_RouterInterface) +- [Phalcon\Cli\Router\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Exception) +- [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) +- [Phalcon\Cli\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Cli_Router_RouteInterface) +- [Phalcon\Cli\Task](/[[language]]/[[version]]/api/Phalcon_Cli_Task) +- [Phalcon\Cli\TaskInterface](/[[language]]/[[version]]/api/Phalcon_Cli_TaskInterface) +- [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) +- [Phalcon\Config\Adapter\Grouped](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Grouped) +- [Phalcon\Config\Adapter\Ini](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Ini) +- [Phalcon\Config\Adapter\Json](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Json) +- [Phalcon\Config\Adapter\Php](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Php) +- [Phalcon\Config\Adapter\Yaml](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Yaml) +- [Phalcon\Config\Exception](/[[language]]/[[version]]/api/Phalcon_Config_Exception) +- [Phalcon\Config\Factory](/[[language]]/[[version]]/api/Phalcon_Config_Factory) +- [Phalcon\Crypt](/[[language]]/[[version]]/api/Phalcon_Crypt) +- [Phalcon\CryptInterface](/[[language]]/[[version]]/api/Phalcon_CryptInterface) +- [Phalcon\Crypt\Exception](/[[language]]/[[version]]/api/Phalcon_Crypt_Exception) +- [Phalcon\Db](/[[language]]/[[version]]/api/Phalcon_Db) +- [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) +- [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) +- [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) +- [Phalcon\Db\Adapter\Pdo\Factory](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Factory) +- [Phalcon\Db\Adapter\Pdo\Mysql](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Mysql) +- [Phalcon\Db\Adapter\Pdo\Postgresql](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Postgresql) +- [Phalcon\Db\Adapter\Pdo\Sqlite](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Sqlite) +- [Phalcon\Db\Column](/[[language]]/[[version]]/api/Phalcon_Db_Column) +- [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) +- [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) +- [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) +- [Phalcon\Db\Dialect\Mysql](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Mysql) +- [Phalcon\Db\Dialect\Postgresql](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Postgresql) +- [Phalcon\Db\Dialect\Sqlite](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Sqlite) +- [Phalcon\Db\Exception](/[[language]]/[[version]]/api/Phalcon_Db_Exception) +- [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) +- [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) +- [Phalcon\Db\Profiler](/[[language]]/[[version]]/api/Phalcon_Db_Profiler) +- [Phalcon\Db\Profiler\Item](/[[language]]/[[version]]/api/Phalcon_Db_Profiler_Item) +- [Phalcon\Db\RawValue](/[[language]]/[[version]]/api/Phalcon_Db_RawValue) +- [Phalcon\Db\Reference](/[[language]]/[[version]]/api/Phalcon_Db_Reference) +- [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) +- [Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) +- [Phalcon\Db\Result\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Result_Pdo) +- [Phalcon\Debug](/[[language]]/[[version]]/api/Phalcon_Debug) +- [Phalcon\Debug\Dump](/[[language]]/[[version]]/api/Phalcon_Debug_Dump) +- [Phalcon\Debug\Exception](/[[language]]/[[version]]/api/Phalcon_Debug_Exception) +- [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) +- [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) +- [Phalcon\Di\Exception](/[[language]]/[[version]]/api/Phalcon_Di_Exception) +- [Phalcon\Di\FactoryDefault](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault) +- [Phalcon\Di\FactoryDefault\Cli](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault_Cli) +- [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) +- [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) +- [Phalcon\Di\Service](/[[language]]/[[version]]/api/Phalcon_Di_Service) +- [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) +- [Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) +- [Phalcon\Di\Service\Builder](/[[language]]/[[version]]/api/Phalcon_Di_Service_Builder) +- [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) +- [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) +- [Phalcon\Escaper](/[[language]]/[[version]]/api/Phalcon_Escaper) +- [Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) +- [Phalcon\Escaper\Exception](/[[language]]/[[version]]/api/Phalcon_Escaper_Exception) +- [Phalcon\Events\Event](/[[language]]/[[version]]/api/Phalcon_Events_Event) +- [Phalcon\Events\EventInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventInterface) +- [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) +- [Phalcon\Events\Exception](/[[language]]/[[version]]/api/Phalcon_Events_Exception) +- [Phalcon\Events\Manager](/[[language]]/[[version]]/api/Phalcon_Events_Manager) +- [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) +- [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) +- [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) +- [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) +- [Phalcon\Factory\Exception](/[[language]]/[[version]]/api/Phalcon_Factory_Exception) +- [Phalcon\Filter](/[[language]]/[[version]]/api/Phalcon_Filter) +- [Phalcon\FilterInterface](/[[language]]/[[version]]/api/Phalcon_FilterInterface) +- [Phalcon\Filter\Exception](/[[language]]/[[version]]/api/Phalcon_Filter_Exception) +- [Phalcon\Filter\UserFilterInterface](/[[language]]/[[version]]/api/Phalcon_Filter_UserFilterInterface) +- [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) +- [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) +- [Phalcon\Flash\Direct](/[[language]]/[[version]]/api/Phalcon_Flash_Direct) +- [Phalcon\Flash\Exception](/[[language]]/[[version]]/api/Phalcon_Flash_Exception) +- [Phalcon\Flash\Session](/[[language]]/[[version]]/api/Phalcon_Flash_Session) +- [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) +- [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) +- [Phalcon\Forms\Element\Check](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Check) +- [Phalcon\Forms\Element\Date](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Date) +- [Phalcon\Forms\Element\Email](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Email) +- [Phalcon\Forms\Element\File](/[[language]]/[[version]]/api/Phalcon_Forms_Element_File) +- [Phalcon\Forms\Element\Hidden](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Hidden) +- [Phalcon\Forms\Element\Numeric](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Numeric) +- [Phalcon\Forms\Element\Password](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Password) +- [Phalcon\Forms\Element\Radio](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Radio) +- [Phalcon\Forms\Element\Select](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Select) +- [Phalcon\Forms\Element\Submit](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Submit) +- [Phalcon\Forms\Element\Text](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Text) +- [Phalcon\Forms\Element\TextArea](/[[language]]/[[version]]/api/Phalcon_Forms_Element_TextArea) +- [Phalcon\Forms\Exception](/[[language]]/[[version]]/api/Phalcon_Forms_Exception) +- [Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) +- [Phalcon\Forms\Manager](/[[language]]/[[version]]/api/Phalcon_Forms_Manager) +- [Phalcon\Http\Cookie](/[[language]]/[[version]]/api/Phalcon_Http_Cookie) +- [Phalcon\Http\CookieInterface](/[[language]]/[[version]]/api/Phalcon_Http_CookieInterface) +- [Phalcon\Http\Cookie\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Cookie_Exception) +- [Phalcon\Http\Request](/[[language]]/[[version]]/api/Phalcon_Http_Request) +- [Phalcon\Http\RequestInterface](/[[language]]/[[version]]/api/Phalcon_Http_RequestInterface) +- [Phalcon\Http\Request\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Request_Exception) +- [Phalcon\Http\Request\File](/[[language]]/[[version]]/api/Phalcon_Http_Request_File) +- [Phalcon\Http\Request\FileInterface](/[[language]]/[[version]]/api/Phalcon_Http_Request_FileInterface) +- [Phalcon\Http\Response](/[[language]]/[[version]]/api/Phalcon_Http_Response) +- [Phalcon\Http\ResponseInterface](/[[language]]/[[version]]/api/Phalcon_Http_ResponseInterface) +- [Phalcon\Http\Response\Cookies](/[[language]]/[[version]]/api/Phalcon_Http_Response_Cookies) +- [Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface) +- [Phalcon\Http\Response\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Response_Exception) +- [Phalcon\Http\Response\Headers](/[[language]]/[[version]]/api/Phalcon_Http_Response_Headers) +- [Phalcon\Http\Response\HeadersInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_HeadersInterface) +- [Phalcon\Image](/[[language]]/[[version]]/api/Phalcon_Image) +- [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) +- [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) +- [Phalcon\Image\Adapter\Gd](/[[language]]/[[version]]/api/Phalcon_Image_Adapter_Gd) +- [Phalcon\Image\Adapter\Imagick](/[[language]]/[[version]]/api/Phalcon_Image_Adapter_Imagick) +- [Phalcon\Image\Exception](/[[language]]/[[version]]/api/Phalcon_Image_Exception) +- [Phalcon\Image\Factory](/[[language]]/[[version]]/api/Phalcon_Image_Factory) +- [Phalcon\Kernel](/[[language]]/[[version]]/api/Phalcon_Kernel) +- [Phalcon\Loader](/[[language]]/[[version]]/api/Phalcon_Loader) +- [Phalcon\Loader\Exception](/[[language]]/[[version]]/api/Phalcon_Loader_Exception) +- [Phalcon\Logger](/[[language]]/[[version]]/api/Phalcon_Logger) +- [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) +- [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) +- [Phalcon\Logger\Adapter\File](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_File) +- [Phalcon\Logger\Adapter\Firephp](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Firephp) +- [Phalcon\Logger\Adapter\Stream](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Stream) +- [Phalcon\Logger\Adapter\Syslog](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Syslog) +- [Phalcon\Logger\Exception](/[[language]]/[[version]]/api/Phalcon_Logger_Exception) +- [Phalcon\Logger\Factory](/[[language]]/[[version]]/api/Phalcon_Logger_Factory) +- [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) +- [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) +- [Phalcon\Logger\Formatter\Firephp](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Firephp) +- [Phalcon\Logger\Formatter\Json](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Json) +- [Phalcon\Logger\Formatter\Line](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Line) +- [Phalcon\Logger\Formatter\Syslog](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Syslog) +- [Phalcon\Logger\Item](/[[language]]/[[version]]/api/Phalcon_Logger_Item) +- [Phalcon\Logger\Multiple](/[[language]]/[[version]]/api/Phalcon_Logger_Multiple) +- [Phalcon\Mvc\Application](/[[language]]/[[version]]/api/Phalcon_Mvc_Application) +- [Phalcon\Mvc\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Application_Exception) +- [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) +- [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) +- [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) +- [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) +- [Phalcon\Mvc\Collection\Behavior\SoftDelete](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior_SoftDelete) +- [Phalcon\Mvc\Collection\Behavior\Timestampable](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior_Timestampable) +- [Phalcon\Mvc\Collection\Document](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Document) +- [Phalcon\Mvc\Collection\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Exception) +- [Phalcon\Mvc\Collection\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Manager) +- [Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) +- [Phalcon\Mvc\Controller](/[[language]]/[[version]]/api/Phalcon_Mvc_Controller) +- [Phalcon\Mvc\ControllerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ControllerInterface) +- [Phalcon\Mvc\Controller\BindModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Controller_BindModelInterface) +- [Phalcon\Mvc\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Mvc_Dispatcher) +- [Phalcon\Mvc\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_DispatcherInterface) +- [Phalcon\Mvc\Dispatcher\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Dispatcher_Exception) +- [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) +- [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) +- [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) +- [Phalcon\Mvc\Micro\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_CollectionInterface) +- [Phalcon\Mvc\Micro\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Exception) +- [Phalcon\Mvc\Micro\LazyLoader](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_LazyLoader) +- [Phalcon\Mvc\Micro\MiddlewareInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_MiddlewareInterface) +- [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) +- [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) +- [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) +- [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) +- [Phalcon\Mvc\Model\Behavior\SoftDelete](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior_SoftDelete) +- [Phalcon\Mvc\Model\Behavior\Timestampable](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior_Timestampable) +- [Phalcon\Mvc\Model\Binder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Binder) +- [Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) +- [Phalcon\Mvc\Model\Binder\BindableInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Binder_BindableInterface) +- [Phalcon\Mvc\Model\Criteria](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Criteria) +- [Phalcon\Mvc\Model\CriteriaInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_CriteriaInterface) +- [Phalcon\Mvc\Model\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Exception) +- [Phalcon\Mvc\Model\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Manager) +- [Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) +- [Phalcon\Mvc\Model\Message](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Message) +- [Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) +- [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) +- [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) +- [Phalcon\Mvc\Model\MetaData\Apc](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Apc) +- [Phalcon\Mvc\Model\MetaData\Files](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Files) +- [Phalcon\Mvc\Model\MetaData\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Libmemcached) +- [Phalcon\Mvc\Model\MetaData\Memcache](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Memcache) +- [Phalcon\Mvc\Model\MetaData\Memory](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Memory) +- [Phalcon\Mvc\Model\MetaData\Redis](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Redis) +- [Phalcon\Mvc\Model\MetaData\Session](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Session) +- [Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) +- [Phalcon\Mvc\Model\MetaData\Strategy\Annotations](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations) +- [Phalcon\Mvc\Model\MetaData\Strategy\Introspection](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection) +- [Phalcon\Mvc\Model\MetaData\Xcache](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Xcache) +- [Phalcon\Mvc\Model\Query](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query) +- [Phalcon\Mvc\Model\QueryInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_QueryInterface) +- [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) +- [Phalcon\Mvc\Model\Query\BuilderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_BuilderInterface) +- [Phalcon\Mvc\Model\Query\Lang](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Lang) +- [Phalcon\Mvc\Model\Query\Status](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Status) +- [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) +- [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) +- [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) +- [Phalcon\Mvc\Model\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultInterface) +- [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) +- [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) +- [Phalcon\Mvc\Model\Resultset\Complex](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Complex) +- [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) +- [Phalcon\Mvc\Model\Row](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Row) +- [Phalcon\Mvc\Model\Transaction](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction) +- [Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) +- [Phalcon\Mvc\Model\Transaction\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Exception) +- [Phalcon\Mvc\Model\Transaction\Failed](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Failed) +- [Phalcon\Mvc\Model\Transaction\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Manager) +- [Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) +- [Phalcon\Mvc\Model\ValidationFailed](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidationFailed) +- [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) +- [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) +- [Phalcon\Mvc\Model\Validator\Email](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Email) +- [Phalcon\Mvc\Model\Validator\Exclusionin](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Exclusionin) +- [Phalcon\Mvc\Model\Validator\Inclusionin](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Inclusionin) +- [Phalcon\Mvc\Model\Validator\Ip](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Ip) +- [Phalcon\Mvc\Model\Validator\Numericality](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Numericality) +- [Phalcon\Mvc\Model\Validator\PresenceOf](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_PresenceOf) +- [Phalcon\Mvc\Model\Validator\Regex](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Regex) +- [Phalcon\Mvc\Model\Validator\StringLength](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_StringLength) +- [Phalcon\Mvc\Model\Validator\Uniqueness](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Uniqueness) +- [Phalcon\Mvc\Model\Validator\Url](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Url) +- [Phalcon\Mvc\ModuleDefinitionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModuleDefinitionInterface) +- [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) +- [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface) +- [Phalcon\Mvc\Router\Annotations](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Annotations) +- [Phalcon\Mvc\Router\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Exception) +- [Phalcon\Mvc\Router\Group](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Group) +- [Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) +- [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) +- [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) +- [Phalcon\Mvc\Url](/[[language]]/[[version]]/api/Phalcon_Mvc_Url) +- [Phalcon\Mvc\UrlInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_UrlInterface) +- [Phalcon\Mvc\Url\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Url_Exception) +- [Phalcon\Mvc\User\Component](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Component) +- [Phalcon\Mvc\User\Module](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Module) +- [Phalcon\Mvc\User\Plugin](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Plugin) +- [Phalcon\Mvc\View](/[[language]]/[[version]]/api/Phalcon_Mvc_View) +- [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) +- [Phalcon\Mvc\ViewInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewInterface) +- [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) +- [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) +- [Phalcon\Mvc\View\Engine\Php](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Php) +- [Phalcon\Mvc\View\Engine\Volt](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt) +- [Phalcon\Mvc\View\Engine\Volt\Compiler](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt_Compiler) +- [Phalcon\Mvc\View\Engine\Volt\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt_Exception) +- [Phalcon\Mvc\View\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Exception) +- [Phalcon\Mvc\View\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Simple) +- [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) +- [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) +- [Phalcon\Paginator\Adapter\Model](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_Model) +- [Phalcon\Paginator\Adapter\NativeArray](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_NativeArray) +- [Phalcon\Paginator\Adapter\QueryBuilder](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_QueryBuilder) +- [Phalcon\Paginator\Exception](/[[language]]/[[version]]/api/Phalcon_Paginator_Exception) +- [Phalcon\Paginator\Factory](/[[language]]/[[version]]/api/Phalcon_Paginator_Factory) +- [Phalcon\Queue\Beanstalk](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk) +- [Phalcon\Queue\Beanstalk\Exception](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk_Exception) +- [Phalcon\Queue\Beanstalk\Job](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk_Job) +- [Phalcon\Registry](/[[language]]/[[version]]/api/Phalcon_Registry) +- [Phalcon\Security](/[[language]]/[[version]]/api/Phalcon_Security) +- [Phalcon\Security\Exception](/[[language]]/[[version]]/api/Phalcon_Security_Exception) +- [Phalcon\Security\Random](/[[language]]/[[version]]/api/Phalcon_Security_Random) +- [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) +- [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) +- [Phalcon\Session\Adapter\Files](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Files) +- [Phalcon\Session\Adapter\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Libmemcached) +- [Phalcon\Session\Adapter\Memcache](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Memcache) +- [Phalcon\Session\Adapter\Redis](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Redis) +- [Phalcon\Session\Bag](/[[language]]/[[version]]/api/Phalcon_Session_Bag) +- [Phalcon\Session\BagInterface](/[[language]]/[[version]]/api/Phalcon_Session_BagInterface) +- [Phalcon\Session\Exception](/[[language]]/[[version]]/api/Phalcon_Session_Exception) +- [Phalcon\Session\Factory](/[[language]]/[[version]]/api/Phalcon_Session_Factory) +- [Phalcon\Tag](/[[language]]/[[version]]/api/Phalcon_Tag) +- [Phalcon\Tag\Exception](/[[language]]/[[version]]/api/Phalcon_Tag_Exception) +- [Phalcon\Tag\Select](/[[language]]/[[version]]/api/Phalcon_Tag_Select) +- [Phalcon\Text](/[[language]]/[[version]]/api/Phalcon_Text) +- [Phalcon\Translate](/[[language]]/[[version]]/api/Phalcon_Translate) +- [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) +- [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) +- [Phalcon\Translate\Adapter\Csv](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_Csv) +- [Phalcon\Translate\Adapter\Gettext](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_Gettext) +- [Phalcon\Translate\Adapter\NativeArray](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_NativeArray) +- [Phalcon\Translate\Exception](/[[language]]/[[version]]/api/Phalcon_Translate_Exception) +- [Phalcon\Translate\Factory](/[[language]]/[[version]]/api/Phalcon_Translate_Factory) +- [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) +- [Phalcon\Translate\Interpolator\AssociativeArray](/[[language]]/[[version]]/api/Phalcon_Translate_Interpolator_AssociativeArray) +- [Phalcon\Translate\Interpolator\IndexedArray](/[[language]]/[[version]]/api/Phalcon_Translate_Interpolator_IndexedArray) +- [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) +- [Phalcon\ValidationInterface](/[[language]]/[[version]]/api/Phalcon_ValidationInterface) +- [Phalcon\Validation\CombinedFieldsValidator](/[[language]]/[[version]]/api/Phalcon_Validation_CombinedFieldsValidator) +- [Phalcon\Validation\Exception](/[[language]]/[[version]]/api/Phalcon_Validation_Exception) +- [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) +- [Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) +- [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) +- [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) +- [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) +- [Phalcon\Validation\Validator\Alnum](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Alnum) +- [Phalcon\Validation\Validator\Alpha](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Alpha) +- [Phalcon\Validation\Validator\Between](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Between) +- [Phalcon\Validation\Validator\Callback](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Callback) +- [Phalcon\Validation\Validator\Confirmation](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Confirmation) +- [Phalcon\Validation\Validator\CreditCard](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_CreditCard) +- [Phalcon\Validation\Validator\Date](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Date) +- [Phalcon\Validation\Validator\Digit](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Digit) +- [Phalcon\Validation\Validator\Email](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Email) +- [Phalcon\Validation\Validator\Exception](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Exception) +- [Phalcon\Validation\Validator\ExclusionIn](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_ExclusionIn) +- [Phalcon\Validation\Validator\File](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_File) +- [Phalcon\Validation\Validator\Identical](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Identical) +- [Phalcon\Validation\Validator\InclusionIn](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_InclusionIn) +- [Phalcon\Validation\Validator\Numericality](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Numericality) +- [Phalcon\Validation\Validator\PresenceOf](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_PresenceOf) +- [Phalcon\Validation\Validator\Regex](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Regex) +- [Phalcon\Validation\Validator\StringLength](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_StringLength) +- [Phalcon\Validation\Validator\Uniqueness](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Uniqueness) +- [Phalcon\Validation\Validator\Url](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Url) +- [Phalcon\Version](/[[language]]/[[version]]/api/Phalcon_Version) \ No newline at end of file diff --git a/pt/api/Phalcon_Forms_Element_Radio.md b/pt/api/Phalcon_Forms_Element_Radio.md index 8610c12cb06f..cb5d34fa9d70 100644 --- a/pt/api/Phalcon_Forms_Element_Radio.md +++ b/pt/api/Phalcon_Forms_Element_Radio.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Radio** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_Model_ValidatorInterface.md b/pt/api/Phalcon_Mvc_Model_ValidatorInterface.md index a5368614ae11..b271009d52d6 100644 --- a/pt/api/Phalcon_Mvc_Model_ValidatorInterface.md +++ b/pt/api/Phalcon_Mvc_Model_ValidatorInterface.md @@ -8,6 +8,6 @@ abstract public **getMessages** () ... -abstract public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +abstract public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) ... \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_Model_Validator_Email.md b/pt/api/Phalcon_Mvc_Model_Validator_Email.md index 7ffe15592ab0..9dbb102a800f 100644 --- a/pt/api/Phalcon_Mvc_Model_Validator_Email.md +++ b/pt/api/Phalcon_Mvc_Model_Validator_Email.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Email** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -37,30 +37,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_Model_Validator_Exclusionin.md b/pt/api/Phalcon_Mvc_Model_Validator_Exclusionin.md index 90ce3264cbd8..e4d04aa2e50e 100644 --- a/pt/api/Phalcon_Mvc_Model_Validator_Exclusionin.md +++ b/pt/api/Phalcon_Mvc_Model_Validator_Exclusionin.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Exclusionin** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -40,30 +40,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_Model_Validator_Inclusionin.md b/pt/api/Phalcon_Mvc_Model_Validator_Inclusionin.md index f09924b99884..e52f1890ffd9 100644 --- a/pt/api/Phalcon_Mvc_Model_Validator_Inclusionin.md +++ b/pt/api/Phalcon_Mvc_Model_Validator_Inclusionin.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Inclusionin** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -40,30 +40,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_Model_Validator_Ip.md b/pt/api/Phalcon_Mvc_Model_Validator_Ip.md index 5352f580e6e6..70c9ca31ca08 100644 --- a/pt/api/Phalcon_Mvc_Model_Validator_Ip.md +++ b/pt/api/Phalcon_Mvc_Model_Validator_Ip.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Ip** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -73,30 +73,30 @@ class Data extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_Model_Validator_Numericality.md b/pt/api/Phalcon_Mvc_Model_Validator_Numericality.md index d2766740b709..56511b0ac1af 100644 --- a/pt/api/Phalcon_Mvc_Model_Validator_Numericality.md +++ b/pt/api/Phalcon_Mvc_Model_Validator_Numericality.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Numericality** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -37,30 +37,30 @@ class Products extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_Model_Validator_PresenceOf.md b/pt/api/Phalcon_Mvc_Model_Validator_PresenceOf.md index 3ff7ffc2d37f..123dde34f112 100644 --- a/pt/api/Phalcon_Mvc_Model_Validator_PresenceOf.md +++ b/pt/api/Phalcon_Mvc_Model_Validator_PresenceOf.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\PresenceOf** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -38,30 +38,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_Model_Validator_Regex.md b/pt/api/Phalcon_Mvc_Model_Validator_Regex.md index edf6fa66a8aa..4f8dcec7223a 100644 --- a/pt/api/Phalcon_Mvc_Model_Validator_Regex.md +++ b/pt/api/Phalcon_Mvc_Model_Validator_Regex.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Regex** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -38,30 +38,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_Model_Validator_StringLength.md b/pt/api/Phalcon_Mvc_Model_Validator_StringLength.md index d876a7c1c429..f8d0d187701c 100644 --- a/pt/api/Phalcon_Mvc_Model_Validator_StringLength.md +++ b/pt/api/Phalcon_Mvc_Model_Validator_StringLength.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\StringLength** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -41,30 +41,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_Model_Validator_Uniqueness.md b/pt/api/Phalcon_Mvc_Model_Validator_Uniqueness.md index 0c6f3f3e92ab..3c6dede53187 100644 --- a/pt/api/Phalcon_Mvc_Model_Validator_Uniqueness.md +++ b/pt/api/Phalcon_Mvc_Model_Validator_Uniqueness.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Uniqueness** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -39,30 +39,30 @@ class Subscriptors extends Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_Model_Validator_Url.md b/pt/api/Phalcon_Mvc_Model_Validator_Url.md index 2a07a3e0a3b0..d25ce7e970fb 100644 --- a/pt/api/Phalcon_Mvc_Model_Validator_Url.md +++ b/pt/api/Phalcon_Mvc_Model_Validator_Url.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Url** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -37,30 +37,30 @@ class Posts extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_ModuleDefinitionInterface.md b/pt/api/Phalcon_Mvc_ModuleDefinitionInterface.md index eb0f3f8e1dd0..ce9e75d505be 100644 --- a/pt/api/Phalcon_Mvc_ModuleDefinitionInterface.md +++ b/pt/api/Phalcon_Mvc_ModuleDefinitionInterface.md @@ -4,10 +4,10 @@ ## Methods -abstract public **registerAutoloaders** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +abstract public **registerAutoloaders** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) ... -abstract public **registerServices** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **registerServices** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_Router.md b/pt/api/Phalcon_Mvc_Router.md index 30fd2f657951..e2f4ca159bdd 100644 --- a/pt/api/Phalcon_Mvc_Router.md +++ b/pt/api/Phalcon_Mvc_Router.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -43,7 +43,7 @@ public **__construct** ([*mixed* $defaultRoutes]) Phalcon\\Mvc\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -51,7 +51,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -186,7 +186,7 @@ public **addConnect** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) Adds a route to the router that only match if the HTTP method is CONNECT -public **mount** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) +public **mount** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) Mounts a group of routes in the router diff --git a/pt/api/Phalcon_Mvc_RouterInterface.md b/pt/api/Phalcon_Mvc_RouterInterface.md index e11904311ae7..b015ca518853 100644 --- a/pt/api/Phalcon_Mvc_RouterInterface.md +++ b/pt/api/Phalcon_Mvc_RouterInterface.md @@ -68,7 +68,7 @@ abstract public **addConnect** (*mixed* $pattern, [*mixed* $paths]) ... -abstract public **mount** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) +abstract public **mount** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) ... diff --git a/pt/api/Phalcon_Mvc_Router_Annotations.md b/pt/api/Phalcon_Mvc_Router_Annotations.md index 9382815d9f62..5fe70c19c847 100644 --- a/pt/api/Phalcon_Mvc_Router_Annotations.md +++ b/pt/api/Phalcon_Mvc_Router_Annotations.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Router\\Annotations** -*extends* class [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +*extends* class [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -52,11 +52,11 @@ public **handle** ([*mixed* $uri]) Produce the routing parameters from the rewrite information -public **processControllerAnnotation** (*mixed* $handler, [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) $annotation) +public **processControllerAnnotation** (*mixed* $handler, [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) $annotation) Checks for annotations in the controller docblock -public **processActionAnnotation** (*mixed* $module, *mixed* $namespaceName, *mixed* $controller, *mixed* $action, [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) $annotation) +public **processActionAnnotation** (*mixed* $module, *mixed* $namespaceName, *mixed* $controller, *mixed* $action, [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) $annotation) Checks for annotations in the public methods of the controller @@ -72,31 +72,31 @@ public **getResources** () Return the registered resources -public **__construct** ([*mixed* $defaultRoutes]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **__construct** ([*mixed* $defaultRoutes]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Phalcon\\Mvc\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getDI** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getEventsManager** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the internal event manager -public **getRewriteUri** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRewriteUri** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Get rewrite info. This info is read from $_GET["_url"]. This returns '/' if the rewrite information cannot be read -public **setUriSource** (*mixed* $uriSource) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setUriSource** (*mixed* $uriSource) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the URI source. One of the URI_SOURCE_* constants @@ -109,27 +109,27 @@ $router->setUriSource( ``` -public **removeExtraSlashes** (*mixed* $remove) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **removeExtraSlashes** (*mixed* $remove) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Set whether router must remove the extra slashes in the handled routes -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the name of the default namespace -public **setDefaultModule** (*mixed* $moduleName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultModule** (*mixed* $moduleName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the name of the default module -public **setDefaultController** (*mixed* $controllerName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultController** (*mixed* $controllerName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the default controller name -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the default action name -public **setDefaults** (*array* $defaults) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaults** (*array* $defaults) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets an array of default paths. If a route is missing a path the router will use the defined here This method must not be used to set a 404 route @@ -145,11 +145,11 @@ $router->setDefaults( ``` -public **getDefaults** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getDefaults** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns an array of default parameters -public **add** (*mixed* $pattern, [*mixed* $paths], [*mixed* $httpMethods], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **add** (*mixed* $pattern, [*mixed* $paths], [*mixed* $httpMethods], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router without any HTTP constraint @@ -164,102 +164,102 @@ $router->add("/about", "About::index", ["GET", "POST"], Router::POSITION_FIRST); ``` -public **addGet** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addGet** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is GET -public **addPost** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPost** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is POST -public **addPut** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPut** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is PUT -public **addPatch** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPatch** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is PATCH -public **addDelete** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addDelete** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is DELETE -public **addOptions** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addOptions** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Add a route to the router that only match if the HTTP method is OPTIONS -public **addHead** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addHead** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is HEAD -public **addPurge** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPurge** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is PURGE (Squid and Varnish support) -public **addTrace** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addTrace** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is TRACE -public **addConnect** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addConnect** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is CONNECT -public **mount** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **mount** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Mounts a group of routes in the router -public **notFound** (*mixed* $paths) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **notFound** (*mixed* $paths) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Set a group of paths to be returned when none of the defined routes are matched -public **clear** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **clear** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Removes all the pre-defined routes -public **getNamespaceName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getNamespaceName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed namespace name -public **getModuleName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getModuleName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed module name -public **getControllerName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getControllerName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed controller name -public **getActionName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getActionName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed action name -public **getParams** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getParams** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed parameters -public **getMatchedRoute** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getMatchedRoute** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the route that matches the handled URI -public **getMatches** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getMatches** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the sub expressions in the regular expression matched -public **wasMatched** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **wasMatched** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Checks if the router matches any of the defined routes -public **getRoutes** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRoutes** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns all the routes defined in the router -public **getRouteById** (*mixed* $id) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRouteById** (*mixed* $id) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns a route object by its id -public **getRouteByName** (*mixed* $name) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRouteByName** (*mixed* $name) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns a route object by its name -public **isExactControllerName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **isExactControllerName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns whether controller name should not be mangled \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_Router_Exception.md b/pt/api/Phalcon_Mvc_Router_Exception.md index 02a5c4520420..eb5ccb0230d1 100644 --- a/pt/api/Phalcon_Mvc_Router_Exception.md +++ b/pt/api/Phalcon_Mvc_Router_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pt/api/Phalcon_Mvc_Router_Group.md b/pt/api/Phalcon_Mvc_Router_Group.md index 2c73c4c2dc40..eeab534442e2 100644 --- a/pt/api/Phalcon_Mvc_Router_Group.md +++ b/pt/api/Phalcon_Mvc_Router_Group.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router\\Group** -*implements* [Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) +*implements* [Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) Source on GitHub @@ -105,31 +105,31 @@ $router->add("/about", "About::index"); ``` -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addGet** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addGet** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is GET -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addPost** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addPost** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is POST -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addPut** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addPut** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is PUT -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addPatch** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addPatch** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is PATCH -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addDelete** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addDelete** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is DELETE -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addOptions** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addOptions** (*string* $pattern, [*string/array* $paths]) Add a route to the router that only match if the HTTP method is OPTIONS -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addHead** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addHead** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is HEAD diff --git a/pt/api/Phalcon_Mvc_Router_Route.md b/pt/api/Phalcon_Mvc_Router_Route.md index 127f67b9c836..27e8a41b68b2 100644 --- a/pt/api/Phalcon_Mvc_Router_Route.md +++ b/pt/api/Phalcon_Mvc_Router_Route.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router\\Route** -*implements* [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) +*implements* [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) Source on GitHub @@ -169,7 +169,7 @@ public **getHostname** () Returns the hostname restriction if any -public **setGroup** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) +public **setGroup** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) Sets the group associated with the route diff --git a/pt/api/Phalcon_Mvc_Url.md b/pt/api/Phalcon_Mvc_Url.md index 328f57aedb29..6d0b5788d4d0 100644 --- a/pt/api/Phalcon_Mvc_Url.md +++ b/pt/api/Phalcon_Mvc_Url.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Url** -*implements* [Phalcon\Mvc\UrlInterface](/en/3.2/api/Phalcon_Mvc_UrlInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\UrlInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_UrlInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -25,7 +25,7 @@ echo $url->get( ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container diff --git a/pt/api/Phalcon_Mvc_Url_Exception.md b/pt/api/Phalcon_Mvc_Url_Exception.md index 39b05c29f564..ac21fa87cc20 100644 --- a/pt/api/Phalcon_Mvc_Url_Exception.md +++ b/pt/api/Phalcon_Mvc_Url_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Url\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pt/api/Phalcon_Mvc_User_Component.md b/pt/api/Phalcon_Mvc_User_Component.md index d2a833d28c1f..76a1ad2c2736 100644 --- a/pt/api/Phalcon_Mvc_User_Component.md +++ b/pt/api/Phalcon_Mvc_User_Component.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Component** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_User_Module.md b/pt/api/Phalcon_Mvc_User_Module.md index 55bbde494ddb..9db03bbd9faf 100644 --- a/pt/api/Phalcon_Mvc_User_Module.md +++ b/pt/api/Phalcon_Mvc_User_Module.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Module** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_User_Plugin.md b/pt/api/Phalcon_Mvc_User_Plugin.md index 4cafec636188..6a751cef5fde 100644 --- a/pt/api/Phalcon_Mvc_User_Plugin.md +++ b/pt/api/Phalcon_Mvc_User_Plugin.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Plugin** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_View.md b/pt/api/Phalcon_Mvc_View.md index f96f1271ec28..eace2784eafc 100644 --- a/pt/api/Phalcon_Mvc_View.md +++ b/pt/api/Phalcon_Mvc_View.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewInterface](/en/3.2/api/Phalcon_Mvc_ViewInterface), [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewInterface), [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -260,7 +260,7 @@ protected **_loadTemplateEngines** () Loads registered template engines, if none is registered it will use Phalcon\\Mvc\\View\\Engine\\Php -protected **_engineRender** (*array* $engines, *string* $viewPath, *boolean* $silence, *boolean* $mustClean, [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +protected **_engineRender** (*array* $engines, *string* $viewPath, *boolean* $silence, *boolean* $mustClean, [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Checks whether view exists on registered extensions and render it @@ -490,18 +490,18 @@ protected **getViewsDirs** () Gets views directories -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_ViewInterface.md b/pt/api/Phalcon_Mvc_ViewInterface.md index 543c0471b48e..5b8ac57186ab 100644 --- a/pt/api/Phalcon_Mvc_ViewInterface.md +++ b/pt/api/Phalcon_Mvc_ViewInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Mvc\\ViewInterface** -*implements* [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -118,42 +118,42 @@ abstract public **isDisabled** () ... -abstract public **setViewsDir** (*mixed* $viewsDir) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setViewsDir** (*mixed* $viewsDir) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getViewsDir** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getViewsDir** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setParamToView** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setParamToView** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setVar** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setVar** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getParamsToView** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getParamsToView** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getCache** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getCache** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **cache** ([*mixed* $options]) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **cache** ([*mixed* $options]) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setContent** (*mixed* $content) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setContent** (*mixed* $content) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getContent** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getContent** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **partial** (*mixed* $partialPath, [*mixed* $params]) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **partial** (*mixed* $partialPath, [*mixed* $params]) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_View_Engine.md b/pt/api/Phalcon_Mvc_View_Engine.md index 3ced1cebed7e..70ccc369182d 100644 --- a/pt/api/Phalcon_Mvc_View_Engine.md +++ b/pt/api/Phalcon_Mvc_View_Engine.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Mvc\\View\\Engine** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) Source on GitHub @@ -10,7 +10,7 @@ All the template engine adapters must inherit this class. This provides basic in ## Methods -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\View\\Engine constructor @@ -26,26 +26,26 @@ public **getView** () Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get -abstract public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) inherited from [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) +abstract public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) inherited from [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) ... \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_View_Engine_Php.md b/pt/api/Phalcon_Mvc_View_Engine_Php.md index d9a7d398b51c..8de999a7097e 100644 --- a/pt/api/Phalcon_Mvc_View_Engine_Php.md +++ b/pt/api/Phalcon_Mvc_View_Engine_Php.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Php** -*extends* abstract class [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +*extends* abstract class [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) -*implements* [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -14,38 +14,38 @@ public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) Renders a view using the template engine -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Phalcon\\Mvc\\View\\Engine constructor -public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns cached output on another view stage -public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Renders a partial inside another view -public **getView** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getView** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_View_Engine_Volt.md b/pt/api/Phalcon_Mvc_View_Engine_Volt.md index 51bcbd0b4069..09e27df7eec8 100644 --- a/pt/api/Phalcon_Mvc_View_Engine_Volt.md +++ b/pt/api/Phalcon_Mvc_View_Engine_Volt.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt** -*extends* abstract class [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +*extends* abstract class [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) -*implements* [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -50,38 +50,38 @@ public **callMacro** (*mixed* $name, [*array* $arguments]) Checks if a macro is defined and calls it -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Phalcon\\Mvc\\View\\Engine constructor -public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns cached output on another view stage -public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Renders a partial inside another view -public **getView** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getView** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/pt/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md b/pt/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md index 9f4709fc2397..1cff2c03c71c 100644 --- a/pt/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md +++ b/pt/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt\\Compiler** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -19,9 +19,9 @@ require $compiler->getCompiledTemplatePath(); ## Methods -public **__construct** ([[Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view]) +public **__construct** ([[Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view]) -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/pt/api/Phalcon_Mvc_View_Engine_Volt_Exception.md b/pt/api/Phalcon_Mvc_View_Engine_Volt_Exception.md index 8b3302f56a84..7d858d34074e 100644 --- a/pt/api/Phalcon_Mvc_View_Engine_Volt_Exception.md +++ b/pt/api/Phalcon_Mvc_View_Engine_Volt_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt\\Exception** -*extends* class [Phalcon\Mvc\View\Exception](/en/3.2/api/Phalcon_Mvc_View_Exception) +*extends* class [Phalcon\Mvc\View\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pt/api/Phalcon_Mvc_View_Exception.md b/pt/api/Phalcon_Mvc_View_Exception.md index 2d43c11197c2..ae2fede35d54 100644 --- a/pt/api/Phalcon_Mvc_View_Exception.md +++ b/pt/api/Phalcon_Mvc_View_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pt/api/Phalcon_Mvc_View_Simple.md b/pt/api/Phalcon_Mvc_View_Simple.md index a27c183e396c..02b3d713392a 100644 --- a/pt/api/Phalcon_Mvc_View_Simple.md +++ b/pt/api/Phalcon_Mvc_View_Simple.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Simple** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -221,18 +221,18 @@ echo $this->view->products; ``` -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager \ No newline at end of file diff --git a/pt/api/Phalcon_Paginator_Adapter.md b/pt/api/Phalcon_Paginator_Adapter.md index 4f7bd5286f14..e6094c3f196e 100644 --- a/pt/api/Phalcon_Paginator_Adapter.md +++ b/pt/api/Phalcon_Paginator_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Paginator\\Adapter** -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -18,6 +18,6 @@ public **getLimit** () Get current rows limit -abstract public **getPaginate** () inherited from [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +abstract public **getPaginate** () inherited from [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) ... \ No newline at end of file diff --git a/pt/api/Phalcon_Paginator_Adapter_Model.md b/pt/api/Phalcon_Paginator_Adapter_Model.md index 1b6f1ba04a74..5eed7c0efb4b 100644 --- a/pt/api/Phalcon_Paginator_Adapter_Model.md +++ b/pt/api/Phalcon_Paginator_Adapter_Model.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\Model** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -35,14 +35,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/pt/api/Phalcon_Paginator_Adapter_NativeArray.md b/pt/api/Phalcon_Paginator_Adapter_NativeArray.md index c399691b9f21..0ed15659e21d 100644 --- a/pt/api/Phalcon_Paginator_Adapter_NativeArray.md +++ b/pt/api/Phalcon_Paginator_Adapter_NativeArray.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\NativeArray** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -39,14 +39,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/pt/api/Phalcon_Paginator_Adapter_QueryBuilder.md b/pt/api/Phalcon_Paginator_Adapter_QueryBuilder.md index d7b956b38370..cadb5a75a560 100644 --- a/pt/api/Phalcon_Paginator_Adapter_QueryBuilder.md +++ b/pt/api/Phalcon_Paginator_Adapter_QueryBuilder.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\QueryBuilder** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -36,7 +36,7 @@ public **getCurrentPage** () Get the current page number -public **setQueryBuilder** ([Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) $builder) +public **setQueryBuilder** ([Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) $builder) Set query builder object @@ -48,14 +48,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/pt/api/Phalcon_Paginator_Exception.md b/pt/api/Phalcon_Paginator_Exception.md index e263167ae42b..cd640676cd57 100644 --- a/pt/api/Phalcon_Paginator_Exception.md +++ b/pt/api/Phalcon_Paginator_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Paginator\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pt/api/Phalcon_Paginator_Factory.md b/pt/api/Phalcon_Paginator_Factory.md index b87215eae4c1..5c0d62c36b72 100644 --- a/pt/api/Phalcon_Paginator_Factory.md +++ b/pt/api/Phalcon_Paginator_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -29,8 +29,8 @@ $paginator = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/pt/api/Phalcon_Queue_Beanstalk_Exception.md b/pt/api/Phalcon_Queue_Beanstalk_Exception.md index d31d84525db3..fc99eb9bfe65 100644 --- a/pt/api/Phalcon_Queue_Beanstalk_Exception.md +++ b/pt/api/Phalcon_Queue_Beanstalk_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Queue\\Beanstalk\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pt/api/Phalcon_Queue_Beanstalk_Job.md b/pt/api/Phalcon_Queue_Beanstalk_Job.md index 91a3cbce0af4..cdc344022d51 100644 --- a/pt/api/Phalcon_Queue_Beanstalk_Job.md +++ b/pt/api/Phalcon_Queue_Beanstalk_Job.md @@ -10,7 +10,7 @@ public **getId** () public **getBody** () -public **__construct** ([Phalcon\Queue\Beanstalk](/en/3.2/api/Phalcon_Queue_Beanstalk) $queue, *mixed* $id, *mixed* $body) +public **__construct** ([Phalcon\Queue\Beanstalk](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk) $queue, *mixed* $id, *mixed* $body) public **delete** () diff --git a/pt/api/Phalcon_Security.md b/pt/api/Phalcon_Security.md index 46df12e08b8c..a39038ccdc84 100644 --- a/pt/api/Phalcon_Security.md +++ b/pt/api/Phalcon_Security.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Security** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -58,7 +58,7 @@ public **__construct** () Phalcon\\Security constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/pt/api/Phalcon_Security_Exception.md b/pt/api/Phalcon_Security_Exception.md index 1c67ea749c39..d76804f88304 100644 --- a/pt/api/Phalcon_Security_Exception.md +++ b/pt/api/Phalcon_Security_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Security\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pt/api/Phalcon_Session_Adapter.md b/pt/api/Phalcon_Session_Adapter.md index 6575ae9d0960..bf0fbeac2dba 100644 --- a/pt/api/Phalcon_Session_Adapter.md +++ b/pt/api/Phalcon_Session_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Session\\Adapter** -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub diff --git a/pt/api/Phalcon_Session_Adapter_Files.md b/pt/api/Phalcon_Session_Adapter_Files.md index f822abd76b18..e1c64d1d9f91 100644 --- a/pt/api/Phalcon_Session_Adapter_Files.md +++ b/pt/api/Phalcon_Session_Adapter_Files.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Files** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -16,15 +16,15 @@ ## Methods -public **__construct** ([*array* $options]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__construct** ([*array* $options]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Phalcon\\Session\\Adapter constructor -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -39,21 +39,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -64,7 +64,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -75,7 +75,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -88,7 +88,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -99,7 +99,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -110,7 +110,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -121,7 +121,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -134,7 +134,7 @@ var_dump( ``` -public **destroy** ([*mixed* $removeData]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **destroy** ([*mixed* $removeData]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Destroys the active session @@ -151,7 +151,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -168,19 +168,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -191,10 +191,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/pt/api/Phalcon_Session_Adapter_Libmemcached.md b/pt/api/Phalcon_Session_Adapter_Libmemcached.md index b4c626d76602..7937cb6d97fe 100644 --- a/pt/api/Phalcon_Session_Adapter_Libmemcached.md +++ b/pt/api/Phalcon_Session_Adapter_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Libmemcached** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -77,11 +77,11 @@ public **destroy** ([*mixed* $sessionId]) public **gc** () -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -96,21 +96,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -121,7 +121,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -132,7 +132,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -145,7 +145,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -156,7 +156,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -167,7 +167,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -178,7 +178,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -191,7 +191,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -208,19 +208,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -231,10 +231,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/pt/api/Phalcon_Session_Adapter_Memcache.md b/pt/api/Phalcon_Session_Adapter_Memcache.md index f6a220f939e1..4530826a4201 100644 --- a/pt/api/Phalcon_Session_Adapter_Memcache.md +++ b/pt/api/Phalcon_Session_Adapter_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Memcache** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -70,11 +70,11 @@ public **destroy** ([*mixed* $sessionId]) public **gc** () -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -89,21 +89,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -114,7 +114,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -125,7 +125,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -138,7 +138,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -149,7 +149,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -160,7 +160,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -171,7 +171,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -184,7 +184,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -201,19 +201,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -224,10 +224,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/pt/api/Phalcon_Session_Adapter_Redis.md b/pt/api/Phalcon_Session_Adapter_Redis.md index f3a461b2f111..8140b3922300 100644 --- a/pt/api/Phalcon_Session_Adapter_Redis.md +++ b/pt/api/Phalcon_Session_Adapter_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Redis** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -68,11 +68,11 @@ public **destroy** ([*mixed* $sessionId]) public **gc** () -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -87,21 +87,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -112,7 +112,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -123,7 +123,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -136,7 +136,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -147,7 +147,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -158,7 +158,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -169,7 +169,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -182,7 +182,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -199,19 +199,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -222,10 +222,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/pt/api/Phalcon_Session_Bag.md b/pt/api/Phalcon_Session_Bag.md index dd3b1765d192..36bc9e7e6612 100644 --- a/pt/api/Phalcon_Session_Bag.md +++ b/pt/api/Phalcon_Session_Bag.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Session\\Bag** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Session\BagInterface](/en/3.2/api/Phalcon_Session_BagInterface), [IteratorAggregate](http://php.net/manual/en/class.iteratoraggregate.php), [Traversable](http://php.net/manual/en/class.traversable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Session\BagInterface](/[[language]]/[[version]]/api/Phalcon_Session_BagInterface), [IteratorAggregate](http://php.net/manual/en/class.iteratoraggregate.php), [Traversable](http://php.net/manual/en/class.traversable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php) Source on GitHub @@ -22,7 +22,7 @@ public **__construct** (*mixed* $name) Phalcon\\Session\\Bag constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container diff --git a/pt/api/Phalcon_Session_Exception.md b/pt/api/Phalcon_Session_Exception.md index 3be5afaeb368..ac8c9c935696 100644 --- a/pt/api/Phalcon_Session_Exception.md +++ b/pt/api/Phalcon_Session_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Session\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pt/api/Phalcon_Session_Factory.md b/pt/api/Phalcon_Session_Factory.md index 2ec52018c904..d51bce4976a2 100644 --- a/pt/api/Phalcon_Session_Factory.md +++ b/pt/api/Phalcon_Session_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -28,8 +28,8 @@ $session = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/pt/api/Phalcon_Tag.md b/pt/api/Phalcon_Tag.md index fc303e5d04c2..b4fe1c6a7c02 100644 --- a/pt/api/Phalcon_Tag.md +++ b/pt/api/Phalcon_Tag.md @@ -38,7 +38,7 @@ public static **renderAttributes** (*mixed* $code, *array* $attributes) Renders parameters keeping order in their HTML attributes -public static **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public static **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector container. diff --git a/pt/api/Phalcon_Tag_Exception.md b/pt/api/Phalcon_Tag_Exception.md index 14a0b4432296..627b20da27da 100644 --- a/pt/api/Phalcon_Tag_Exception.md +++ b/pt/api/Phalcon_Tag_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Tag\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pt/api/Phalcon_Tag_Select.md b/pt/api/Phalcon_Tag_Select.md index 54c9231c55b9..32838423225f 100644 --- a/pt/api/Phalcon_Tag_Select.md +++ b/pt/api/Phalcon_Tag_Select.md @@ -10,7 +10,7 @@ public static **selectField** (*array* $parameters, [*array* $data]) Generates a SELECT tag -private static **_optionsFromResultset** ([Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) $resultset, *array* $using, *mixed* $value, *string* $closeOption) +private static **_optionsFromResultset** ([Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) $resultset, *array* $using, *mixed* $value, *string* $closeOption) Generate the OPTION tags based on a resultset diff --git a/pt/api/Phalcon_Translate_Adapter.md b/pt/api/Phalcon_Translate_Adapter.md index f7dd44a78348..a34672e03fff 100644 --- a/pt/api/Phalcon_Translate_Adapter.md +++ b/pt/api/Phalcon_Translate_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Translate\\Adapter** -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) Source on GitHub @@ -12,7 +12,7 @@ public **__construct** (*array* $options) ... -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) ... @@ -44,10 +44,10 @@ protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders] Replaces placeholders by the values passed -abstract public **query** (*mixed* $index, [*mixed* $placeholders]) inherited from [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +abstract public **query** (*mixed* $index, [*mixed* $placeholders]) inherited from [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) ... -abstract public **exists** (*mixed* $index) inherited from [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +abstract public **exists** (*mixed* $index) inherited from [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) ... \ No newline at end of file diff --git a/pt/api/Phalcon_Translate_Adapter_Csv.md b/pt/api/Phalcon_Translate_Adapter_Csv.md index 96d9abe19bc6..8ae450215757 100644 --- a/pt/api/Phalcon_Translate_Adapter_Csv.md +++ b/pt/api/Phalcon_Translate_Adapter_Csv.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\Csv** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -26,34 +26,34 @@ public **exists** (*mixed* $index) Check whether is defined a translation key in the internal array -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/pt/api/Phalcon_Translate_Adapter_Gettext.md b/pt/api/Phalcon_Translate_Adapter_Gettext.md index de2f2558647e..22ebafb278b6 100644 --- a/pt/api/Phalcon_Translate_Adapter_Gettext.md +++ b/pt/api/Phalcon_Translate_Adapter_Gettext.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\Gettext** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -112,34 +112,34 @@ protected **getOptionsDefault** () Gets default options -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/pt/api/Phalcon_Translate_Adapter_NativeArray.md b/pt/api/Phalcon_Translate_Adapter_NativeArray.md index c3f861c63cf8..71258c159da4 100644 --- a/pt/api/Phalcon_Translate_Adapter_NativeArray.md +++ b/pt/api/Phalcon_Translate_Adapter_NativeArray.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\NativeArray** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -22,34 +22,34 @@ public **exists** (*mixed* $index) Check whether is defined a translation key in the internal array -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/pt/api/Phalcon_Translate_Exception.md b/pt/api/Phalcon_Translate_Exception.md index 4f2ba4cc4209..bda89014f4d6 100644 --- a/pt/api/Phalcon_Translate_Exception.md +++ b/pt/api/Phalcon_Translate_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Translate\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/pt/api/Phalcon_Translate_Factory.md b/pt/api/Phalcon_Translate_Factory.md index dc147abaff46..93c8e6a17e16 100644 --- a/pt/api/Phalcon_Translate_Factory.md +++ b/pt/api/Phalcon_Translate_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -26,8 +26,8 @@ $translate = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/pt/api/Phalcon_Validation_Validator_StringLength.md b/pt/api/Phalcon_Validation_Validator_StringLength.md index dada5652fce9..2e554c56fc38 100644 --- a/pt/api/Phalcon_Validation_Validator_StringLength.md +++ b/pt/api/Phalcon_Validation_Validator_StringLength.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\StringLength** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -59,38 +59,38 @@ $validation->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pt/api/Phalcon_Validation_Validator_Uniqueness.md b/pt/api/Phalcon_Validation_Validator_Uniqueness.md index 3d3fe815d9af..7dc90ee03b46 100644 --- a/pt/api/Phalcon_Validation_Validator_Uniqueness.md +++ b/pt/api/Phalcon_Validation_Validator_Uniqueness.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Uniqueness** -*extends* abstract class [Phalcon\Validation\CombinedFieldsValidator](/en/3.2/api/Phalcon_Validation_CombinedFieldsValidator) +*extends* abstract class [Phalcon\Validation\CombinedFieldsValidator](/[[language]]/[[version]]/api/Phalcon_Validation_CombinedFieldsValidator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -94,11 +94,11 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -protected **isUniqueness** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +protected **isUniqueness** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) ... @@ -114,34 +114,34 @@ protected **isUniquenessCollection** (*mixed* $record, *array* $field, *array* $ Uniqueness method used for collection -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pt/api/Phalcon_Validation_Validator_Url.md b/pt/api/Phalcon_Validation_Validator_Url.md index 26a1e6c0edd5..f7c450efca04 100644 --- a/pt/api/Phalcon_Validation_Validator_Url.md +++ b/pt/api/Phalcon_Validation_Validator_Url.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Url** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/pt/api/index.md b/pt/api/index.md index 3b2ff8ce680a..69eff128a480 100644 --- a/pt/api/index.md +++ b/pt/api/index.md @@ -1,394 +1,394 @@ ## API Index -- [Phalcon\Acl](/en/3.2/api/Phalcon_Acl) -- [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) -- [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) -- [Phalcon\Acl\Adapter\Memory](/en/3.2/api/Phalcon_Acl_Adapter_Memory) -- [Phalcon\Acl\Exception](/en/3.2/api/Phalcon_Acl_Exception) -- [Phalcon\Acl\Resource](/en/3.2/api/Phalcon_Acl_Resource) -- [Phalcon\Acl\ResourceAware](/en/3.2/api/Phalcon_Acl_ResourceAware) -- [Phalcon\Acl\ResourceInterface](/en/3.2/api/Phalcon_Acl_ResourceInterface) -- [Phalcon\Acl\Role](/en/3.2/api/Phalcon_Acl_Role) -- [Phalcon\Acl\RoleAware](/en/3.2/api/Phalcon_Acl_RoleAware) -- [Phalcon\Acl\RoleInterface](/en/3.2/api/Phalcon_Acl_RoleInterface) -- [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) -- [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) -- [Phalcon\Annotations\Adapter\Apc](/en/3.2/api/Phalcon_Annotations_Adapter_Apc) -- [Phalcon\Annotations\Adapter\Apcu](/en/3.2/api/Phalcon_Annotations_Adapter_Apcu) -- [Phalcon\Annotations\Adapter\Files](/en/3.2/api/Phalcon_Annotations_Adapter_Files) -- [Phalcon\Annotations\Adapter\Memory](/en/3.2/api/Phalcon_Annotations_Adapter_Memory) -- [Phalcon\Annotations\Adapter\Xcache](/en/3.2/api/Phalcon_Annotations_Adapter_Xcache) -- [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) -- [Phalcon\Annotations\Collection](/en/3.2/api/Phalcon_Annotations_Collection) -- [Phalcon\Annotations\Exception](/en/3.2/api/Phalcon_Annotations_Exception) -- [Phalcon\Annotations\Factory](/en/3.2/api/Phalcon_Annotations_Factory) -- [Phalcon\Annotations\Reader](/en/3.2/api/Phalcon_Annotations_Reader) -- [Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) -- [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) -- [Phalcon\Application](/en/3.2/api/Phalcon_Application) -- [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) -- [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) -- [Phalcon\Assets\Exception](/en/3.2/api/Phalcon_Assets_Exception) -- [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) -- [Phalcon\Assets\Filters\Cssmin](/en/3.2/api/Phalcon_Assets_Filters_Cssmin) -- [Phalcon\Assets\Filters\Jsmin](/en/3.2/api/Phalcon_Assets_Filters_Jsmin) -- [Phalcon\Assets\Filters\None](/en/3.2/api/Phalcon_Assets_Filters_None) -- [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) -- [Phalcon\Assets\Inline\Css](/en/3.2/api/Phalcon_Assets_Inline_Css) -- [Phalcon\Assets\Inline\Js](/en/3.2/api/Phalcon_Assets_Inline_Js) -- [Phalcon\Assets\Manager](/en/3.2/api/Phalcon_Assets_Manager) -- [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) -- [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) -- [Phalcon\Assets\Resource\Css](/en/3.2/api/Phalcon_Assets_Resource_Css) -- [Phalcon\Assets\Resource\Js](/en/3.2/api/Phalcon_Assets_Resource_Js) -- [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) -- [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) -- [Phalcon\Cache\Backend\Apc](/en/3.2/api/Phalcon_Cache_Backend_Apc) -- [Phalcon\Cache\Backend\Apcu](/en/3.2/api/Phalcon_Cache_Backend_Apcu) -- [Phalcon\Cache\Backend\Factory](/en/3.2/api/Phalcon_Cache_Backend_Factory) -- [Phalcon\Cache\Backend\File](/en/3.2/api/Phalcon_Cache_Backend_File) -- [Phalcon\Cache\Backend\Libmemcached](/en/3.2/api/Phalcon_Cache_Backend_Libmemcached) -- [Phalcon\Cache\Backend\Memcache](/en/3.2/api/Phalcon_Cache_Backend_Memcache) -- [Phalcon\Cache\Backend\Memory](/en/3.2/api/Phalcon_Cache_Backend_Memory) -- [Phalcon\Cache\Backend\Mongo](/en/3.2/api/Phalcon_Cache_Backend_Mongo) -- [Phalcon\Cache\Backend\Redis](/en/3.2/api/Phalcon_Cache_Backend_Redis) -- [Phalcon\Cache\Backend\Xcache](/en/3.2/api/Phalcon_Cache_Backend_Xcache) -- [Phalcon\Cache\Exception](/en/3.2/api/Phalcon_Cache_Exception) -- [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) -- [Phalcon\Cache\Frontend\Base64](/en/3.2/api/Phalcon_Cache_Frontend_Base64) -- [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) -- [Phalcon\Cache\Frontend\Factory](/en/3.2/api/Phalcon_Cache_Frontend_Factory) -- [Phalcon\Cache\Frontend\Igbinary](/en/3.2/api/Phalcon_Cache_Frontend_Igbinary) -- [Phalcon\Cache\Frontend\Json](/en/3.2/api/Phalcon_Cache_Frontend_Json) -- [Phalcon\Cache\Frontend\Msgpack](/en/3.2/api/Phalcon_Cache_Frontend_Msgpack) -- [Phalcon\Cache\Frontend\None](/en/3.2/api/Phalcon_Cache_Frontend_None) -- [Phalcon\Cache\Frontend\Output](/en/3.2/api/Phalcon_Cache_Frontend_Output) -- [Phalcon\Cache\Multiple](/en/3.2/api/Phalcon_Cache_Multiple) -- [Phalcon\Cli\Console](/en/3.2/api/Phalcon_Cli_Console) -- [Phalcon\Cli\Console\Exception](/en/3.2/api/Phalcon_Cli_Console_Exception) -- [Phalcon\Cli\Dispatcher](/en/3.2/api/Phalcon_Cli_Dispatcher) -- [Phalcon\Cli\DispatcherInterface](/en/3.2/api/Phalcon_Cli_DispatcherInterface) -- [Phalcon\Cli\Dispatcher\Exception](/en/3.2/api/Phalcon_Cli_Dispatcher_Exception) -- [Phalcon\Cli\Router](/en/3.2/api/Phalcon_Cli_Router) -- [Phalcon\Cli\RouterInterface](/en/3.2/api/Phalcon_Cli_RouterInterface) -- [Phalcon\Cli\Router\Exception](/en/3.2/api/Phalcon_Cli_Router_Exception) -- [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) -- [Phalcon\Cli\Router\RouteInterface](/en/3.2/api/Phalcon_Cli_Router_RouteInterface) -- [Phalcon\Cli\Task](/en/3.2/api/Phalcon_Cli_Task) -- [Phalcon\Cli\TaskInterface](/en/3.2/api/Phalcon_Cli_TaskInterface) -- [Phalcon\Config](/en/3.2/api/Phalcon_Config) -- [Phalcon\Config\Adapter\Grouped](/en/3.2/api/Phalcon_Config_Adapter_Grouped) -- [Phalcon\Config\Adapter\Ini](/en/3.2/api/Phalcon_Config_Adapter_Ini) -- [Phalcon\Config\Adapter\Json](/en/3.2/api/Phalcon_Config_Adapter_Json) -- [Phalcon\Config\Adapter\Php](/en/3.2/api/Phalcon_Config_Adapter_Php) -- [Phalcon\Config\Adapter\Yaml](/en/3.2/api/Phalcon_Config_Adapter_Yaml) -- [Phalcon\Config\Exception](/en/3.2/api/Phalcon_Config_Exception) -- [Phalcon\Config\Factory](/en/3.2/api/Phalcon_Config_Factory) -- [Phalcon\Crypt](/en/3.2/api/Phalcon_Crypt) -- [Phalcon\CryptInterface](/en/3.2/api/Phalcon_CryptInterface) -- [Phalcon\Crypt\Exception](/en/3.2/api/Phalcon_Crypt_Exception) -- [Phalcon\Db](/en/3.2/api/Phalcon_Db) -- [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) -- [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) -- [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) -- [Phalcon\Db\Adapter\Pdo\Factory](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Factory) -- [Phalcon\Db\Adapter\Pdo\Mysql](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Mysql) -- [Phalcon\Db\Adapter\Pdo\Postgresql](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Postgresql) -- [Phalcon\Db\Adapter\Pdo\Sqlite](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Sqlite) -- [Phalcon\Db\Column](/en/3.2/api/Phalcon_Db_Column) -- [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) -- [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) -- [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) -- [Phalcon\Db\Dialect\Mysql](/en/3.2/api/Phalcon_Db_Dialect_Mysql) -- [Phalcon\Db\Dialect\Postgresql](/en/3.2/api/Phalcon_Db_Dialect_Postgresql) -- [Phalcon\Db\Dialect\Sqlite](/en/3.2/api/Phalcon_Db_Dialect_Sqlite) -- [Phalcon\Db\Exception](/en/3.2/api/Phalcon_Db_Exception) -- [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) -- [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) -- [Phalcon\Db\Profiler](/en/3.2/api/Phalcon_Db_Profiler) -- [Phalcon\Db\Profiler\Item](/en/3.2/api/Phalcon_Db_Profiler_Item) -- [Phalcon\Db\RawValue](/en/3.2/api/Phalcon_Db_RawValue) -- [Phalcon\Db\Reference](/en/3.2/api/Phalcon_Db_Reference) -- [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) -- [Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) -- [Phalcon\Db\Result\Pdo](/en/3.2/api/Phalcon_Db_Result_Pdo) -- [Phalcon\Debug](/en/3.2/api/Phalcon_Debug) -- [Phalcon\Debug\Dump](/en/3.2/api/Phalcon_Debug_Dump) -- [Phalcon\Debug\Exception](/en/3.2/api/Phalcon_Debug_Exception) -- [Phalcon\Di](/en/3.2/api/Phalcon_Di) -- [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) -- [Phalcon\Di\Exception](/en/3.2/api/Phalcon_Di_Exception) -- [Phalcon\Di\FactoryDefault](/en/3.2/api/Phalcon_Di_FactoryDefault) -- [Phalcon\Di\FactoryDefault\Cli](/en/3.2/api/Phalcon_Di_FactoryDefault_Cli) -- [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) -- [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) -- [Phalcon\Di\Service](/en/3.2/api/Phalcon_Di_Service) -- [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) -- [Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) -- [Phalcon\Di\Service\Builder](/en/3.2/api/Phalcon_Di_Service_Builder) -- [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) -- [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) -- [Phalcon\Escaper](/en/3.2/api/Phalcon_Escaper) -- [Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) -- [Phalcon\Escaper\Exception](/en/3.2/api/Phalcon_Escaper_Exception) -- [Phalcon\Events\Event](/en/3.2/api/Phalcon_Events_Event) -- [Phalcon\Events\EventInterface](/en/3.2/api/Phalcon_Events_EventInterface) -- [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) -- [Phalcon\Events\Exception](/en/3.2/api/Phalcon_Events_Exception) -- [Phalcon\Events\Manager](/en/3.2/api/Phalcon_Events_Manager) -- [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) -- [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) -- [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) -- [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) -- [Phalcon\Factory\Exception](/en/3.2/api/Phalcon_Factory_Exception) -- [Phalcon\Filter](/en/3.2/api/Phalcon_Filter) -- [Phalcon\FilterInterface](/en/3.2/api/Phalcon_FilterInterface) -- [Phalcon\Filter\Exception](/en/3.2/api/Phalcon_Filter_Exception) -- [Phalcon\Filter\UserFilterInterface](/en/3.2/api/Phalcon_Filter_UserFilterInterface) -- [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) -- [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) -- [Phalcon\Flash\Direct](/en/3.2/api/Phalcon_Flash_Direct) -- [Phalcon\Flash\Exception](/en/3.2/api/Phalcon_Flash_Exception) -- [Phalcon\Flash\Session](/en/3.2/api/Phalcon_Flash_Session) -- [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) -- [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) -- [Phalcon\Forms\Element\Check](/en/3.2/api/Phalcon_Forms_Element_Check) -- [Phalcon\Forms\Element\Date](/en/3.2/api/Phalcon_Forms_Element_Date) -- [Phalcon\Forms\Element\Email](/en/3.2/api/Phalcon_Forms_Element_Email) -- [Phalcon\Forms\Element\File](/en/3.2/api/Phalcon_Forms_Element_File) -- [Phalcon\Forms\Element\Hidden](/en/3.2/api/Phalcon_Forms_Element_Hidden) -- [Phalcon\Forms\Element\Numeric](/en/3.2/api/Phalcon_Forms_Element_Numeric) -- [Phalcon\Forms\Element\Password](/en/3.2/api/Phalcon_Forms_Element_Password) -- [Phalcon\Forms\Element\Radio](/en/3.2/api/Phalcon_Forms_Element_Radio) -- [Phalcon\Forms\Element\Select](/en/3.2/api/Phalcon_Forms_Element_Select) -- [Phalcon\Forms\Element\Submit](/en/3.2/api/Phalcon_Forms_Element_Submit) -- [Phalcon\Forms\Element\Text](/en/3.2/api/Phalcon_Forms_Element_Text) -- [Phalcon\Forms\Element\TextArea](/en/3.2/api/Phalcon_Forms_Element_TextArea) -- [Phalcon\Forms\Exception](/en/3.2/api/Phalcon_Forms_Exception) -- [Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) -- [Phalcon\Forms\Manager](/en/3.2/api/Phalcon_Forms_Manager) -- [Phalcon\Http\Cookie](/en/3.2/api/Phalcon_Http_Cookie) -- [Phalcon\Http\CookieInterface](/en/3.2/api/Phalcon_Http_CookieInterface) -- [Phalcon\Http\Cookie\Exception](/en/3.2/api/Phalcon_Http_Cookie_Exception) -- [Phalcon\Http\Request](/en/3.2/api/Phalcon_Http_Request) -- [Phalcon\Http\RequestInterface](/en/3.2/api/Phalcon_Http_RequestInterface) -- [Phalcon\Http\Request\Exception](/en/3.2/api/Phalcon_Http_Request_Exception) -- [Phalcon\Http\Request\File](/en/3.2/api/Phalcon_Http_Request_File) -- [Phalcon\Http\Request\FileInterface](/en/3.2/api/Phalcon_Http_Request_FileInterface) -- [Phalcon\Http\Response](/en/3.2/api/Phalcon_Http_Response) -- [Phalcon\Http\ResponseInterface](/en/3.2/api/Phalcon_Http_ResponseInterface) -- [Phalcon\Http\Response\Cookies](/en/3.2/api/Phalcon_Http_Response_Cookies) -- [Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface) -- [Phalcon\Http\Response\Exception](/en/3.2/api/Phalcon_Http_Response_Exception) -- [Phalcon\Http\Response\Headers](/en/3.2/api/Phalcon_Http_Response_Headers) -- [Phalcon\Http\Response\HeadersInterface](/en/3.2/api/Phalcon_Http_Response_HeadersInterface) -- [Phalcon\Image](/en/3.2/api/Phalcon_Image) -- [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) -- [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) -- [Phalcon\Image\Adapter\Gd](/en/3.2/api/Phalcon_Image_Adapter_Gd) -- [Phalcon\Image\Adapter\Imagick](/en/3.2/api/Phalcon_Image_Adapter_Imagick) -- [Phalcon\Image\Exception](/en/3.2/api/Phalcon_Image_Exception) -- [Phalcon\Image\Factory](/en/3.2/api/Phalcon_Image_Factory) -- [Phalcon\Kernel](/en/3.2/api/Phalcon_Kernel) -- [Phalcon\Loader](/en/3.2/api/Phalcon_Loader) -- [Phalcon\Loader\Exception](/en/3.2/api/Phalcon_Loader_Exception) -- [Phalcon\Logger](/en/3.2/api/Phalcon_Logger) -- [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) -- [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) -- [Phalcon\Logger\Adapter\File](/en/3.2/api/Phalcon_Logger_Adapter_File) -- [Phalcon\Logger\Adapter\Firephp](/en/3.2/api/Phalcon_Logger_Adapter_Firephp) -- [Phalcon\Logger\Adapter\Stream](/en/3.2/api/Phalcon_Logger_Adapter_Stream) -- [Phalcon\Logger\Adapter\Syslog](/en/3.2/api/Phalcon_Logger_Adapter_Syslog) -- [Phalcon\Logger\Exception](/en/3.2/api/Phalcon_Logger_Exception) -- [Phalcon\Logger\Factory](/en/3.2/api/Phalcon_Logger_Factory) -- [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) -- [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) -- [Phalcon\Logger\Formatter\Firephp](/en/3.2/api/Phalcon_Logger_Formatter_Firephp) -- [Phalcon\Logger\Formatter\Json](/en/3.2/api/Phalcon_Logger_Formatter_Json) -- [Phalcon\Logger\Formatter\Line](/en/3.2/api/Phalcon_Logger_Formatter_Line) -- [Phalcon\Logger\Formatter\Syslog](/en/3.2/api/Phalcon_Logger_Formatter_Syslog) -- [Phalcon\Logger\Item](/en/3.2/api/Phalcon_Logger_Item) -- [Phalcon\Logger\Multiple](/en/3.2/api/Phalcon_Logger_Multiple) -- [Phalcon\Mvc\Application](/en/3.2/api/Phalcon_Mvc_Application) -- [Phalcon\Mvc\Application\Exception](/en/3.2/api/Phalcon_Mvc_Application_Exception) -- [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) -- [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) -- [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) -- [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) -- [Phalcon\Mvc\Collection\Behavior\SoftDelete](/en/3.2/api/Phalcon_Mvc_Collection_Behavior_SoftDelete) -- [Phalcon\Mvc\Collection\Behavior\Timestampable](/en/3.2/api/Phalcon_Mvc_Collection_Behavior_Timestampable) -- [Phalcon\Mvc\Collection\Document](/en/3.2/api/Phalcon_Mvc_Collection_Document) -- [Phalcon\Mvc\Collection\Exception](/en/3.2/api/Phalcon_Mvc_Collection_Exception) -- [Phalcon\Mvc\Collection\Manager](/en/3.2/api/Phalcon_Mvc_Collection_Manager) -- [Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) -- [Phalcon\Mvc\Controller](/en/3.2/api/Phalcon_Mvc_Controller) -- [Phalcon\Mvc\ControllerInterface](/en/3.2/api/Phalcon_Mvc_ControllerInterface) -- [Phalcon\Mvc\Controller\BindModelInterface](/en/3.2/api/Phalcon_Mvc_Controller_BindModelInterface) -- [Phalcon\Mvc\Dispatcher](/en/3.2/api/Phalcon_Mvc_Dispatcher) -- [Phalcon\Mvc\DispatcherInterface](/en/3.2/api/Phalcon_Mvc_DispatcherInterface) -- [Phalcon\Mvc\Dispatcher\Exception](/en/3.2/api/Phalcon_Mvc_Dispatcher_Exception) -- [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) -- [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) -- [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) -- [Phalcon\Mvc\Micro\CollectionInterface](/en/3.2/api/Phalcon_Mvc_Micro_CollectionInterface) -- [Phalcon\Mvc\Micro\Exception](/en/3.2/api/Phalcon_Mvc_Micro_Exception) -- [Phalcon\Mvc\Micro\LazyLoader](/en/3.2/api/Phalcon_Mvc_Micro_LazyLoader) -- [Phalcon\Mvc\Micro\MiddlewareInterface](/en/3.2/api/Phalcon_Mvc_Micro_MiddlewareInterface) -- [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) -- [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) -- [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) -- [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) -- [Phalcon\Mvc\Model\Behavior\SoftDelete](/en/3.2/api/Phalcon_Mvc_Model_Behavior_SoftDelete) -- [Phalcon\Mvc\Model\Behavior\Timestampable](/en/3.2/api/Phalcon_Mvc_Model_Behavior_Timestampable) -- [Phalcon\Mvc\Model\Binder](/en/3.2/api/Phalcon_Mvc_Model_Binder) -- [Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) -- [Phalcon\Mvc\Model\Binder\BindableInterface](/en/3.2/api/Phalcon_Mvc_Model_Binder_BindableInterface) -- [Phalcon\Mvc\Model\Criteria](/en/3.2/api/Phalcon_Mvc_Model_Criteria) -- [Phalcon\Mvc\Model\CriteriaInterface](/en/3.2/api/Phalcon_Mvc_Model_CriteriaInterface) -- [Phalcon\Mvc\Model\Exception](/en/3.2/api/Phalcon_Mvc_Model_Exception) -- [Phalcon\Mvc\Model\Manager](/en/3.2/api/Phalcon_Mvc_Model_Manager) -- [Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) -- [Phalcon\Mvc\Model\Message](/en/3.2/api/Phalcon_Mvc_Model_Message) -- [Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) -- [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) -- [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) -- [Phalcon\Mvc\Model\MetaData\Apc](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Apc) -- [Phalcon\Mvc\Model\MetaData\Files](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Files) -- [Phalcon\Mvc\Model\MetaData\Libmemcached](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Libmemcached) -- [Phalcon\Mvc\Model\MetaData\Memcache](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Memcache) -- [Phalcon\Mvc\Model\MetaData\Memory](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Memory) -- [Phalcon\Mvc\Model\MetaData\Redis](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Redis) -- [Phalcon\Mvc\Model\MetaData\Session](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Session) -- [Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) -- [Phalcon\Mvc\Model\MetaData\Strategy\Annotations](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations) -- [Phalcon\Mvc\Model\MetaData\Strategy\Introspection](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection) -- [Phalcon\Mvc\Model\MetaData\Xcache](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Xcache) -- [Phalcon\Mvc\Model\Query](/en/3.2/api/Phalcon_Mvc_Model_Query) -- [Phalcon\Mvc\Model\QueryInterface](/en/3.2/api/Phalcon_Mvc_Model_QueryInterface) -- [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) -- [Phalcon\Mvc\Model\Query\BuilderInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_BuilderInterface) -- [Phalcon\Mvc\Model\Query\Lang](/en/3.2/api/Phalcon_Mvc_Model_Query_Lang) -- [Phalcon\Mvc\Model\Query\Status](/en/3.2/api/Phalcon_Mvc_Model_Query_Status) -- [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) -- [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) -- [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) -- [Phalcon\Mvc\Model\ResultInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultInterface) -- [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) -- [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) -- [Phalcon\Mvc\Model\Resultset\Complex](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Complex) -- [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) -- [Phalcon\Mvc\Model\Row](/en/3.2/api/Phalcon_Mvc_Model_Row) -- [Phalcon\Mvc\Model\Transaction](/en/3.2/api/Phalcon_Mvc_Model_Transaction) -- [Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) -- [Phalcon\Mvc\Model\Transaction\Exception](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Exception) -- [Phalcon\Mvc\Model\Transaction\Failed](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Failed) -- [Phalcon\Mvc\Model\Transaction\Manager](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Manager) -- [Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) -- [Phalcon\Mvc\Model\ValidationFailed](/en/3.2/api/Phalcon_Mvc_Model_ValidationFailed) -- [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) -- [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) -- [Phalcon\Mvc\Model\Validator\Email](/en/3.2/api/Phalcon_Mvc_Model_Validator_Email) -- [Phalcon\Mvc\Model\Validator\Exclusionin](/en/3.2/api/Phalcon_Mvc_Model_Validator_Exclusionin) -- [Phalcon\Mvc\Model\Validator\Inclusionin](/en/3.2/api/Phalcon_Mvc_Model_Validator_Inclusionin) -- [Phalcon\Mvc\Model\Validator\Ip](/en/3.2/api/Phalcon_Mvc_Model_Validator_Ip) -- [Phalcon\Mvc\Model\Validator\Numericality](/en/3.2/api/Phalcon_Mvc_Model_Validator_Numericality) -- [Phalcon\Mvc\Model\Validator\PresenceOf](/en/3.2/api/Phalcon_Mvc_Model_Validator_PresenceOf) -- [Phalcon\Mvc\Model\Validator\Regex](/en/3.2/api/Phalcon_Mvc_Model_Validator_Regex) -- [Phalcon\Mvc\Model\Validator\StringLength](/en/3.2/api/Phalcon_Mvc_Model_Validator_StringLength) -- [Phalcon\Mvc\Model\Validator\Uniqueness](/en/3.2/api/Phalcon_Mvc_Model_Validator_Uniqueness) -- [Phalcon\Mvc\Model\Validator\Url](/en/3.2/api/Phalcon_Mvc_Model_Validator_Url) -- [Phalcon\Mvc\ModuleDefinitionInterface](/en/3.2/api/Phalcon_Mvc_ModuleDefinitionInterface) -- [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) -- [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface) -- [Phalcon\Mvc\Router\Annotations](/en/3.2/api/Phalcon_Mvc_Router_Annotations) -- [Phalcon\Mvc\Router\Exception](/en/3.2/api/Phalcon_Mvc_Router_Exception) -- [Phalcon\Mvc\Router\Group](/en/3.2/api/Phalcon_Mvc_Router_Group) -- [Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) -- [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) -- [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) -- [Phalcon\Mvc\Url](/en/3.2/api/Phalcon_Mvc_Url) -- [Phalcon\Mvc\UrlInterface](/en/3.2/api/Phalcon_Mvc_UrlInterface) -- [Phalcon\Mvc\Url\Exception](/en/3.2/api/Phalcon_Mvc_Url_Exception) -- [Phalcon\Mvc\User\Component](/en/3.2/api/Phalcon_Mvc_User_Component) -- [Phalcon\Mvc\User\Module](/en/3.2/api/Phalcon_Mvc_User_Module) -- [Phalcon\Mvc\User\Plugin](/en/3.2/api/Phalcon_Mvc_User_Plugin) -- [Phalcon\Mvc\View](/en/3.2/api/Phalcon_Mvc_View) -- [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) -- [Phalcon\Mvc\ViewInterface](/en/3.2/api/Phalcon_Mvc_ViewInterface) -- [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) -- [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) -- [Phalcon\Mvc\View\Engine\Php](/en/3.2/api/Phalcon_Mvc_View_Engine_Php) -- [Phalcon\Mvc\View\Engine\Volt](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt) -- [Phalcon\Mvc\View\Engine\Volt\Compiler](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt_Compiler) -- [Phalcon\Mvc\View\Engine\Volt\Exception](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt_Exception) -- [Phalcon\Mvc\View\Exception](/en/3.2/api/Phalcon_Mvc_View_Exception) -- [Phalcon\Mvc\View\Simple](/en/3.2/api/Phalcon_Mvc_View_Simple) -- [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) -- [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) -- [Phalcon\Paginator\Adapter\Model](/en/3.2/api/Phalcon_Paginator_Adapter_Model) -- [Phalcon\Paginator\Adapter\NativeArray](/en/3.2/api/Phalcon_Paginator_Adapter_NativeArray) -- [Phalcon\Paginator\Adapter\QueryBuilder](/en/3.2/api/Phalcon_Paginator_Adapter_QueryBuilder) -- [Phalcon\Paginator\Exception](/en/3.2/api/Phalcon_Paginator_Exception) -- [Phalcon\Paginator\Factory](/en/3.2/api/Phalcon_Paginator_Factory) -- [Phalcon\Queue\Beanstalk](/en/3.2/api/Phalcon_Queue_Beanstalk) -- [Phalcon\Queue\Beanstalk\Exception](/en/3.2/api/Phalcon_Queue_Beanstalk_Exception) -- [Phalcon\Queue\Beanstalk\Job](/en/3.2/api/Phalcon_Queue_Beanstalk_Job) -- [Phalcon\Registry](/en/3.2/api/Phalcon_Registry) -- [Phalcon\Security](/en/3.2/api/Phalcon_Security) -- [Phalcon\Security\Exception](/en/3.2/api/Phalcon_Security_Exception) -- [Phalcon\Security\Random](/en/3.2/api/Phalcon_Security_Random) -- [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) -- [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) -- [Phalcon\Session\Adapter\Files](/en/3.2/api/Phalcon_Session_Adapter_Files) -- [Phalcon\Session\Adapter\Libmemcached](/en/3.2/api/Phalcon_Session_Adapter_Libmemcached) -- [Phalcon\Session\Adapter\Memcache](/en/3.2/api/Phalcon_Session_Adapter_Memcache) -- [Phalcon\Session\Adapter\Redis](/en/3.2/api/Phalcon_Session_Adapter_Redis) -- [Phalcon\Session\Bag](/en/3.2/api/Phalcon_Session_Bag) -- [Phalcon\Session\BagInterface](/en/3.2/api/Phalcon_Session_BagInterface) -- [Phalcon\Session\Exception](/en/3.2/api/Phalcon_Session_Exception) -- [Phalcon\Session\Factory](/en/3.2/api/Phalcon_Session_Factory) -- [Phalcon\Tag](/en/3.2/api/Phalcon_Tag) -- [Phalcon\Tag\Exception](/en/3.2/api/Phalcon_Tag_Exception) -- [Phalcon\Tag\Select](/en/3.2/api/Phalcon_Tag_Select) -- [Phalcon\Text](/en/3.2/api/Phalcon_Text) -- [Phalcon\Translate](/en/3.2/api/Phalcon_Translate) -- [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) -- [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) -- [Phalcon\Translate\Adapter\Csv](/en/3.2/api/Phalcon_Translate_Adapter_Csv) -- [Phalcon\Translate\Adapter\Gettext](/en/3.2/api/Phalcon_Translate_Adapter_Gettext) -- [Phalcon\Translate\Adapter\NativeArray](/en/3.2/api/Phalcon_Translate_Adapter_NativeArray) -- [Phalcon\Translate\Exception](/en/3.2/api/Phalcon_Translate_Exception) -- [Phalcon\Translate\Factory](/en/3.2/api/Phalcon_Translate_Factory) -- [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) -- [Phalcon\Translate\Interpolator\AssociativeArray](/en/3.2/api/Phalcon_Translate_Interpolator_AssociativeArray) -- [Phalcon\Translate\Interpolator\IndexedArray](/en/3.2/api/Phalcon_Translate_Interpolator_IndexedArray) -- [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) -- [Phalcon\ValidationInterface](/en/3.2/api/Phalcon_ValidationInterface) -- [Phalcon\Validation\CombinedFieldsValidator](/en/3.2/api/Phalcon_Validation_CombinedFieldsValidator) -- [Phalcon\Validation\Exception](/en/3.2/api/Phalcon_Validation_Exception) -- [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) -- [Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) -- [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) -- [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) -- [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) -- [Phalcon\Validation\Validator\Alnum](/en/3.2/api/Phalcon_Validation_Validator_Alnum) -- [Phalcon\Validation\Validator\Alpha](/en/3.2/api/Phalcon_Validation_Validator_Alpha) -- [Phalcon\Validation\Validator\Between](/en/3.2/api/Phalcon_Validation_Validator_Between) -- [Phalcon\Validation\Validator\Callback](/en/3.2/api/Phalcon_Validation_Validator_Callback) -- [Phalcon\Validation\Validator\Confirmation](/en/3.2/api/Phalcon_Validation_Validator_Confirmation) -- [Phalcon\Validation\Validator\CreditCard](/en/3.2/api/Phalcon_Validation_Validator_CreditCard) -- [Phalcon\Validation\Validator\Date](/en/3.2/api/Phalcon_Validation_Validator_Date) -- [Phalcon\Validation\Validator\Digit](/en/3.2/api/Phalcon_Validation_Validator_Digit) -- [Phalcon\Validation\Validator\Email](/en/3.2/api/Phalcon_Validation_Validator_Email) -- [Phalcon\Validation\Validator\Exception](/en/3.2/api/Phalcon_Validation_Validator_Exception) -- [Phalcon\Validation\Validator\ExclusionIn](/en/3.2/api/Phalcon_Validation_Validator_ExclusionIn) -- [Phalcon\Validation\Validator\File](/en/3.2/api/Phalcon_Validation_Validator_File) -- [Phalcon\Validation\Validator\Identical](/en/3.2/api/Phalcon_Validation_Validator_Identical) -- [Phalcon\Validation\Validator\InclusionIn](/en/3.2/api/Phalcon_Validation_Validator_InclusionIn) -- [Phalcon\Validation\Validator\Numericality](/en/3.2/api/Phalcon_Validation_Validator_Numericality) -- [Phalcon\Validation\Validator\PresenceOf](/en/3.2/api/Phalcon_Validation_Validator_PresenceOf) -- [Phalcon\Validation\Validator\Regex](/en/3.2/api/Phalcon_Validation_Validator_Regex) -- [Phalcon\Validation\Validator\StringLength](/en/3.2/api/Phalcon_Validation_Validator_StringLength) -- [Phalcon\Validation\Validator\Uniqueness](/en/3.2/api/Phalcon_Validation_Validator_Uniqueness) -- [Phalcon\Validation\Validator\Url](/en/3.2/api/Phalcon_Validation_Validator_Url) -- [Phalcon\Version](/en/3.2/api/Phalcon_Version) \ No newline at end of file +- [Phalcon\Acl](/[[language]]/[[version]]/api/Phalcon_Acl) +- [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) +- [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) +- [Phalcon\Acl\Adapter\Memory](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter_Memory) +- [Phalcon\Acl\Exception](/[[language]]/[[version]]/api/Phalcon_Acl_Exception) +- [Phalcon\Acl\Resource](/[[language]]/[[version]]/api/Phalcon_Acl_Resource) +- [Phalcon\Acl\ResourceAware](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceAware) +- [Phalcon\Acl\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceInterface) +- [Phalcon\Acl\Role](/[[language]]/[[version]]/api/Phalcon_Acl_Role) +- [Phalcon\Acl\RoleAware](/[[language]]/[[version]]/api/Phalcon_Acl_RoleAware) +- [Phalcon\Acl\RoleInterface](/[[language]]/[[version]]/api/Phalcon_Acl_RoleInterface) +- [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) +- [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) +- [Phalcon\Annotations\Adapter\Apc](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Apc) +- [Phalcon\Annotations\Adapter\Apcu](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Apcu) +- [Phalcon\Annotations\Adapter\Files](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Files) +- [Phalcon\Annotations\Adapter\Memory](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Memory) +- [Phalcon\Annotations\Adapter\Xcache](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Xcache) +- [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) +- [Phalcon\Annotations\Collection](/[[language]]/[[version]]/api/Phalcon_Annotations_Collection) +- [Phalcon\Annotations\Exception](/[[language]]/[[version]]/api/Phalcon_Annotations_Exception) +- [Phalcon\Annotations\Factory](/[[language]]/[[version]]/api/Phalcon_Annotations_Factory) +- [Phalcon\Annotations\Reader](/[[language]]/[[version]]/api/Phalcon_Annotations_Reader) +- [Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) +- [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) +- [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) +- [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) +- [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) +- [Phalcon\Assets\Exception](/[[language]]/[[version]]/api/Phalcon_Assets_Exception) +- [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) +- [Phalcon\Assets\Filters\Cssmin](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_Cssmin) +- [Phalcon\Assets\Filters\Jsmin](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_Jsmin) +- [Phalcon\Assets\Filters\None](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_None) +- [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) +- [Phalcon\Assets\Inline\Css](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) +- [Phalcon\Assets\Inline\Js](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Js) +- [Phalcon\Assets\Manager](/[[language]]/[[version]]/api/Phalcon_Assets_Manager) +- [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) +- [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) +- [Phalcon\Assets\Resource\Css](/[[language]]/[[version]]/api/Phalcon_Assets_Resource_Css) +- [Phalcon\Assets\Resource\Js](/[[language]]/[[version]]/api/Phalcon_Assets_Resource_Js) +- [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) +- [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) +- [Phalcon\Cache\Backend\Apc](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Apc) +- [Phalcon\Cache\Backend\Apcu](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Apcu) +- [Phalcon\Cache\Backend\Factory](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Factory) +- [Phalcon\Cache\Backend\File](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_File) +- [Phalcon\Cache\Backend\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Libmemcached) +- [Phalcon\Cache\Backend\Memcache](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Memcache) +- [Phalcon\Cache\Backend\Memory](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Memory) +- [Phalcon\Cache\Backend\Mongo](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Mongo) +- [Phalcon\Cache\Backend\Redis](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Redis) +- [Phalcon\Cache\Backend\Xcache](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Xcache) +- [Phalcon\Cache\Exception](/[[language]]/[[version]]/api/Phalcon_Cache_Exception) +- [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) +- [Phalcon\Cache\Frontend\Base64](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Base64) +- [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) +- [Phalcon\Cache\Frontend\Factory](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Factory) +- [Phalcon\Cache\Frontend\Igbinary](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Igbinary) +- [Phalcon\Cache\Frontend\Json](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Json) +- [Phalcon\Cache\Frontend\Msgpack](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Msgpack) +- [Phalcon\Cache\Frontend\None](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_None) +- [Phalcon\Cache\Frontend\Output](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Output) +- [Phalcon\Cache\Multiple](/[[language]]/[[version]]/api/Phalcon_Cache_Multiple) +- [Phalcon\Cli\Console](/[[language]]/[[version]]/api/Phalcon_Cli_Console) +- [Phalcon\Cli\Console\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Console_Exception) +- [Phalcon\Cli\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Cli_Dispatcher) +- [Phalcon\Cli\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Cli_DispatcherInterface) +- [Phalcon\Cli\Dispatcher\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Dispatcher_Exception) +- [Phalcon\Cli\Router](/[[language]]/[[version]]/api/Phalcon_Cli_Router) +- [Phalcon\Cli\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Cli_RouterInterface) +- [Phalcon\Cli\Router\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Exception) +- [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) +- [Phalcon\Cli\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Cli_Router_RouteInterface) +- [Phalcon\Cli\Task](/[[language]]/[[version]]/api/Phalcon_Cli_Task) +- [Phalcon\Cli\TaskInterface](/[[language]]/[[version]]/api/Phalcon_Cli_TaskInterface) +- [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) +- [Phalcon\Config\Adapter\Grouped](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Grouped) +- [Phalcon\Config\Adapter\Ini](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Ini) +- [Phalcon\Config\Adapter\Json](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Json) +- [Phalcon\Config\Adapter\Php](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Php) +- [Phalcon\Config\Adapter\Yaml](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Yaml) +- [Phalcon\Config\Exception](/[[language]]/[[version]]/api/Phalcon_Config_Exception) +- [Phalcon\Config\Factory](/[[language]]/[[version]]/api/Phalcon_Config_Factory) +- [Phalcon\Crypt](/[[language]]/[[version]]/api/Phalcon_Crypt) +- [Phalcon\CryptInterface](/[[language]]/[[version]]/api/Phalcon_CryptInterface) +- [Phalcon\Crypt\Exception](/[[language]]/[[version]]/api/Phalcon_Crypt_Exception) +- [Phalcon\Db](/[[language]]/[[version]]/api/Phalcon_Db) +- [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) +- [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) +- [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) +- [Phalcon\Db\Adapter\Pdo\Factory](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Factory) +- [Phalcon\Db\Adapter\Pdo\Mysql](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Mysql) +- [Phalcon\Db\Adapter\Pdo\Postgresql](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Postgresql) +- [Phalcon\Db\Adapter\Pdo\Sqlite](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Sqlite) +- [Phalcon\Db\Column](/[[language]]/[[version]]/api/Phalcon_Db_Column) +- [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) +- [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) +- [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) +- [Phalcon\Db\Dialect\Mysql](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Mysql) +- [Phalcon\Db\Dialect\Postgresql](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Postgresql) +- [Phalcon\Db\Dialect\Sqlite](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Sqlite) +- [Phalcon\Db\Exception](/[[language]]/[[version]]/api/Phalcon_Db_Exception) +- [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) +- [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) +- [Phalcon\Db\Profiler](/[[language]]/[[version]]/api/Phalcon_Db_Profiler) +- [Phalcon\Db\Profiler\Item](/[[language]]/[[version]]/api/Phalcon_Db_Profiler_Item) +- [Phalcon\Db\RawValue](/[[language]]/[[version]]/api/Phalcon_Db_RawValue) +- [Phalcon\Db\Reference](/[[language]]/[[version]]/api/Phalcon_Db_Reference) +- [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) +- [Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) +- [Phalcon\Db\Result\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Result_Pdo) +- [Phalcon\Debug](/[[language]]/[[version]]/api/Phalcon_Debug) +- [Phalcon\Debug\Dump](/[[language]]/[[version]]/api/Phalcon_Debug_Dump) +- [Phalcon\Debug\Exception](/[[language]]/[[version]]/api/Phalcon_Debug_Exception) +- [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) +- [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) +- [Phalcon\Di\Exception](/[[language]]/[[version]]/api/Phalcon_Di_Exception) +- [Phalcon\Di\FactoryDefault](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault) +- [Phalcon\Di\FactoryDefault\Cli](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault_Cli) +- [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) +- [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) +- [Phalcon\Di\Service](/[[language]]/[[version]]/api/Phalcon_Di_Service) +- [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) +- [Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) +- [Phalcon\Di\Service\Builder](/[[language]]/[[version]]/api/Phalcon_Di_Service_Builder) +- [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) +- [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) +- [Phalcon\Escaper](/[[language]]/[[version]]/api/Phalcon_Escaper) +- [Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) +- [Phalcon\Escaper\Exception](/[[language]]/[[version]]/api/Phalcon_Escaper_Exception) +- [Phalcon\Events\Event](/[[language]]/[[version]]/api/Phalcon_Events_Event) +- [Phalcon\Events\EventInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventInterface) +- [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) +- [Phalcon\Events\Exception](/[[language]]/[[version]]/api/Phalcon_Events_Exception) +- [Phalcon\Events\Manager](/[[language]]/[[version]]/api/Phalcon_Events_Manager) +- [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) +- [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) +- [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) +- [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) +- [Phalcon\Factory\Exception](/[[language]]/[[version]]/api/Phalcon_Factory_Exception) +- [Phalcon\Filter](/[[language]]/[[version]]/api/Phalcon_Filter) +- [Phalcon\FilterInterface](/[[language]]/[[version]]/api/Phalcon_FilterInterface) +- [Phalcon\Filter\Exception](/[[language]]/[[version]]/api/Phalcon_Filter_Exception) +- [Phalcon\Filter\UserFilterInterface](/[[language]]/[[version]]/api/Phalcon_Filter_UserFilterInterface) +- [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) +- [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) +- [Phalcon\Flash\Direct](/[[language]]/[[version]]/api/Phalcon_Flash_Direct) +- [Phalcon\Flash\Exception](/[[language]]/[[version]]/api/Phalcon_Flash_Exception) +- [Phalcon\Flash\Session](/[[language]]/[[version]]/api/Phalcon_Flash_Session) +- [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) +- [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) +- [Phalcon\Forms\Element\Check](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Check) +- [Phalcon\Forms\Element\Date](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Date) +- [Phalcon\Forms\Element\Email](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Email) +- [Phalcon\Forms\Element\File](/[[language]]/[[version]]/api/Phalcon_Forms_Element_File) +- [Phalcon\Forms\Element\Hidden](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Hidden) +- [Phalcon\Forms\Element\Numeric](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Numeric) +- [Phalcon\Forms\Element\Password](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Password) +- [Phalcon\Forms\Element\Radio](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Radio) +- [Phalcon\Forms\Element\Select](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Select) +- [Phalcon\Forms\Element\Submit](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Submit) +- [Phalcon\Forms\Element\Text](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Text) +- [Phalcon\Forms\Element\TextArea](/[[language]]/[[version]]/api/Phalcon_Forms_Element_TextArea) +- [Phalcon\Forms\Exception](/[[language]]/[[version]]/api/Phalcon_Forms_Exception) +- [Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) +- [Phalcon\Forms\Manager](/[[language]]/[[version]]/api/Phalcon_Forms_Manager) +- [Phalcon\Http\Cookie](/[[language]]/[[version]]/api/Phalcon_Http_Cookie) +- [Phalcon\Http\CookieInterface](/[[language]]/[[version]]/api/Phalcon_Http_CookieInterface) +- [Phalcon\Http\Cookie\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Cookie_Exception) +- [Phalcon\Http\Request](/[[language]]/[[version]]/api/Phalcon_Http_Request) +- [Phalcon\Http\RequestInterface](/[[language]]/[[version]]/api/Phalcon_Http_RequestInterface) +- [Phalcon\Http\Request\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Request_Exception) +- [Phalcon\Http\Request\File](/[[language]]/[[version]]/api/Phalcon_Http_Request_File) +- [Phalcon\Http\Request\FileInterface](/[[language]]/[[version]]/api/Phalcon_Http_Request_FileInterface) +- [Phalcon\Http\Response](/[[language]]/[[version]]/api/Phalcon_Http_Response) +- [Phalcon\Http\ResponseInterface](/[[language]]/[[version]]/api/Phalcon_Http_ResponseInterface) +- [Phalcon\Http\Response\Cookies](/[[language]]/[[version]]/api/Phalcon_Http_Response_Cookies) +- [Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface) +- [Phalcon\Http\Response\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Response_Exception) +- [Phalcon\Http\Response\Headers](/[[language]]/[[version]]/api/Phalcon_Http_Response_Headers) +- [Phalcon\Http\Response\HeadersInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_HeadersInterface) +- [Phalcon\Image](/[[language]]/[[version]]/api/Phalcon_Image) +- [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) +- [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) +- [Phalcon\Image\Adapter\Gd](/[[language]]/[[version]]/api/Phalcon_Image_Adapter_Gd) +- [Phalcon\Image\Adapter\Imagick](/[[language]]/[[version]]/api/Phalcon_Image_Adapter_Imagick) +- [Phalcon\Image\Exception](/[[language]]/[[version]]/api/Phalcon_Image_Exception) +- [Phalcon\Image\Factory](/[[language]]/[[version]]/api/Phalcon_Image_Factory) +- [Phalcon\Kernel](/[[language]]/[[version]]/api/Phalcon_Kernel) +- [Phalcon\Loader](/[[language]]/[[version]]/api/Phalcon_Loader) +- [Phalcon\Loader\Exception](/[[language]]/[[version]]/api/Phalcon_Loader_Exception) +- [Phalcon\Logger](/[[language]]/[[version]]/api/Phalcon_Logger) +- [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) +- [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) +- [Phalcon\Logger\Adapter\File](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_File) +- [Phalcon\Logger\Adapter\Firephp](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Firephp) +- [Phalcon\Logger\Adapter\Stream](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Stream) +- [Phalcon\Logger\Adapter\Syslog](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Syslog) +- [Phalcon\Logger\Exception](/[[language]]/[[version]]/api/Phalcon_Logger_Exception) +- [Phalcon\Logger\Factory](/[[language]]/[[version]]/api/Phalcon_Logger_Factory) +- [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) +- [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) +- [Phalcon\Logger\Formatter\Firephp](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Firephp) +- [Phalcon\Logger\Formatter\Json](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Json) +- [Phalcon\Logger\Formatter\Line](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Line) +- [Phalcon\Logger\Formatter\Syslog](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Syslog) +- [Phalcon\Logger\Item](/[[language]]/[[version]]/api/Phalcon_Logger_Item) +- [Phalcon\Logger\Multiple](/[[language]]/[[version]]/api/Phalcon_Logger_Multiple) +- [Phalcon\Mvc\Application](/[[language]]/[[version]]/api/Phalcon_Mvc_Application) +- [Phalcon\Mvc\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Application_Exception) +- [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) +- [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) +- [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) +- [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) +- [Phalcon\Mvc\Collection\Behavior\SoftDelete](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior_SoftDelete) +- [Phalcon\Mvc\Collection\Behavior\Timestampable](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior_Timestampable) +- [Phalcon\Mvc\Collection\Document](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Document) +- [Phalcon\Mvc\Collection\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Exception) +- [Phalcon\Mvc\Collection\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Manager) +- [Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) +- [Phalcon\Mvc\Controller](/[[language]]/[[version]]/api/Phalcon_Mvc_Controller) +- [Phalcon\Mvc\ControllerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ControllerInterface) +- [Phalcon\Mvc\Controller\BindModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Controller_BindModelInterface) +- [Phalcon\Mvc\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Mvc_Dispatcher) +- [Phalcon\Mvc\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_DispatcherInterface) +- [Phalcon\Mvc\Dispatcher\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Dispatcher_Exception) +- [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) +- [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) +- [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) +- [Phalcon\Mvc\Micro\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_CollectionInterface) +- [Phalcon\Mvc\Micro\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Exception) +- [Phalcon\Mvc\Micro\LazyLoader](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_LazyLoader) +- [Phalcon\Mvc\Micro\MiddlewareInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_MiddlewareInterface) +- [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) +- [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) +- [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) +- [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) +- [Phalcon\Mvc\Model\Behavior\SoftDelete](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior_SoftDelete) +- [Phalcon\Mvc\Model\Behavior\Timestampable](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior_Timestampable) +- [Phalcon\Mvc\Model\Binder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Binder) +- [Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) +- [Phalcon\Mvc\Model\Binder\BindableInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Binder_BindableInterface) +- [Phalcon\Mvc\Model\Criteria](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Criteria) +- [Phalcon\Mvc\Model\CriteriaInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_CriteriaInterface) +- [Phalcon\Mvc\Model\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Exception) +- [Phalcon\Mvc\Model\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Manager) +- [Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) +- [Phalcon\Mvc\Model\Message](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Message) +- [Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) +- [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) +- [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) +- [Phalcon\Mvc\Model\MetaData\Apc](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Apc) +- [Phalcon\Mvc\Model\MetaData\Files](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Files) +- [Phalcon\Mvc\Model\MetaData\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Libmemcached) +- [Phalcon\Mvc\Model\MetaData\Memcache](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Memcache) +- [Phalcon\Mvc\Model\MetaData\Memory](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Memory) +- [Phalcon\Mvc\Model\MetaData\Redis](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Redis) +- [Phalcon\Mvc\Model\MetaData\Session](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Session) +- [Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) +- [Phalcon\Mvc\Model\MetaData\Strategy\Annotations](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations) +- [Phalcon\Mvc\Model\MetaData\Strategy\Introspection](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection) +- [Phalcon\Mvc\Model\MetaData\Xcache](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Xcache) +- [Phalcon\Mvc\Model\Query](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query) +- [Phalcon\Mvc\Model\QueryInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_QueryInterface) +- [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) +- [Phalcon\Mvc\Model\Query\BuilderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_BuilderInterface) +- [Phalcon\Mvc\Model\Query\Lang](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Lang) +- [Phalcon\Mvc\Model\Query\Status](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Status) +- [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) +- [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) +- [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) +- [Phalcon\Mvc\Model\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultInterface) +- [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) +- [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) +- [Phalcon\Mvc\Model\Resultset\Complex](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Complex) +- [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) +- [Phalcon\Mvc\Model\Row](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Row) +- [Phalcon\Mvc\Model\Transaction](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction) +- [Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) +- [Phalcon\Mvc\Model\Transaction\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Exception) +- [Phalcon\Mvc\Model\Transaction\Failed](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Failed) +- [Phalcon\Mvc\Model\Transaction\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Manager) +- [Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) +- [Phalcon\Mvc\Model\ValidationFailed](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidationFailed) +- [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) +- [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) +- [Phalcon\Mvc\Model\Validator\Email](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Email) +- [Phalcon\Mvc\Model\Validator\Exclusionin](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Exclusionin) +- [Phalcon\Mvc\Model\Validator\Inclusionin](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Inclusionin) +- [Phalcon\Mvc\Model\Validator\Ip](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Ip) +- [Phalcon\Mvc\Model\Validator\Numericality](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Numericality) +- [Phalcon\Mvc\Model\Validator\PresenceOf](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_PresenceOf) +- [Phalcon\Mvc\Model\Validator\Regex](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Regex) +- [Phalcon\Mvc\Model\Validator\StringLength](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_StringLength) +- [Phalcon\Mvc\Model\Validator\Uniqueness](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Uniqueness) +- [Phalcon\Mvc\Model\Validator\Url](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Url) +- [Phalcon\Mvc\ModuleDefinitionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModuleDefinitionInterface) +- [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) +- [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface) +- [Phalcon\Mvc\Router\Annotations](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Annotations) +- [Phalcon\Mvc\Router\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Exception) +- [Phalcon\Mvc\Router\Group](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Group) +- [Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) +- [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) +- [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) +- [Phalcon\Mvc\Url](/[[language]]/[[version]]/api/Phalcon_Mvc_Url) +- [Phalcon\Mvc\UrlInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_UrlInterface) +- [Phalcon\Mvc\Url\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Url_Exception) +- [Phalcon\Mvc\User\Component](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Component) +- [Phalcon\Mvc\User\Module](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Module) +- [Phalcon\Mvc\User\Plugin](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Plugin) +- [Phalcon\Mvc\View](/[[language]]/[[version]]/api/Phalcon_Mvc_View) +- [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) +- [Phalcon\Mvc\ViewInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewInterface) +- [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) +- [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) +- [Phalcon\Mvc\View\Engine\Php](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Php) +- [Phalcon\Mvc\View\Engine\Volt](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt) +- [Phalcon\Mvc\View\Engine\Volt\Compiler](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt_Compiler) +- [Phalcon\Mvc\View\Engine\Volt\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt_Exception) +- [Phalcon\Mvc\View\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Exception) +- [Phalcon\Mvc\View\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Simple) +- [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) +- [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) +- [Phalcon\Paginator\Adapter\Model](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_Model) +- [Phalcon\Paginator\Adapter\NativeArray](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_NativeArray) +- [Phalcon\Paginator\Adapter\QueryBuilder](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_QueryBuilder) +- [Phalcon\Paginator\Exception](/[[language]]/[[version]]/api/Phalcon_Paginator_Exception) +- [Phalcon\Paginator\Factory](/[[language]]/[[version]]/api/Phalcon_Paginator_Factory) +- [Phalcon\Queue\Beanstalk](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk) +- [Phalcon\Queue\Beanstalk\Exception](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk_Exception) +- [Phalcon\Queue\Beanstalk\Job](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk_Job) +- [Phalcon\Registry](/[[language]]/[[version]]/api/Phalcon_Registry) +- [Phalcon\Security](/[[language]]/[[version]]/api/Phalcon_Security) +- [Phalcon\Security\Exception](/[[language]]/[[version]]/api/Phalcon_Security_Exception) +- [Phalcon\Security\Random](/[[language]]/[[version]]/api/Phalcon_Security_Random) +- [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) +- [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) +- [Phalcon\Session\Adapter\Files](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Files) +- [Phalcon\Session\Adapter\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Libmemcached) +- [Phalcon\Session\Adapter\Memcache](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Memcache) +- [Phalcon\Session\Adapter\Redis](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Redis) +- [Phalcon\Session\Bag](/[[language]]/[[version]]/api/Phalcon_Session_Bag) +- [Phalcon\Session\BagInterface](/[[language]]/[[version]]/api/Phalcon_Session_BagInterface) +- [Phalcon\Session\Exception](/[[language]]/[[version]]/api/Phalcon_Session_Exception) +- [Phalcon\Session\Factory](/[[language]]/[[version]]/api/Phalcon_Session_Factory) +- [Phalcon\Tag](/[[language]]/[[version]]/api/Phalcon_Tag) +- [Phalcon\Tag\Exception](/[[language]]/[[version]]/api/Phalcon_Tag_Exception) +- [Phalcon\Tag\Select](/[[language]]/[[version]]/api/Phalcon_Tag_Select) +- [Phalcon\Text](/[[language]]/[[version]]/api/Phalcon_Text) +- [Phalcon\Translate](/[[language]]/[[version]]/api/Phalcon_Translate) +- [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) +- [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) +- [Phalcon\Translate\Adapter\Csv](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_Csv) +- [Phalcon\Translate\Adapter\Gettext](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_Gettext) +- [Phalcon\Translate\Adapter\NativeArray](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_NativeArray) +- [Phalcon\Translate\Exception](/[[language]]/[[version]]/api/Phalcon_Translate_Exception) +- [Phalcon\Translate\Factory](/[[language]]/[[version]]/api/Phalcon_Translate_Factory) +- [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) +- [Phalcon\Translate\Interpolator\AssociativeArray](/[[language]]/[[version]]/api/Phalcon_Translate_Interpolator_AssociativeArray) +- [Phalcon\Translate\Interpolator\IndexedArray](/[[language]]/[[version]]/api/Phalcon_Translate_Interpolator_IndexedArray) +- [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) +- [Phalcon\ValidationInterface](/[[language]]/[[version]]/api/Phalcon_ValidationInterface) +- [Phalcon\Validation\CombinedFieldsValidator](/[[language]]/[[version]]/api/Phalcon_Validation_CombinedFieldsValidator) +- [Phalcon\Validation\Exception](/[[language]]/[[version]]/api/Phalcon_Validation_Exception) +- [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) +- [Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) +- [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) +- [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) +- [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) +- [Phalcon\Validation\Validator\Alnum](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Alnum) +- [Phalcon\Validation\Validator\Alpha](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Alpha) +- [Phalcon\Validation\Validator\Between](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Between) +- [Phalcon\Validation\Validator\Callback](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Callback) +- [Phalcon\Validation\Validator\Confirmation](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Confirmation) +- [Phalcon\Validation\Validator\CreditCard](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_CreditCard) +- [Phalcon\Validation\Validator\Date](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Date) +- [Phalcon\Validation\Validator\Digit](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Digit) +- [Phalcon\Validation\Validator\Email](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Email) +- [Phalcon\Validation\Validator\Exception](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Exception) +- [Phalcon\Validation\Validator\ExclusionIn](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_ExclusionIn) +- [Phalcon\Validation\Validator\File](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_File) +- [Phalcon\Validation\Validator\Identical](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Identical) +- [Phalcon\Validation\Validator\InclusionIn](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_InclusionIn) +- [Phalcon\Validation\Validator\Numericality](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Numericality) +- [Phalcon\Validation\Validator\PresenceOf](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_PresenceOf) +- [Phalcon\Validation\Validator\Regex](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Regex) +- [Phalcon\Validation\Validator\StringLength](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_StringLength) +- [Phalcon\Validation\Validator\Uniqueness](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Uniqueness) +- [Phalcon\Validation\Validator\Url](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Url) +- [Phalcon\Version](/[[language]]/[[version]]/api/Phalcon_Version) \ No newline at end of file diff --git a/ro/api/Phalcon_Acl_Adapter.md b/ro/api/Phalcon_Acl_Adapter.md index 1696a50b6e15..1e2005a44be1 100644 --- a/ro/api/Phalcon_Acl_Adapter.md +++ b/ro/api/Phalcon_Acl_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Acl\\Adapter** -*implements* [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -20,7 +20,7 @@ public **getActiveAccess** () Active access which the list is checking if some role can access it -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -36,58 +36,58 @@ public **getDefaultAction** () Returns the default ACL access level -abstract public **setNoArgumentsDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **setNoArgumentsDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getNoArgumentsDefaultAction** () inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getNoArgumentsDefaultAction** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addRole** (*mixed* $role, [*mixed* $accessInherits]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addRole** (*mixed* $role, [*mixed* $accessInherits]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addInherit** (*mixed* $roleName, *mixed* $roleToInherit) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addInherit** (*mixed* $roleName, *mixed* $roleToInherit) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isRole** (*mixed* $roleName) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isRole** (*mixed* $roleName) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isResource** (*mixed* $resourceName) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isResource** (*mixed* $resourceName) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addResource** (*mixed* $resourceObject, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addResource** (*mixed* $resourceObject, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **dropResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **dropResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **allow** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **allow** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **deny** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **deny** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isAllowed** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*array* $parameters]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isAllowed** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*array* $parameters]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getRoles** () inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getRoles** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getResources** () inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getResources** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... \ No newline at end of file diff --git a/ro/api/Phalcon_Acl_Adapter_Memory.md b/ro/api/Phalcon_Acl_Adapter_Memory.md index 889751c95b98..8e3548f98ae9 100644 --- a/ro/api/Phalcon_Acl_Adapter_Memory.md +++ b/ro/api/Phalcon_Acl_Adapter_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Acl\\Adapter\\Memory** -*extends* abstract class [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +*extends* abstract class [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) Source on GitHub @@ -105,7 +105,7 @@ public **isResource** (*mixed* $resourceName) Check whether resource exist in the resources list -public **addResource** ([Phalcon\Acl\Resource](/en/3.2/api/Phalcon_Acl_Resource) | *string* $resourceValue, *array* | *string* $accessList) +public **addResource** ([Phalcon\Acl\Resource](/[[language]]/[[version]]/api/Phalcon_Acl_Resource) | *string* $resourceValue, *array* | *string* $accessList) Adds a resource to the ACL list Access names can be a particular action, by example search, update, delete, etc or a list of them Example: @@ -224,30 +224,30 @@ public **getResources** () Return an array with every resource registered in the list -public **getActiveRole** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveRole** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Role which the list is checking if it's allowed to certain resource/access -public **getActiveResource** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveResource** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Resource which the list is checking if some role can access it -public **getActiveAccess** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveAccess** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Active access which the list is checking if some role can access it -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getEventsManager** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Returns the internal event manager -public **setDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **setDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Sets the default access level (Phalcon\\Acl::ALLOW or Phalcon\\Acl::DENY) -public **getDefaultAction** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getDefaultAction** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Returns the default ACL access level \ No newline at end of file diff --git a/ro/api/Phalcon_Acl_Exception.md b/ro/api/Phalcon_Acl_Exception.md index 9c1b44ab7b5d..bb780905021c 100644 --- a/ro/api/Phalcon_Acl_Exception.md +++ b/ro/api/Phalcon_Acl_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Acl\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Acl_Resource.md b/ro/api/Phalcon_Acl_Resource.md index 25ac2d3e792b..2cf5fa6783c8 100644 --- a/ro/api/Phalcon_Acl_Resource.md +++ b/ro/api/Phalcon_Acl_Resource.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Acl\\Resource** -*implements* [Phalcon\Acl\ResourceInterface](/en/3.2/api/Phalcon_Acl_ResourceInterface) +*implements* [Phalcon\Acl\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceInterface) Source on GitHub diff --git a/ro/api/Phalcon_Acl_Role.md b/ro/api/Phalcon_Acl_Role.md index c8252648d6c8..5e9655fe33dc 100644 --- a/ro/api/Phalcon_Acl_Role.md +++ b/ro/api/Phalcon_Acl_Role.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Acl\\Role** -*implements* [Phalcon\Acl\RoleInterface](/en/3.2/api/Phalcon_Acl_RoleInterface) +*implements* [Phalcon\Acl\RoleInterface](/[[language]]/[[version]]/api/Phalcon_Acl_RoleInterface) Source on GitHub diff --git a/ro/api/Phalcon_Annotations_Adapter.md b/ro/api/Phalcon_Annotations_Adapter.md index d42ac348bbc9..e9ba9d098f7a 100644 --- a/ro/api/Phalcon_Annotations_Adapter.md +++ b/ro/api/Phalcon_Annotations_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Annotations\\Adapter** -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -8,7 +8,7 @@ This is the base class for Phalcon\\Annotations adapters ## Methods -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) Sets the annotations parser diff --git a/ro/api/Phalcon_Annotations_AdapterInterface.md b/ro/api/Phalcon_Annotations_AdapterInterface.md index 7f9c8598cba2..b428f0ce8c85 100644 --- a/ro/api/Phalcon_Annotations_AdapterInterface.md +++ b/ro/api/Phalcon_Annotations_AdapterInterface.md @@ -6,7 +6,7 @@ This interface must be implemented by adapters in Phalcon\Annotations ## Methods -abstract public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) +abstract public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) Sets the annotations parser diff --git a/ro/api/Phalcon_Annotations_Adapter_Apc.md b/ro/api/Phalcon_Annotations_Adapter_Apc.md index 467622a88425..e613a76f1822 100644 --- a/ro/api/Phalcon_Annotations_Adapter_Apc.md +++ b/ro/api/Phalcon_Annotations_Adapter_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Apc** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,34 +27,34 @@ public **read** (*mixed* $key) Reads parsed annotations from APC -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to APC -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/ro/api/Phalcon_Annotations_Adapter_Apcu.md b/ro/api/Phalcon_Annotations_Adapter_Apcu.md index ebea340ec92a..615bd450fc80 100644 --- a/ro/api/Phalcon_Annotations_Adapter_Apcu.md +++ b/ro/api/Phalcon_Annotations_Adapter_Apcu.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Apcu** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,34 +27,34 @@ public **read** (*mixed* $key) Reads parsed annotations from APCu -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to APCu -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/ro/api/Phalcon_Annotations_Adapter_Files.md b/ro/api/Phalcon_Annotations_Adapter_Files.md index e4c407e5954e..653483fef5dd 100644 --- a/ro/api/Phalcon_Annotations_Adapter_Files.md +++ b/ro/api/Phalcon_Annotations_Adapter_Files.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Files** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,38 +27,38 @@ public **__construct** ([*array* $options]) Phalcon\\Annotations\\Adapter\\Files constructor -public [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) **read** (*string* $key) +public [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) **read** (*string* $key) Reads parsed annotations from files -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to files -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/ro/api/Phalcon_Annotations_Adapter_Memory.md b/ro/api/Phalcon_Annotations_Adapter_Memory.md index 205f20e6b1b8..558ef73179e1 100644 --- a/ro/api/Phalcon_Annotations_Adapter_Memory.md +++ b/ro/api/Phalcon_Annotations_Adapter_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Memory** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -14,34 +14,34 @@ public **read** (*mixed* $key) Reads parsed annotations from memory -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to memory -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/ro/api/Phalcon_Annotations_Adapter_Xcache.md b/ro/api/Phalcon_Annotations_Adapter_Xcache.md index 37c97e7e6b8c..4ea64217b769 100644 --- a/ro/api/Phalcon_Annotations_Adapter_Xcache.md +++ b/ro/api/Phalcon_Annotations_Adapter_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Xcache** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -17,38 +17,38 @@ $annotations = new \Phalcon\Annotations\Adapter\Xcache(); ## Methods -public [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) **read** (*string* $key) +public [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) **read** (*string* $key) Reads parsed annotations from XCache -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to XCache -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/ro/api/Phalcon_Annotations_Collection.md b/ro/api/Phalcon_Annotations_Collection.md index dac8ff1acd5b..791f30938af9 100644 --- a/ro/api/Phalcon_Annotations_Collection.md +++ b/ro/api/Phalcon_Annotations_Collection.md @@ -36,7 +36,7 @@ public **rewind** () Rewinds the internal iterator -public [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) **current** () +public [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) **current** () Returns the current annotation in the iterator diff --git a/ro/api/Phalcon_Annotations_Factory.md b/ro/api/Phalcon_Annotations_Factory.md index 644067bb57ce..5c5766d8a800 100644 --- a/ro/api/Phalcon_Annotations_Factory.md +++ b/ro/api/Phalcon_Annotations_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -24,8 +24,8 @@ $annotations = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/ro/api/Phalcon_Annotations_Reader.md b/ro/api/Phalcon_Annotations_Reader.md index 4e8e513ffea9..7dcb4c27c146 100644 --- a/ro/api/Phalcon_Annotations_Reader.md +++ b/ro/api/Phalcon_Annotations_Reader.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Annotations\\Reader** -*implements* [Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) +*implements* [Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) Source on GitHub diff --git a/ro/api/Phalcon_Application.md b/ro/api/Phalcon_Application.md index bf48f3ab94bf..4eb6b28f3090 100644 --- a/ro/api/Phalcon_Application.md +++ b/ro/api/Phalcon_Application.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Application** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -10,11 +10,11 @@ Base class for Phalcon\\Cli\\Console and Phalcon\\Mvc\\Application. ## Methods -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Application Constructor -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -64,14 +64,14 @@ abstract public **handle** () Handles a request -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*string* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*string* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/ro/api/Phalcon_Application_Exception.md b/ro/api/Phalcon_Application_Exception.md index 49637aa88e5e..271cfe64e058 100644 --- a/ro/api/Phalcon_Application_Exception.md +++ b/ro/api/Phalcon_Application_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Application\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Assets_Collection.md b/ro/api/Phalcon_Assets_Collection.md index f6f18d5a1d60..56c1ccff2bed 100644 --- a/ro/api/Phalcon_Assets_Collection.md +++ b/ro/api/Phalcon_Assets_Collection.md @@ -60,15 +60,15 @@ public **__construct** () Phalcon\\Assets\\Collection constructor -public **add** ([Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **add** ([Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a resource to the collection -public **addInline** ([Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInline** ([Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds an inline code to the collection -public **has** ([Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) $resource) +public **has** ([Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) $resource) Checks this the resource is added to the collection. @@ -93,7 +93,7 @@ public **addInlineCss** (*mixed* $content, [*mixed* $filter], [*mixed* $attribut Adds an inline CSS to the collection -public [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) **addJs** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) +public [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) **addJs** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) Adds a javascript resource to the collection @@ -165,10 +165,10 @@ public **getRealTargetPath** (*mixed* $basePath) Returns the complete location where the joined/filtered collection must be written -public **addFilter** ([Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) $filter) +public **addFilter** ([Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) $filter) Adds a filter to the collection -final protected **addResource** ([Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) $resource) +final protected **addResource** ([Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) $resource) Adds a resource or inline-code to the collection \ No newline at end of file diff --git a/ro/api/Phalcon_Assets_Exception.md b/ro/api/Phalcon_Assets_Exception.md index 4c8c0516fd94..bd7488dccb6f 100644 --- a/ro/api/Phalcon_Assets_Exception.md +++ b/ro/api/Phalcon_Assets_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Assets_Filters_Cssmin.md b/ro/api/Phalcon_Assets_Filters_Cssmin.md index a807a59e4880..96fe00be94d7 100644 --- a/ro/api/Phalcon_Assets_Filters_Cssmin.md +++ b/ro/api/Phalcon_Assets_Filters_Cssmin.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\Cssmin** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/ro/api/Phalcon_Assets_Filters_Jsmin.md b/ro/api/Phalcon_Assets_Filters_Jsmin.md index 2bfe2b4851a4..3e9e94f7bd29 100644 --- a/ro/api/Phalcon_Assets_Filters_Jsmin.md +++ b/ro/api/Phalcon_Assets_Filters_Jsmin.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\Jsmin** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/ro/api/Phalcon_Assets_Filters_None.md b/ro/api/Phalcon_Assets_Filters_None.md index 60e59aac09de..27f570f4bc31 100644 --- a/ro/api/Phalcon_Assets_Filters_None.md +++ b/ro/api/Phalcon_Assets_Filters_None.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\None** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/ro/api/Phalcon_Assets_Inline.md b/ro/api/Phalcon_Assets_Inline.md index e5c3ef631536..067ea910d450 100644 --- a/ro/api/Phalcon_Assets_Inline.md +++ b/ro/api/Phalcon_Assets_Inline.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Inline** -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub diff --git a/ro/api/Phalcon_Assets_Inline_Css.md b/ro/api/Phalcon_Assets_Inline_Css.md index aad74b78beca..df3da97b2598 100644 --- a/ro/api/Phalcon_Assets_Inline_Css.md +++ b/ro/api/Phalcon_Assets_Inline_Css.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Inline\\Css** -*extends* class [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +*extends* class [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,34 +12,36 @@ Represents an inlined CSS public **__construct** (*string* $content, [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Phalcon\\Assets\\Inline\\Css Constructor -... +public *string* **getType** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getContent** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets the resource's type. -... +public *string* **getContent** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getFilter** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets the content. -... +public *boolean* **getFilter** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getAttributes** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets if the resource must be filtered or not. -... +public *array* **getAttributes** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets extra HTML attributes. + +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setType** (*string* $type) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets the inline's type -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setFilter** (*boolean* $filter) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets extra HTML attributes -public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public *string* **getResourceKey** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Gets the resource's key. \ No newline at end of file diff --git a/ro/api/Phalcon_Assets_Inline_Js.md b/ro/api/Phalcon_Assets_Inline_Js.md index 1cce336b4116..38f45537ae5b 100644 --- a/ro/api/Phalcon_Assets_Inline_Js.md +++ b/ro/api/Phalcon_Assets_Inline_Js.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Inline\\Js** -*extends* class [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +*extends* class [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,34 +12,34 @@ Represents an inline Javascript public **__construct** (*string* $content, [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getType** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getContent** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getContent** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getFilter** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getFilter** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getAttributes** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getAttributes** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets the inline's type -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets extra HTML attributes -public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Gets the resource's key. \ No newline at end of file diff --git a/ro/api/Phalcon_Assets_Manager.md b/ro/api/Phalcon_Assets_Manager.md index 13ecabf4ff9c..023c9dab7abb 100644 --- a/ro/api/Phalcon_Assets_Manager.md +++ b/ro/api/Phalcon_Assets_Manager.md @@ -52,7 +52,7 @@ public **addInlineJs** (*mixed* $content, [*mixed* $filter], [*mixed* $attribute Adds an inline javascript to the 'js' collection -public **addResourceByType** (*mixed* $type, [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **addResourceByType** (*mixed* $type, [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a resource by its type @@ -65,11 +65,11 @@ $assets->addResourceByType("css", ``` -public **addInlineCodeByType** (*mixed* $type, [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInlineCodeByType** (*mixed* $type, [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds an inline code by its type -public **addResource** ([Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **addResource** ([Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a raw resource to the manager @@ -82,11 +82,11 @@ $assets->addResource( ``` -public **addInlineCode** ([Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInlineCode** ([Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds a raw inline code to the manager -public **set** (*mixed* $id, [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection) +public **set** (*mixed* $id, [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection) Sets a collection in the Assets Manager @@ -120,11 +120,11 @@ public **collection** (*mixed* $name) Creates/Returns a collection of resources -public **output** ([Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection, *callback* $callback, *string* $type) +public **output** ([Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection, *callback* $callback, *string* $type) Traverses a collection calling the callback to generate its HTML -public **outputInline** ([Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection, *string* $type) +public **outputInline** ([Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection, *string* $type) Traverses a collection and generate its HTML diff --git a/ro/api/Phalcon_Assets_Resource.md b/ro/api/Phalcon_Assets_Resource.md index d67dc71b7929..d20032f2a7b8 100644 --- a/ro/api/Phalcon_Assets_Resource.md +++ b/ro/api/Phalcon_Assets_Resource.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Resource** -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub diff --git a/ro/api/Phalcon_Assets_Resource_Css.md b/ro/api/Phalcon_Assets_Resource_Css.md index 11c938e391ca..fe644a45f159 100644 --- a/ro/api/Phalcon_Assets_Resource_Css.md +++ b/ro/api/Phalcon_Assets_Resource_Css.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Resource\\Css** -*extends* class [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +*extends* class [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,76 +12,76 @@ Represents CSS resources public **__construct** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getType** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getLocal** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getLocal** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getFilter** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getFilter** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getAttributes** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getAttributes** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's type -public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's path -public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource is local or external -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets extra HTML attributes -public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets a target uri for the generated HTML -public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's source path -public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's target path -public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the content of the resource as an string Optionally a base path where the resource is located can be set -public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the real target uri for the generated HTML -public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource is located -public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource must be written -public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Gets the resource's key. \ No newline at end of file diff --git a/ro/api/Phalcon_Assets_Resource_Js.md b/ro/api/Phalcon_Assets_Resource_Js.md index 2acc4d239b9d..4695b7fb7e30 100644 --- a/ro/api/Phalcon_Assets_Resource_Js.md +++ b/ro/api/Phalcon_Assets_Resource_Js.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Resource\\Js** -*extends* class [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +*extends* class [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,76 +12,76 @@ Represents Javascript resources public **__construct** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getType** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getLocal** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getLocal** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getFilter** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getFilter** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getAttributes** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getAttributes** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's type -public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's path -public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource is local or external -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets extra HTML attributes -public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets a target uri for the generated HTML -public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's source path -public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's target path -public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the content of the resource as an string Optionally a base path where the resource is located can be set -public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the real target uri for the generated HTML -public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource is located -public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource must be written -public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Gets the resource's key. \ No newline at end of file diff --git a/ro/api/Phalcon_Cache_Backend.md b/ro/api/Phalcon_Cache_Backend.md index 6e8b2e14bbff..730f3a94146e 100644 --- a/ro/api/Phalcon_Cache_Backend.md +++ b/ro/api/Phalcon_Cache_Backend.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Cache\\Backend** -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -32,7 +32,7 @@ public **setLastKey** (*mixed* $lastKey) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend constructor @@ -56,22 +56,22 @@ public *int* **getLifetime** () Gets the last lifetime set -abstract public **get** (*mixed* $keyName, [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **get** (*mixed* $keyName, [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **save** ([*mixed* $keyName], [*mixed* $content], [*mixed* $lifetime], [*mixed* $stopBuffer]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **save** ([*mixed* $keyName], [*mixed* $content], [*mixed* $lifetime], [*mixed* $stopBuffer]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **delete** (*mixed* $keyName) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **delete** (*mixed* $keyName) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **queryKeys** ([*mixed* $prefix]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **queryKeys** ([*mixed* $prefix]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **exists** ([*mixed* $keyName], [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **exists** ([*mixed* $keyName], [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... \ No newline at end of file diff --git a/ro/api/Phalcon_Cache_Backend_Apc.md b/ro/api/Phalcon_Cache_Backend_Apc.md index 92b01c89d25a..6e3d65e1f101 100644 --- a/ro/api/Phalcon_Cache_Backend_Apc.md +++ b/ro/api/Phalcon_Cache_Backend_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Apc** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -94,50 +94,50 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ro/api/Phalcon_Cache_Backend_Apcu.md b/ro/api/Phalcon_Cache_Backend_Apcu.md index b5bf1d628fc1..015d46a4f62b 100644 --- a/ro/api/Phalcon_Cache_Backend_Apcu.md +++ b/ro/api/Phalcon_Cache_Backend_Apcu.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Apcu** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -94,50 +94,50 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ro/api/Phalcon_Cache_Backend_Factory.md b/ro/api/Phalcon_Cache_Backend_Factory.md index 703d878c3fc6..822536aaf29a 100644 --- a/ro/api/Phalcon_Cache_Backend_Factory.md +++ b/ro/api/Phalcon_Cache_Backend_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -25,7 +25,7 @@ $backendCache = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/ro/api/Phalcon_Cache_Backend_File.md b/ro/api/Phalcon_Cache_Backend_File.md index 3ea73b705889..a0d7c7ed554c 100644 --- a/ro/api/Phalcon_Cache_Backend_File.md +++ b/ro/api/Phalcon_Cache_Backend_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\File** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -44,7 +44,7 @@ if ($content === null) { ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, *array* $options) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, *array* $options) Phalcon\\Cache\\Backend\\File constructor @@ -98,46 +98,46 @@ public **useSafeKey** (*mixed* $useSafeKey) Set whether to use the safekey or not -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ro/api/Phalcon_Cache_Backend_Libmemcached.md b/ro/api/Phalcon_Cache_Backend_Libmemcached.md index 9ec4b031d82e..3165b9222ecb 100644 --- a/ro/api/Phalcon_Cache_Backend_Libmemcached.md +++ b/ro/api/Phalcon_Cache_Backend_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Libmemcached** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -49,7 +49,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Memcache constructor @@ -116,46 +116,46 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ro/api/Phalcon_Cache_Backend_Memcache.md b/ro/api/Phalcon_Cache_Backend_Memcache.md index 6f2575ca5c8d..61c26bca5745 100644 --- a/ro/api/Phalcon_Cache_Backend_Memcache.md +++ b/ro/api/Phalcon_Cache_Backend_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Memcache** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -43,7 +43,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Memcache constructor @@ -97,46 +97,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ro/api/Phalcon_Cache_Backend_Memory.md b/ro/api/Phalcon_Cache_Backend_Memory.md index a269432ab9f3..56e512c11de6 100644 --- a/ro/api/Phalcon_Cache_Backend_Memory.md +++ b/ro/api/Phalcon_Cache_Backend_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Memory** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface), [Serializable](http://php.net/manual/en/class.serializable.php) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface), [Serializable](http://php.net/manual/en/class.serializable.php) Source on GitHub @@ -79,50 +79,50 @@ public **unserialize** (*mixed* $data) Required for interface \\Serializable -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ro/api/Phalcon_Cache_Backend_Mongo.md b/ro/api/Phalcon_Cache_Backend_Mongo.md index 6421cd0f4f29..be4778c7d3b2 100644 --- a/ro/api/Phalcon_Cache_Backend_Mongo.md +++ b/ro/api/Phalcon_Cache_Backend_Mongo.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Mongo** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -44,7 +44,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Mongo constructor @@ -98,46 +98,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ro/api/Phalcon_Cache_Backend_Redis.md b/ro/api/Phalcon_Cache_Backend_Redis.md index a3509251d509..4ec50555c243 100644 --- a/ro/api/Phalcon_Cache_Backend_Redis.md +++ b/ro/api/Phalcon_Cache_Backend_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Redis** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -45,7 +45,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Redis constructor @@ -105,46 +105,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ro/api/Phalcon_Cache_Backend_Xcache.md b/ro/api/Phalcon_Cache_Backend_Xcache.md index 7dac8215d5f3..4074d8e3778e 100644 --- a/ro/api/Phalcon_Cache_Backend_Xcache.md +++ b/ro/api/Phalcon_Cache_Backend_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Xcache** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -38,7 +38,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Xcache constructor @@ -84,46 +84,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ro/api/Phalcon_Cache_Exception.md b/ro/api/Phalcon_Cache_Exception.md index 87f2372e7864..283372e4e9e7 100644 --- a/ro/api/Phalcon_Cache_Exception.md +++ b/ro/api/Phalcon_Cache_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Cache_Frontend_Base64.md b/ro/api/Phalcon_Cache_Frontend_Base64.md index 473895a88aa8..4439e4c4cba8 100644 --- a/ro/api/Phalcon_Cache_Frontend_Base64.md +++ b/ro/api/Phalcon_Cache_Frontend_Base64.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Base64** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/ro/api/Phalcon_Cache_Frontend_Data.md b/ro/api/Phalcon_Cache_Frontend_Data.md index 1f249be7103c..652f3dfb9691 100644 --- a/ro/api/Phalcon_Cache_Frontend_Data.md +++ b/ro/api/Phalcon_Cache_Frontend_Data.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Data** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/ro/api/Phalcon_Cache_Frontend_Factory.md b/ro/api/Phalcon_Cache_Frontend_Factory.md index cdd59eeb8b72..ea32c63d78a6 100644 --- a/ro/api/Phalcon_Cache_Frontend_Factory.md +++ b/ro/api/Phalcon_Cache_Frontend_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $frontendCache = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/ro/api/Phalcon_Cache_Frontend_Igbinary.md b/ro/api/Phalcon_Cache_Frontend_Igbinary.md index 714a96bb4de1..e7ceabc8e033 100644 --- a/ro/api/Phalcon_Cache_Frontend_Igbinary.md +++ b/ro/api/Phalcon_Cache_Frontend_Igbinary.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Igbinary** -*extends* class [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) +*extends* class [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/ro/api/Phalcon_Cache_Frontend_Json.md b/ro/api/Phalcon_Cache_Frontend_Json.md index bfe39cdc53c4..274217cf9b9d 100644 --- a/ro/api/Phalcon_Cache_Frontend_Json.md +++ b/ro/api/Phalcon_Cache_Frontend_Json.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Json** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/ro/api/Phalcon_Cache_Frontend_Msgpack.md b/ro/api/Phalcon_Cache_Frontend_Msgpack.md index 857b40d4bbdc..39e65a338ef3 100644 --- a/ro/api/Phalcon_Cache_Frontend_Msgpack.md +++ b/ro/api/Phalcon_Cache_Frontend_Msgpack.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Msgpack** -*extends* class [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) +*extends* class [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/ro/api/Phalcon_Cache_Frontend_None.md b/ro/api/Phalcon_Cache_Frontend_None.md index bdc0af2d4135..08055277c76f 100644 --- a/ro/api/Phalcon_Cache_Frontend_None.md +++ b/ro/api/Phalcon_Cache_Frontend_None.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\None** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/ro/api/Phalcon_Cache_Frontend_Output.md b/ro/api/Phalcon_Cache_Frontend_Output.md index affdd100d260..31a22d047dbb 100644 --- a/ro/api/Phalcon_Cache_Frontend_Output.md +++ b/ro/api/Phalcon_Cache_Frontend_Output.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Output** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/ro/api/Phalcon_Cache_Multiple.md b/ro/api/Phalcon_Cache_Multiple.md index 9aa7e6fd6276..7376b89f12fb 100644 --- a/ro/api/Phalcon_Cache_Multiple.md +++ b/ro/api/Phalcon_Cache_Multiple.md @@ -65,11 +65,11 @@ $cache->save("my-key", $data); ## Methods -public **__construct** ([[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $backends]) +public **__construct** ([[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $backends]) Phalcon\\Cache\\Multiple constructor -public **push** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $backend) +public **push** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $backend) Adds a backend diff --git a/ro/api/Phalcon_Cli_Console.md b/ro/api/Phalcon_Cli_Console.md index f0337bf3f1ec..8b0677b53498 100644 --- a/ro/api/Phalcon_Cli_Console.md +++ b/ro/api/Phalcon_Cli_Console.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Console** -*extends* abstract class [Phalcon\Application](/en/3.2/api/Phalcon_Application) +*extends* abstract class [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -36,19 +36,19 @@ public **setArgument** ([*array* $arguments], [*mixed* $str], [*mixed* $shift]) Set an specific argument -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Phalcon\\Application -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getEventsManager** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the internal event manager -public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Register an array of modules present in the application @@ -70,30 +70,30 @@ $this->registerModules( ``` -public **getModules** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModules** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Return the modules registered in the application -public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Gets the module definition registered in the application via module name -public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the module name to be used if the router doesn't return a valid module -public **getDefaultModule** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getDefaultModule** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the default module name -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/ro/api/Phalcon_Cli_Console_Exception.md b/ro/api/Phalcon_Cli_Console_Exception.md index e7bfea5dbde1..1304054159b0 100644 --- a/ro/api/Phalcon_Cli_Console_Exception.md +++ b/ro/api/Phalcon_Cli_Console_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Console\\Exception** -*extends* class [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) +*extends* class [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Cli_Dispatcher.md b/ro/api/Phalcon_Cli_Dispatcher.md index f03b7c7c61ac..5f0c10cce0f1 100644 --- a/ro/api/Phalcon_Cli_Dispatcher.md +++ b/ro/api/Phalcon_Cli_Dispatcher.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Dispatcher** -*extends* abstract class [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +*extends* abstract class [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Cli\DispatcherInterface](/en/3.2/api/Phalcon_Cli_DispatcherInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Cli\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Cli_DispatcherInterface) Source on GitHub @@ -94,103 +94,103 @@ public **callActionMethod** (*mixed* $handler, *mixed* $actionMethod, [*array* $ Calls the action method. -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDI** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getEventsManager** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal event manager -public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action suffix -public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the default action suffix -public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the module where the controller is (only informative) -public **getModuleName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModuleName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the module where the controller class is -public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the namespace where the controller class is -public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a namespace to be prepended to the current handler name -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default namespace -public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the default namespace -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action name -public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the action name to be dispatched -public **getActionName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the latest dispatched action name -public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets action params to be dispatched -public **getParams** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getParams** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets action params -public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set a param by its name or numeric index -public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a param by its name or numeric index -public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if a param exists -public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the current method to be/executed in the dispatcher -public **isFinished** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **isFinished** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Checks if the dispatch loop is finished or has more pendent controllers/tasks to dispatch -public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the latest returned value by an action manually -public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns value returned by the latest dispatched action -public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable/Disable model binding during dispatch @@ -206,7 +206,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable model binding during dispatch @@ -222,19 +222,19 @@ $di->set('dispatcher', function() { ``` -public **getModelBinder** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModelBinder** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets model binder -public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -public **forward** (*array* $forward) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **forward** (*array* $forward) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Forwards the execution flow to another controller/action. @@ -250,15 +250,15 @@ $this->dispatcher->forward( ``` -public **wasForwarded** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **wasForwarded** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if the current executed action was forwarded by another one -public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Possible class name that will be located to dispatch the request -public **getBoundModels** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getBoundModels** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns bound models from binder instance @@ -275,6 +275,6 @@ class UserController extends Controller ``` -protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set empty properties to their defaults (where defaults are available) \ No newline at end of file diff --git a/ro/api/Phalcon_Cli_DispatcherInterface.md b/ro/api/Phalcon_Cli_DispatcherInterface.md index 78f4d7b40c9c..b2113a4f6788 100644 --- a/ro/api/Phalcon_Cli_DispatcherInterface.md +++ b/ro/api/Phalcon_Cli_DispatcherInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Cli\\DispatcherInterface** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) Source on GitHub @@ -30,70 +30,70 @@ abstract public **getActiveTask** () ... -abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... \ No newline at end of file diff --git a/ro/api/Phalcon_Cli_Dispatcher_Exception.md b/ro/api/Phalcon_Cli_Dispatcher_Exception.md index fbd0a6c4292d..3d26680ebc57 100644 --- a/ro/api/Phalcon_Cli_Dispatcher_Exception.md +++ b/ro/api/Phalcon_Cli_Dispatcher_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Dispatcher\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Cli_Router.md b/ro/api/Phalcon_Cli_Router.md index 5a0943627b36..332959ad9219 100644 --- a/ro/api/Phalcon_Cli_Router.md +++ b/ro/api/Phalcon_Cli_Router.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Router** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -29,7 +29,7 @@ public **__construct** ([*mixed* $defaultRoutes]) Phalcon\\Cli\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -69,7 +69,7 @@ public **handle** ([*array* $arguments]) Handles routing information received from command-line arguments -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **add** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **add** (*string* $pattern, [*string/array* $paths]) Adds a route to the router @@ -112,7 +112,7 @@ public **getRoutes** () Returns all the routes defined in the router -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **getRouteById** (*int* $id) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **getRouteById** (*int* $id) Returns a route object by its id diff --git a/ro/api/Phalcon_Cli_Router_Exception.md b/ro/api/Phalcon_Cli_Router_Exception.md index e063b3861132..6e9cc404e6c2 100644 --- a/ro/api/Phalcon_Cli_Router_Exception.md +++ b/ro/api/Phalcon_Cli_Router_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Router\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Cli_Router_Route.md b/ro/api/Phalcon_Cli_Router_Route.md index 290d5404abd8..68834babb910 100644 --- a/ro/api/Phalcon_Cli_Router_Route.md +++ b/ro/api/Phalcon_Cli_Router_Route.md @@ -46,7 +46,7 @@ $router->add( ``` -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **beforeMatch** (*callback* $callback) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **beforeMatch** (*callback* $callback) Sets a callback that is called if the route is matched. The developer can implement any arbitrary conditions here If the callback returns false the route is treated as not matched @@ -74,7 +74,7 @@ public **getReversedPaths** () Returns the paths using positions as keys and names as values -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **convert** (*string* $name, *callable* $converter) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **convert** (*string* $name, *callable* $converter) Adds a converter to perform an additional transformation for certain parameter diff --git a/ro/api/Phalcon_Cli_Task.md b/ro/api/Phalcon_Cli_Task.md index 15624d08810c..068d8b5ed1f0 100644 --- a/ro/api/Phalcon_Cli_Task.md +++ b/ro/api/Phalcon_Cli_Task.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Task** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Cli\TaskInterface](/en/3.2/api/Phalcon_Cli_TaskInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Cli\TaskInterface](/[[language]]/[[version]]/api/Phalcon_Cli_TaskInterface) Source on GitHub @@ -35,22 +35,22 @@ final public **__construct** () Phalcon\\Cli\\Task constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/ro/api/Phalcon_Config.md b/ro/api/Phalcon_Config.md index 7b972faed1f5..3aa02d1d0c0f 100644 --- a/ro/api/Phalcon_Config.md +++ b/ro/api/Phalcon_Config.md @@ -110,7 +110,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) Merges a configuration into the current one diff --git a/ro/api/Phalcon_Config_Adapter_Grouped.md b/ro/api/Phalcon_Config_Adapter_Grouped.md index 49cceb21ce34..1c545bcc1d32 100644 --- a/ro/api/Phalcon_Config_Adapter_Grouped.md +++ b/ro/api/Phalcon_Config_Adapter_Grouped.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Grouped** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -72,7 +72,7 @@ public **__construct** (*array* $arrayConfig, [*mixed* $defaultAdapter]) Phalcon\\Config\\Adapter\\Grouped constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -85,7 +85,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -96,7 +96,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -107,7 +107,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -120,7 +120,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -133,7 +133,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -144,7 +144,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -163,7 +163,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -176,7 +176,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -196,18 +196,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/ro/api/Phalcon_Config_Adapter_Ini.md b/ro/api/Phalcon_Config_Adapter_Ini.md index 3576158bc75f..9e00252c8ede 100644 --- a/ro/api/Phalcon_Config_Adapter_Ini.md +++ b/ro/api/Phalcon_Config_Adapter_Ini.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Ini** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -85,7 +85,7 @@ protected **_cast** (*mixed* $ini) We have to cast values manually because parse_ini_file() has a poor implementation. -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -98,7 +98,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -109,7 +109,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -120,7 +120,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -133,7 +133,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -146,7 +146,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -157,7 +157,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -176,7 +176,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -189,7 +189,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -209,18 +209,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/ro/api/Phalcon_Config_Adapter_Json.md b/ro/api/Phalcon_Config_Adapter_Json.md index 860df550aee3..586aab8ede63 100644 --- a/ro/api/Phalcon_Config_Adapter_Json.md +++ b/ro/api/Phalcon_Config_Adapter_Json.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Json** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -39,7 +39,7 @@ public **__construct** (*mixed* $filePath) Phalcon\\Config\\Adapter\\Json constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -52,7 +52,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -63,7 +63,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -74,7 +74,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -87,7 +87,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -100,7 +100,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -111,7 +111,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -130,7 +130,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -143,7 +143,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -163,18 +163,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/ro/api/Phalcon_Config_Adapter_Php.md b/ro/api/Phalcon_Config_Adapter_Php.md index 844d5a6cdd20..4b1efd552967 100644 --- a/ro/api/Phalcon_Config_Adapter_Php.md +++ b/ro/api/Phalcon_Config_Adapter_Php.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Php** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -54,7 +54,7 @@ public **__construct** (*mixed* $filePath) Phalcon\\Config\\Adapter\\Php constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -67,7 +67,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -78,7 +78,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -89,7 +89,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -102,7 +102,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -115,7 +115,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -126,7 +126,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -145,7 +145,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -158,7 +158,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -178,18 +178,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/ro/api/Phalcon_Config_Adapter_Yaml.md b/ro/api/Phalcon_Config_Adapter_Yaml.md index 1955bc04918c..d18c9d186103 100644 --- a/ro/api/Phalcon_Config_Adapter_Yaml.md +++ b/ro/api/Phalcon_Config_Adapter_Yaml.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Yaml** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -56,7 +56,7 @@ public **__construct** (*mixed* $filePath, [*array* $callbacks]) Phalcon\\Config\\Adapter\\Yaml constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -69,7 +69,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -80,7 +80,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -91,7 +91,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -104,7 +104,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -117,7 +117,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -128,7 +128,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -147,7 +147,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -160,7 +160,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -180,18 +180,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/ro/api/Phalcon_Config_Exception.md b/ro/api/Phalcon_Config_Exception.md index 870c720975df..3242b9db2c8b 100644 --- a/ro/api/Phalcon_Config_Exception.md +++ b/ro/api/Phalcon_Config_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Config_Factory.md b/ro/api/Phalcon_Config_Factory.md index 9d9e2f8abec2..e4cc40839666 100644 --- a/ro/api/Phalcon_Config_Factory.md +++ b/ro/api/Phalcon_Config_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Config\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $config = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/ro/api/Phalcon_Crypt.md b/ro/api/Phalcon_Crypt.md index 348e1401a9a0..dded332767b8 100644 --- a/ro/api/Phalcon_Crypt.md +++ b/ro/api/Phalcon_Crypt.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Crypt** -*implements* [Phalcon\CryptInterface](/en/3.2/api/Phalcon_CryptInterface) +*implements* [Phalcon\CryptInterface](/[[language]]/[[version]]/api/Phalcon_CryptInterface) Source on GitHub diff --git a/ro/api/Phalcon_Crypt_Exception.md b/ro/api/Phalcon_Crypt_Exception.md index ea2a2af5ed7e..8320426ee479 100644 --- a/ro/api/Phalcon_Crypt_Exception.md +++ b/ro/api/Phalcon_Crypt_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Crypt\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Db_Adapter.md b/ro/api/Phalcon_Db_Adapter.md index acf566089977..e79a17de7eb7 100644 --- a/ro/api/Phalcon_Db_Adapter.md +++ b/ro/api/Phalcon_Db_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Db\\Adapter** -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -24,7 +24,7 @@ public **__construct** (*array* $descriptor) Phalcon\\Db\\Adapter constructor -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager @@ -32,7 +32,7 @@ public **getEventsManager** () Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) Sets the dialect used to produce the SQL @@ -309,11 +309,11 @@ public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExist Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Modifies a table column based on a definition @@ -321,7 +321,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Adds an index to a table @@ -329,7 +329,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Adds a primary key to a table @@ -337,7 +337,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Adds a foreign key to a table @@ -345,7 +345,7 @@ public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $ref Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Returns the SQL column definition from a column @@ -375,7 +375,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -512,54 +512,54 @@ public *array* **getSQLBindTypes** () Active SQL statement in the object -abstract public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **query** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **query** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **execute** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **execute** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **affectedRows** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **affectedRows** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **close** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **close** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **lastInsertId** ([*mixed* $sequenceName]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **lastInsertId** ([*mixed* $sequenceName]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **isUnderTransaction** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **isUnderTransaction** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **getInternalHandler** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **getInternalHandler** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... \ No newline at end of file diff --git a/ro/api/Phalcon_Db_AdapterInterface.md b/ro/api/Phalcon_Db_AdapterInterface.md index 4c6a8f54b3f1..4124c5cb5c2d 100644 --- a/ro/api/Phalcon_Db_AdapterInterface.md +++ b/ro/api/Phalcon_Db_AdapterInterface.md @@ -64,11 +64,11 @@ abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) ... @@ -76,7 +76,7 @@ abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -84,7 +84,7 @@ abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -92,7 +92,7 @@ abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) ... @@ -100,7 +100,7 @@ abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mi ... -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... diff --git a/ro/api/Phalcon_Db_Adapter_Pdo.md b/ro/api/Phalcon_Db_Adapter_Pdo.md index 386228071e7c..8f38825ed816 100644 --- a/ro/api/Phalcon_Db_Adapter_Pdo.md +++ b/ro/api/Phalcon_Db_Adapter_Pdo.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Db\\Adapter\\Pdo** -*extends* abstract class [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +*extends* abstract class [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) Source on GitHub @@ -262,35 +262,35 @@ public *array* **getErrorInfo** () Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -307,7 +307,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -338,7 +338,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -358,7 +358,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -377,7 +377,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -398,7 +398,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -435,7 +435,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -456,7 +456,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -474,7 +474,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -494,11 +494,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -509,7 +509,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -522,7 +522,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -535,71 +535,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -612,7 +612,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -625,7 +625,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table indexes @@ -638,7 +638,7 @@ print_r( ``` -public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table references @@ -651,7 +651,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -664,31 +664,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -712,7 +712,7 @@ $success = $connection->insert( ``` -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -734,34 +734,34 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires an explicit value for identity columns -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... \ No newline at end of file diff --git a/ro/api/Phalcon_Db_Adapter_Pdo_Factory.md b/ro/api/Phalcon_Db_Adapter_Pdo_Factory.md index ee6012bcb57f..8df2b4fb001f 100644 --- a/ro/api/Phalcon_Db_Adapter_Pdo_Factory.md +++ b/ro/api/Phalcon_Db_Adapter_Pdo_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -27,8 +27,8 @@ $db = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/ro/api/Phalcon_Db_Adapter_Pdo_Mysql.md b/ro/api/Phalcon_Db_Adapter_Pdo_Mysql.md index 480418c20e4d..8e1af9c3adc2 100644 --- a/ro/api/Phalcon_Db_Adapter_Pdo_Mysql.md +++ b/ro/api/Phalcon_Db_Adapter_Pdo_Mysql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Mysql** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -40,7 +40,7 @@ print_r( ``` -public [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -66,11 +66,11 @@ print_r( ``` -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) This method is automatically called in \\Phalcon\\Db\\Adapter\\Pdo constructor. Call it when you need to restore a database connection. @@ -95,7 +95,7 @@ $connection->connect(); ``` -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -120,7 +120,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -145,7 +145,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -166,7 +166,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -188,7 +188,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -203,11 +203,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -218,7 +218,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -236,7 +236,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -261,23 +261,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -293,43 +293,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -346,7 +346,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -377,7 +377,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -397,7 +397,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -416,7 +416,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -437,7 +437,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -474,7 +474,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -495,7 +495,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -513,7 +513,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -533,11 +533,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -548,7 +548,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -561,7 +561,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -574,71 +574,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -651,7 +651,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -664,7 +664,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -677,31 +677,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -725,7 +725,7 @@ $success = $connection->insert( ``` -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -747,30 +747,30 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires an explicit value for identity columns -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/ro/api/Phalcon_Db_Adapter_Pdo_Postgresql.md b/ro/api/Phalcon_Db_Adapter_Pdo_Postgresql.md index b1cb00160eab..026f46731bd6 100644 --- a/ro/api/Phalcon_Db_Adapter_Pdo_Postgresql.md +++ b/ro/api/Phalcon_Db_Adapter_Pdo_Postgresql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Postgresql** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -48,7 +48,7 @@ public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $defini Creates a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Modifies a table column based on a definition @@ -84,11 +84,11 @@ public **supportSequences** () Check whether the database system requires a sequence to produce auto-numeric values -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -113,7 +113,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -138,7 +138,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -159,7 +159,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -181,7 +181,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -196,11 +196,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -211,7 +211,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -229,7 +229,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -254,23 +254,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -286,43 +286,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -339,7 +339,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -370,7 +370,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -390,7 +390,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -409,7 +409,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -430,7 +430,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -467,7 +467,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -488,7 +488,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -506,7 +506,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -526,11 +526,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -541,7 +541,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -554,7 +554,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -567,63 +567,63 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -636,7 +636,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -649,7 +649,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table indexes @@ -662,7 +662,7 @@ print_r( ``` -public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table references @@ -675,7 +675,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -688,31 +688,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -734,22 +734,22 @@ $success = $connection->insert( ``` -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/ro/api/Phalcon_Db_Adapter_Pdo_Sqlite.md b/ro/api/Phalcon_Db_Adapter_Pdo_Sqlite.md index 5362f5631c79..7eb7e010da31 100644 --- a/ro/api/Phalcon_Db_Adapter_Pdo_Sqlite.md +++ b/ro/api/Phalcon_Db_Adapter_Pdo_Sqlite.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Sqlite** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -40,7 +40,7 @@ print_r( ``` -public [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -53,7 +53,7 @@ print_r( ``` -public [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) **describeReferences** (*string* $table, [*string* $schema]) +public [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) **describeReferences** (*string* $table, [*string* $schema]) Lists table references @@ -83,11 +83,11 @@ $success = $connection->insert( ``` -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -112,7 +112,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -137,7 +137,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -158,7 +158,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -180,7 +180,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -195,11 +195,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -210,7 +210,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -228,7 +228,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -253,23 +253,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -285,43 +285,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -338,7 +338,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -369,7 +369,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -389,7 +389,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -408,7 +408,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -429,7 +429,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -466,7 +466,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -487,7 +487,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -505,7 +505,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -525,11 +525,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -540,7 +540,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -553,7 +553,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -566,71 +566,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -643,7 +643,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -656,7 +656,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -669,31 +669,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -717,26 +717,26 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/ro/api/Phalcon_Db_Column.md b/ro/api/Phalcon_Db_Column.md index fe0210a2b411..d55516aa88c9 100644 --- a/ro/api/Phalcon_Db_Column.md +++ b/ro/api/Phalcon_Db_Column.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Column** -*implements* [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) +*implements* [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) Source on GitHub diff --git a/ro/api/Phalcon_Db_Dialect.md b/ro/api/Phalcon_Db_Dialect.md index df25f0af03ab..8cda9d7853dd 100644 --- a/ro/api/Phalcon_Db_Dialect.md +++ b/ro/api/Phalcon_Db_Dialect.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Db\\Dialect** -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -199,86 +199,86 @@ protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $es Prepares qualified for this RDBMS -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropTable** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropTable** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeIndexes** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeIndexes** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **tableOptions** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **tableOptions** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... \ No newline at end of file diff --git a/ro/api/Phalcon_Db_DialectInterface.md b/ro/api/Phalcon_Db_DialectInterface.md index 90ee58afb9e1..7301a959c407 100644 --- a/ro/api/Phalcon_Db_DialectInterface.md +++ b/ro/api/Phalcon_Db_DialectInterface.md @@ -24,15 +24,15 @@ abstract public **getColumnList** (*array* $columnList) ... -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) ... @@ -40,7 +40,7 @@ abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -48,7 +48,7 @@ abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -56,7 +56,7 @@ abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) ... diff --git a/ro/api/Phalcon_Db_Dialect_Mysql.md b/ro/api/Phalcon_Db_Dialect_Mysql.md index d1a80102e14c..392c5e2aa192 100644 --- a/ro/api/Phalcon_Db_Dialect_Mysql.md +++ b/ro/api/Phalcon_Db_Dialect_Mysql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Mysql** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the MySQL RDBMS ## Methods -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in MySQL -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -133,23 +133,23 @@ protected **_getTableOptions** (*array* $definition) Generates SQL to add the table creation options -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -164,7 +164,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -176,7 +176,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -188,7 +188,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -204,122 +204,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/ro/api/Phalcon_Db_Dialect_Postgresql.md b/ro/api/Phalcon_Db_Dialect_Postgresql.md index f10d03525235..a21b58d04f66 100644 --- a/ro/api/Phalcon_Db_Dialect_Postgresql.md +++ b/ro/api/Phalcon_Db_Dialect_Postgresql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Postgresql** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the PostgreSQL RDBMS ## Methods -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in PostgreSQL -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -129,7 +129,7 @@ public **tableOptions** (*mixed* $table, [*mixed* $schema]) Generates the SQL to describe the table creation options -protected **_castDefault** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +protected **_castDefault** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... @@ -137,23 +137,23 @@ protected **_getTableOptions** (*array* $definition) ... -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -168,7 +168,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -180,7 +180,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -192,7 +192,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -208,122 +208,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/ro/api/Phalcon_Db_Dialect_Sqlite.md b/ro/api/Phalcon_Db_Dialect_Sqlite.md index dabec6d39e49..857353a62e5e 100644 --- a/ro/api/Phalcon_Db_Dialect_Sqlite.md +++ b/ro/api/Phalcon_Db_Dialect_Sqlite.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Sqlite** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the Sqlite RDBMS ## Methods -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in SQLite -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -146,23 +146,23 @@ public **tableOptions** (*mixed* $table, [*mixed* $schema]) Generates the SQL to describe the table creation options -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -177,7 +177,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -189,7 +189,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -201,7 +201,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -217,122 +217,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/ro/api/Phalcon_Db_Exception.md b/ro/api/Phalcon_Db_Exception.md index 00160179b065..2e8e5ea18b94 100644 --- a/ro/api/Phalcon_Db_Exception.md +++ b/ro/api/Phalcon_Db_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Db_Index.md b/ro/api/Phalcon_Db_Index.md index 9ca94ad0e146..6f6caa997ce0 100644 --- a/ro/api/Phalcon_Db_Index.md +++ b/ro/api/Phalcon_Db_Index.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Index** -*implements* [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) +*implements* [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) Source on GitHub diff --git a/ro/api/Phalcon_Db_Profiler.md b/ro/api/Phalcon_Db_Profiler.md index 1d6dde6d6e69..a3ef0bf32c63 100644 --- a/ro/api/Phalcon_Db_Profiler.md +++ b/ro/api/Phalcon_Db_Profiler.md @@ -31,7 +31,7 @@ echo "Total Elapsed Time: ", $profile->getTotalElapsedSeconds(), "\n"; ## Methods -public [Phalcon\Db\Profiler](/en/3.2/api/Phalcon_Db_Profiler) **startProfile** (*string* $sqlStatement, [*mixed* $sqlVariables], [*mixed* $sqlBindTypes]) +public [Phalcon\Db\Profiler](/[[language]]/[[version]]/api/Phalcon_Db_Profiler) **startProfile** (*string* $sqlStatement, [*mixed* $sqlVariables], [*mixed* $sqlBindTypes]) Starts the profile of a SQL sentence diff --git a/ro/api/Phalcon_Db_Reference.md b/ro/api/Phalcon_Db_Reference.md index 2e83e14de226..8a0fb59d7263 100644 --- a/ro/api/Phalcon_Db_Reference.md +++ b/ro/api/Phalcon_Db_Reference.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Reference** -*implements* [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) +*implements* [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) Source on GitHub diff --git a/ro/api/Phalcon_Db_Result_Pdo.md b/ro/api/Phalcon_Db_Result_Pdo.md index 91808dece71f..e152b23a7627 100644 --- a/ro/api/Phalcon_Db_Result_Pdo.md +++ b/ro/api/Phalcon_Db_Result_Pdo.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Result\\Pdo** -*implements* [Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) +*implements* [Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) Source on GitHub @@ -23,7 +23,7 @@ while ($robot = $result->fetchArray()) { ## Methods -public **__construct** ([Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [PDOStatement](http://php.net/manual/en/class.pdostatement.php) $result, [*string* $sqlStatement], [*array* $bindParams], [*array* $bindTypes]) +public **__construct** ([Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [PDOStatement](http://php.net/manual/en/class.pdostatement.php) $result, [*string* $sqlStatement], [*array* $bindParams], [*array* $bindTypes]) Phalcon\\Db\\Result\\Pdo constructor diff --git a/ro/api/Phalcon_Debug_Exception.md b/ro/api/Phalcon_Debug_Exception.md index 170f204a2e35..7d7ec4c5af2d 100644 --- a/ro/api/Phalcon_Debug_Exception.md +++ b/ro/api/Phalcon_Debug_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Debug\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Di.md b/ro/api/Phalcon_Di.md index b8952c5e506b..f64b45fac2aa 100644 --- a/ro/api/Phalcon_Di.md +++ b/ro/api/Phalcon_Di.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di** -*implements* [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -41,7 +41,7 @@ public **__construct** () Phalcon\\Di constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the internal event manager @@ -65,7 +65,7 @@ public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) Sets a service using a raw Phalcon\\Di\\Service definition @@ -131,7 +131,7 @@ public **__call** (*mixed* $method, [*mixed* $arguments]) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) Registers a service provider. @@ -153,7 +153,7 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Set a default dependency injection container to be obtained into static methods @@ -241,6 +241,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) Loads services from a Config object. \ No newline at end of file diff --git a/ro/api/Phalcon_DiInterface.md b/ro/api/Phalcon_DiInterface.md index d5aaf481d165..faf55118df51 100644 --- a/ro/api/Phalcon_DiInterface.md +++ b/ro/api/Phalcon_DiInterface.md @@ -30,7 +30,7 @@ abstract public **getShared** (*mixed* $name, [*mixed* $parameters]) ... -abstract public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) +abstract public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) ... @@ -54,7 +54,7 @@ abstract public **getServices** () ... -abstract public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... diff --git a/ro/api/Phalcon_Di_Exception.md b/ro/api/Phalcon_Di_Exception.md index 01369a279ffe..1ed3c8df0665 100644 --- a/ro/api/Phalcon_Di_Exception.md +++ b/ro/api/Phalcon_Di_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Di_FactoryDefault.md b/ro/api/Phalcon_Di_FactoryDefault.md index def22fd023e0..809eb0b4e265 100644 --- a/ro/api/Phalcon_Di_FactoryDefault.md +++ b/ro/api/Phalcon_Di_FactoryDefault.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Di\\FactoryDefault** -*extends* class [Phalcon\Di](/en/3.2/api/Phalcon_Di) +*extends* class [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) -*implements* [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) +*implements* [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) Source on GitHub @@ -14,67 +14,67 @@ public **__construct** () Phalcon\\Di\\FactoryDefault constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets the internal event manager -public **getInternalEventsManager** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getInternalEventsManager** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns the internal event manager -public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service in the services container -public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers an "always shared" service in the services container -public **remove** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **remove** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service in the services container It also removes any shared instance created for the service -public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets a service using a raw Phalcon\\Di\\Service definition -public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a service definition without resolving -public **getService** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getService** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a Phalcon\\Di\\Service instance -public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves the service based on its configuration -public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves a service, the resolved service is stored in the DI, subsequent requests for this service will return the same instance -public **has** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **has** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the DI contains a service by a name -public **wasFreshInstance** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **wasFreshInstance** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the last service obtained via getShared produced a fresh instance or an existing one -public **getServices** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getServices** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the services registered in the DI -public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check if a service is registered using the array syntax -public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to register a shared service using the array syntax @@ -85,7 +85,7 @@ $di["request"] = new \Phalcon\Http\Request(); ``` -public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to obtain a shared service using the array syntax @@ -96,15 +96,15 @@ var_dump($di["request"]); ``` -public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service from the services container using the array syntax -public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service provider. @@ -126,19 +126,19 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Set a default dependency injection container to be obtained into static methods -public static **getDefault** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **getDefault** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the latest DI created -public static **reset** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **reset** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resets the internal default DI -public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a yaml file. @@ -177,7 +177,7 @@ user: ``` -public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a php config file. @@ -214,6 +214,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a Config object. \ No newline at end of file diff --git a/ro/api/Phalcon_Di_FactoryDefault_Cli.md b/ro/api/Phalcon_Di_FactoryDefault_Cli.md index 808c2429947d..dfb8708307a9 100644 --- a/ro/api/Phalcon_Di_FactoryDefault_Cli.md +++ b/ro/api/Phalcon_Di_FactoryDefault_Cli.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Di\\FactoryDefault\\Cli** -*extends* class [Phalcon\Di\FactoryDefault](/en/3.2/api/Phalcon_Di_FactoryDefault) +*extends* class [Phalcon\Di\FactoryDefault](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault) -*implements* [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -14,67 +14,67 @@ public **__construct** () Phalcon\\Di\\FactoryDefault\\Cli constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets the internal event manager -public **getInternalEventsManager** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getInternalEventsManager** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns the internal event manager -public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service in the services container -public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers an "always shared" service in the services container -public **remove** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **remove** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service in the services container It also removes any shared instance created for the service -public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets a service using a raw Phalcon\\Di\\Service definition -public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a service definition without resolving -public **getService** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getService** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a Phalcon\\Di\\Service instance -public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves the service based on its configuration -public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves a service, the resolved service is stored in the DI, subsequent requests for this service will return the same instance -public **has** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **has** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the DI contains a service by a name -public **wasFreshInstance** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **wasFreshInstance** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the last service obtained via getShared produced a fresh instance or an existing one -public **getServices** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getServices** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the services registered in the DI -public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check if a service is registered using the array syntax -public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to register a shared service using the array syntax @@ -85,7 +85,7 @@ $di["request"] = new \Phalcon\Http\Request(); ``` -public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to obtain a shared service using the array syntax @@ -96,15 +96,15 @@ var_dump($di["request"]); ``` -public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service from the services container using the array syntax -public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service provider. @@ -126,19 +126,19 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Set a default dependency injection container to be obtained into static methods -public static **getDefault** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **getDefault** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the latest DI created -public static **reset** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **reset** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resets the internal default DI -public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a yaml file. @@ -177,7 +177,7 @@ user: ``` -public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a php config file. @@ -214,6 +214,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a Config object. \ No newline at end of file diff --git a/ro/api/Phalcon_Di_Injectable.md b/ro/api/Phalcon_Di_Injectable.md index 3eb8ada1dbc1..5a81520bde57 100644 --- a/ro/api/Phalcon_Di_Injectable.md +++ b/ro/api/Phalcon_Di_Injectable.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Di\\Injectable** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -8,7 +8,7 @@ This class allows to access services in the services container by just only acce ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -16,7 +16,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager diff --git a/ro/api/Phalcon_Di_InjectionAwareInterface.md b/ro/api/Phalcon_Di_InjectionAwareInterface.md index 570151b78465..a43b8c2862f2 100644 --- a/ro/api/Phalcon_Di_InjectionAwareInterface.md +++ b/ro/api/Phalcon_Di_InjectionAwareInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... diff --git a/ro/api/Phalcon_Di_Service.md b/ro/api/Phalcon_Di_Service.md index eb7bb0ec7de4..71a74ecdef9e 100644 --- a/ro/api/Phalcon_Di_Service.md +++ b/ro/api/Phalcon_Di_Service.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di\\Service** -*implements* [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) +*implements* [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) Source on GitHub @@ -45,7 +45,7 @@ public *mixed* **getDefinition** () Returns the service definition -public *mixed* **resolve** ([*array* $parameters], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public *mixed* **resolve** ([*array* $parameters], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Resolves the service diff --git a/ro/api/Phalcon_Di_ServiceInterface.md b/ro/api/Phalcon_Di_ServiceInterface.md index 6e5a374a90a0..2dc295e79f31 100644 --- a/ro/api/Phalcon_Di_ServiceInterface.md +++ b/ro/api/Phalcon_Di_ServiceInterface.md @@ -24,7 +24,7 @@ abstract public **getDefinition** () ... -abstract public **resolve** ([*mixed* $parameters], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +abstract public **resolve** ([*mixed* $parameters], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) ... diff --git a/ro/api/Phalcon_Di_ServiceProviderInterface.md b/ro/api/Phalcon_Di_ServiceProviderInterface.md index 287d4bf0463f..9123461b1d9c 100644 --- a/ro/api/Phalcon_Di_ServiceProviderInterface.md +++ b/ro/api/Phalcon_Di_ServiceProviderInterface.md @@ -4,6 +4,6 @@ ## Methods -abstract public **register** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $di) +abstract public **register** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $di) ... \ No newline at end of file diff --git a/ro/api/Phalcon_Di_Service_Builder.md b/ro/api/Phalcon_Di_Service_Builder.md index 6d24fd254ec0..fd58fcc7f9d6 100644 --- a/ro/api/Phalcon_Di_Service_Builder.md +++ b/ro/api/Phalcon_Di_Service_Builder.md @@ -6,14 +6,14 @@ This class builds instances based on complex definitions ## Methods -private *mixed* **_buildParameter** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *int* $position, *array* $argument) +private *mixed* **_buildParameter** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *int* $position, *array* $argument) Resolves a constructor/call parameter -private **_buildParameters** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *array* $arguments) +private **_buildParameters** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *array* $arguments) Resolves an array of parameters -public *mixed* **build** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *array* $definition, [*array* $parameters]) +public *mixed* **build** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *array* $definition, [*array* $parameters]) Builds a service using a complex service definition \ No newline at end of file diff --git a/ro/api/Phalcon_Dispatcher.md b/ro/api/Phalcon_Dispatcher.md index 968c8da4e2d4..bac32ced3cd6 100644 --- a/ro/api/Phalcon_Dispatcher.md +++ b/ro/api/Phalcon_Dispatcher.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Dispatcher** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -22,7 +22,7 @@ This is the base class for Phalcon\\Mvc\\Dispatcher and Phalcon\\Cli\\Dispatcher ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -30,7 +30,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -134,7 +134,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) Enable model binding during dispatch diff --git a/ro/api/Phalcon_Escaper.md b/ro/api/Phalcon_Escaper.md index 877841068750..1982c7c16ba4 100644 --- a/ro/api/Phalcon_Escaper.md +++ b/ro/api/Phalcon_Escaper.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Escaper** -*implements* [Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) +*implements* [Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) Source on GitHub diff --git a/ro/api/Phalcon_Escaper_Exception.md b/ro/api/Phalcon_Escaper_Exception.md index adf11a235541..8408988bd6c0 100644 --- a/ro/api/Phalcon_Escaper_Exception.md +++ b/ro/api/Phalcon_Escaper_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Escaper\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Events_Event.md b/ro/api/Phalcon_Events_Event.md index 169aea9f622f..186ef0ff4601 100644 --- a/ro/api/Phalcon_Events_Event.md +++ b/ro/api/Phalcon_Events_Event.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Event** -*implements* [Phalcon\Events\EventInterface](/en/3.2/api/Phalcon_Events_EventInterface) +*implements* [Phalcon\Events\EventInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventInterface) Source on GitHub diff --git a/ro/api/Phalcon_Events_EventsAwareInterface.md b/ro/api/Phalcon_Events_EventsAwareInterface.md index ddcd3e24a896..660aeca60b88 100644 --- a/ro/api/Phalcon_Events_EventsAwareInterface.md +++ b/ro/api/Phalcon_Events_EventsAwareInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +abstract public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) ... diff --git a/ro/api/Phalcon_Events_Exception.md b/ro/api/Phalcon_Events_Exception.md index de8a2952e638..d856fd18e02f 100644 --- a/ro/api/Phalcon_Events_Exception.md +++ b/ro/api/Phalcon_Events_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Events_Manager.md b/ro/api/Phalcon_Events_Manager.md index 86998390c28d..e965f588adfc 100644 --- a/ro/api/Phalcon_Events_Manager.md +++ b/ro/api/Phalcon_Events_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Manager** -*implements* [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) +*implements* [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) Source on GitHub @@ -40,7 +40,7 @@ public **detachAll** ([*mixed* $type]) Removes all events from the EventsManager -final public *mixed* **fireQueue** ([SplPriorityQueue](http://php.net/manual/en/class.splpriorityqueue.php) | *array* $queue, [Phalcon\Events\Event](/en/3.2/api/Phalcon_Events_Event) $event) +final public *mixed* **fireQueue** ([SplPriorityQueue](http://php.net/manual/en/class.splpriorityqueue.php) | *array* $queue, [Phalcon\Events\Event](/[[language]]/[[version]]/api/Phalcon_Events_Event) $event) Internal handler to call a queue of events diff --git a/ro/api/Phalcon_Factory.md b/ro/api/Phalcon_Factory.md index c82c01e32646..5455ab8d366c 100644 --- a/ro/api/Phalcon_Factory.md +++ b/ro/api/Phalcon_Factory.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Factory** -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -10,6 +10,6 @@ protected static **loadClass** (*mixed* $namespace, *mixed* $config) ... -abstract public static **load** (*mixed* $config) inherited from [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +abstract public static **load** (*mixed* $config) inherited from [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) ... \ No newline at end of file diff --git a/ro/api/Phalcon_Factory_Exception.md b/ro/api/Phalcon_Factory_Exception.md index 0cc131643a2d..3d23358fc93a 100644 --- a/ro/api/Phalcon_Factory_Exception.md +++ b/ro/api/Phalcon_Factory_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Factory\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Filter.md b/ro/api/Phalcon_Filter.md index 7f7d114cea22..8a3294e7e346 100644 --- a/ro/api/Phalcon_Filter.md +++ b/ro/api/Phalcon_Filter.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Filter** -*implements* [Phalcon\FilterInterface](/en/3.2/api/Phalcon_FilterInterface) +*implements* [Phalcon\FilterInterface](/[[language]]/[[version]]/api/Phalcon_FilterInterface) Source on GitHub diff --git a/ro/api/Phalcon_Filter_Exception.md b/ro/api/Phalcon_Filter_Exception.md index 25c5e6ee0d60..17a4a92ec866 100644 --- a/ro/api/Phalcon_Filter_Exception.md +++ b/ro/api/Phalcon_Filter_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Filter\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Flash.md b/ro/api/Phalcon_Flash.md index fab60ddca1fb..b84065699982 100644 --- a/ro/api/Phalcon_Flash.md +++ b/ro/api/Phalcon_Flash.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Flash** -*implements* [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -32,11 +32,11 @@ public **getEscaperService** () Returns the Escaper Service -public **setEscaperService** ([Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) $escaperService) +public **setEscaperService** ([Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) $escaperService) Sets the Escaper Service -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -115,6 +115,6 @@ public **clear** () Clears accumulated messages when implicit flush is disabled -abstract public **message** (*mixed* $type, *mixed* $message) inherited from [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) +abstract public **message** (*mixed* $type, *mixed* $message) inherited from [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) ... \ No newline at end of file diff --git a/ro/api/Phalcon_Flash_Direct.md b/ro/api/Phalcon_Flash_Direct.md index 9b8045cf2a4e..055edf9d64b5 100644 --- a/ro/api/Phalcon_Flash_Direct.md +++ b/ro/api/Phalcon_Flash_Direct.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Flash\\Direct** -*extends* abstract class [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +*extends* abstract class [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) Source on GitHub @@ -18,47 +18,47 @@ public **output** ([*mixed* $remove]) Prints the messages accumulated in the flasher -public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Phalcon\\Flash constructor -public **getAutoescape** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getAutoescape** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the autoescape mode in generated html -public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set the autoescape mode in generated html -public **getEscaperService** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getEscaperService** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the Escaper Service -public **setEscaperService** ([Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setEscaperService** ([Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the Escaper Service -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getDI** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the internal dependency injector -public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set whether the output must be implicitly flushed to the output or returned as string -public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set if the output must be implicitly formatted with HTML -public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set an array with CSS classes to format the messages -public **error** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **error** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML error message @@ -69,7 +69,7 @@ $flash->error("This is an error"); ``` -public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML notice/information message @@ -80,7 +80,7 @@ $flash->notice("This is an information"); ``` -public **success** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **success** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML success message @@ -91,7 +91,7 @@ $flash->success("The process was finished successfully"); ``` -public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML warning message @@ -102,7 +102,7 @@ $flash->warning("Hey, this is important"); ``` -public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Outputs a message formatting it with HTML @@ -113,6 +113,6 @@ $flash->outputMessage("error", $message); ``` -public **clear** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **clear** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Clears accumulated messages when implicit flush is disabled \ No newline at end of file diff --git a/ro/api/Phalcon_Flash_Exception.md b/ro/api/Phalcon_Flash_Exception.md index f5ec6b0dd447..b27c1e2a2657 100644 --- a/ro/api/Phalcon_Flash_Exception.md +++ b/ro/api/Phalcon_Flash_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Flash\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ro/api/Phalcon_Flash_Session.md b/ro/api/Phalcon_Flash_Session.md index 79a563d1d532..426ed0ce19db 100644 --- a/ro/api/Phalcon_Flash_Session.md +++ b/ro/api/Phalcon_Flash_Session.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Flash\\Session** -*extends* abstract class [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +*extends* abstract class [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) Source on GitHub @@ -38,47 +38,47 @@ public **clear** () Clear messages in the session messenger -public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Phalcon\\Flash constructor -public **getAutoescape** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getAutoescape** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the autoescape mode in generated html -public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set the autoescape mode in generated html -public **getEscaperService** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getEscaperService** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the Escaper Service -public **setEscaperService** ([Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setEscaperService** ([Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the Escaper Service -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getDI** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the internal dependency injector -public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set whether the output must be implicitly flushed to the output or returned as string -public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set if the output must be implicitly formatted with HTML -public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set an array with CSS classes to format the messages -public **error** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **error** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML error message @@ -89,7 +89,7 @@ $flash->error("This is an error"); ``` -public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML notice/information message @@ -100,7 +100,7 @@ $flash->notice("This is an information"); ``` -public **success** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **success** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML success message @@ -111,7 +111,7 @@ $flash->success("The process was finished successfully"); ``` -public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML warning message @@ -122,7 +122,7 @@ $flash->warning("Hey, this is important"); ``` -public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Outputs a message formatting it with HTML diff --git a/ro/api/Phalcon_Forms_ElementInterface.md b/ro/api/Phalcon_Forms_ElementInterface.md index 8108787311a9..cf1956898f32 100644 --- a/ro/api/Phalcon_Forms_ElementInterface.md +++ b/ro/api/Phalcon_Forms_ElementInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) +abstract public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) ... @@ -36,7 +36,7 @@ abstract public **addValidators** (*array* $validators, [*mixed* $merge]) ... -abstract public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +abstract public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) ... @@ -112,11 +112,11 @@ abstract public **hasMessages** () ... -abstract public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) +abstract public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) ... -abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) ... diff --git a/ru/api/Phalcon_Acl_Adapter.md b/ru/api/Phalcon_Acl_Adapter.md index 1696a50b6e15..1e2005a44be1 100644 --- a/ru/api/Phalcon_Acl_Adapter.md +++ b/ru/api/Phalcon_Acl_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Acl\\Adapter** -*implements* [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -20,7 +20,7 @@ public **getActiveAccess** () Active access which the list is checking if some role can access it -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -36,58 +36,58 @@ public **getDefaultAction** () Returns the default ACL access level -abstract public **setNoArgumentsDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **setNoArgumentsDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getNoArgumentsDefaultAction** () inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getNoArgumentsDefaultAction** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addRole** (*mixed* $role, [*mixed* $accessInherits]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addRole** (*mixed* $role, [*mixed* $accessInherits]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addInherit** (*mixed* $roleName, *mixed* $roleToInherit) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addInherit** (*mixed* $roleName, *mixed* $roleToInherit) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isRole** (*mixed* $roleName) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isRole** (*mixed* $roleName) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isResource** (*mixed* $resourceName) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isResource** (*mixed* $resourceName) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addResource** (*mixed* $resourceObject, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addResource** (*mixed* $resourceObject, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **dropResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **dropResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **allow** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **allow** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **deny** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **deny** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isAllowed** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*array* $parameters]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isAllowed** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*array* $parameters]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getRoles** () inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getRoles** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getResources** () inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getResources** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... \ No newline at end of file diff --git a/ru/api/Phalcon_Acl_Adapter_Memory.md b/ru/api/Phalcon_Acl_Adapter_Memory.md index 889751c95b98..8e3548f98ae9 100644 --- a/ru/api/Phalcon_Acl_Adapter_Memory.md +++ b/ru/api/Phalcon_Acl_Adapter_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Acl\\Adapter\\Memory** -*extends* abstract class [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +*extends* abstract class [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) Source on GitHub @@ -105,7 +105,7 @@ public **isResource** (*mixed* $resourceName) Check whether resource exist in the resources list -public **addResource** ([Phalcon\Acl\Resource](/en/3.2/api/Phalcon_Acl_Resource) | *string* $resourceValue, *array* | *string* $accessList) +public **addResource** ([Phalcon\Acl\Resource](/[[language]]/[[version]]/api/Phalcon_Acl_Resource) | *string* $resourceValue, *array* | *string* $accessList) Adds a resource to the ACL list Access names can be a particular action, by example search, update, delete, etc or a list of them Example: @@ -224,30 +224,30 @@ public **getResources** () Return an array with every resource registered in the list -public **getActiveRole** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveRole** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Role which the list is checking if it's allowed to certain resource/access -public **getActiveResource** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveResource** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Resource which the list is checking if some role can access it -public **getActiveAccess** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveAccess** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Active access which the list is checking if some role can access it -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getEventsManager** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Returns the internal event manager -public **setDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **setDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Sets the default access level (Phalcon\\Acl::ALLOW or Phalcon\\Acl::DENY) -public **getDefaultAction** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getDefaultAction** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Returns the default ACL access level \ No newline at end of file diff --git a/ru/api/Phalcon_Acl_Exception.md b/ru/api/Phalcon_Acl_Exception.md index 9c1b44ab7b5d..bb780905021c 100644 --- a/ru/api/Phalcon_Acl_Exception.md +++ b/ru/api/Phalcon_Acl_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Acl\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ru/api/Phalcon_Acl_Resource.md b/ru/api/Phalcon_Acl_Resource.md index 25ac2d3e792b..2cf5fa6783c8 100644 --- a/ru/api/Phalcon_Acl_Resource.md +++ b/ru/api/Phalcon_Acl_Resource.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Acl\\Resource** -*implements* [Phalcon\Acl\ResourceInterface](/en/3.2/api/Phalcon_Acl_ResourceInterface) +*implements* [Phalcon\Acl\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceInterface) Source on GitHub diff --git a/ru/api/Phalcon_Acl_Role.md b/ru/api/Phalcon_Acl_Role.md index c8252648d6c8..5e9655fe33dc 100644 --- a/ru/api/Phalcon_Acl_Role.md +++ b/ru/api/Phalcon_Acl_Role.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Acl\\Role** -*implements* [Phalcon\Acl\RoleInterface](/en/3.2/api/Phalcon_Acl_RoleInterface) +*implements* [Phalcon\Acl\RoleInterface](/[[language]]/[[version]]/api/Phalcon_Acl_RoleInterface) Source on GitHub diff --git a/ru/api/Phalcon_Annotations_Adapter.md b/ru/api/Phalcon_Annotations_Adapter.md index d42ac348bbc9..e9ba9d098f7a 100644 --- a/ru/api/Phalcon_Annotations_Adapter.md +++ b/ru/api/Phalcon_Annotations_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Annotations\\Adapter** -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -8,7 +8,7 @@ This is the base class for Phalcon\\Annotations adapters ## Methods -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) Sets the annotations parser diff --git a/ru/api/Phalcon_Annotations_AdapterInterface.md b/ru/api/Phalcon_Annotations_AdapterInterface.md index 7f9c8598cba2..b428f0ce8c85 100644 --- a/ru/api/Phalcon_Annotations_AdapterInterface.md +++ b/ru/api/Phalcon_Annotations_AdapterInterface.md @@ -6,7 +6,7 @@ This interface must be implemented by adapters in Phalcon\Annotations ## Methods -abstract public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) +abstract public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) Sets the annotations parser diff --git a/ru/api/Phalcon_Annotations_Adapter_Apc.md b/ru/api/Phalcon_Annotations_Adapter_Apc.md index 467622a88425..e613a76f1822 100644 --- a/ru/api/Phalcon_Annotations_Adapter_Apc.md +++ b/ru/api/Phalcon_Annotations_Adapter_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Apc** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,34 +27,34 @@ public **read** (*mixed* $key) Reads parsed annotations from APC -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to APC -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/ru/api/Phalcon_Annotations_Adapter_Apcu.md b/ru/api/Phalcon_Annotations_Adapter_Apcu.md index ebea340ec92a..615bd450fc80 100644 --- a/ru/api/Phalcon_Annotations_Adapter_Apcu.md +++ b/ru/api/Phalcon_Annotations_Adapter_Apcu.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Apcu** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,34 +27,34 @@ public **read** (*mixed* $key) Reads parsed annotations from APCu -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to APCu -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/ru/api/Phalcon_Annotations_Adapter_Files.md b/ru/api/Phalcon_Annotations_Adapter_Files.md index e4c407e5954e..653483fef5dd 100644 --- a/ru/api/Phalcon_Annotations_Adapter_Files.md +++ b/ru/api/Phalcon_Annotations_Adapter_Files.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Files** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,38 +27,38 @@ public **__construct** ([*array* $options]) Phalcon\\Annotations\\Adapter\\Files constructor -public [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) **read** (*string* $key) +public [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) **read** (*string* $key) Reads parsed annotations from files -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to files -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/ru/api/Phalcon_Annotations_Adapter_Memory.md b/ru/api/Phalcon_Annotations_Adapter_Memory.md index 205f20e6b1b8..558ef73179e1 100644 --- a/ru/api/Phalcon_Annotations_Adapter_Memory.md +++ b/ru/api/Phalcon_Annotations_Adapter_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Memory** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -14,34 +14,34 @@ public **read** (*mixed* $key) Reads parsed annotations from memory -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to memory -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/ru/api/Phalcon_Annotations_Adapter_Xcache.md b/ru/api/Phalcon_Annotations_Adapter_Xcache.md index 37c97e7e6b8c..4ea64217b769 100644 --- a/ru/api/Phalcon_Annotations_Adapter_Xcache.md +++ b/ru/api/Phalcon_Annotations_Adapter_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Xcache** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -17,38 +17,38 @@ $annotations = new \Phalcon\Annotations\Adapter\Xcache(); ## Methods -public [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) **read** (*string* $key) +public [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) **read** (*string* $key) Reads parsed annotations from XCache -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to XCache -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/ru/api/Phalcon_Annotations_Collection.md b/ru/api/Phalcon_Annotations_Collection.md index dac8ff1acd5b..791f30938af9 100644 --- a/ru/api/Phalcon_Annotations_Collection.md +++ b/ru/api/Phalcon_Annotations_Collection.md @@ -36,7 +36,7 @@ public **rewind** () Rewinds the internal iterator -public [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) **current** () +public [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) **current** () Returns the current annotation in the iterator diff --git a/ru/api/Phalcon_Annotations_Factory.md b/ru/api/Phalcon_Annotations_Factory.md index 644067bb57ce..5c5766d8a800 100644 --- a/ru/api/Phalcon_Annotations_Factory.md +++ b/ru/api/Phalcon_Annotations_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -24,8 +24,8 @@ $annotations = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/ru/api/Phalcon_Annotations_Reader.md b/ru/api/Phalcon_Annotations_Reader.md index 4e8e513ffea9..7dcb4c27c146 100644 --- a/ru/api/Phalcon_Annotations_Reader.md +++ b/ru/api/Phalcon_Annotations_Reader.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Annotations\\Reader** -*implements* [Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) +*implements* [Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) Source on GitHub diff --git a/ru/api/Phalcon_Application.md b/ru/api/Phalcon_Application.md index bf48f3ab94bf..4eb6b28f3090 100644 --- a/ru/api/Phalcon_Application.md +++ b/ru/api/Phalcon_Application.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Application** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -10,11 +10,11 @@ Base class for Phalcon\\Cli\\Console and Phalcon\\Mvc\\Application. ## Methods -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Application Constructor -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -64,14 +64,14 @@ abstract public **handle** () Handles a request -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*string* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*string* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/ru/api/Phalcon_Application_Exception.md b/ru/api/Phalcon_Application_Exception.md index 49637aa88e5e..271cfe64e058 100644 --- a/ru/api/Phalcon_Application_Exception.md +++ b/ru/api/Phalcon_Application_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Application\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ru/api/Phalcon_Assets_Collection.md b/ru/api/Phalcon_Assets_Collection.md index f6f18d5a1d60..56c1ccff2bed 100644 --- a/ru/api/Phalcon_Assets_Collection.md +++ b/ru/api/Phalcon_Assets_Collection.md @@ -60,15 +60,15 @@ public **__construct** () Phalcon\\Assets\\Collection constructor -public **add** ([Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **add** ([Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a resource to the collection -public **addInline** ([Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInline** ([Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds an inline code to the collection -public **has** ([Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) $resource) +public **has** ([Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) $resource) Checks this the resource is added to the collection. @@ -93,7 +93,7 @@ public **addInlineCss** (*mixed* $content, [*mixed* $filter], [*mixed* $attribut Adds an inline CSS to the collection -public [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) **addJs** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) +public [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) **addJs** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) Adds a javascript resource to the collection @@ -165,10 +165,10 @@ public **getRealTargetPath** (*mixed* $basePath) Returns the complete location where the joined/filtered collection must be written -public **addFilter** ([Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) $filter) +public **addFilter** ([Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) $filter) Adds a filter to the collection -final protected **addResource** ([Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) $resource) +final protected **addResource** ([Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) $resource) Adds a resource or inline-code to the collection \ No newline at end of file diff --git a/ru/api/Phalcon_Assets_Exception.md b/ru/api/Phalcon_Assets_Exception.md index 4c8c0516fd94..bd7488dccb6f 100644 --- a/ru/api/Phalcon_Assets_Exception.md +++ b/ru/api/Phalcon_Assets_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ru/api/Phalcon_Assets_Filters_Cssmin.md b/ru/api/Phalcon_Assets_Filters_Cssmin.md index a807a59e4880..96fe00be94d7 100644 --- a/ru/api/Phalcon_Assets_Filters_Cssmin.md +++ b/ru/api/Phalcon_Assets_Filters_Cssmin.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\Cssmin** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/ru/api/Phalcon_Assets_Filters_Jsmin.md b/ru/api/Phalcon_Assets_Filters_Jsmin.md index 2bfe2b4851a4..3e9e94f7bd29 100644 --- a/ru/api/Phalcon_Assets_Filters_Jsmin.md +++ b/ru/api/Phalcon_Assets_Filters_Jsmin.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\Jsmin** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/ru/api/Phalcon_Assets_Filters_None.md b/ru/api/Phalcon_Assets_Filters_None.md index 60e59aac09de..27f570f4bc31 100644 --- a/ru/api/Phalcon_Assets_Filters_None.md +++ b/ru/api/Phalcon_Assets_Filters_None.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\None** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/ru/api/Phalcon_Assets_Inline.md b/ru/api/Phalcon_Assets_Inline.md index e5c3ef631536..067ea910d450 100644 --- a/ru/api/Phalcon_Assets_Inline.md +++ b/ru/api/Phalcon_Assets_Inline.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Inline** -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub diff --git a/ru/api/Phalcon_Assets_Inline_Css.md b/ru/api/Phalcon_Assets_Inline_Css.md index aad74b78beca..df3da97b2598 100644 --- a/ru/api/Phalcon_Assets_Inline_Css.md +++ b/ru/api/Phalcon_Assets_Inline_Css.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Inline\\Css** -*extends* class [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +*extends* class [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,34 +12,36 @@ Represents an inlined CSS public **__construct** (*string* $content, [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Phalcon\\Assets\\Inline\\Css Constructor -... +public *string* **getType** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getContent** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets the resource's type. -... +public *string* **getContent** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getFilter** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets the content. -... +public *boolean* **getFilter** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getAttributes** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets if the resource must be filtered or not. -... +public *array* **getAttributes** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets extra HTML attributes. + +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setType** (*string* $type) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets the inline's type -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setFilter** (*boolean* $filter) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets extra HTML attributes -public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public *string* **getResourceKey** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Gets the resource's key. \ No newline at end of file diff --git a/ru/api/Phalcon_Assets_Inline_Js.md b/ru/api/Phalcon_Assets_Inline_Js.md index 1cce336b4116..38f45537ae5b 100644 --- a/ru/api/Phalcon_Assets_Inline_Js.md +++ b/ru/api/Phalcon_Assets_Inline_Js.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Inline\\Js** -*extends* class [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +*extends* class [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,34 +12,34 @@ Represents an inline Javascript public **__construct** (*string* $content, [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getType** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getContent** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getContent** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getFilter** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getFilter** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getAttributes** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getAttributes** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets the inline's type -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets extra HTML attributes -public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Gets the resource's key. \ No newline at end of file diff --git a/ru/api/Phalcon_Assets_Manager.md b/ru/api/Phalcon_Assets_Manager.md index 13ecabf4ff9c..023c9dab7abb 100644 --- a/ru/api/Phalcon_Assets_Manager.md +++ b/ru/api/Phalcon_Assets_Manager.md @@ -52,7 +52,7 @@ public **addInlineJs** (*mixed* $content, [*mixed* $filter], [*mixed* $attribute Adds an inline javascript to the 'js' collection -public **addResourceByType** (*mixed* $type, [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **addResourceByType** (*mixed* $type, [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a resource by its type @@ -65,11 +65,11 @@ $assets->addResourceByType("css", ``` -public **addInlineCodeByType** (*mixed* $type, [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInlineCodeByType** (*mixed* $type, [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds an inline code by its type -public **addResource** ([Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **addResource** ([Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a raw resource to the manager @@ -82,11 +82,11 @@ $assets->addResource( ``` -public **addInlineCode** ([Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInlineCode** ([Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds a raw inline code to the manager -public **set** (*mixed* $id, [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection) +public **set** (*mixed* $id, [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection) Sets a collection in the Assets Manager @@ -120,11 +120,11 @@ public **collection** (*mixed* $name) Creates/Returns a collection of resources -public **output** ([Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection, *callback* $callback, *string* $type) +public **output** ([Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection, *callback* $callback, *string* $type) Traverses a collection calling the callback to generate its HTML -public **outputInline** ([Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection, *string* $type) +public **outputInline** ([Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection, *string* $type) Traverses a collection and generate its HTML diff --git a/ru/api/Phalcon_Assets_Resource.md b/ru/api/Phalcon_Assets_Resource.md index d67dc71b7929..d20032f2a7b8 100644 --- a/ru/api/Phalcon_Assets_Resource.md +++ b/ru/api/Phalcon_Assets_Resource.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Resource** -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub diff --git a/ru/api/Phalcon_Assets_Resource_Css.md b/ru/api/Phalcon_Assets_Resource_Css.md index 11c938e391ca..fe644a45f159 100644 --- a/ru/api/Phalcon_Assets_Resource_Css.md +++ b/ru/api/Phalcon_Assets_Resource_Css.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Resource\\Css** -*extends* class [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +*extends* class [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,76 +12,76 @@ Represents CSS resources public **__construct** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getType** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getLocal** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getLocal** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getFilter** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getFilter** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getAttributes** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getAttributes** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's type -public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's path -public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource is local or external -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets extra HTML attributes -public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets a target uri for the generated HTML -public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's source path -public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's target path -public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the content of the resource as an string Optionally a base path where the resource is located can be set -public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the real target uri for the generated HTML -public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource is located -public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource must be written -public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Gets the resource's key. \ No newline at end of file diff --git a/ru/api/Phalcon_Assets_Resource_Js.md b/ru/api/Phalcon_Assets_Resource_Js.md index 2acc4d239b9d..4695b7fb7e30 100644 --- a/ru/api/Phalcon_Assets_Resource_Js.md +++ b/ru/api/Phalcon_Assets_Resource_Js.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Resource\\Js** -*extends* class [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +*extends* class [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,76 +12,76 @@ Represents Javascript resources public **__construct** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getType** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getLocal** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getLocal** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getFilter** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getFilter** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getAttributes** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getAttributes** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's type -public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's path -public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource is local or external -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets extra HTML attributes -public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets a target uri for the generated HTML -public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's source path -public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's target path -public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the content of the resource as an string Optionally a base path where the resource is located can be set -public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the real target uri for the generated HTML -public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource is located -public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource must be written -public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Gets the resource's key. \ No newline at end of file diff --git a/ru/api/Phalcon_Cache_Backend.md b/ru/api/Phalcon_Cache_Backend.md index 6e8b2e14bbff..730f3a94146e 100644 --- a/ru/api/Phalcon_Cache_Backend.md +++ b/ru/api/Phalcon_Cache_Backend.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Cache\\Backend** -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -32,7 +32,7 @@ public **setLastKey** (*mixed* $lastKey) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend constructor @@ -56,22 +56,22 @@ public *int* **getLifetime** () Gets the last lifetime set -abstract public **get** (*mixed* $keyName, [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **get** (*mixed* $keyName, [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **save** ([*mixed* $keyName], [*mixed* $content], [*mixed* $lifetime], [*mixed* $stopBuffer]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **save** ([*mixed* $keyName], [*mixed* $content], [*mixed* $lifetime], [*mixed* $stopBuffer]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **delete** (*mixed* $keyName) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **delete** (*mixed* $keyName) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **queryKeys** ([*mixed* $prefix]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **queryKeys** ([*mixed* $prefix]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **exists** ([*mixed* $keyName], [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **exists** ([*mixed* $keyName], [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... \ No newline at end of file diff --git a/ru/api/Phalcon_Cache_Backend_Apc.md b/ru/api/Phalcon_Cache_Backend_Apc.md index 92b01c89d25a..6e3d65e1f101 100644 --- a/ru/api/Phalcon_Cache_Backend_Apc.md +++ b/ru/api/Phalcon_Cache_Backend_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Apc** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -94,50 +94,50 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ru/api/Phalcon_Cache_Backend_Apcu.md b/ru/api/Phalcon_Cache_Backend_Apcu.md index b5bf1d628fc1..015d46a4f62b 100644 --- a/ru/api/Phalcon_Cache_Backend_Apcu.md +++ b/ru/api/Phalcon_Cache_Backend_Apcu.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Apcu** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -94,50 +94,50 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ru/api/Phalcon_Cache_Backend_Factory.md b/ru/api/Phalcon_Cache_Backend_Factory.md index 703d878c3fc6..822536aaf29a 100644 --- a/ru/api/Phalcon_Cache_Backend_Factory.md +++ b/ru/api/Phalcon_Cache_Backend_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -25,7 +25,7 @@ $backendCache = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/ru/api/Phalcon_Cache_Backend_File.md b/ru/api/Phalcon_Cache_Backend_File.md index 3ea73b705889..a0d7c7ed554c 100644 --- a/ru/api/Phalcon_Cache_Backend_File.md +++ b/ru/api/Phalcon_Cache_Backend_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\File** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -44,7 +44,7 @@ if ($content === null) { ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, *array* $options) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, *array* $options) Phalcon\\Cache\\Backend\\File constructor @@ -98,46 +98,46 @@ public **useSafeKey** (*mixed* $useSafeKey) Set whether to use the safekey or not -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ru/api/Phalcon_Cache_Backend_Libmemcached.md b/ru/api/Phalcon_Cache_Backend_Libmemcached.md index 9ec4b031d82e..3165b9222ecb 100644 --- a/ru/api/Phalcon_Cache_Backend_Libmemcached.md +++ b/ru/api/Phalcon_Cache_Backend_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Libmemcached** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -49,7 +49,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Memcache constructor @@ -116,46 +116,46 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ru/api/Phalcon_Cache_Backend_Memcache.md b/ru/api/Phalcon_Cache_Backend_Memcache.md index 6f2575ca5c8d..61c26bca5745 100644 --- a/ru/api/Phalcon_Cache_Backend_Memcache.md +++ b/ru/api/Phalcon_Cache_Backend_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Memcache** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -43,7 +43,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Memcache constructor @@ -97,46 +97,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ru/api/Phalcon_Cache_Backend_Memory.md b/ru/api/Phalcon_Cache_Backend_Memory.md index a269432ab9f3..56e512c11de6 100644 --- a/ru/api/Phalcon_Cache_Backend_Memory.md +++ b/ru/api/Phalcon_Cache_Backend_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Memory** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface), [Serializable](http://php.net/manual/en/class.serializable.php) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface), [Serializable](http://php.net/manual/en/class.serializable.php) Source on GitHub @@ -79,50 +79,50 @@ public **unserialize** (*mixed* $data) Required for interface \\Serializable -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ru/api/Phalcon_Cache_Backend_Mongo.md b/ru/api/Phalcon_Cache_Backend_Mongo.md index 6421cd0f4f29..be4778c7d3b2 100644 --- a/ru/api/Phalcon_Cache_Backend_Mongo.md +++ b/ru/api/Phalcon_Cache_Backend_Mongo.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Mongo** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -44,7 +44,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Mongo constructor @@ -98,46 +98,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ru/api/Phalcon_Cache_Backend_Redis.md b/ru/api/Phalcon_Cache_Backend_Redis.md index a3509251d509..4ec50555c243 100644 --- a/ru/api/Phalcon_Cache_Backend_Redis.md +++ b/ru/api/Phalcon_Cache_Backend_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Redis** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -45,7 +45,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Redis constructor @@ -105,46 +105,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ru/api/Phalcon_Cache_Backend_Xcache.md b/ru/api/Phalcon_Cache_Backend_Xcache.md index 7dac8215d5f3..4074d8e3778e 100644 --- a/ru/api/Phalcon_Cache_Backend_Xcache.md +++ b/ru/api/Phalcon_Cache_Backend_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Xcache** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -38,7 +38,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Xcache constructor @@ -84,46 +84,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/ru/api/Phalcon_Cache_Exception.md b/ru/api/Phalcon_Cache_Exception.md index 87f2372e7864..283372e4e9e7 100644 --- a/ru/api/Phalcon_Cache_Exception.md +++ b/ru/api/Phalcon_Cache_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ru/api/Phalcon_Cache_Frontend_Base64.md b/ru/api/Phalcon_Cache_Frontend_Base64.md index 473895a88aa8..4439e4c4cba8 100644 --- a/ru/api/Phalcon_Cache_Frontend_Base64.md +++ b/ru/api/Phalcon_Cache_Frontend_Base64.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Base64** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/ru/api/Phalcon_Cache_Frontend_Data.md b/ru/api/Phalcon_Cache_Frontend_Data.md index 1f249be7103c..652f3dfb9691 100644 --- a/ru/api/Phalcon_Cache_Frontend_Data.md +++ b/ru/api/Phalcon_Cache_Frontend_Data.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Data** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/ru/api/Phalcon_Cache_Frontend_Factory.md b/ru/api/Phalcon_Cache_Frontend_Factory.md index cdd59eeb8b72..ea32c63d78a6 100644 --- a/ru/api/Phalcon_Cache_Frontend_Factory.md +++ b/ru/api/Phalcon_Cache_Frontend_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $frontendCache = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/ru/api/Phalcon_Cache_Frontend_Igbinary.md b/ru/api/Phalcon_Cache_Frontend_Igbinary.md index 714a96bb4de1..e7ceabc8e033 100644 --- a/ru/api/Phalcon_Cache_Frontend_Igbinary.md +++ b/ru/api/Phalcon_Cache_Frontend_Igbinary.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Igbinary** -*extends* class [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) +*extends* class [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/ru/api/Phalcon_Cache_Frontend_Json.md b/ru/api/Phalcon_Cache_Frontend_Json.md index bfe39cdc53c4..274217cf9b9d 100644 --- a/ru/api/Phalcon_Cache_Frontend_Json.md +++ b/ru/api/Phalcon_Cache_Frontend_Json.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Json** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/ru/api/Phalcon_Cache_Frontend_Msgpack.md b/ru/api/Phalcon_Cache_Frontend_Msgpack.md index 857b40d4bbdc..39e65a338ef3 100644 --- a/ru/api/Phalcon_Cache_Frontend_Msgpack.md +++ b/ru/api/Phalcon_Cache_Frontend_Msgpack.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Msgpack** -*extends* class [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) +*extends* class [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/ru/api/Phalcon_Cache_Frontend_None.md b/ru/api/Phalcon_Cache_Frontend_None.md index bdc0af2d4135..08055277c76f 100644 --- a/ru/api/Phalcon_Cache_Frontend_None.md +++ b/ru/api/Phalcon_Cache_Frontend_None.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\None** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/ru/api/Phalcon_Cache_Frontend_Output.md b/ru/api/Phalcon_Cache_Frontend_Output.md index affdd100d260..31a22d047dbb 100644 --- a/ru/api/Phalcon_Cache_Frontend_Output.md +++ b/ru/api/Phalcon_Cache_Frontend_Output.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Output** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/ru/api/Phalcon_Cache_Multiple.md b/ru/api/Phalcon_Cache_Multiple.md index 9aa7e6fd6276..7376b89f12fb 100644 --- a/ru/api/Phalcon_Cache_Multiple.md +++ b/ru/api/Phalcon_Cache_Multiple.md @@ -65,11 +65,11 @@ $cache->save("my-key", $data); ## Methods -public **__construct** ([[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $backends]) +public **__construct** ([[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $backends]) Phalcon\\Cache\\Multiple constructor -public **push** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $backend) +public **push** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $backend) Adds a backend diff --git a/ru/api/Phalcon_Cli_Console.md b/ru/api/Phalcon_Cli_Console.md index f0337bf3f1ec..8b0677b53498 100644 --- a/ru/api/Phalcon_Cli_Console.md +++ b/ru/api/Phalcon_Cli_Console.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Console** -*extends* abstract class [Phalcon\Application](/en/3.2/api/Phalcon_Application) +*extends* abstract class [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -36,19 +36,19 @@ public **setArgument** ([*array* $arguments], [*mixed* $str], [*mixed* $shift]) Set an specific argument -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Phalcon\\Application -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getEventsManager** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the internal event manager -public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Register an array of modules present in the application @@ -70,30 +70,30 @@ $this->registerModules( ``` -public **getModules** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModules** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Return the modules registered in the application -public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Gets the module definition registered in the application via module name -public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the module name to be used if the router doesn't return a valid module -public **getDefaultModule** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getDefaultModule** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the default module name -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/ru/api/Phalcon_Cli_Console_Exception.md b/ru/api/Phalcon_Cli_Console_Exception.md index e7bfea5dbde1..1304054159b0 100644 --- a/ru/api/Phalcon_Cli_Console_Exception.md +++ b/ru/api/Phalcon_Cli_Console_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Console\\Exception** -*extends* class [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) +*extends* class [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ru/api/Phalcon_Cli_Dispatcher.md b/ru/api/Phalcon_Cli_Dispatcher.md index f03b7c7c61ac..5f0c10cce0f1 100644 --- a/ru/api/Phalcon_Cli_Dispatcher.md +++ b/ru/api/Phalcon_Cli_Dispatcher.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Dispatcher** -*extends* abstract class [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +*extends* abstract class [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Cli\DispatcherInterface](/en/3.2/api/Phalcon_Cli_DispatcherInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Cli\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Cli_DispatcherInterface) Source on GitHub @@ -94,103 +94,103 @@ public **callActionMethod** (*mixed* $handler, *mixed* $actionMethod, [*array* $ Calls the action method. -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDI** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getEventsManager** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal event manager -public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action suffix -public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the default action suffix -public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the module where the controller is (only informative) -public **getModuleName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModuleName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the module where the controller class is -public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the namespace where the controller class is -public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a namespace to be prepended to the current handler name -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default namespace -public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the default namespace -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action name -public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the action name to be dispatched -public **getActionName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the latest dispatched action name -public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets action params to be dispatched -public **getParams** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getParams** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets action params -public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set a param by its name or numeric index -public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a param by its name or numeric index -public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if a param exists -public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the current method to be/executed in the dispatcher -public **isFinished** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **isFinished** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Checks if the dispatch loop is finished or has more pendent controllers/tasks to dispatch -public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the latest returned value by an action manually -public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns value returned by the latest dispatched action -public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable/Disable model binding during dispatch @@ -206,7 +206,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable model binding during dispatch @@ -222,19 +222,19 @@ $di->set('dispatcher', function() { ``` -public **getModelBinder** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModelBinder** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets model binder -public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -public **forward** (*array* $forward) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **forward** (*array* $forward) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Forwards the execution flow to another controller/action. @@ -250,15 +250,15 @@ $this->dispatcher->forward( ``` -public **wasForwarded** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **wasForwarded** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if the current executed action was forwarded by another one -public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Possible class name that will be located to dispatch the request -public **getBoundModels** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getBoundModels** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns bound models from binder instance @@ -275,6 +275,6 @@ class UserController extends Controller ``` -protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set empty properties to their defaults (where defaults are available) \ No newline at end of file diff --git a/ru/api/Phalcon_Cli_DispatcherInterface.md b/ru/api/Phalcon_Cli_DispatcherInterface.md index 78f4d7b40c9c..b2113a4f6788 100644 --- a/ru/api/Phalcon_Cli_DispatcherInterface.md +++ b/ru/api/Phalcon_Cli_DispatcherInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Cli\\DispatcherInterface** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) Source on GitHub @@ -30,70 +30,70 @@ abstract public **getActiveTask** () ... -abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... \ No newline at end of file diff --git a/ru/api/Phalcon_Cli_Dispatcher_Exception.md b/ru/api/Phalcon_Cli_Dispatcher_Exception.md index fbd0a6c4292d..3d26680ebc57 100644 --- a/ru/api/Phalcon_Cli_Dispatcher_Exception.md +++ b/ru/api/Phalcon_Cli_Dispatcher_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Dispatcher\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ru/api/Phalcon_Cli_Router.md b/ru/api/Phalcon_Cli_Router.md index 5a0943627b36..332959ad9219 100644 --- a/ru/api/Phalcon_Cli_Router.md +++ b/ru/api/Phalcon_Cli_Router.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Router** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -29,7 +29,7 @@ public **__construct** ([*mixed* $defaultRoutes]) Phalcon\\Cli\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -69,7 +69,7 @@ public **handle** ([*array* $arguments]) Handles routing information received from command-line arguments -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **add** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **add** (*string* $pattern, [*string/array* $paths]) Adds a route to the router @@ -112,7 +112,7 @@ public **getRoutes** () Returns all the routes defined in the router -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **getRouteById** (*int* $id) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **getRouteById** (*int* $id) Returns a route object by its id diff --git a/ru/api/Phalcon_Cli_Router_Exception.md b/ru/api/Phalcon_Cli_Router_Exception.md index e063b3861132..6e9cc404e6c2 100644 --- a/ru/api/Phalcon_Cli_Router_Exception.md +++ b/ru/api/Phalcon_Cli_Router_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Router\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ru/api/Phalcon_Cli_Router_Route.md b/ru/api/Phalcon_Cli_Router_Route.md index 290d5404abd8..68834babb910 100644 --- a/ru/api/Phalcon_Cli_Router_Route.md +++ b/ru/api/Phalcon_Cli_Router_Route.md @@ -46,7 +46,7 @@ $router->add( ``` -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **beforeMatch** (*callback* $callback) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **beforeMatch** (*callback* $callback) Sets a callback that is called if the route is matched. The developer can implement any arbitrary conditions here If the callback returns false the route is treated as not matched @@ -74,7 +74,7 @@ public **getReversedPaths** () Returns the paths using positions as keys and names as values -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **convert** (*string* $name, *callable* $converter) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **convert** (*string* $name, *callable* $converter) Adds a converter to perform an additional transformation for certain parameter diff --git a/ru/api/Phalcon_Cli_Task.md b/ru/api/Phalcon_Cli_Task.md index 15624d08810c..068d8b5ed1f0 100644 --- a/ru/api/Phalcon_Cli_Task.md +++ b/ru/api/Phalcon_Cli_Task.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Task** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Cli\TaskInterface](/en/3.2/api/Phalcon_Cli_TaskInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Cli\TaskInterface](/[[language]]/[[version]]/api/Phalcon_Cli_TaskInterface) Source on GitHub @@ -35,22 +35,22 @@ final public **__construct** () Phalcon\\Cli\\Task constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/ru/api/Phalcon_Config.md b/ru/api/Phalcon_Config.md index 7b972faed1f5..3aa02d1d0c0f 100644 --- a/ru/api/Phalcon_Config.md +++ b/ru/api/Phalcon_Config.md @@ -110,7 +110,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) Merges a configuration into the current one diff --git a/ru/api/Phalcon_Config_Adapter_Grouped.md b/ru/api/Phalcon_Config_Adapter_Grouped.md index 49cceb21ce34..1c545bcc1d32 100644 --- a/ru/api/Phalcon_Config_Adapter_Grouped.md +++ b/ru/api/Phalcon_Config_Adapter_Grouped.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Grouped** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -72,7 +72,7 @@ public **__construct** (*array* $arrayConfig, [*mixed* $defaultAdapter]) Phalcon\\Config\\Adapter\\Grouped constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -85,7 +85,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -96,7 +96,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -107,7 +107,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -120,7 +120,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -133,7 +133,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -144,7 +144,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -163,7 +163,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -176,7 +176,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -196,18 +196,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/ru/api/Phalcon_Config_Adapter_Ini.md b/ru/api/Phalcon_Config_Adapter_Ini.md index 3576158bc75f..9e00252c8ede 100644 --- a/ru/api/Phalcon_Config_Adapter_Ini.md +++ b/ru/api/Phalcon_Config_Adapter_Ini.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Ini** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -85,7 +85,7 @@ protected **_cast** (*mixed* $ini) We have to cast values manually because parse_ini_file() has a poor implementation. -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -98,7 +98,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -109,7 +109,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -120,7 +120,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -133,7 +133,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -146,7 +146,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -157,7 +157,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -176,7 +176,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -189,7 +189,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -209,18 +209,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/ru/api/Phalcon_Config_Adapter_Json.md b/ru/api/Phalcon_Config_Adapter_Json.md index 860df550aee3..586aab8ede63 100644 --- a/ru/api/Phalcon_Config_Adapter_Json.md +++ b/ru/api/Phalcon_Config_Adapter_Json.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Json** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -39,7 +39,7 @@ public **__construct** (*mixed* $filePath) Phalcon\\Config\\Adapter\\Json constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -52,7 +52,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -63,7 +63,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -74,7 +74,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -87,7 +87,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -100,7 +100,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -111,7 +111,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -130,7 +130,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -143,7 +143,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -163,18 +163,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/ru/api/Phalcon_Config_Adapter_Php.md b/ru/api/Phalcon_Config_Adapter_Php.md index 844d5a6cdd20..4b1efd552967 100644 --- a/ru/api/Phalcon_Config_Adapter_Php.md +++ b/ru/api/Phalcon_Config_Adapter_Php.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Php** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -54,7 +54,7 @@ public **__construct** (*mixed* $filePath) Phalcon\\Config\\Adapter\\Php constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -67,7 +67,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -78,7 +78,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -89,7 +89,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -102,7 +102,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -115,7 +115,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -126,7 +126,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -145,7 +145,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -158,7 +158,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -178,18 +178,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/ru/api/Phalcon_Config_Adapter_Yaml.md b/ru/api/Phalcon_Config_Adapter_Yaml.md index 1955bc04918c..d18c9d186103 100644 --- a/ru/api/Phalcon_Config_Adapter_Yaml.md +++ b/ru/api/Phalcon_Config_Adapter_Yaml.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Yaml** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -56,7 +56,7 @@ public **__construct** (*mixed* $filePath, [*array* $callbacks]) Phalcon\\Config\\Adapter\\Yaml constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -69,7 +69,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -80,7 +80,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -91,7 +91,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -104,7 +104,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -117,7 +117,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -128,7 +128,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -147,7 +147,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -160,7 +160,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -180,18 +180,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/ru/api/Phalcon_Config_Exception.md b/ru/api/Phalcon_Config_Exception.md index 870c720975df..3242b9db2c8b 100644 --- a/ru/api/Phalcon_Config_Exception.md +++ b/ru/api/Phalcon_Config_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ru/api/Phalcon_Config_Factory.md b/ru/api/Phalcon_Config_Factory.md index 9d9e2f8abec2..e4cc40839666 100644 --- a/ru/api/Phalcon_Config_Factory.md +++ b/ru/api/Phalcon_Config_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Config\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $config = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/ru/api/Phalcon_Crypt.md b/ru/api/Phalcon_Crypt.md index 348e1401a9a0..dded332767b8 100644 --- a/ru/api/Phalcon_Crypt.md +++ b/ru/api/Phalcon_Crypt.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Crypt** -*implements* [Phalcon\CryptInterface](/en/3.2/api/Phalcon_CryptInterface) +*implements* [Phalcon\CryptInterface](/[[language]]/[[version]]/api/Phalcon_CryptInterface) Source on GitHub diff --git a/ru/api/Phalcon_Crypt_Exception.md b/ru/api/Phalcon_Crypt_Exception.md index ea2a2af5ed7e..8320426ee479 100644 --- a/ru/api/Phalcon_Crypt_Exception.md +++ b/ru/api/Phalcon_Crypt_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Crypt\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ru/api/Phalcon_Db_Adapter.md b/ru/api/Phalcon_Db_Adapter.md index acf566089977..e79a17de7eb7 100644 --- a/ru/api/Phalcon_Db_Adapter.md +++ b/ru/api/Phalcon_Db_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Db\\Adapter** -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -24,7 +24,7 @@ public **__construct** (*array* $descriptor) Phalcon\\Db\\Adapter constructor -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager @@ -32,7 +32,7 @@ public **getEventsManager** () Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) Sets the dialect used to produce the SQL @@ -309,11 +309,11 @@ public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExist Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Modifies a table column based on a definition @@ -321,7 +321,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Adds an index to a table @@ -329,7 +329,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Adds a primary key to a table @@ -337,7 +337,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Adds a foreign key to a table @@ -345,7 +345,7 @@ public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $ref Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Returns the SQL column definition from a column @@ -375,7 +375,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -512,54 +512,54 @@ public *array* **getSQLBindTypes** () Active SQL statement in the object -abstract public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **query** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **query** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **execute** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **execute** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **affectedRows** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **affectedRows** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **close** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **close** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **lastInsertId** ([*mixed* $sequenceName]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **lastInsertId** ([*mixed* $sequenceName]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **isUnderTransaction** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **isUnderTransaction** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **getInternalHandler** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **getInternalHandler** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... \ No newline at end of file diff --git a/ru/api/Phalcon_Db_AdapterInterface.md b/ru/api/Phalcon_Db_AdapterInterface.md index 4c6a8f54b3f1..4124c5cb5c2d 100644 --- a/ru/api/Phalcon_Db_AdapterInterface.md +++ b/ru/api/Phalcon_Db_AdapterInterface.md @@ -64,11 +64,11 @@ abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) ... @@ -76,7 +76,7 @@ abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -84,7 +84,7 @@ abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -92,7 +92,7 @@ abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) ... @@ -100,7 +100,7 @@ abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mi ... -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... diff --git a/ru/api/Phalcon_Db_Adapter_Pdo.md b/ru/api/Phalcon_Db_Adapter_Pdo.md index 386228071e7c..8f38825ed816 100644 --- a/ru/api/Phalcon_Db_Adapter_Pdo.md +++ b/ru/api/Phalcon_Db_Adapter_Pdo.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Db\\Adapter\\Pdo** -*extends* abstract class [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +*extends* abstract class [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) Source on GitHub @@ -262,35 +262,35 @@ public *array* **getErrorInfo** () Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -307,7 +307,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -338,7 +338,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -358,7 +358,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -377,7 +377,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -398,7 +398,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -435,7 +435,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -456,7 +456,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -474,7 +474,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -494,11 +494,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -509,7 +509,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -522,7 +522,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -535,71 +535,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -612,7 +612,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -625,7 +625,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table indexes @@ -638,7 +638,7 @@ print_r( ``` -public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table references @@ -651,7 +651,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -664,31 +664,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -712,7 +712,7 @@ $success = $connection->insert( ``` -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -734,34 +734,34 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires an explicit value for identity columns -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... \ No newline at end of file diff --git a/ru/api/Phalcon_Db_Adapter_Pdo_Factory.md b/ru/api/Phalcon_Db_Adapter_Pdo_Factory.md index ee6012bcb57f..8df2b4fb001f 100644 --- a/ru/api/Phalcon_Db_Adapter_Pdo_Factory.md +++ b/ru/api/Phalcon_Db_Adapter_Pdo_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -27,8 +27,8 @@ $db = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/ru/api/Phalcon_Db_Adapter_Pdo_Mysql.md b/ru/api/Phalcon_Db_Adapter_Pdo_Mysql.md index 480418c20e4d..8e1af9c3adc2 100644 --- a/ru/api/Phalcon_Db_Adapter_Pdo_Mysql.md +++ b/ru/api/Phalcon_Db_Adapter_Pdo_Mysql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Mysql** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -40,7 +40,7 @@ print_r( ``` -public [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -66,11 +66,11 @@ print_r( ``` -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) This method is automatically called in \\Phalcon\\Db\\Adapter\\Pdo constructor. Call it when you need to restore a database connection. @@ -95,7 +95,7 @@ $connection->connect(); ``` -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -120,7 +120,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -145,7 +145,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -166,7 +166,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -188,7 +188,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -203,11 +203,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -218,7 +218,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -236,7 +236,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -261,23 +261,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -293,43 +293,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -346,7 +346,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -377,7 +377,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -397,7 +397,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -416,7 +416,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -437,7 +437,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -474,7 +474,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -495,7 +495,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -513,7 +513,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -533,11 +533,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -548,7 +548,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -561,7 +561,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -574,71 +574,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -651,7 +651,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -664,7 +664,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -677,31 +677,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -725,7 +725,7 @@ $success = $connection->insert( ``` -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -747,30 +747,30 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires an explicit value for identity columns -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/ru/api/Phalcon_Db_Adapter_Pdo_Postgresql.md b/ru/api/Phalcon_Db_Adapter_Pdo_Postgresql.md index b1cb00160eab..026f46731bd6 100644 --- a/ru/api/Phalcon_Db_Adapter_Pdo_Postgresql.md +++ b/ru/api/Phalcon_Db_Adapter_Pdo_Postgresql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Postgresql** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -48,7 +48,7 @@ public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $defini Creates a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Modifies a table column based on a definition @@ -84,11 +84,11 @@ public **supportSequences** () Check whether the database system requires a sequence to produce auto-numeric values -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -113,7 +113,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -138,7 +138,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -159,7 +159,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -181,7 +181,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -196,11 +196,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -211,7 +211,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -229,7 +229,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -254,23 +254,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -286,43 +286,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -339,7 +339,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -370,7 +370,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -390,7 +390,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -409,7 +409,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -430,7 +430,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -467,7 +467,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -488,7 +488,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -506,7 +506,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -526,11 +526,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -541,7 +541,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -554,7 +554,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -567,63 +567,63 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -636,7 +636,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -649,7 +649,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table indexes @@ -662,7 +662,7 @@ print_r( ``` -public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table references @@ -675,7 +675,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -688,31 +688,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -734,22 +734,22 @@ $success = $connection->insert( ``` -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/ru/api/Phalcon_Db_Adapter_Pdo_Sqlite.md b/ru/api/Phalcon_Db_Adapter_Pdo_Sqlite.md index 5362f5631c79..7eb7e010da31 100644 --- a/ru/api/Phalcon_Db_Adapter_Pdo_Sqlite.md +++ b/ru/api/Phalcon_Db_Adapter_Pdo_Sqlite.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Sqlite** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -40,7 +40,7 @@ print_r( ``` -public [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -53,7 +53,7 @@ print_r( ``` -public [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) **describeReferences** (*string* $table, [*string* $schema]) +public [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) **describeReferences** (*string* $table, [*string* $schema]) Lists table references @@ -83,11 +83,11 @@ $success = $connection->insert( ``` -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -112,7 +112,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -137,7 +137,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -158,7 +158,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -180,7 +180,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -195,11 +195,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -210,7 +210,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -228,7 +228,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -253,23 +253,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -285,43 +285,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -338,7 +338,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -369,7 +369,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -389,7 +389,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -408,7 +408,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -429,7 +429,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -466,7 +466,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -487,7 +487,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -505,7 +505,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -525,11 +525,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -540,7 +540,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -553,7 +553,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -566,71 +566,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -643,7 +643,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -656,7 +656,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -669,31 +669,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -717,26 +717,26 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/ru/api/Phalcon_Db_Column.md b/ru/api/Phalcon_Db_Column.md index fe0210a2b411..d55516aa88c9 100644 --- a/ru/api/Phalcon_Db_Column.md +++ b/ru/api/Phalcon_Db_Column.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Column** -*implements* [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) +*implements* [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) Source on GitHub diff --git a/ru/api/Phalcon_Db_Dialect.md b/ru/api/Phalcon_Db_Dialect.md index df25f0af03ab..8cda9d7853dd 100644 --- a/ru/api/Phalcon_Db_Dialect.md +++ b/ru/api/Phalcon_Db_Dialect.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Db\\Dialect** -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -199,86 +199,86 @@ protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $es Prepares qualified for this RDBMS -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropTable** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropTable** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeIndexes** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeIndexes** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **tableOptions** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **tableOptions** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... \ No newline at end of file diff --git a/ru/api/Phalcon_Db_DialectInterface.md b/ru/api/Phalcon_Db_DialectInterface.md index 90ee58afb9e1..7301a959c407 100644 --- a/ru/api/Phalcon_Db_DialectInterface.md +++ b/ru/api/Phalcon_Db_DialectInterface.md @@ -24,15 +24,15 @@ abstract public **getColumnList** (*array* $columnList) ... -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) ... @@ -40,7 +40,7 @@ abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -48,7 +48,7 @@ abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -56,7 +56,7 @@ abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) ... diff --git a/ru/api/Phalcon_Db_Dialect_Mysql.md b/ru/api/Phalcon_Db_Dialect_Mysql.md index d1a80102e14c..392c5e2aa192 100644 --- a/ru/api/Phalcon_Db_Dialect_Mysql.md +++ b/ru/api/Phalcon_Db_Dialect_Mysql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Mysql** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the MySQL RDBMS ## Methods -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in MySQL -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -133,23 +133,23 @@ protected **_getTableOptions** (*array* $definition) Generates SQL to add the table creation options -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -164,7 +164,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -176,7 +176,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -188,7 +188,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -204,122 +204,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/ru/api/Phalcon_Db_Dialect_Postgresql.md b/ru/api/Phalcon_Db_Dialect_Postgresql.md index f10d03525235..a21b58d04f66 100644 --- a/ru/api/Phalcon_Db_Dialect_Postgresql.md +++ b/ru/api/Phalcon_Db_Dialect_Postgresql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Postgresql** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the PostgreSQL RDBMS ## Methods -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in PostgreSQL -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -129,7 +129,7 @@ public **tableOptions** (*mixed* $table, [*mixed* $schema]) Generates the SQL to describe the table creation options -protected **_castDefault** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +protected **_castDefault** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... @@ -137,23 +137,23 @@ protected **_getTableOptions** (*array* $definition) ... -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -168,7 +168,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -180,7 +180,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -192,7 +192,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -208,122 +208,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/ru/api/Phalcon_Db_Dialect_Sqlite.md b/ru/api/Phalcon_Db_Dialect_Sqlite.md index dabec6d39e49..857353a62e5e 100644 --- a/ru/api/Phalcon_Db_Dialect_Sqlite.md +++ b/ru/api/Phalcon_Db_Dialect_Sqlite.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Sqlite** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the Sqlite RDBMS ## Methods -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in SQLite -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -146,23 +146,23 @@ public **tableOptions** (*mixed* $table, [*mixed* $schema]) Generates the SQL to describe the table creation options -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -177,7 +177,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -189,7 +189,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -201,7 +201,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -217,122 +217,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/ru/api/Phalcon_Db_Exception.md b/ru/api/Phalcon_Db_Exception.md index 00160179b065..2e8e5ea18b94 100644 --- a/ru/api/Phalcon_Db_Exception.md +++ b/ru/api/Phalcon_Db_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ru/api/Phalcon_Db_Index.md b/ru/api/Phalcon_Db_Index.md index 9ca94ad0e146..6f6caa997ce0 100644 --- a/ru/api/Phalcon_Db_Index.md +++ b/ru/api/Phalcon_Db_Index.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Index** -*implements* [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) +*implements* [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) Source on GitHub diff --git a/ru/api/Phalcon_Db_Profiler.md b/ru/api/Phalcon_Db_Profiler.md index 1d6dde6d6e69..a3ef0bf32c63 100644 --- a/ru/api/Phalcon_Db_Profiler.md +++ b/ru/api/Phalcon_Db_Profiler.md @@ -31,7 +31,7 @@ echo "Total Elapsed Time: ", $profile->getTotalElapsedSeconds(), "\n"; ## Methods -public [Phalcon\Db\Profiler](/en/3.2/api/Phalcon_Db_Profiler) **startProfile** (*string* $sqlStatement, [*mixed* $sqlVariables], [*mixed* $sqlBindTypes]) +public [Phalcon\Db\Profiler](/[[language]]/[[version]]/api/Phalcon_Db_Profiler) **startProfile** (*string* $sqlStatement, [*mixed* $sqlVariables], [*mixed* $sqlBindTypes]) Starts the profile of a SQL sentence diff --git a/ru/api/Phalcon_Db_Reference.md b/ru/api/Phalcon_Db_Reference.md index 2e83e14de226..8a0fb59d7263 100644 --- a/ru/api/Phalcon_Db_Reference.md +++ b/ru/api/Phalcon_Db_Reference.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Reference** -*implements* [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) +*implements* [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) Source on GitHub diff --git a/ru/api/Phalcon_Db_Result_Pdo.md b/ru/api/Phalcon_Db_Result_Pdo.md index 91808dece71f..e152b23a7627 100644 --- a/ru/api/Phalcon_Db_Result_Pdo.md +++ b/ru/api/Phalcon_Db_Result_Pdo.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Result\\Pdo** -*implements* [Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) +*implements* [Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) Source on GitHub @@ -23,7 +23,7 @@ while ($robot = $result->fetchArray()) { ## Methods -public **__construct** ([Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [PDOStatement](http://php.net/manual/en/class.pdostatement.php) $result, [*string* $sqlStatement], [*array* $bindParams], [*array* $bindTypes]) +public **__construct** ([Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [PDOStatement](http://php.net/manual/en/class.pdostatement.php) $result, [*string* $sqlStatement], [*array* $bindParams], [*array* $bindTypes]) Phalcon\\Db\\Result\\Pdo constructor diff --git a/ru/api/Phalcon_Debug_Exception.md b/ru/api/Phalcon_Debug_Exception.md index 170f204a2e35..7d7ec4c5af2d 100644 --- a/ru/api/Phalcon_Debug_Exception.md +++ b/ru/api/Phalcon_Debug_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Debug\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ru/api/Phalcon_Di.md b/ru/api/Phalcon_Di.md index b8952c5e506b..f64b45fac2aa 100644 --- a/ru/api/Phalcon_Di.md +++ b/ru/api/Phalcon_Di.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di** -*implements* [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -41,7 +41,7 @@ public **__construct** () Phalcon\\Di constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the internal event manager @@ -65,7 +65,7 @@ public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) Sets a service using a raw Phalcon\\Di\\Service definition @@ -131,7 +131,7 @@ public **__call** (*mixed* $method, [*mixed* $arguments]) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) Registers a service provider. @@ -153,7 +153,7 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Set a default dependency injection container to be obtained into static methods @@ -241,6 +241,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) Loads services from a Config object. \ No newline at end of file diff --git a/ru/api/Phalcon_DiInterface.md b/ru/api/Phalcon_DiInterface.md index d5aaf481d165..faf55118df51 100644 --- a/ru/api/Phalcon_DiInterface.md +++ b/ru/api/Phalcon_DiInterface.md @@ -30,7 +30,7 @@ abstract public **getShared** (*mixed* $name, [*mixed* $parameters]) ... -abstract public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) +abstract public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) ... @@ -54,7 +54,7 @@ abstract public **getServices** () ... -abstract public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... diff --git a/ru/api/Phalcon_Di_Exception.md b/ru/api/Phalcon_Di_Exception.md index 01369a279ffe..1ed3c8df0665 100644 --- a/ru/api/Phalcon_Di_Exception.md +++ b/ru/api/Phalcon_Di_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ru/api/Phalcon_Di_FactoryDefault.md b/ru/api/Phalcon_Di_FactoryDefault.md index def22fd023e0..809eb0b4e265 100644 --- a/ru/api/Phalcon_Di_FactoryDefault.md +++ b/ru/api/Phalcon_Di_FactoryDefault.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Di\\FactoryDefault** -*extends* class [Phalcon\Di](/en/3.2/api/Phalcon_Di) +*extends* class [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) -*implements* [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) +*implements* [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) Source on GitHub @@ -14,67 +14,67 @@ public **__construct** () Phalcon\\Di\\FactoryDefault constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets the internal event manager -public **getInternalEventsManager** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getInternalEventsManager** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns the internal event manager -public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service in the services container -public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers an "always shared" service in the services container -public **remove** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **remove** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service in the services container It also removes any shared instance created for the service -public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets a service using a raw Phalcon\\Di\\Service definition -public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a service definition without resolving -public **getService** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getService** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a Phalcon\\Di\\Service instance -public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves the service based on its configuration -public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves a service, the resolved service is stored in the DI, subsequent requests for this service will return the same instance -public **has** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **has** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the DI contains a service by a name -public **wasFreshInstance** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **wasFreshInstance** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the last service obtained via getShared produced a fresh instance or an existing one -public **getServices** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getServices** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the services registered in the DI -public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check if a service is registered using the array syntax -public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to register a shared service using the array syntax @@ -85,7 +85,7 @@ $di["request"] = new \Phalcon\Http\Request(); ``` -public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to obtain a shared service using the array syntax @@ -96,15 +96,15 @@ var_dump($di["request"]); ``` -public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service from the services container using the array syntax -public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service provider. @@ -126,19 +126,19 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Set a default dependency injection container to be obtained into static methods -public static **getDefault** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **getDefault** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the latest DI created -public static **reset** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **reset** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resets the internal default DI -public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a yaml file. @@ -177,7 +177,7 @@ user: ``` -public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a php config file. @@ -214,6 +214,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a Config object. \ No newline at end of file diff --git a/ru/api/Phalcon_Di_FactoryDefault_Cli.md b/ru/api/Phalcon_Di_FactoryDefault_Cli.md index 808c2429947d..dfb8708307a9 100644 --- a/ru/api/Phalcon_Di_FactoryDefault_Cli.md +++ b/ru/api/Phalcon_Di_FactoryDefault_Cli.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Di\\FactoryDefault\\Cli** -*extends* class [Phalcon\Di\FactoryDefault](/en/3.2/api/Phalcon_Di_FactoryDefault) +*extends* class [Phalcon\Di\FactoryDefault](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault) -*implements* [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -14,67 +14,67 @@ public **__construct** () Phalcon\\Di\\FactoryDefault\\Cli constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets the internal event manager -public **getInternalEventsManager** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getInternalEventsManager** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns the internal event manager -public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service in the services container -public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers an "always shared" service in the services container -public **remove** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **remove** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service in the services container It also removes any shared instance created for the service -public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets a service using a raw Phalcon\\Di\\Service definition -public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a service definition without resolving -public **getService** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getService** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a Phalcon\\Di\\Service instance -public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves the service based on its configuration -public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves a service, the resolved service is stored in the DI, subsequent requests for this service will return the same instance -public **has** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **has** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the DI contains a service by a name -public **wasFreshInstance** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **wasFreshInstance** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the last service obtained via getShared produced a fresh instance or an existing one -public **getServices** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getServices** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the services registered in the DI -public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check if a service is registered using the array syntax -public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to register a shared service using the array syntax @@ -85,7 +85,7 @@ $di["request"] = new \Phalcon\Http\Request(); ``` -public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to obtain a shared service using the array syntax @@ -96,15 +96,15 @@ var_dump($di["request"]); ``` -public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service from the services container using the array syntax -public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service provider. @@ -126,19 +126,19 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Set a default dependency injection container to be obtained into static methods -public static **getDefault** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **getDefault** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the latest DI created -public static **reset** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **reset** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resets the internal default DI -public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a yaml file. @@ -177,7 +177,7 @@ user: ``` -public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a php config file. @@ -214,6 +214,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a Config object. \ No newline at end of file diff --git a/ru/api/Phalcon_Di_Injectable.md b/ru/api/Phalcon_Di_Injectable.md index 3eb8ada1dbc1..5a81520bde57 100644 --- a/ru/api/Phalcon_Di_Injectable.md +++ b/ru/api/Phalcon_Di_Injectable.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Di\\Injectable** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -8,7 +8,7 @@ This class allows to access services in the services container by just only acce ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -16,7 +16,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager diff --git a/ru/api/Phalcon_Di_InjectionAwareInterface.md b/ru/api/Phalcon_Di_InjectionAwareInterface.md index 570151b78465..a43b8c2862f2 100644 --- a/ru/api/Phalcon_Di_InjectionAwareInterface.md +++ b/ru/api/Phalcon_Di_InjectionAwareInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... diff --git a/ru/api/Phalcon_Di_Service.md b/ru/api/Phalcon_Di_Service.md index eb7bb0ec7de4..71a74ecdef9e 100644 --- a/ru/api/Phalcon_Di_Service.md +++ b/ru/api/Phalcon_Di_Service.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di\\Service** -*implements* [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) +*implements* [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) Source on GitHub @@ -45,7 +45,7 @@ public *mixed* **getDefinition** () Returns the service definition -public *mixed* **resolve** ([*array* $parameters], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public *mixed* **resolve** ([*array* $parameters], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Resolves the service diff --git a/ru/api/Phalcon_Di_ServiceInterface.md b/ru/api/Phalcon_Di_ServiceInterface.md index 6e5a374a90a0..2dc295e79f31 100644 --- a/ru/api/Phalcon_Di_ServiceInterface.md +++ b/ru/api/Phalcon_Di_ServiceInterface.md @@ -24,7 +24,7 @@ abstract public **getDefinition** () ... -abstract public **resolve** ([*mixed* $parameters], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +abstract public **resolve** ([*mixed* $parameters], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) ... diff --git a/ru/api/Phalcon_Di_ServiceProviderInterface.md b/ru/api/Phalcon_Di_ServiceProviderInterface.md index 287d4bf0463f..9123461b1d9c 100644 --- a/ru/api/Phalcon_Di_ServiceProviderInterface.md +++ b/ru/api/Phalcon_Di_ServiceProviderInterface.md @@ -4,6 +4,6 @@ ## Methods -abstract public **register** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $di) +abstract public **register** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $di) ... \ No newline at end of file diff --git a/ru/api/Phalcon_Di_Service_Builder.md b/ru/api/Phalcon_Di_Service_Builder.md index 6d24fd254ec0..fd58fcc7f9d6 100644 --- a/ru/api/Phalcon_Di_Service_Builder.md +++ b/ru/api/Phalcon_Di_Service_Builder.md @@ -6,14 +6,14 @@ This class builds instances based on complex definitions ## Methods -private *mixed* **_buildParameter** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *int* $position, *array* $argument) +private *mixed* **_buildParameter** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *int* $position, *array* $argument) Resolves a constructor/call parameter -private **_buildParameters** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *array* $arguments) +private **_buildParameters** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *array* $arguments) Resolves an array of parameters -public *mixed* **build** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *array* $definition, [*array* $parameters]) +public *mixed* **build** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *array* $definition, [*array* $parameters]) Builds a service using a complex service definition \ No newline at end of file diff --git a/ru/api/Phalcon_Dispatcher.md b/ru/api/Phalcon_Dispatcher.md index 968c8da4e2d4..bac32ced3cd6 100644 --- a/ru/api/Phalcon_Dispatcher.md +++ b/ru/api/Phalcon_Dispatcher.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Dispatcher** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -22,7 +22,7 @@ This is the base class for Phalcon\\Mvc\\Dispatcher and Phalcon\\Cli\\Dispatcher ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -30,7 +30,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -134,7 +134,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) Enable model binding during dispatch diff --git a/ru/api/Phalcon_Escaper.md b/ru/api/Phalcon_Escaper.md index 877841068750..1982c7c16ba4 100644 --- a/ru/api/Phalcon_Escaper.md +++ b/ru/api/Phalcon_Escaper.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Escaper** -*implements* [Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) +*implements* [Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) Source on GitHub diff --git a/ru/api/Phalcon_Escaper_Exception.md b/ru/api/Phalcon_Escaper_Exception.md index adf11a235541..8408988bd6c0 100644 --- a/ru/api/Phalcon_Escaper_Exception.md +++ b/ru/api/Phalcon_Escaper_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Escaper\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ru/api/Phalcon_Events_Event.md b/ru/api/Phalcon_Events_Event.md index 169aea9f622f..186ef0ff4601 100644 --- a/ru/api/Phalcon_Events_Event.md +++ b/ru/api/Phalcon_Events_Event.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Event** -*implements* [Phalcon\Events\EventInterface](/en/3.2/api/Phalcon_Events_EventInterface) +*implements* [Phalcon\Events\EventInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventInterface) Source on GitHub diff --git a/ru/api/Phalcon_Events_EventsAwareInterface.md b/ru/api/Phalcon_Events_EventsAwareInterface.md index ddcd3e24a896..660aeca60b88 100644 --- a/ru/api/Phalcon_Events_EventsAwareInterface.md +++ b/ru/api/Phalcon_Events_EventsAwareInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +abstract public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) ... diff --git a/ru/api/Phalcon_Events_Exception.md b/ru/api/Phalcon_Events_Exception.md index de8a2952e638..d856fd18e02f 100644 --- a/ru/api/Phalcon_Events_Exception.md +++ b/ru/api/Phalcon_Events_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ru/api/Phalcon_Events_Manager.md b/ru/api/Phalcon_Events_Manager.md index 86998390c28d..e965f588adfc 100644 --- a/ru/api/Phalcon_Events_Manager.md +++ b/ru/api/Phalcon_Events_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Manager** -*implements* [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) +*implements* [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) Source on GitHub @@ -40,7 +40,7 @@ public **detachAll** ([*mixed* $type]) Removes all events from the EventsManager -final public *mixed* **fireQueue** ([SplPriorityQueue](http://php.net/manual/en/class.splpriorityqueue.php) | *array* $queue, [Phalcon\Events\Event](/en/3.2/api/Phalcon_Events_Event) $event) +final public *mixed* **fireQueue** ([SplPriorityQueue](http://php.net/manual/en/class.splpriorityqueue.php) | *array* $queue, [Phalcon\Events\Event](/[[language]]/[[version]]/api/Phalcon_Events_Event) $event) Internal handler to call a queue of events diff --git a/ru/api/Phalcon_Factory_Exception.md b/ru/api/Phalcon_Factory_Exception.md index 0cc131643a2d..3d23358fc93a 100644 --- a/ru/api/Phalcon_Factory_Exception.md +++ b/ru/api/Phalcon_Factory_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Factory\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/ru/seo.json b/ru/seo.json index 1d3fd32fd596..1ab3f8b9a4dc 100644 --- a/ru/seo.json +++ b/ru/seo.json @@ -1,6 +1,6 @@ { - "introduction": "Главная", - "sponsors": "Спонсоры", + "introduction": "General", + "sponsors": "Sponsors", "contributions": "Contributions : Overview", "new-pull-request": "Contributions : Pull Requests", "new-feature-request": "Contributions : NFR", diff --git a/th/api/Phalcon_Acl_Adapter.md b/th/api/Phalcon_Acl_Adapter.md index 1696a50b6e15..1e2005a44be1 100644 --- a/th/api/Phalcon_Acl_Adapter.md +++ b/th/api/Phalcon_Acl_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Acl\\Adapter** -*implements* [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -20,7 +20,7 @@ public **getActiveAccess** () Active access which the list is checking if some role can access it -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -36,58 +36,58 @@ public **getDefaultAction** () Returns the default ACL access level -abstract public **setNoArgumentsDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **setNoArgumentsDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getNoArgumentsDefaultAction** () inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getNoArgumentsDefaultAction** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addRole** (*mixed* $role, [*mixed* $accessInherits]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addRole** (*mixed* $role, [*mixed* $accessInherits]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addInherit** (*mixed* $roleName, *mixed* $roleToInherit) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addInherit** (*mixed* $roleName, *mixed* $roleToInherit) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isRole** (*mixed* $roleName) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isRole** (*mixed* $roleName) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isResource** (*mixed* $resourceName) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isResource** (*mixed* $resourceName) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addResource** (*mixed* $resourceObject, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addResource** (*mixed* $resourceObject, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **dropResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **dropResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **allow** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **allow** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **deny** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **deny** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isAllowed** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*array* $parameters]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isAllowed** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*array* $parameters]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getRoles** () inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getRoles** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getResources** () inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getResources** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... \ No newline at end of file diff --git a/th/api/Phalcon_Acl_Adapter_Memory.md b/th/api/Phalcon_Acl_Adapter_Memory.md index 889751c95b98..8e3548f98ae9 100644 --- a/th/api/Phalcon_Acl_Adapter_Memory.md +++ b/th/api/Phalcon_Acl_Adapter_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Acl\\Adapter\\Memory** -*extends* abstract class [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +*extends* abstract class [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) Source on GitHub @@ -105,7 +105,7 @@ public **isResource** (*mixed* $resourceName) Check whether resource exist in the resources list -public **addResource** ([Phalcon\Acl\Resource](/en/3.2/api/Phalcon_Acl_Resource) | *string* $resourceValue, *array* | *string* $accessList) +public **addResource** ([Phalcon\Acl\Resource](/[[language]]/[[version]]/api/Phalcon_Acl_Resource) | *string* $resourceValue, *array* | *string* $accessList) Adds a resource to the ACL list Access names can be a particular action, by example search, update, delete, etc or a list of them Example: @@ -224,30 +224,30 @@ public **getResources** () Return an array with every resource registered in the list -public **getActiveRole** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveRole** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Role which the list is checking if it's allowed to certain resource/access -public **getActiveResource** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveResource** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Resource which the list is checking if some role can access it -public **getActiveAccess** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveAccess** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Active access which the list is checking if some role can access it -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getEventsManager** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Returns the internal event manager -public **setDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **setDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Sets the default access level (Phalcon\\Acl::ALLOW or Phalcon\\Acl::DENY) -public **getDefaultAction** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getDefaultAction** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Returns the default ACL access level \ No newline at end of file diff --git a/th/api/Phalcon_Acl_Exception.md b/th/api/Phalcon_Acl_Exception.md index 9c1b44ab7b5d..bb780905021c 100644 --- a/th/api/Phalcon_Acl_Exception.md +++ b/th/api/Phalcon_Acl_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Acl\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Acl_Resource.md b/th/api/Phalcon_Acl_Resource.md index 25ac2d3e792b..2cf5fa6783c8 100644 --- a/th/api/Phalcon_Acl_Resource.md +++ b/th/api/Phalcon_Acl_Resource.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Acl\\Resource** -*implements* [Phalcon\Acl\ResourceInterface](/en/3.2/api/Phalcon_Acl_ResourceInterface) +*implements* [Phalcon\Acl\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceInterface) Source on GitHub diff --git a/th/api/Phalcon_Acl_Role.md b/th/api/Phalcon_Acl_Role.md index c8252648d6c8..5e9655fe33dc 100644 --- a/th/api/Phalcon_Acl_Role.md +++ b/th/api/Phalcon_Acl_Role.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Acl\\Role** -*implements* [Phalcon\Acl\RoleInterface](/en/3.2/api/Phalcon_Acl_RoleInterface) +*implements* [Phalcon\Acl\RoleInterface](/[[language]]/[[version]]/api/Phalcon_Acl_RoleInterface) Source on GitHub diff --git a/th/api/Phalcon_Annotations_Adapter.md b/th/api/Phalcon_Annotations_Adapter.md index d42ac348bbc9..e9ba9d098f7a 100644 --- a/th/api/Phalcon_Annotations_Adapter.md +++ b/th/api/Phalcon_Annotations_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Annotations\\Adapter** -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -8,7 +8,7 @@ This is the base class for Phalcon\\Annotations adapters ## Methods -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) Sets the annotations parser diff --git a/th/api/Phalcon_Annotations_AdapterInterface.md b/th/api/Phalcon_Annotations_AdapterInterface.md index 7f9c8598cba2..b428f0ce8c85 100644 --- a/th/api/Phalcon_Annotations_AdapterInterface.md +++ b/th/api/Phalcon_Annotations_AdapterInterface.md @@ -6,7 +6,7 @@ This interface must be implemented by adapters in Phalcon\Annotations ## Methods -abstract public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) +abstract public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) Sets the annotations parser diff --git a/th/api/Phalcon_Annotations_Adapter_Apc.md b/th/api/Phalcon_Annotations_Adapter_Apc.md index 467622a88425..e613a76f1822 100644 --- a/th/api/Phalcon_Annotations_Adapter_Apc.md +++ b/th/api/Phalcon_Annotations_Adapter_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Apc** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,34 +27,34 @@ public **read** (*mixed* $key) Reads parsed annotations from APC -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to APC -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/th/api/Phalcon_Annotations_Adapter_Apcu.md b/th/api/Phalcon_Annotations_Adapter_Apcu.md index ebea340ec92a..615bd450fc80 100644 --- a/th/api/Phalcon_Annotations_Adapter_Apcu.md +++ b/th/api/Phalcon_Annotations_Adapter_Apcu.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Apcu** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,34 +27,34 @@ public **read** (*mixed* $key) Reads parsed annotations from APCu -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to APCu -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/th/api/Phalcon_Annotations_Adapter_Files.md b/th/api/Phalcon_Annotations_Adapter_Files.md index e4c407e5954e..653483fef5dd 100644 --- a/th/api/Phalcon_Annotations_Adapter_Files.md +++ b/th/api/Phalcon_Annotations_Adapter_Files.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Files** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,38 +27,38 @@ public **__construct** ([*array* $options]) Phalcon\\Annotations\\Adapter\\Files constructor -public [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) **read** (*string* $key) +public [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) **read** (*string* $key) Reads parsed annotations from files -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to files -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/th/api/Phalcon_Annotations_Adapter_Memory.md b/th/api/Phalcon_Annotations_Adapter_Memory.md index 205f20e6b1b8..558ef73179e1 100644 --- a/th/api/Phalcon_Annotations_Adapter_Memory.md +++ b/th/api/Phalcon_Annotations_Adapter_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Memory** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -14,34 +14,34 @@ public **read** (*mixed* $key) Reads parsed annotations from memory -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to memory -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/th/api/Phalcon_Annotations_Adapter_Xcache.md b/th/api/Phalcon_Annotations_Adapter_Xcache.md index 37c97e7e6b8c..4ea64217b769 100644 --- a/th/api/Phalcon_Annotations_Adapter_Xcache.md +++ b/th/api/Phalcon_Annotations_Adapter_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Xcache** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -17,38 +17,38 @@ $annotations = new \Phalcon\Annotations\Adapter\Xcache(); ## Methods -public [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) **read** (*string* $key) +public [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) **read** (*string* $key) Reads parsed annotations from XCache -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to XCache -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/th/api/Phalcon_Annotations_Collection.md b/th/api/Phalcon_Annotations_Collection.md index dac8ff1acd5b..791f30938af9 100644 --- a/th/api/Phalcon_Annotations_Collection.md +++ b/th/api/Phalcon_Annotations_Collection.md @@ -36,7 +36,7 @@ public **rewind** () Rewinds the internal iterator -public [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) **current** () +public [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) **current** () Returns the current annotation in the iterator diff --git a/th/api/Phalcon_Annotations_Factory.md b/th/api/Phalcon_Annotations_Factory.md index 644067bb57ce..5c5766d8a800 100644 --- a/th/api/Phalcon_Annotations_Factory.md +++ b/th/api/Phalcon_Annotations_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -24,8 +24,8 @@ $annotations = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/th/api/Phalcon_Annotations_Reader.md b/th/api/Phalcon_Annotations_Reader.md index 4e8e513ffea9..7dcb4c27c146 100644 --- a/th/api/Phalcon_Annotations_Reader.md +++ b/th/api/Phalcon_Annotations_Reader.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Annotations\\Reader** -*implements* [Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) +*implements* [Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) Source on GitHub diff --git a/th/api/Phalcon_Application.md b/th/api/Phalcon_Application.md index bf48f3ab94bf..4eb6b28f3090 100644 --- a/th/api/Phalcon_Application.md +++ b/th/api/Phalcon_Application.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Application** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -10,11 +10,11 @@ Base class for Phalcon\\Cli\\Console and Phalcon\\Mvc\\Application. ## Methods -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Application Constructor -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -64,14 +64,14 @@ abstract public **handle** () Handles a request -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*string* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*string* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/th/api/Phalcon_Application_Exception.md b/th/api/Phalcon_Application_Exception.md index 49637aa88e5e..271cfe64e058 100644 --- a/th/api/Phalcon_Application_Exception.md +++ b/th/api/Phalcon_Application_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Application\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Assets_Collection.md b/th/api/Phalcon_Assets_Collection.md index f6f18d5a1d60..56c1ccff2bed 100644 --- a/th/api/Phalcon_Assets_Collection.md +++ b/th/api/Phalcon_Assets_Collection.md @@ -60,15 +60,15 @@ public **__construct** () Phalcon\\Assets\\Collection constructor -public **add** ([Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **add** ([Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a resource to the collection -public **addInline** ([Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInline** ([Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds an inline code to the collection -public **has** ([Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) $resource) +public **has** ([Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) $resource) Checks this the resource is added to the collection. @@ -93,7 +93,7 @@ public **addInlineCss** (*mixed* $content, [*mixed* $filter], [*mixed* $attribut Adds an inline CSS to the collection -public [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) **addJs** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) +public [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) **addJs** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) Adds a javascript resource to the collection @@ -165,10 +165,10 @@ public **getRealTargetPath** (*mixed* $basePath) Returns the complete location where the joined/filtered collection must be written -public **addFilter** ([Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) $filter) +public **addFilter** ([Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) $filter) Adds a filter to the collection -final protected **addResource** ([Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) $resource) +final protected **addResource** ([Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) $resource) Adds a resource or inline-code to the collection \ No newline at end of file diff --git a/th/api/Phalcon_Assets_Exception.md b/th/api/Phalcon_Assets_Exception.md index 4c8c0516fd94..bd7488dccb6f 100644 --- a/th/api/Phalcon_Assets_Exception.md +++ b/th/api/Phalcon_Assets_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Assets_Filters_Cssmin.md b/th/api/Phalcon_Assets_Filters_Cssmin.md index a807a59e4880..96fe00be94d7 100644 --- a/th/api/Phalcon_Assets_Filters_Cssmin.md +++ b/th/api/Phalcon_Assets_Filters_Cssmin.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\Cssmin** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/th/api/Phalcon_Assets_Filters_Jsmin.md b/th/api/Phalcon_Assets_Filters_Jsmin.md index 2bfe2b4851a4..3e9e94f7bd29 100644 --- a/th/api/Phalcon_Assets_Filters_Jsmin.md +++ b/th/api/Phalcon_Assets_Filters_Jsmin.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\Jsmin** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/th/api/Phalcon_Assets_Filters_None.md b/th/api/Phalcon_Assets_Filters_None.md index 60e59aac09de..27f570f4bc31 100644 --- a/th/api/Phalcon_Assets_Filters_None.md +++ b/th/api/Phalcon_Assets_Filters_None.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\None** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/th/api/Phalcon_Assets_Inline.md b/th/api/Phalcon_Assets_Inline.md index e5c3ef631536..067ea910d450 100644 --- a/th/api/Phalcon_Assets_Inline.md +++ b/th/api/Phalcon_Assets_Inline.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Inline** -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub diff --git a/th/api/Phalcon_Assets_Inline_Css.md b/th/api/Phalcon_Assets_Inline_Css.md index aad74b78beca..df3da97b2598 100644 --- a/th/api/Phalcon_Assets_Inline_Css.md +++ b/th/api/Phalcon_Assets_Inline_Css.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Inline\\Css** -*extends* class [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +*extends* class [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,34 +12,36 @@ Represents an inlined CSS public **__construct** (*string* $content, [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Phalcon\\Assets\\Inline\\Css Constructor -... +public *string* **getType** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getContent** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets the resource's type. -... +public *string* **getContent** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getFilter** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets the content. -... +public *boolean* **getFilter** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getAttributes** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets if the resource must be filtered or not. -... +public *array* **getAttributes** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets extra HTML attributes. + +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setType** (*string* $type) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets the inline's type -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setFilter** (*boolean* $filter) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets extra HTML attributes -public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public *string* **getResourceKey** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Gets the resource's key. \ No newline at end of file diff --git a/th/api/Phalcon_Assets_Inline_Js.md b/th/api/Phalcon_Assets_Inline_Js.md index 1cce336b4116..38f45537ae5b 100644 --- a/th/api/Phalcon_Assets_Inline_Js.md +++ b/th/api/Phalcon_Assets_Inline_Js.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Inline\\Js** -*extends* class [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +*extends* class [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,34 +12,34 @@ Represents an inline Javascript public **__construct** (*string* $content, [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getType** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getContent** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getContent** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getFilter** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getFilter** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getAttributes** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getAttributes** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets the inline's type -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets extra HTML attributes -public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Gets the resource's key. \ No newline at end of file diff --git a/th/api/Phalcon_Assets_Manager.md b/th/api/Phalcon_Assets_Manager.md index 13ecabf4ff9c..023c9dab7abb 100644 --- a/th/api/Phalcon_Assets_Manager.md +++ b/th/api/Phalcon_Assets_Manager.md @@ -52,7 +52,7 @@ public **addInlineJs** (*mixed* $content, [*mixed* $filter], [*mixed* $attribute Adds an inline javascript to the 'js' collection -public **addResourceByType** (*mixed* $type, [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **addResourceByType** (*mixed* $type, [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a resource by its type @@ -65,11 +65,11 @@ $assets->addResourceByType("css", ``` -public **addInlineCodeByType** (*mixed* $type, [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInlineCodeByType** (*mixed* $type, [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds an inline code by its type -public **addResource** ([Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **addResource** ([Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a raw resource to the manager @@ -82,11 +82,11 @@ $assets->addResource( ``` -public **addInlineCode** ([Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInlineCode** ([Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds a raw inline code to the manager -public **set** (*mixed* $id, [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection) +public **set** (*mixed* $id, [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection) Sets a collection in the Assets Manager @@ -120,11 +120,11 @@ public **collection** (*mixed* $name) Creates/Returns a collection of resources -public **output** ([Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection, *callback* $callback, *string* $type) +public **output** ([Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection, *callback* $callback, *string* $type) Traverses a collection calling the callback to generate its HTML -public **outputInline** ([Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection, *string* $type) +public **outputInline** ([Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection, *string* $type) Traverses a collection and generate its HTML diff --git a/th/api/Phalcon_Assets_Resource.md b/th/api/Phalcon_Assets_Resource.md index d67dc71b7929..d20032f2a7b8 100644 --- a/th/api/Phalcon_Assets_Resource.md +++ b/th/api/Phalcon_Assets_Resource.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Resource** -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub diff --git a/th/api/Phalcon_Assets_Resource_Css.md b/th/api/Phalcon_Assets_Resource_Css.md index 11c938e391ca..fe644a45f159 100644 --- a/th/api/Phalcon_Assets_Resource_Css.md +++ b/th/api/Phalcon_Assets_Resource_Css.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Resource\\Css** -*extends* class [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +*extends* class [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,76 +12,76 @@ Represents CSS resources public **__construct** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getType** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getLocal** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getLocal** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getFilter** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getFilter** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getAttributes** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getAttributes** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's type -public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's path -public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource is local or external -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets extra HTML attributes -public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets a target uri for the generated HTML -public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's source path -public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's target path -public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the content of the resource as an string Optionally a base path where the resource is located can be set -public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the real target uri for the generated HTML -public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource is located -public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource must be written -public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Gets the resource's key. \ No newline at end of file diff --git a/th/api/Phalcon_Assets_Resource_Js.md b/th/api/Phalcon_Assets_Resource_Js.md index 2acc4d239b9d..4695b7fb7e30 100644 --- a/th/api/Phalcon_Assets_Resource_Js.md +++ b/th/api/Phalcon_Assets_Resource_Js.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Resource\\Js** -*extends* class [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +*extends* class [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,76 +12,76 @@ Represents Javascript resources public **__construct** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getType** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getLocal** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getLocal** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getFilter** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getFilter** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getAttributes** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getAttributes** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's type -public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's path -public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource is local or external -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets extra HTML attributes -public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets a target uri for the generated HTML -public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's source path -public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's target path -public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the content of the resource as an string Optionally a base path where the resource is located can be set -public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the real target uri for the generated HTML -public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource is located -public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource must be written -public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Gets the resource's key. \ No newline at end of file diff --git a/th/api/Phalcon_Cache_Backend.md b/th/api/Phalcon_Cache_Backend.md index 6e8b2e14bbff..730f3a94146e 100644 --- a/th/api/Phalcon_Cache_Backend.md +++ b/th/api/Phalcon_Cache_Backend.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Cache\\Backend** -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -32,7 +32,7 @@ public **setLastKey** (*mixed* $lastKey) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend constructor @@ -56,22 +56,22 @@ public *int* **getLifetime** () Gets the last lifetime set -abstract public **get** (*mixed* $keyName, [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **get** (*mixed* $keyName, [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **save** ([*mixed* $keyName], [*mixed* $content], [*mixed* $lifetime], [*mixed* $stopBuffer]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **save** ([*mixed* $keyName], [*mixed* $content], [*mixed* $lifetime], [*mixed* $stopBuffer]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **delete** (*mixed* $keyName) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **delete** (*mixed* $keyName) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **queryKeys** ([*mixed* $prefix]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **queryKeys** ([*mixed* $prefix]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **exists** ([*mixed* $keyName], [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **exists** ([*mixed* $keyName], [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... \ No newline at end of file diff --git a/th/api/Phalcon_Cache_Backend_Apc.md b/th/api/Phalcon_Cache_Backend_Apc.md index 92b01c89d25a..6e3d65e1f101 100644 --- a/th/api/Phalcon_Cache_Backend_Apc.md +++ b/th/api/Phalcon_Cache_Backend_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Apc** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -94,50 +94,50 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/th/api/Phalcon_Cache_Backend_Apcu.md b/th/api/Phalcon_Cache_Backend_Apcu.md index b5bf1d628fc1..015d46a4f62b 100644 --- a/th/api/Phalcon_Cache_Backend_Apcu.md +++ b/th/api/Phalcon_Cache_Backend_Apcu.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Apcu** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -94,50 +94,50 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/th/api/Phalcon_Cache_Backend_Factory.md b/th/api/Phalcon_Cache_Backend_Factory.md index 703d878c3fc6..822536aaf29a 100644 --- a/th/api/Phalcon_Cache_Backend_Factory.md +++ b/th/api/Phalcon_Cache_Backend_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -25,7 +25,7 @@ $backendCache = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/th/api/Phalcon_Cache_Backend_File.md b/th/api/Phalcon_Cache_Backend_File.md index 3ea73b705889..a0d7c7ed554c 100644 --- a/th/api/Phalcon_Cache_Backend_File.md +++ b/th/api/Phalcon_Cache_Backend_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\File** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -44,7 +44,7 @@ if ($content === null) { ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, *array* $options) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, *array* $options) Phalcon\\Cache\\Backend\\File constructor @@ -98,46 +98,46 @@ public **useSafeKey** (*mixed* $useSafeKey) Set whether to use the safekey or not -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/th/api/Phalcon_Cache_Backend_Libmemcached.md b/th/api/Phalcon_Cache_Backend_Libmemcached.md index 9ec4b031d82e..3165b9222ecb 100644 --- a/th/api/Phalcon_Cache_Backend_Libmemcached.md +++ b/th/api/Phalcon_Cache_Backend_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Libmemcached** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -49,7 +49,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Memcache constructor @@ -116,46 +116,46 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/th/api/Phalcon_Cache_Backend_Memcache.md b/th/api/Phalcon_Cache_Backend_Memcache.md index 6f2575ca5c8d..61c26bca5745 100644 --- a/th/api/Phalcon_Cache_Backend_Memcache.md +++ b/th/api/Phalcon_Cache_Backend_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Memcache** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -43,7 +43,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Memcache constructor @@ -97,46 +97,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/th/api/Phalcon_Cache_Backend_Memory.md b/th/api/Phalcon_Cache_Backend_Memory.md index a269432ab9f3..56e512c11de6 100644 --- a/th/api/Phalcon_Cache_Backend_Memory.md +++ b/th/api/Phalcon_Cache_Backend_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Memory** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface), [Serializable](http://php.net/manual/en/class.serializable.php) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface), [Serializable](http://php.net/manual/en/class.serializable.php) Source on GitHub @@ -79,50 +79,50 @@ public **unserialize** (*mixed* $data) Required for interface \\Serializable -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/th/api/Phalcon_Cache_Backend_Mongo.md b/th/api/Phalcon_Cache_Backend_Mongo.md index 6421cd0f4f29..be4778c7d3b2 100644 --- a/th/api/Phalcon_Cache_Backend_Mongo.md +++ b/th/api/Phalcon_Cache_Backend_Mongo.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Mongo** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -44,7 +44,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Mongo constructor @@ -98,46 +98,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/th/api/Phalcon_Cache_Backend_Redis.md b/th/api/Phalcon_Cache_Backend_Redis.md index a3509251d509..4ec50555c243 100644 --- a/th/api/Phalcon_Cache_Backend_Redis.md +++ b/th/api/Phalcon_Cache_Backend_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Redis** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -45,7 +45,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Redis constructor @@ -105,46 +105,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/th/api/Phalcon_Cache_Backend_Xcache.md b/th/api/Phalcon_Cache_Backend_Xcache.md index 7dac8215d5f3..4074d8e3778e 100644 --- a/th/api/Phalcon_Cache_Backend_Xcache.md +++ b/th/api/Phalcon_Cache_Backend_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Xcache** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -38,7 +38,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Xcache constructor @@ -84,46 +84,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/th/api/Phalcon_Cache_Exception.md b/th/api/Phalcon_Cache_Exception.md index 87f2372e7864..283372e4e9e7 100644 --- a/th/api/Phalcon_Cache_Exception.md +++ b/th/api/Phalcon_Cache_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Cache_Frontend_Base64.md b/th/api/Phalcon_Cache_Frontend_Base64.md index 473895a88aa8..4439e4c4cba8 100644 --- a/th/api/Phalcon_Cache_Frontend_Base64.md +++ b/th/api/Phalcon_Cache_Frontend_Base64.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Base64** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/th/api/Phalcon_Cache_Frontend_Data.md b/th/api/Phalcon_Cache_Frontend_Data.md index 1f249be7103c..652f3dfb9691 100644 --- a/th/api/Phalcon_Cache_Frontend_Data.md +++ b/th/api/Phalcon_Cache_Frontend_Data.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Data** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/th/api/Phalcon_Cache_Frontend_Factory.md b/th/api/Phalcon_Cache_Frontend_Factory.md index cdd59eeb8b72..ea32c63d78a6 100644 --- a/th/api/Phalcon_Cache_Frontend_Factory.md +++ b/th/api/Phalcon_Cache_Frontend_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $frontendCache = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/th/api/Phalcon_Cache_Frontend_Igbinary.md b/th/api/Phalcon_Cache_Frontend_Igbinary.md index 714a96bb4de1..e7ceabc8e033 100644 --- a/th/api/Phalcon_Cache_Frontend_Igbinary.md +++ b/th/api/Phalcon_Cache_Frontend_Igbinary.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Igbinary** -*extends* class [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) +*extends* class [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/th/api/Phalcon_Cache_Frontend_Json.md b/th/api/Phalcon_Cache_Frontend_Json.md index bfe39cdc53c4..274217cf9b9d 100644 --- a/th/api/Phalcon_Cache_Frontend_Json.md +++ b/th/api/Phalcon_Cache_Frontend_Json.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Json** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/th/api/Phalcon_Cache_Frontend_Msgpack.md b/th/api/Phalcon_Cache_Frontend_Msgpack.md index 857b40d4bbdc..39e65a338ef3 100644 --- a/th/api/Phalcon_Cache_Frontend_Msgpack.md +++ b/th/api/Phalcon_Cache_Frontend_Msgpack.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Msgpack** -*extends* class [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) +*extends* class [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/th/api/Phalcon_Cache_Frontend_None.md b/th/api/Phalcon_Cache_Frontend_None.md index bdc0af2d4135..08055277c76f 100644 --- a/th/api/Phalcon_Cache_Frontend_None.md +++ b/th/api/Phalcon_Cache_Frontend_None.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\None** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/th/api/Phalcon_Cache_Frontend_Output.md b/th/api/Phalcon_Cache_Frontend_Output.md index affdd100d260..31a22d047dbb 100644 --- a/th/api/Phalcon_Cache_Frontend_Output.md +++ b/th/api/Phalcon_Cache_Frontend_Output.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Output** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/th/api/Phalcon_Cache_Multiple.md b/th/api/Phalcon_Cache_Multiple.md index 9aa7e6fd6276..7376b89f12fb 100644 --- a/th/api/Phalcon_Cache_Multiple.md +++ b/th/api/Phalcon_Cache_Multiple.md @@ -65,11 +65,11 @@ $cache->save("my-key", $data); ## Methods -public **__construct** ([[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $backends]) +public **__construct** ([[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $backends]) Phalcon\\Cache\\Multiple constructor -public **push** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $backend) +public **push** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $backend) Adds a backend diff --git a/th/api/Phalcon_Cli_Console.md b/th/api/Phalcon_Cli_Console.md index f0337bf3f1ec..8b0677b53498 100644 --- a/th/api/Phalcon_Cli_Console.md +++ b/th/api/Phalcon_Cli_Console.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Console** -*extends* abstract class [Phalcon\Application](/en/3.2/api/Phalcon_Application) +*extends* abstract class [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -36,19 +36,19 @@ public **setArgument** ([*array* $arguments], [*mixed* $str], [*mixed* $shift]) Set an specific argument -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Phalcon\\Application -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getEventsManager** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the internal event manager -public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Register an array of modules present in the application @@ -70,30 +70,30 @@ $this->registerModules( ``` -public **getModules** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModules** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Return the modules registered in the application -public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Gets the module definition registered in the application via module name -public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the module name to be used if the router doesn't return a valid module -public **getDefaultModule** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getDefaultModule** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the default module name -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/th/api/Phalcon_Cli_Console_Exception.md b/th/api/Phalcon_Cli_Console_Exception.md index e7bfea5dbde1..1304054159b0 100644 --- a/th/api/Phalcon_Cli_Console_Exception.md +++ b/th/api/Phalcon_Cli_Console_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Console\\Exception** -*extends* class [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) +*extends* class [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Cli_Dispatcher.md b/th/api/Phalcon_Cli_Dispatcher.md index f03b7c7c61ac..5f0c10cce0f1 100644 --- a/th/api/Phalcon_Cli_Dispatcher.md +++ b/th/api/Phalcon_Cli_Dispatcher.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Dispatcher** -*extends* abstract class [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +*extends* abstract class [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Cli\DispatcherInterface](/en/3.2/api/Phalcon_Cli_DispatcherInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Cli\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Cli_DispatcherInterface) Source on GitHub @@ -94,103 +94,103 @@ public **callActionMethod** (*mixed* $handler, *mixed* $actionMethod, [*array* $ Calls the action method. -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDI** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getEventsManager** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal event manager -public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action suffix -public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the default action suffix -public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the module where the controller is (only informative) -public **getModuleName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModuleName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the module where the controller class is -public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the namespace where the controller class is -public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a namespace to be prepended to the current handler name -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default namespace -public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the default namespace -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action name -public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the action name to be dispatched -public **getActionName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the latest dispatched action name -public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets action params to be dispatched -public **getParams** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getParams** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets action params -public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set a param by its name or numeric index -public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a param by its name or numeric index -public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if a param exists -public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the current method to be/executed in the dispatcher -public **isFinished** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **isFinished** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Checks if the dispatch loop is finished or has more pendent controllers/tasks to dispatch -public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the latest returned value by an action manually -public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns value returned by the latest dispatched action -public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable/Disable model binding during dispatch @@ -206,7 +206,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable model binding during dispatch @@ -222,19 +222,19 @@ $di->set('dispatcher', function() { ``` -public **getModelBinder** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModelBinder** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets model binder -public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -public **forward** (*array* $forward) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **forward** (*array* $forward) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Forwards the execution flow to another controller/action. @@ -250,15 +250,15 @@ $this->dispatcher->forward( ``` -public **wasForwarded** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **wasForwarded** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if the current executed action was forwarded by another one -public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Possible class name that will be located to dispatch the request -public **getBoundModels** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getBoundModels** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns bound models from binder instance @@ -275,6 +275,6 @@ class UserController extends Controller ``` -protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set empty properties to their defaults (where defaults are available) \ No newline at end of file diff --git a/th/api/Phalcon_Cli_DispatcherInterface.md b/th/api/Phalcon_Cli_DispatcherInterface.md index 78f4d7b40c9c..b2113a4f6788 100644 --- a/th/api/Phalcon_Cli_DispatcherInterface.md +++ b/th/api/Phalcon_Cli_DispatcherInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Cli\\DispatcherInterface** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) Source on GitHub @@ -30,70 +30,70 @@ abstract public **getActiveTask** () ... -abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... \ No newline at end of file diff --git a/th/api/Phalcon_Cli_Dispatcher_Exception.md b/th/api/Phalcon_Cli_Dispatcher_Exception.md index fbd0a6c4292d..3d26680ebc57 100644 --- a/th/api/Phalcon_Cli_Dispatcher_Exception.md +++ b/th/api/Phalcon_Cli_Dispatcher_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Dispatcher\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Cli_Router.md b/th/api/Phalcon_Cli_Router.md index 5a0943627b36..332959ad9219 100644 --- a/th/api/Phalcon_Cli_Router.md +++ b/th/api/Phalcon_Cli_Router.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Router** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -29,7 +29,7 @@ public **__construct** ([*mixed* $defaultRoutes]) Phalcon\\Cli\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -69,7 +69,7 @@ public **handle** ([*array* $arguments]) Handles routing information received from command-line arguments -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **add** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **add** (*string* $pattern, [*string/array* $paths]) Adds a route to the router @@ -112,7 +112,7 @@ public **getRoutes** () Returns all the routes defined in the router -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **getRouteById** (*int* $id) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **getRouteById** (*int* $id) Returns a route object by its id diff --git a/th/api/Phalcon_Cli_Router_Exception.md b/th/api/Phalcon_Cli_Router_Exception.md index e063b3861132..6e9cc404e6c2 100644 --- a/th/api/Phalcon_Cli_Router_Exception.md +++ b/th/api/Phalcon_Cli_Router_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Router\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Cli_Router_Route.md b/th/api/Phalcon_Cli_Router_Route.md index 290d5404abd8..68834babb910 100644 --- a/th/api/Phalcon_Cli_Router_Route.md +++ b/th/api/Phalcon_Cli_Router_Route.md @@ -46,7 +46,7 @@ $router->add( ``` -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **beforeMatch** (*callback* $callback) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **beforeMatch** (*callback* $callback) Sets a callback that is called if the route is matched. The developer can implement any arbitrary conditions here If the callback returns false the route is treated as not matched @@ -74,7 +74,7 @@ public **getReversedPaths** () Returns the paths using positions as keys and names as values -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **convert** (*string* $name, *callable* $converter) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **convert** (*string* $name, *callable* $converter) Adds a converter to perform an additional transformation for certain parameter diff --git a/th/api/Phalcon_Cli_Task.md b/th/api/Phalcon_Cli_Task.md index 15624d08810c..068d8b5ed1f0 100644 --- a/th/api/Phalcon_Cli_Task.md +++ b/th/api/Phalcon_Cli_Task.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Task** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Cli\TaskInterface](/en/3.2/api/Phalcon_Cli_TaskInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Cli\TaskInterface](/[[language]]/[[version]]/api/Phalcon_Cli_TaskInterface) Source on GitHub @@ -35,22 +35,22 @@ final public **__construct** () Phalcon\\Cli\\Task constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/th/api/Phalcon_Config.md b/th/api/Phalcon_Config.md index 7b972faed1f5..3aa02d1d0c0f 100644 --- a/th/api/Phalcon_Config.md +++ b/th/api/Phalcon_Config.md @@ -110,7 +110,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) Merges a configuration into the current one diff --git a/th/api/Phalcon_Config_Adapter_Grouped.md b/th/api/Phalcon_Config_Adapter_Grouped.md index 49cceb21ce34..1c545bcc1d32 100644 --- a/th/api/Phalcon_Config_Adapter_Grouped.md +++ b/th/api/Phalcon_Config_Adapter_Grouped.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Grouped** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -72,7 +72,7 @@ public **__construct** (*array* $arrayConfig, [*mixed* $defaultAdapter]) Phalcon\\Config\\Adapter\\Grouped constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -85,7 +85,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -96,7 +96,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -107,7 +107,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -120,7 +120,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -133,7 +133,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -144,7 +144,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -163,7 +163,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -176,7 +176,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -196,18 +196,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/th/api/Phalcon_Config_Adapter_Ini.md b/th/api/Phalcon_Config_Adapter_Ini.md index 3576158bc75f..9e00252c8ede 100644 --- a/th/api/Phalcon_Config_Adapter_Ini.md +++ b/th/api/Phalcon_Config_Adapter_Ini.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Ini** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -85,7 +85,7 @@ protected **_cast** (*mixed* $ini) We have to cast values manually because parse_ini_file() has a poor implementation. -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -98,7 +98,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -109,7 +109,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -120,7 +120,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -133,7 +133,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -146,7 +146,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -157,7 +157,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -176,7 +176,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -189,7 +189,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -209,18 +209,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/th/api/Phalcon_Config_Adapter_Json.md b/th/api/Phalcon_Config_Adapter_Json.md index 860df550aee3..586aab8ede63 100644 --- a/th/api/Phalcon_Config_Adapter_Json.md +++ b/th/api/Phalcon_Config_Adapter_Json.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Json** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -39,7 +39,7 @@ public **__construct** (*mixed* $filePath) Phalcon\\Config\\Adapter\\Json constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -52,7 +52,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -63,7 +63,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -74,7 +74,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -87,7 +87,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -100,7 +100,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -111,7 +111,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -130,7 +130,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -143,7 +143,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -163,18 +163,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/th/api/Phalcon_Config_Adapter_Php.md b/th/api/Phalcon_Config_Adapter_Php.md index 844d5a6cdd20..4b1efd552967 100644 --- a/th/api/Phalcon_Config_Adapter_Php.md +++ b/th/api/Phalcon_Config_Adapter_Php.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Php** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -54,7 +54,7 @@ public **__construct** (*mixed* $filePath) Phalcon\\Config\\Adapter\\Php constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -67,7 +67,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -78,7 +78,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -89,7 +89,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -102,7 +102,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -115,7 +115,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -126,7 +126,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -145,7 +145,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -158,7 +158,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -178,18 +178,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/th/api/Phalcon_Config_Adapter_Yaml.md b/th/api/Phalcon_Config_Adapter_Yaml.md index 1955bc04918c..d18c9d186103 100644 --- a/th/api/Phalcon_Config_Adapter_Yaml.md +++ b/th/api/Phalcon_Config_Adapter_Yaml.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Yaml** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -56,7 +56,7 @@ public **__construct** (*mixed* $filePath, [*array* $callbacks]) Phalcon\\Config\\Adapter\\Yaml constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -69,7 +69,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -80,7 +80,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -91,7 +91,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -104,7 +104,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -117,7 +117,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -128,7 +128,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -147,7 +147,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -160,7 +160,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -180,18 +180,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/th/api/Phalcon_Config_Exception.md b/th/api/Phalcon_Config_Exception.md index 870c720975df..3242b9db2c8b 100644 --- a/th/api/Phalcon_Config_Exception.md +++ b/th/api/Phalcon_Config_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Config_Factory.md b/th/api/Phalcon_Config_Factory.md index 9d9e2f8abec2..e4cc40839666 100644 --- a/th/api/Phalcon_Config_Factory.md +++ b/th/api/Phalcon_Config_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Config\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $config = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/th/api/Phalcon_Crypt.md b/th/api/Phalcon_Crypt.md index 348e1401a9a0..dded332767b8 100644 --- a/th/api/Phalcon_Crypt.md +++ b/th/api/Phalcon_Crypt.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Crypt** -*implements* [Phalcon\CryptInterface](/en/3.2/api/Phalcon_CryptInterface) +*implements* [Phalcon\CryptInterface](/[[language]]/[[version]]/api/Phalcon_CryptInterface) Source on GitHub diff --git a/th/api/Phalcon_Crypt_Exception.md b/th/api/Phalcon_Crypt_Exception.md index ea2a2af5ed7e..8320426ee479 100644 --- a/th/api/Phalcon_Crypt_Exception.md +++ b/th/api/Phalcon_Crypt_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Crypt\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Db_Adapter.md b/th/api/Phalcon_Db_Adapter.md index acf566089977..e79a17de7eb7 100644 --- a/th/api/Phalcon_Db_Adapter.md +++ b/th/api/Phalcon_Db_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Db\\Adapter** -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -24,7 +24,7 @@ public **__construct** (*array* $descriptor) Phalcon\\Db\\Adapter constructor -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager @@ -32,7 +32,7 @@ public **getEventsManager** () Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) Sets the dialect used to produce the SQL @@ -309,11 +309,11 @@ public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExist Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Modifies a table column based on a definition @@ -321,7 +321,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Adds an index to a table @@ -329,7 +329,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Adds a primary key to a table @@ -337,7 +337,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Adds a foreign key to a table @@ -345,7 +345,7 @@ public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $ref Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Returns the SQL column definition from a column @@ -375,7 +375,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -512,54 +512,54 @@ public *array* **getSQLBindTypes** () Active SQL statement in the object -abstract public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **query** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **query** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **execute** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **execute** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **affectedRows** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **affectedRows** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **close** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **close** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **lastInsertId** ([*mixed* $sequenceName]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **lastInsertId** ([*mixed* $sequenceName]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **isUnderTransaction** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **isUnderTransaction** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **getInternalHandler** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **getInternalHandler** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... \ No newline at end of file diff --git a/th/api/Phalcon_Db_AdapterInterface.md b/th/api/Phalcon_Db_AdapterInterface.md index 4c6a8f54b3f1..4124c5cb5c2d 100644 --- a/th/api/Phalcon_Db_AdapterInterface.md +++ b/th/api/Phalcon_Db_AdapterInterface.md @@ -64,11 +64,11 @@ abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) ... @@ -76,7 +76,7 @@ abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -84,7 +84,7 @@ abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -92,7 +92,7 @@ abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) ... @@ -100,7 +100,7 @@ abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mi ... -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... diff --git a/th/api/Phalcon_Db_Adapter_Pdo.md b/th/api/Phalcon_Db_Adapter_Pdo.md index 386228071e7c..8f38825ed816 100644 --- a/th/api/Phalcon_Db_Adapter_Pdo.md +++ b/th/api/Phalcon_Db_Adapter_Pdo.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Db\\Adapter\\Pdo** -*extends* abstract class [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +*extends* abstract class [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) Source on GitHub @@ -262,35 +262,35 @@ public *array* **getErrorInfo** () Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -307,7 +307,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -338,7 +338,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -358,7 +358,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -377,7 +377,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -398,7 +398,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -435,7 +435,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -456,7 +456,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -474,7 +474,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -494,11 +494,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -509,7 +509,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -522,7 +522,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -535,71 +535,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -612,7 +612,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -625,7 +625,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table indexes @@ -638,7 +638,7 @@ print_r( ``` -public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table references @@ -651,7 +651,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -664,31 +664,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -712,7 +712,7 @@ $success = $connection->insert( ``` -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -734,34 +734,34 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires an explicit value for identity columns -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... \ No newline at end of file diff --git a/th/api/Phalcon_Db_Adapter_Pdo_Factory.md b/th/api/Phalcon_Db_Adapter_Pdo_Factory.md index ee6012bcb57f..8df2b4fb001f 100644 --- a/th/api/Phalcon_Db_Adapter_Pdo_Factory.md +++ b/th/api/Phalcon_Db_Adapter_Pdo_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -27,8 +27,8 @@ $db = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/th/api/Phalcon_Db_Adapter_Pdo_Mysql.md b/th/api/Phalcon_Db_Adapter_Pdo_Mysql.md index 480418c20e4d..8e1af9c3adc2 100644 --- a/th/api/Phalcon_Db_Adapter_Pdo_Mysql.md +++ b/th/api/Phalcon_Db_Adapter_Pdo_Mysql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Mysql** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -40,7 +40,7 @@ print_r( ``` -public [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -66,11 +66,11 @@ print_r( ``` -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) This method is automatically called in \\Phalcon\\Db\\Adapter\\Pdo constructor. Call it when you need to restore a database connection. @@ -95,7 +95,7 @@ $connection->connect(); ``` -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -120,7 +120,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -145,7 +145,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -166,7 +166,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -188,7 +188,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -203,11 +203,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -218,7 +218,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -236,7 +236,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -261,23 +261,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -293,43 +293,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -346,7 +346,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -377,7 +377,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -397,7 +397,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -416,7 +416,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -437,7 +437,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -474,7 +474,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -495,7 +495,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -513,7 +513,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -533,11 +533,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -548,7 +548,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -561,7 +561,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -574,71 +574,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -651,7 +651,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -664,7 +664,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -677,31 +677,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -725,7 +725,7 @@ $success = $connection->insert( ``` -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -747,30 +747,30 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires an explicit value for identity columns -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/th/api/Phalcon_Db_Adapter_Pdo_Postgresql.md b/th/api/Phalcon_Db_Adapter_Pdo_Postgresql.md index b1cb00160eab..026f46731bd6 100644 --- a/th/api/Phalcon_Db_Adapter_Pdo_Postgresql.md +++ b/th/api/Phalcon_Db_Adapter_Pdo_Postgresql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Postgresql** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -48,7 +48,7 @@ public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $defini Creates a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Modifies a table column based on a definition @@ -84,11 +84,11 @@ public **supportSequences** () Check whether the database system requires a sequence to produce auto-numeric values -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -113,7 +113,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -138,7 +138,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -159,7 +159,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -181,7 +181,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -196,11 +196,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -211,7 +211,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -229,7 +229,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -254,23 +254,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -286,43 +286,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -339,7 +339,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -370,7 +370,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -390,7 +390,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -409,7 +409,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -430,7 +430,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -467,7 +467,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -488,7 +488,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -506,7 +506,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -526,11 +526,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -541,7 +541,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -554,7 +554,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -567,63 +567,63 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -636,7 +636,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -649,7 +649,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table indexes @@ -662,7 +662,7 @@ print_r( ``` -public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table references @@ -675,7 +675,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -688,31 +688,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -734,22 +734,22 @@ $success = $connection->insert( ``` -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/th/api/Phalcon_Db_Adapter_Pdo_Sqlite.md b/th/api/Phalcon_Db_Adapter_Pdo_Sqlite.md index 5362f5631c79..7eb7e010da31 100644 --- a/th/api/Phalcon_Db_Adapter_Pdo_Sqlite.md +++ b/th/api/Phalcon_Db_Adapter_Pdo_Sqlite.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Sqlite** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -40,7 +40,7 @@ print_r( ``` -public [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -53,7 +53,7 @@ print_r( ``` -public [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) **describeReferences** (*string* $table, [*string* $schema]) +public [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) **describeReferences** (*string* $table, [*string* $schema]) Lists table references @@ -83,11 +83,11 @@ $success = $connection->insert( ``` -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -112,7 +112,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -137,7 +137,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -158,7 +158,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -180,7 +180,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -195,11 +195,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -210,7 +210,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -228,7 +228,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -253,23 +253,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -285,43 +285,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -338,7 +338,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -369,7 +369,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -389,7 +389,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -408,7 +408,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -429,7 +429,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -466,7 +466,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -487,7 +487,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -505,7 +505,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -525,11 +525,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -540,7 +540,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -553,7 +553,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -566,71 +566,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -643,7 +643,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -656,7 +656,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -669,31 +669,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -717,26 +717,26 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/th/api/Phalcon_Db_Column.md b/th/api/Phalcon_Db_Column.md index fe0210a2b411..d55516aa88c9 100644 --- a/th/api/Phalcon_Db_Column.md +++ b/th/api/Phalcon_Db_Column.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Column** -*implements* [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) +*implements* [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) Source on GitHub diff --git a/th/api/Phalcon_Http_Request_Exception.md b/th/api/Phalcon_Http_Request_Exception.md index 80cb112df815..134fbb42f1b7 100644 --- a/th/api/Phalcon_Http_Request_Exception.md +++ b/th/api/Phalcon_Http_Request_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Request\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Http_Request_File.md b/th/api/Phalcon_Http_Request_File.md index 1f64e491f19b..01189b5c462e 100644 --- a/th/api/Phalcon_Http_Request_File.md +++ b/th/api/Phalcon_Http_Request_File.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Request\\File** -*implements* [Phalcon\Http\Request\FileInterface](/en/3.2/api/Phalcon_Http_Request_FileInterface) +*implements* [Phalcon\Http\Request\FileInterface](/[[language]]/[[version]]/api/Phalcon_Http_Request_FileInterface) Source on GitHub diff --git a/th/api/Phalcon_Http_Response.md b/th/api/Phalcon_Http_Response.md index 2a08883b6979..5fb73f4cc701 100644 --- a/th/api/Phalcon_Http_Response.md +++ b/th/api/Phalcon_Http_Response.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Response** -*implements* [Phalcon\Http\ResponseInterface](/en/3.2/api/Phalcon_Http_ResponseInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Http\ResponseInterface](/[[language]]/[[version]]/api/Phalcon_Http_ResponseInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -24,7 +24,7 @@ public **__construct** ([*mixed* $content], [*mixed* $code], [*mixed* $status]) Phalcon\\Http\\Response constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -56,7 +56,7 @@ print_r( ``` -public **setHeaders** ([Phalcon\Http\Response\HeadersInterface](/en/3.2/api/Phalcon_Http_Response_HeadersInterface) $headers) +public **setHeaders** ([Phalcon\Http\Response\HeadersInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_HeadersInterface) $headers) Sets a headers bag for the response externally @@ -64,11 +64,11 @@ public **getHeaders** () Returns headers set by the user -public **setCookies** ([Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface) $cookies) +public **setCookies** ([Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface) $cookies) Sets a cookies bag for the response externally -public [Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface) **getCookies** () +public [Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface) **getCookies** () Returns cookies set by the user diff --git a/th/api/Phalcon_Http_Response_Cookies.md b/th/api/Phalcon_Http_Response_Cookies.md index 80652eff6c74..b01b1fcccb36 100644 --- a/th/api/Phalcon_Http_Response_Cookies.md +++ b/th/api/Phalcon_Http_Response_Cookies.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Response\\Cookies** -*implements* [Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -8,7 +8,7 @@ This class is a bag to manage the cookies A cookies bag is automatically registe ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/th/api/Phalcon_Http_Response_Exception.md b/th/api/Phalcon_Http_Response_Exception.md index da342d9ee7f8..2ee30924c8f1 100644 --- a/th/api/Phalcon_Http_Response_Exception.md +++ b/th/api/Phalcon_Http_Response_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Response\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Http_Response_Headers.md b/th/api/Phalcon_Http_Response_Headers.md index 848e25b292bc..a6b5a8d9d859 100644 --- a/th/api/Phalcon_Http_Response_Headers.md +++ b/th/api/Phalcon_Http_Response_Headers.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Response\\Headers** -*implements* [Phalcon\Http\Response\HeadersInterface](/en/3.2/api/Phalcon_Http_Response_HeadersInterface) +*implements* [Phalcon\Http\Response\HeadersInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_HeadersInterface) Source on GitHub diff --git a/th/api/Phalcon_Image_Adapter.md b/th/api/Phalcon_Image_Adapter.md index 8b78f77c33ac..31228de571bf 100644 --- a/th/api/Phalcon_Image_Adapter.md +++ b/th/api/Phalcon_Image_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Image\\Adapter** -*implements* [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) +*implements* [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) Source on GitHub @@ -60,7 +60,7 @@ public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) Add a reflection to an image -public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) +public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) Add a watermark to an image with the specified opacity @@ -68,7 +68,7 @@ public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* Add a text to an image with a specified opacity -public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) +public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) Composite one image onto another diff --git a/th/api/Phalcon_Image_AdapterInterface.md b/th/api/Phalcon_Image_AdapterInterface.md index 42f3aea4a0a0..81d8315bac91 100644 --- a/th/api/Phalcon_Image_AdapterInterface.md +++ b/th/api/Phalcon_Image_AdapterInterface.md @@ -28,7 +28,7 @@ abstract public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $f ... -abstract public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) +abstract public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) ... @@ -36,7 +36,7 @@ abstract public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], ... -abstract public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) +abstract public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) ... diff --git a/th/api/Phalcon_Image_Adapter_Gd.md b/th/api/Phalcon_Image_Adapter_Gd.md index e9bc88ee7063..a38a3307e6ae 100644 --- a/th/api/Phalcon_Image_Adapter_Gd.md +++ b/th/api/Phalcon_Image_Adapter_Gd.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Image\\Adapter\\Gd** -*extends* abstract class [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +*extends* abstract class [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) -*implements* [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) +*implements* [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) Source on GitHub @@ -40,7 +40,7 @@ protected **_reflection** (*mixed* $height, *mixed* $opacity, *mixed* $fadeIn) ... -protected **_watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) +protected **_watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) ... @@ -48,7 +48,7 @@ protected **_text** (*mixed* $text, *mixed* $offsetX, *mixed* $offsetY, *mixed* ... -protected **_mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $mask) +protected **_mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $mask) ... @@ -80,86 +80,86 @@ public **__destruct** () ... -public **getImage** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getImage** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getRealpath** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getRealpath** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getWidth** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getWidth** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image width -public **getHeight** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getHeight** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image height -public **getType** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getType** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image type Driver dependent -public **getMime** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getMime** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image mime type -public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Resize the image to the given size -public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) This method scales the images using liquid rescaling method. Only support Imagick -public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Crop an image to the given size -public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Rotate the image by a given amount -public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Flip the image along the horizontal or vertical axis -public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Sharpen the image by a given amount -public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a reflection to an image -public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a watermark to an image with the specified opacity -public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a text to an image with a specified opacity -public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Composite one image onto another -public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Set the background color of an image -public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Blur image -public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Pixelate image -public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Save the image -public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Render the image and return the binary string \ No newline at end of file diff --git a/th/api/Phalcon_Image_Adapter_Imagick.md b/th/api/Phalcon_Image_Adapter_Imagick.md index eb478e0c0b95..56a7ceb16bbf 100644 --- a/th/api/Phalcon_Image_Adapter_Imagick.md +++ b/th/api/Phalcon_Image_Adapter_Imagick.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Image\\Adapter\\Imagick** -*extends* abstract class [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +*extends* abstract class [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) -*implements* [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) +*implements* [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) Source on GitHub @@ -59,7 +59,7 @@ protected **_reflection** (*mixed* $height, *mixed* $opacity, *mixed* $fadeIn) Execute a reflection. -protected **_watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $image, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) +protected **_watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $image, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) Execute a watermarking. @@ -67,7 +67,7 @@ protected **_text** (*mixed* $text, *mixed* $offsetX, *mixed* $offsetY, *mixed* Execute a text -protected **_mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $image) +protected **_mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $image) Composite one image onto another @@ -103,86 +103,86 @@ public **setResourceLimit** (*mixed* $type, *mixed* $limit) Sets the limit for a particular resource in megabytes -public **getImage** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getImage** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getRealpath** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getRealpath** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getWidth** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getWidth** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image width -public **getHeight** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getHeight** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image height -public **getType** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getType** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image type Driver dependent -public **getMime** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getMime** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image mime type -public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Resize the image to the given size -public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) This method scales the images using liquid rescaling method. Only support Imagick -public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Crop an image to the given size -public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Rotate the image by a given amount -public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Flip the image along the horizontal or vertical axis -public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Sharpen the image by a given amount -public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a reflection to an image -public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a watermark to an image with the specified opacity -public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a text to an image with a specified opacity -public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Composite one image onto another -public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Set the background color of an image -public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Blur image -public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Pixelate image -public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Save the image -public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Render the image and return the binary string \ No newline at end of file diff --git a/th/api/Phalcon_Image_Exception.md b/th/api/Phalcon_Image_Exception.md index 97537830f20d..95016e8b635d 100644 --- a/th/api/Phalcon_Image_Exception.md +++ b/th/api/Phalcon_Image_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Image\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Image_Factory.md b/th/api/Phalcon_Image_Factory.md index c590ae2e7efc..9b4aee854f3d 100644 --- a/th/api/Phalcon_Image_Factory.md +++ b/th/api/Phalcon_Image_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Image\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -25,7 +25,7 @@ $image = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/th/api/Phalcon_Loader.md b/th/api/Phalcon_Loader.md index a5ead9ad432d..505b35586428 100644 --- a/th/api/Phalcon_Loader.md +++ b/th/api/Phalcon_Loader.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Loader** -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -33,7 +33,7 @@ $adapter = new \Example\Adapter\Some(); ## Methods -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager diff --git a/th/api/Phalcon_Loader_Exception.md b/th/api/Phalcon_Loader_Exception.md index b2c7854ad910..2aa7f3d6c02a 100644 --- a/th/api/Phalcon_Loader_Exception.md +++ b/th/api/Phalcon_Loader_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Loader\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Logger_Adapter.md b/th/api/Phalcon_Logger_Adapter.md index c62ce8c7069b..fc7e66f7bad5 100644 --- a/th/api/Phalcon_Logger_Adapter.md +++ b/th/api/Phalcon_Logger_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Logger\\Adapter** -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -16,7 +16,7 @@ public **getLogLevel** () Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) Sets the message formatter @@ -72,10 +72,10 @@ public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) Logs messages to the internal logger. Appends logs to the logger -abstract public **getFormatter** () inherited from [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +abstract public **getFormatter** () inherited from [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) ... -abstract public **close** () inherited from [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +abstract public **close** () inherited from [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) ... \ No newline at end of file diff --git a/th/api/Phalcon_Logger_AdapterInterface.md b/th/api/Phalcon_Logger_AdapterInterface.md index dee9f12b4a9f..826e72de54fd 100644 --- a/th/api/Phalcon_Logger_AdapterInterface.md +++ b/th/api/Phalcon_Logger_AdapterInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) +abstract public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) ... diff --git a/th/api/Phalcon_Logger_Adapter_File.md b/th/api/Phalcon_Logger_Adapter_File.md index 2c56f282dd51..f40e200d076f 100644 --- a/th/api/Phalcon_Logger_Adapter_File.md +++ b/th/api/Phalcon_Logger_Adapter_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\File** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -47,66 +47,66 @@ public **__wakeup** () Opens the internal file handler after unserialization -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/th/api/Phalcon_Logger_Adapter_Firephp.md b/th/api/Phalcon_Logger_Adapter_Firephp.md index a4f375c956df..9628f23d25a4 100644 --- a/th/api/Phalcon_Logger_Adapter_Firephp.md +++ b/th/api/Phalcon_Logger_Adapter_Firephp.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\Firephp** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -35,66 +35,66 @@ public **close** () Closes the logger -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/th/api/Phalcon_Logger_Adapter_Stream.md b/th/api/Phalcon_Logger_Adapter_Stream.md index 9e853ebffda4..526a09f89d71 100644 --- a/th/api/Phalcon_Logger_Adapter_Stream.md +++ b/th/api/Phalcon_Logger_Adapter_Stream.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\Stream** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -40,66 +40,66 @@ public **close** () Closes the logger -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/th/api/Phalcon_Logger_Adapter_Syslog.md b/th/api/Phalcon_Logger_Adapter_Syslog.md index a8dfcd193c0c..908a74753efb 100644 --- a/th/api/Phalcon_Logger_Adapter_Syslog.md +++ b/th/api/Phalcon_Logger_Adapter_Syslog.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\Syslog** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -47,66 +47,66 @@ public **close** () Closes the logger -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/th/api/Phalcon_Logger_Exception.md b/th/api/Phalcon_Logger_Exception.md index 436526629ced..f59a9c04d78d 100644 --- a/th/api/Phalcon_Logger_Exception.md +++ b/th/api/Phalcon_Logger_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Logger\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Logger_Factory.md b/th/api/Phalcon_Logger_Factory.md index 387db6228afb..450fee8bec8b 100644 --- a/th/api/Phalcon_Logger_Factory.md +++ b/th/api/Phalcon_Logger_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $logger = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/th/api/Phalcon_Logger_Formatter.md b/th/api/Phalcon_Logger_Formatter.md index e8964b6bbd2e..900df963cbfc 100644 --- a/th/api/Phalcon_Logger_Formatter.md +++ b/th/api/Phalcon_Logger_Formatter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Logger\\Formatter** -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -16,6 +16,6 @@ public **interpolate** (*string* $message, [*array* $context]) Interpolates context values into the message placeholders -abstract public **format** (*mixed* $message, *mixed* $type, *mixed* $timestamp, [*mixed* $context]) inherited from [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +abstract public **format** (*mixed* $message, *mixed* $type, *mixed* $timestamp, [*mixed* $context]) inherited from [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) ... \ No newline at end of file diff --git a/th/api/Phalcon_Logger_Formatter_Firephp.md b/th/api/Phalcon_Logger_Formatter_Firephp.md index 316bf30006d5..319c47cb3a08 100644 --- a/th/api/Phalcon_Logger_Formatter_Firephp.md +++ b/th/api/Phalcon_Logger_Formatter_Firephp.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Firephp** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -34,6 +34,6 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [* Applies a format to a message before sending it to the log -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/th/api/Phalcon_Logger_Formatter_Json.md b/th/api/Phalcon_Logger_Formatter_Json.md index 813f988c345a..f5419112a3bb 100644 --- a/th/api/Phalcon_Logger_Formatter_Json.md +++ b/th/api/Phalcon_Logger_Formatter_Json.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Json** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -14,10 +14,10 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [* Applies a format to a message before sent it to the internal log -public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Returns the string meaning of a logger constant -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/th/api/Phalcon_Logger_Formatter_Line.md b/th/api/Phalcon_Logger_Formatter_Line.md index 074dfc292350..a2f39f811a65 100644 --- a/th/api/Phalcon_Logger_Formatter_Line.md +++ b/th/api/Phalcon_Logger_Formatter_Line.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Line** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -34,10 +34,10 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [* Applies a format to a message before sent it to the internal log -public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Returns the string meaning of a logger constant -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/th/api/Phalcon_Logger_Formatter_Syslog.md b/th/api/Phalcon_Logger_Formatter_Syslog.md index 6b3d02fefa3d..a65208134306 100644 --- a/th/api/Phalcon_Logger_Formatter_Syslog.md +++ b/th/api/Phalcon_Logger_Formatter_Syslog.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Syslog** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -14,10 +14,10 @@ public *array* **format** (*string* $message, *int* $type, *int* $timestamp, [*a Applies a format to a message before sent it to the internal log -public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Returns the string meaning of a logger constant -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/th/api/Phalcon_Logger_Multiple.md b/th/api/Phalcon_Logger_Multiple.md index ae3936aaa0d0..1c9c44cbf0f8 100644 --- a/th/api/Phalcon_Logger_Multiple.md +++ b/th/api/Phalcon_Logger_Multiple.md @@ -18,11 +18,11 @@ public **getLogLevel** () ... -public **push** ([Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) $logger) +public **push** ([Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) $logger) Pushes a logger to the logger tail -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) Sets a global formatter diff --git a/th/api/Phalcon_Mvc_Application.md b/th/api/Phalcon_Mvc_Application.md index 822b2659e723..e5104635039b 100644 --- a/th/api/Phalcon_Mvc_Application.md +++ b/th/api/Phalcon_Mvc_Application.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Application** -*extends* abstract class [Phalcon\Application](/en/3.2/api/Phalcon_Application) +*extends* abstract class [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -60,19 +60,19 @@ public **handle** ([*mixed* $uri]) Handles a MVC request -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Phalcon\\Application -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getEventsManager** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the internal event manager -public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Register an array of modules present in the application @@ -94,30 +94,30 @@ $this->registerModules( ``` -public **getModules** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModules** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Return the modules registered in the application -public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Gets the module definition registered in the application via module name -public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the module name to be used if the router doesn't return a valid module -public **getDefaultModule** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getDefaultModule** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the default module name -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Application_Exception.md b/th/api/Phalcon_Mvc_Application_Exception.md index 2a65b2a3edcb..6e50cf1ebc97 100644 --- a/th/api/Phalcon_Mvc_Application_Exception.md +++ b/th/api/Phalcon_Mvc_Application_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Application\\Exception** -*extends* class [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) +*extends* class [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Mvc_Collection.md b/th/api/Phalcon_Mvc_Collection.md index d1d30716ba90..1a9eebe00c36 100644 --- a/th/api/Phalcon_Mvc_Collection.md +++ b/th/api/Phalcon_Mvc_Collection.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Collection** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php) Source on GitHub @@ -24,7 +24,7 @@ This component implements a high level abstraction for NoSQL databases which wor ## Methods -final public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) $modelsManager]) +final public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) $modelsManager]) Phalcon\\Mvc\\Collection constructor @@ -36,7 +36,7 @@ public *MongoId* **getId** () Returns the value of the _id property -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -44,7 +44,7 @@ public **getDI** () Returns the dependency injection container -protected **setEventsManager** ([Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) $eventsManager) +protected **setEventsManager** ([Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) $eventsManager) Sets a custom events manager @@ -106,19 +106,19 @@ $robot->writeAttribute("name", "Rosey"); ``` -public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) +public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) Returns a cloned collection -protected static *array* **_getResultset** (*array* $params, [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection, *boolean* $unique) +protected static *array* **_getResultset** (*array* $params, [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection, *boolean* $unique) Returns a collection resultset -protected static *int* **_getGroupResultset** (*array* $params, [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection) +protected static *int* **_getGroupResultset** (*array* $params, [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection) Perform a count over a resultset -final protected *boolean* **_preSave** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *boolean* $disableEvents, *boolean* $exists) +final protected *boolean* **_preSave** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *boolean* $disableEvents, *boolean* $exists) Executes internal hooks before save a document @@ -255,7 +255,7 @@ if ($robot->save() === false) { ``` -public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) Appends a customized message on the validation process @@ -494,7 +494,7 @@ public **getDirtyState** () Returns one of the DIRTY_STATE_* constants telling if the document exists in the collection or not -protected **addBehavior** ([Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) +protected **addBehavior** ([Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) Sets up a behavior in a collection diff --git a/th/api/Phalcon_Mvc_CollectionInterface.md b/th/api/Phalcon_Mvc_CollectionInterface.md index 4cc6783ce7c4..3099335a53db 100644 --- a/th/api/Phalcon_Mvc_CollectionInterface.md +++ b/th/api/Phalcon_Mvc_CollectionInterface.md @@ -36,7 +36,7 @@ abstract public **getDirtyState** () ... -abstract public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) +abstract public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) ... @@ -56,7 +56,7 @@ abstract public **getMessages** () ... -abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) ... diff --git a/th/api/Phalcon_Mvc_Collection_Behavior.md b/th/api/Phalcon_Mvc_Collection_Behavior.md index e4c0bafe58e6..f3cada666761 100644 --- a/th/api/Phalcon_Mvc_Collection_Behavior.md +++ b/th/api/Phalcon_Mvc_Collection_Behavior.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Collection\\Behavior** -*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) +*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) Source on GitHub @@ -18,10 +18,10 @@ protected *array* **getOptions** ([*string* $eventName]) Returns the behavior options related to an event -public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) This method receives the notifications from the EventsManager -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) Acts as fallbacks when a missing method is called on the collection \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Collection_BehaviorInterface.md b/th/api/Phalcon_Mvc_Collection_BehaviorInterface.md index 45cb1ca091f7..30222f30324d 100644 --- a/th/api/Phalcon_Mvc_Collection_BehaviorInterface.md +++ b/th/api/Phalcon_Mvc_Collection_BehaviorInterface.md @@ -4,10 +4,10 @@ ## Methods -abstract public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection) +abstract public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection) ... -abstract public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection, *mixed* $method, [*mixed* $arguments]) +abstract public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection, *mixed* $method, [*mixed* $arguments]) ... \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md b/th/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md index 22b6a3be0c2b..c6bcf48af8f9 100644 --- a/th/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md +++ b/th/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Collection\\Behavior\\SoftDelete** -*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) -*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) +*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Instead of permanently delete a record it marks the record as deleted changing t ## Methods -public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Phalcon\\Mvc\\Collection\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Acts as fallbacks when a missing method is called on the collection \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md b/th/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md index 6beed40a9e52..d9b329f4ec4c 100644 --- a/th/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md +++ b/th/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Collection\\Behavior\\Timestampable** -*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) -*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) +*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Allows to automatically update a model’s attribute saving the datetime when a ## Methods -public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Phalcon\\Mvc\\Collection\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Acts as fallbacks when a missing method is called on the collection \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Collection_Document.md b/th/api/Phalcon_Mvc_Collection_Document.md index 8d21c0450217..fcc5a9b1de87 100644 --- a/th/api/Phalcon_Mvc_Collection_Document.md +++ b/th/api/Phalcon_Mvc_Collection_Document.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Collection\\Document** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub diff --git a/th/api/Phalcon_Mvc_Collection_Exception.md b/th/api/Phalcon_Mvc_Collection_Exception.md index b956956254ea..c752a31f55f7 100644 --- a/th/api/Phalcon_Mvc_Collection_Exception.md +++ b/th/api/Phalcon_Mvc_Collection_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Collection\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Mvc_Collection_Manager.md b/th/api/Phalcon_Mvc_Collection_Manager.md index 113367a76868..ac60a80397f8 100644 --- a/th/api/Phalcon_Mvc_Collection_Manager.md +++ b/th/api/Phalcon_Mvc_Collection_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Collection\\Manager** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -34,7 +34,7 @@ public **setServiceName** (*mixed* $serviceName) ... -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -42,7 +42,7 @@ public **getDI** () Returns the DependencyInjector container -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager @@ -50,15 +50,15 @@ public **getEventsManager** () Returns the internal event manager -public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a custom events manager for a specific model -public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Returns a custom events manager related to a model -public **initialize** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **initialize** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Initializes a model in the models manager @@ -70,34 +70,34 @@ public **getLastInitialized** () Get the latest initialized model -public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) +public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) Sets a connection service for a specific model -public **getConnectionService** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **getConnectionService** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Gets a connection service for a specific model -public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) +public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) Sets whether a model must use implicit objects ids -public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Checks if a model is using implicit object ids -public *Mongo* **getConnection** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public *Mongo* **getConnection** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Returns the connection related to a model -public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Receives events generated in the models and dispatches them to an events-manager if available Notify the behaviors that are listening in the model -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $eventName, *mixed* $data) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $eventName, *mixed* $data) Dispatch an event to the listeners and behaviors This method expects that the endpoint listeners/behaviors returns true meaning that at least one was implemented -public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) +public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) Binds a behavior to a model \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Collection_ManagerInterface.md b/th/api/Phalcon_Mvc_Collection_ManagerInterface.md index fdc4e5d752fb..3f3cee0fce09 100644 --- a/th/api/Phalcon_Mvc_Collection_ManagerInterface.md +++ b/th/api/Phalcon_Mvc_Collection_ManagerInterface.md @@ -4,15 +4,15 @@ ## Methods -abstract public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +abstract public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) ... -abstract public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **initialize** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **initialize** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... @@ -24,26 +24,26 @@ abstract public **getLastInitialized** () ... -abstract public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) +abstract public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) ... -abstract public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) +abstract public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) ... -abstract public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **getConnection** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **getConnection** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) +abstract public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) ... \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Controller.md b/th/api/Phalcon_Mvc_Controller.md index 911605e5179c..c528748c49a4 100644 --- a/th/api/Phalcon_Mvc_Controller.md +++ b/th/api/Phalcon_Mvc_Controller.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Mvc\\Controller** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ControllerInterface](/en/3.2/api/Phalcon_Mvc_ControllerInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ControllerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ControllerInterface) Source on GitHub @@ -48,22 +48,22 @@ final public **__construct** () Phalcon\\Mvc\\Controller constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Dispatcher.md b/th/api/Phalcon_Mvc_Dispatcher.md index 7964d9b44d44..72d90d1068d5 100644 --- a/th/api/Phalcon_Mvc_Dispatcher.md +++ b/th/api/Phalcon_Mvc_Dispatcher.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Dispatcher** -*extends* abstract class [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +*extends* abstract class [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Mvc\DispatcherInterface](/en/3.2/api/Phalcon_Mvc_DispatcherInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Mvc\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_DispatcherInterface) Source on GitHub @@ -145,103 +145,103 @@ public **getActiveController** () Returns the active controller in the dispatcher -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDI** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getEventsManager** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal event manager -public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action suffix -public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the default action suffix -public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the module where the controller is (only informative) -public **getModuleName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModuleName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the module where the controller class is -public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the namespace where the controller class is -public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a namespace to be prepended to the current handler name -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default namespace -public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the default namespace -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action name -public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the action name to be dispatched -public **getActionName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the latest dispatched action name -public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets action params to be dispatched -public **getParams** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getParams** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets action params -public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set a param by its name or numeric index -public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a param by its name or numeric index -public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if a param exists -public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the current method to be/executed in the dispatcher -public **isFinished** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **isFinished** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Checks if the dispatch loop is finished or has more pendent controllers/tasks to dispatch -public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the latest returned value by an action manually -public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns value returned by the latest dispatched action -public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable/Disable model binding during dispatch @@ -257,7 +257,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable model binding during dispatch @@ -273,31 +273,31 @@ $di->set('dispatcher', function() { ``` -public **getModelBinder** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModelBinder** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets model binder -public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -public **wasForwarded** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **wasForwarded** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if the current executed action was forwarded by another one -public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Possible class name that will be located to dispatch the request -public **callActionMethod** (*mixed* $handler, *mixed* $actionMethod, [*array* $params]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **callActionMethod** (*mixed* $handler, *mixed* $actionMethod, [*array* $params]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) ... -public **getBoundModels** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getBoundModels** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns bound models from binder instance @@ -314,6 +314,6 @@ class UserController extends Controller ``` -protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set empty properties to their defaults (where defaults are available) \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_DispatcherInterface.md b/th/api/Phalcon_Mvc_DispatcherInterface.md index 09922d02dc20..19071fe7cb65 100644 --- a/th/api/Phalcon_Mvc_DispatcherInterface.md +++ b/th/api/Phalcon_Mvc_DispatcherInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Mvc\\DispatcherInterface** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) Source on GitHub @@ -30,70 +30,70 @@ abstract public **getActiveController** () ... -abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Dispatcher_Exception.md b/th/api/Phalcon_Mvc_Dispatcher_Exception.md index 5a20412f43a8..e8763bf0900f 100644 --- a/th/api/Phalcon_Mvc_Dispatcher_Exception.md +++ b/th/api/Phalcon_Mvc_Dispatcher_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Dispatcher\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Mvc_Micro.md b/th/api/Phalcon_Mvc_Micro.md index 369c74df54b9..99ddeac99b12 100644 --- a/th/api/Phalcon_Mvc_Micro.md +++ b/th/api/Phalcon_Mvc_Micro.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Micro** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -26,55 +26,55 @@ $app->handle(); ## Methods -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\Micro constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **map** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **map** (*string* $routePattern, *callable* $handler) Maps a route to a handler without any HTTP method constraint -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **get** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **get** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is GET -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **post** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **post** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is POST -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **put** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **put** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is PUT -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **patch** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **patch** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is PATCH -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **head** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **head** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is HEAD -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **delete** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **delete** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is DELETE -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **options** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **options** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is OPTIONS -public **mount** ([Phalcon\Mvc\Micro\CollectionInterface](/en/3.2/api/Phalcon_Mvc_Micro_CollectionInterface) $collection) +public **mount** ([Phalcon\Mvc\Micro\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_CollectionInterface) $collection) Mounts a collection of handlers -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **notFound** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **notFound** (*callable* $handler) Sets a handler that will be called when the router doesn't match any of the defined routes -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **error** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **error** (*callable* $handler) Sets a handler that will be called when an exception is thrown handling the route @@ -82,7 +82,7 @@ public **getRouter** () Returns the internal router used by the application -public [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) **setService** (*string* $serviceName, *mixed* $definition, [*boolean* $shared]) +public [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) **setService** (*string* $serviceName, *mixed* $definition, [*boolean* $shared]) Sets a service from the DI @@ -150,19 +150,19 @@ public **offsetUnset** (*string* $alias) Removes a service from the internal services container using the array syntax -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **before** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **before** (*callable* $handler) Appends a before middleware to be called before execute the route -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **afterBinding** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **afterBinding** (*callable* $handler) Appends a afterBinding middleware to be called after model binding -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **after** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **after** (*callable* $handler) Appends an 'after' middleware to be called after execute the route -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **finish** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **finish** (*callable* $handler) Appends a 'finish' middleware to be called when the request is finished @@ -174,7 +174,7 @@ public **getModelBinder** () Gets model binder -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) Sets model binder @@ -190,18 +190,18 @@ public **getBoundModels** () Returns bound models from binder instance -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Micro_Collection.md b/th/api/Phalcon_Mvc_Micro_Collection.md index 0ba8b80e2809..1aef37ed6b94 100644 --- a/th/api/Phalcon_Mvc_Micro_Collection.md +++ b/th/api/Phalcon_Mvc_Micro_Collection.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Micro\\Collection** -*implements* [Phalcon\Mvc\Micro\CollectionInterface](/en/3.2/api/Phalcon_Mvc_Micro_CollectionInterface) +*implements* [Phalcon\Mvc\Micro\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_CollectionInterface) Source on GitHub @@ -41,7 +41,7 @@ public *array* **getHandlers** () Returns the registered handlers -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **setHandler** (*mixed* $handler, [*boolean* $lazy]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **setHandler** (*mixed* $handler, [*boolean* $lazy]) Sets the main handler @@ -57,34 +57,34 @@ public *mixed* **getHandler** () Returns the main handler -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **map** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **map** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **get** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **get** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is GET -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **post** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **post** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is POST -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **put** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **put** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is PUT -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **patch** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **patch** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is PATCH -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **head** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **head** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is HEAD -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **delete** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **delete** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is DELETE -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **options** (*string* $routePattern, *callable* $handler, [*mixed* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **options** (*string* $routePattern, *callable* $handler, [*mixed* $name]) Maps a route to a handler that only matches if the HTTP method is OPTIONS \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Micro_Exception.md b/th/api/Phalcon_Mvc_Micro_Exception.md index 346de38a00ff..d3f24303139d 100644 --- a/th/api/Phalcon_Mvc_Micro_Exception.md +++ b/th/api/Phalcon_Mvc_Micro_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Micro\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Mvc_Micro_LazyLoader.md b/th/api/Phalcon_Mvc_Micro_LazyLoader.md index d5b2ba5dcf4f..f37a285328e4 100644 --- a/th/api/Phalcon_Mvc_Micro_LazyLoader.md +++ b/th/api/Phalcon_Mvc_Micro_LazyLoader.md @@ -18,6 +18,6 @@ public *mixed* **__call** (*string* $method, *array* $arguments) Initializes the internal handler, calling functions on it -public *mixed* **callMethod** (*string* $method, *array* $arguments, [[Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder]) +public *mixed* **callMethod** (*string* $method, *array* $arguments, [[Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder]) Calling __call method \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Micro_MiddlewareInterface.md b/th/api/Phalcon_Mvc_Micro_MiddlewareInterface.md index a482126a1c4f..9a9b2bb645af 100644 --- a/th/api/Phalcon_Mvc_Micro_MiddlewareInterface.md +++ b/th/api/Phalcon_Mvc_Micro_MiddlewareInterface.md @@ -4,6 +4,6 @@ ## Methods -abstract public **call** ([Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) $application) +abstract public **call** ([Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) $application) ... \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model.md b/th/api/Phalcon_Mvc_Model.md index ced7746105a1..03956f54d840 100644 --- a/th/api/Phalcon_Mvc_Model.md +++ b/th/api/Phalcon_Mvc_Model.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface), [Phalcon\Mvc\Model\ResultInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface), [Phalcon\Mvc\Model\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) Source on GitHub @@ -51,11 +51,11 @@ if ($robot->save() === false) { ## Methods -final public **__construct** ([*mixed* $data], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) $modelsManager]) +final public **__construct** ([*mixed* $data], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) $modelsManager]) Phalcon\\Mvc\\Model constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -63,7 +63,7 @@ public **getDI** () Returns the dependency injection container -protected **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +protected **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a custom events manager @@ -79,7 +79,7 @@ public **getModelsManager** () Returns the models manager related to the entity instance -public **setTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +public **setTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Sets a transaction related to the Model instance @@ -174,7 +174,7 @@ public **getWriteConnection** () Gets the connection used to write data to the model -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **assign** (*array* $data, [*mixed* $dataColumnMap], [*array* $whiteList]) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **assign** (*array* $data, [*mixed* $dataColumnMap], [*array* $whiteList]) Assigns values to a model from an array @@ -224,7 +224,7 @@ $robot->assign( ``` -public static **cloneResultMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/en/3.2/api/Phalcon_Mvc_Model_Row) $base, *array* $data, *array* $columnMap, [*int* $dirtyState], [*boolean* $keepSnapshots]) +public static **cloneResultMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Row) $base, *array* $data, *array* $columnMap, [*int* $dirtyState], [*boolean* $keepSnapshots]) Assigns values to a model from an array, returning a new model. @@ -246,7 +246,7 @@ public static *mixed* **cloneResultMapHydrate** (*array* $data, *array* $columnM Returns an hydrated result based on the data and the column map -public static [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) **cloneResult** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $base, *array* $data, [*int* $dirtyState]) +public static [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) **cloneResult** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $base, *array* $data, [*int* $dirtyState]) Assigns values to a model from an array returning a new model @@ -341,15 +341,15 @@ echo "The first virtual robot name is ", $robot->name; ``` -public static **query** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public static **query** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Create a criteria for a specific model -protected *boolean* **_exists** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [*string* | *array* $table]) +protected *boolean* **_exists** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [*string* | *array* $table]) Checks whether the current record already exists -protected static [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) **_groupResult** (*mixed* $functionName, *string* $alias, *array* $parameters) +protected static [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) **_groupResult** (*mixed* $functionName, *string* $alias, *array* $parameters) Generate a PHQL SELECT statement for an aggregate @@ -496,7 +496,7 @@ protected **_cancelOperation** () Cancel the current operation -public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) Appends a customized message on the validation process @@ -522,7 +522,7 @@ class Robots extends Model ``` -protected **validate** ([Phalcon\ValidationInterface](/en/3.2/api/Phalcon_ValidationInterface) $validator) +protected **validate** ([Phalcon\ValidationInterface](/[[language]]/[[version]]/api/Phalcon_ValidationInterface) $validator) Executes validators on every validation call @@ -631,7 +631,7 @@ final protected **_checkForeignKeysReverseRestrict** () Reads both "hasMany" and "hasOne" relations and checks the virtual foreign keys (restrict) when deleting records -protected **_preSave** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, *mixed* $exists, *mixed* $identityField) +protected **_preSave** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, *mixed* $exists, *mixed* $identityField) Executes internal hooks before save a record @@ -639,19 +639,19 @@ protected **_postSave** (*mixed* $success, *mixed* $exists) Executes internal events after save a record -protected *boolean* **_doLowInsert** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table, *boolean* | *string* $identityField) +protected *boolean* **_doLowInsert** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table, *boolean* | *string* $identityField) Sends a pre-build INSERT SQL statement to the relational database system -protected *boolean* **_doLowUpdate** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table) +protected *boolean* **_doLowUpdate** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table) Sends a pre-build UPDATE SQL statement to the relational database system -protected *boolean* **_preSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $related) +protected *boolean* **_preSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $related) Saves related records that must be stored prior to save the master record -protected *boolean* **_postSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $related) +protected *boolean* **_postSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $related) Save the related records assigned in the has-one/has-many relations @@ -913,7 +913,7 @@ class Robots extends \Phalcon\Mvc\Model ``` -protected [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **hasManyToMany** (*string* | *array* $fields, *string* $intermediateModel, *string* | *array* $intermediateFields, *string* | *array* $intermediateReferencedFields, *mixed* $referenceModel, *string* | *array* $referencedFields, [*array* $options]) +protected [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **hasManyToMany** (*string* | *array* $fields, *string* $intermediateModel, *string* | *array* $intermediateFields, *string* | *array* $intermediateReferencedFields, *mixed* $referenceModel, *string* | *array* $referencedFields, [*array* $options]) Setup an n-n relation between two models, through an intermediate relation @@ -938,7 +938,7 @@ class Robots extends \Phalcon\Mvc\Model ``` -public **addBehavior** ([Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) +public **addBehavior** ([Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) Setups a behavior in a model @@ -1083,7 +1083,7 @@ class Robots extends Model ``` -public [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) **getRelated** (*string* $alias, [*array* $arguments]) +public [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) **getRelated** (*string* $alias, [*array* $arguments]) Returns related records based on defined relations @@ -1091,7 +1091,7 @@ protected *mixed* **_getRelatedRecords** (*string* $modelName, *string* $method, Returns related records defined relations depending on the method name -final protected static [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | *boolean* **_invokeFinder** (*string* $method, *array* $arguments) +final protected static [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | *boolean* **_invokeFinder** (*string* $method, *array* $arguments) Try to check if the query must invoke a finder @@ -1111,7 +1111,7 @@ final protected *string* **_possibleSetter** (*string* $property, *mixed* $value Check for, and attempt to use, possible setter. -public [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) | [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **__get** (*string* $property) +public [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) | [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **__get** (*string* $property) Magic method to get related records using the relation alias as a property diff --git a/th/api/Phalcon_Mvc_Model_Behavior.md b/th/api/Phalcon_Mvc_Model_Behavior.md index 9ed7aef6abfb..ca363aa4457c 100644 --- a/th/api/Phalcon_Mvc_Model_Behavior.md +++ b/th/api/Phalcon_Mvc_Model_Behavior.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\Behavior** -*implements* [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) +*implements* [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) Source on GitHub @@ -18,10 +18,10 @@ protected *array* **getOptions** ([*string* $eventName]) Returns the behavior options related to an event -public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) This method receives the notifications from the EventsManager -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) Acts as fallbacks when a missing method is called on the model \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_BehaviorInterface.md b/th/api/Phalcon_Mvc_Model_BehaviorInterface.md index 06e70a09cca5..048b1cecf30e 100644 --- a/th/api/Phalcon_Mvc_Model_BehaviorInterface.md +++ b/th/api/Phalcon_Mvc_Model_BehaviorInterface.md @@ -4,10 +4,10 @@ ## Methods -abstract public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $method, [*mixed* $arguments]) +abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $method, [*mixed* $arguments]) ... \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md b/th/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md index 80a45763e129..0b7513a245ac 100644 --- a/th/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md +++ b/th/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Behavior\\SoftDelete** -*extends* abstract class [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +*extends* abstract class [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) -*implements* [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) +*implements* [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Instead of permanently delete a record it marks the record as deleted changing t ## Methods -public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Phalcon\\Mvc\\Model\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Acts as fallbacks when a missing method is called on the model \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_Behavior_Timestampable.md b/th/api/Phalcon_Mvc_Model_Behavior_Timestampable.md index f2e5a612fec9..d6bbcfc791c0 100644 --- a/th/api/Phalcon_Mvc_Model_Behavior_Timestampable.md +++ b/th/api/Phalcon_Mvc_Model_Behavior_Timestampable.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Behavior\\Timestampable** -*extends* abstract class [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +*extends* abstract class [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) -*implements* [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) +*implements* [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Allows to automatically update a model’s attribute saving the datetime when a ## Methods -public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Phalcon\\Mvc\\Model\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Acts as fallbacks when a missing method is called on the model \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_Binder.md b/th/api/Phalcon_Mvc_Model_Binder.md index b8a47817037b..2f8dada38a50 100644 --- a/th/api/Phalcon_Mvc_Model_Binder.md +++ b/th/api/Phalcon_Mvc_Model_Binder.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Binder** -*implements* [Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) +*implements* [Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) Source on GitHub @@ -18,11 +18,11 @@ public **getOriginalValues** () Array for original values -public **__construct** ([[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +public **__construct** ([[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Phalcon\\Mvc\\Model\\Binder constructor -public **setCache** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache) +public **setCache** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache) Gets cache instance diff --git a/th/api/Phalcon_Mvc_Model_BinderInterface.md b/th/api/Phalcon_Mvc_Model_BinderInterface.md index 7c35c5dbb069..587ebfc2fa97 100644 --- a/th/api/Phalcon_Mvc_Model_BinderInterface.md +++ b/th/api/Phalcon_Mvc_Model_BinderInterface.md @@ -12,7 +12,7 @@ abstract public **getCache** () ... -abstract public **setCache** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache) +abstract public **setCache** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache) ... diff --git a/th/api/Phalcon_Mvc_Model_Criteria.md b/th/api/Phalcon_Mvc_Model_Criteria.md index 509e1c58d19b..820bc8d6ff6b 100644 --- a/th/api/Phalcon_Mvc_Model_Criteria.md +++ b/th/api/Phalcon_Mvc_Model_Criteria.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Criteria** -*implements* [Phalcon\Mvc\Model\CriteriaInterface](/en/3.2/api/Phalcon_Mvc_Model_CriteriaInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\CriteriaInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_CriteriaInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -21,7 +21,7 @@ $robots = Robots::query() ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -49,7 +49,7 @@ public **distinct** (*mixed* $distinct) Sets SELECT DISTINCT / SELECT ALL flag -public [Phalcon\Mvc\Model\Criteria](/en/3.2/api/Phalcon_Mvc_Model_Criteria) **columns** (*string* | *array* $columns) +public [Phalcon\Mvc\Model\Criteria](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Criteria) **columns** (*string* | *array* $columns) Sets the columns to be queried @@ -251,7 +251,7 @@ public *array* **getParams** () Returns all the parameters defined in the criteria -public static **fromInput** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *mixed* $modelName, *array* $data, [*mixed* $operator]) +public static **fromInput** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *mixed* $modelName, *array* $data, [*mixed* $operator]) Builds a Phalcon\\Mvc\\Model\\Criteria based on an input array like $_POST diff --git a/th/api/Phalcon_Mvc_Model_Exception.md b/th/api/Phalcon_Mvc_Model_Exception.md index 1ed0e1550fa3..341cdc73b4b4 100644 --- a/th/api/Phalcon_Mvc_Model_Exception.md +++ b/th/api/Phalcon_Mvc_Model_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Mvc_Model_Manager.md b/th/api/Phalcon_Mvc_Model_Manager.md index cef59c6fd159..84db128030fd 100644 --- a/th/api/Phalcon_Mvc_Model_Manager.md +++ b/th/api/Phalcon_Mvc_Model_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Manager** -*implements* [Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -29,7 +29,7 @@ $robot = new Robots($di); ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -37,7 +37,7 @@ public **getDI** () Returns the DependencyInjector container -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a global events manager @@ -45,15 +45,15 @@ public **getEventsManager** () Returns the internal event manager -public **setCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a custom events manager for a specific model -public **getCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns a custom events manager related to a model -public **initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Initializes a model in the model manager @@ -111,11 +111,11 @@ echo $robots->getSource(); // wp_robots ``` -public **setModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) +public **setModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) Sets the mapped source for a model -final public **isVisibleModelProperty** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $property) +final public **isVisibleModelProperty** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $property) Check whether a model property is declared as public. @@ -129,95 +129,95 @@ $isPublic = $manager->isVisibleModelProperty( ``` -public **getModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the mapped source for a model -public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) +public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) Sets the mapped schema for a model -public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the mapped schema for a model -public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) Sets both write and read connection service for a model -public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) Sets write connection service for a model -public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) Sets read connection service for a model -public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection to read data related to a model -public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection to write data related to a model -protected **_getConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) +protected **_getConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) Returns the connection to read or write data related to a model depending on the connection services. -public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection service name used to read data related to a model -public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection service name used to write data related to a model -public **_getConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) +public **_getConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) Returns the connection service name used to read or write data related to a model depending on the connection services -public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Receives events generated in the models and dispatches them to an events-manager if available Notify the behaviors that are listening in the model -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) Dispatch an event to the listeners and behaviors This method expects that the endpoint listeners/behaviors returns true meaning that a least one was implemented -public **addBehavior** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) +public **addBehavior** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) Binds a behavior to a model -public **keepSnapshots** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $keepSnapshots) +public **keepSnapshots** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $keepSnapshots) Sets if a model must keep snapshots -public **isKeepingSnapshots** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **isKeepingSnapshots** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Checks if a model is keeping snapshots for the queried records -public **useDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $dynamicUpdate) +public **useDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $dynamicUpdate) Sets if a model must use dynamic update instead of the all-field update -public **isUsingDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **isUsingDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Checks if a model is using dynamic update instead of all-field update -public [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **addHasOne** ([Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) +public [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **addHasOne** ([Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) Setup a 1-1 relation between two models -public [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **addBelongsTo** ([Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) +public [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **addBelongsTo** ([Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) Setup a relation reverse many to one between two models -public **addHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) +public **addHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) Setup a relation 1-n between two models -public [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **addHasManyToMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $fields, *string* $intermediateModel, *string* $intermediateFields, *string* $intermediateReferencedFields, *string* $referencedModel, *string* $referencedFields, [*array* $options]) +public [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **addHasManyToMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $fields, *string* $intermediateModel, *string* $intermediateFields, *string* $intermediateReferencedFields, *string* $referencedModel, *string* $referencedFields, [*array* $options]) Setups a relation n-m between two models @@ -245,7 +245,7 @@ final protected **_mergeFindParameters** (*mixed* $findParamsOne, *mixed* $findP Merge two arrays of find parameters -public [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) | [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) | *int* | *false* **getRelationRecords** ([Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) $relation, *mixed* $method, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) | [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) | *int* | *false* **getRelationRecords** ([Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) $relation, *mixed* $method, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Helper method to query records based on a relation definition @@ -261,19 +261,19 @@ public **clearReusableObjects** () Clears the internal reusable list -public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Gets belongsTo related records from a model -public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Gets hasMany related records from a model -public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Gets belongsTo related records from a model -public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets all the belongsTo relations defined in a model @@ -286,19 +286,19 @@ $relations = $modelsManager->getBelongsTo( ``` -public **getHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasMany relations defined on a model -public **getHasOne** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasOne** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasOne relations defined on a model -public **getHasManyToMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasManyToMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasManyToMany relations defined on a model -public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasOne relations defined on a model diff --git a/th/api/Phalcon_Mvc_Model_ManagerInterface.md b/th/api/Phalcon_Mvc_Model_ManagerInterface.md index f11e8adb33af..8a5d42979c7a 100644 --- a/th/api/Phalcon_Mvc_Model_ManagerInterface.md +++ b/th/api/Phalcon_Mvc_Model_ManagerInterface.md @@ -4,51 +4,51 @@ ## Methods -abstract public **initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) +abstract public **setModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) ... -abstract public **getModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) +abstract public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) ... -abstract public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +abstract public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) ... -abstract public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +abstract public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) ... -abstract public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +abstract public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) ... -abstract public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... @@ -64,15 +64,15 @@ abstract public **load** (*mixed* $modelName, [*mixed* $newInstance]) ... -abstract public **addHasOne** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) +abstract public **addHasOne** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) ... -abstract public **addBelongsTo** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) +abstract public **addBelongsTo** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) ... -abstract public **addHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) +abstract public **addHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) ... @@ -88,31 +88,31 @@ abstract public **existsHasOne** (*mixed* $modelName, *mixed* $modelRelation) ... -abstract public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +abstract public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) ... -abstract public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +abstract public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) ... -abstract public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +abstract public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) ... -abstract public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getHasOne** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getHasOne** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... @@ -136,15 +136,15 @@ abstract public **createBuilder** ([*mixed* $params]) ... -abstract public **addBehavior** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) +abstract public **addBehavior** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) ... -abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) +abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) ... diff --git a/th/api/Phalcon_Mvc_Model_Message.md b/th/api/Phalcon_Mvc_Model_Message.md index 848bfa2f1810..f6ec986f6753 100644 --- a/th/api/Phalcon_Mvc_Model_Message.md +++ b/th/api/Phalcon_Mvc_Model_Message.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Message** -*implements* [Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) +*implements* [Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) Source on GitHub @@ -31,7 +31,7 @@ class Robots extends \Phalcon\Mvc\Model ## Methods -public **__construct** (*string* $message, [*string* | *array* $field], [*string* $type], [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model], [*int* | *null* $code]) +public **__construct** (*string* $message, [*string* | *array* $field], [*string* $type], [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model], [*int* | *null* $code]) Phalcon\\Mvc\\Model\\Message constructor @@ -59,7 +59,7 @@ public **getField** () Returns field name related to message -public **setModel** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **setModel** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Set the model who generates the message diff --git a/th/api/Phalcon_Mvc_Model_MetaData.md b/th/api/Phalcon_Mvc_Model_MetaData.md index 4cf989f88b8f..d6a72579f973 100644 --- a/th/api/Phalcon_Mvc_Model_MetaData.md +++ b/th/api/Phalcon_Mvc_Model_MetaData.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\MetaData** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) Source on GitHub @@ -57,11 +57,11 @@ print_r($attributes); ## Methods -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -69,7 +69,7 @@ public **getDI** () Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) Set the meta-data extraction strategy @@ -77,7 +77,7 @@ public **getStrategy** () Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Reads the complete meta-data for certain model @@ -92,7 +92,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) Reads meta-data for certain model @@ -108,7 +108,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) Writes meta-data for certain model using a MODEL_* constant @@ -127,7 +127,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Reads the ordered/reversed column map for certain model @@ -142,7 +142,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) Reads column-map information for certain model using a MODEL_* constant @@ -158,7 +158,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns table attributes names (fields) @@ -173,7 +173,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns an array of fields which are part of the primary key @@ -188,7 +188,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns an array of fields which are not part of the primary key @@ -203,7 +203,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns an array of not null attributes @@ -218,7 +218,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes and their data types @@ -233,7 +233,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes which types are numerical @@ -248,7 +248,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the name of identity field (if one is present) @@ -263,7 +263,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes and their bind data types @@ -278,7 +278,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes that must be ignored from the INSERT SQL generation @@ -293,7 +293,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes that must be ignored from the UPDATE SQL generation @@ -308,7 +308,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) Set the attributes that must be ignored from the INSERT SQL generation @@ -324,7 +324,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) Set the attributes that must be ignored from the UPDATE SQL generation @@ -340,7 +340,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) Set the attributes that allow empty string values @@ -356,7 +356,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes allow empty strings @@ -371,7 +371,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes (which have default values) and their default values @@ -386,7 +386,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the column map if any @@ -401,7 +401,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the reverse column map if any @@ -416,7 +416,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) Check if a model has certain attribute @@ -456,10 +456,10 @@ $metaData->reset(); ``` -abstract public **read** (*mixed* $key) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) +abstract public **read** (*mixed* $key) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) ... -abstract public **write** (*mixed* $key, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) +abstract public **write** (*mixed* $key, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) ... \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_MetaDataInterface.md b/th/api/Phalcon_Mvc_Model_MetaDataInterface.md index 97e84dfa956f..045d36948d89 100644 --- a/th/api/Phalcon_Mvc_Model_MetaDataInterface.md +++ b/th/api/Phalcon_Mvc_Model_MetaDataInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) +abstract public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) ... @@ -12,95 +12,95 @@ abstract public **getStrategy** () ... -abstract public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +abstract public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) ... -abstract public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) +abstract public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) ... -abstract public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +abstract public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) ... -abstract public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +abstract public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) ... -abstract public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +abstract public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) ... -abstract public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +abstract public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) ... -abstract public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) +abstract public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) ... diff --git a/th/api/Phalcon_Mvc_Model_MetaData_Apc.md b/th/api/Phalcon_Mvc_Model_MetaData_Apc.md index f38a81f76377..907bb87fef3c 100644 --- a/th/api/Phalcon_Mvc_Model_MetaData_Apc.md +++ b/th/api/Phalcon_Mvc_Model_MetaData_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Apc** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -72,27 +72,27 @@ public **write** (*mixed* $key, *mixed* $data) Writes the meta-data to APC -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -107,7 +107,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -123,7 +123,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -142,7 +142,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -157,7 +157,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -173,7 +173,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -188,7 +188,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -203,7 +203,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -218,7 +218,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -233,7 +233,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -248,7 +248,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -263,7 +263,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -278,7 +278,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -293,7 +293,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -308,7 +308,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -323,7 +323,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -339,7 +339,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -355,7 +355,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -371,7 +371,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -386,7 +386,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -401,7 +401,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -416,7 +416,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -431,7 +431,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -447,7 +447,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -460,7 +460,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/th/api/Phalcon_Mvc_Model_MetaData_Files.md b/th/api/Phalcon_Mvc_Model_MetaData_Files.md index 7eec0d868b30..32870a486492 100644 --- a/th/api/Phalcon_Mvc_Model_MetaData_Files.md +++ b/th/api/Phalcon_Mvc_Model_MetaData_Files.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Files** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -67,27 +67,27 @@ public **write** (*string* $key, *array* $data) Writes the meta-data to files -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -102,7 +102,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -118,7 +118,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -137,7 +137,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -152,7 +152,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -168,7 +168,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -183,7 +183,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -198,7 +198,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -213,7 +213,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -228,7 +228,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -243,7 +243,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -258,7 +258,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -273,7 +273,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -288,7 +288,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -303,7 +303,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -318,7 +318,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -334,7 +334,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -350,7 +350,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -366,7 +366,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -381,7 +381,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -396,7 +396,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -411,7 +411,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -426,7 +426,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -442,7 +442,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -455,7 +455,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/th/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md b/th/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md index 44dfa3b40998..c7756fc562cb 100644 --- a/th/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md +++ b/th/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Libmemcached** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -85,27 +85,27 @@ public **reset** () Flush Memcache data and resets internal meta-data in order to regenerate it -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -120,7 +120,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -136,7 +136,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -155,7 +155,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -170,7 +170,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -186,7 +186,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -201,7 +201,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -216,7 +216,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -231,7 +231,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -246,7 +246,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -261,7 +261,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -276,7 +276,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -291,7 +291,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -306,7 +306,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -321,7 +321,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -336,7 +336,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -352,7 +352,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -368,7 +368,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -384,7 +384,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -399,7 +399,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -414,7 +414,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -429,7 +429,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -444,7 +444,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -460,7 +460,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty diff --git a/th/api/Phalcon_Mvc_Model_MetaData_Memcache.md b/th/api/Phalcon_Mvc_Model_MetaData_Memcache.md index f51670526f8e..6a150b20ffd5 100644 --- a/th/api/Phalcon_Mvc_Model_MetaData_Memcache.md +++ b/th/api/Phalcon_Mvc_Model_MetaData_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Memcache** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -77,27 +77,27 @@ public **reset** () Flush Memcache data and resets internal meta-data in order to regenerate it -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -112,7 +112,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -128,7 +128,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -147,7 +147,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -162,7 +162,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -178,7 +178,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -193,7 +193,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -208,7 +208,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -223,7 +223,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -238,7 +238,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -253,7 +253,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -268,7 +268,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -283,7 +283,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -298,7 +298,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -313,7 +313,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -328,7 +328,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -344,7 +344,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -360,7 +360,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -376,7 +376,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -391,7 +391,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -406,7 +406,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -421,7 +421,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -436,7 +436,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -452,7 +452,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty diff --git a/th/api/Phalcon_Mvc_Model_MetaData_Memory.md b/th/api/Phalcon_Mvc_Model_MetaData_Memory.md index b9ce1e1ae0bd..3c38a006b162 100644 --- a/th/api/Phalcon_Mvc_Model_MetaData_Memory.md +++ b/th/api/Phalcon_Mvc_Model_MetaData_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Memory** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -56,27 +56,27 @@ public **write** (*string* $key, *array* $data) Writes the meta-data to temporal memory -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -91,7 +91,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -107,7 +107,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -126,7 +126,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -141,7 +141,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -157,7 +157,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -172,7 +172,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -187,7 +187,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -202,7 +202,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -217,7 +217,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -232,7 +232,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -247,7 +247,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -262,7 +262,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -277,7 +277,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -292,7 +292,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -307,7 +307,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -323,7 +323,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -339,7 +339,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -355,7 +355,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -370,7 +370,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -385,7 +385,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -400,7 +400,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -415,7 +415,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -431,7 +431,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -444,7 +444,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/th/api/Phalcon_Mvc_Model_MetaData_Redis.md b/th/api/Phalcon_Mvc_Model_MetaData_Redis.md index 1483d7c07177..b254311768d6 100644 --- a/th/api/Phalcon_Mvc_Model_MetaData_Redis.md +++ b/th/api/Phalcon_Mvc_Model_MetaData_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Redis** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -80,27 +80,27 @@ public **reset** () Flush Redis data and resets internal meta-data in order to regenerate it -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -115,7 +115,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -131,7 +131,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -150,7 +150,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -165,7 +165,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -181,7 +181,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -196,7 +196,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -211,7 +211,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -226,7 +226,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -241,7 +241,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -256,7 +256,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -271,7 +271,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -286,7 +286,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -301,7 +301,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -316,7 +316,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -331,7 +331,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -347,7 +347,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -363,7 +363,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -379,7 +379,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -394,7 +394,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -409,7 +409,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -424,7 +424,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -439,7 +439,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -455,7 +455,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty diff --git a/th/api/Phalcon_Mvc_Model_MetaData_Session.md b/th/api/Phalcon_Mvc_Model_MetaData_Session.md index 57f3bba52727..c4fe735c9340 100644 --- a/th/api/Phalcon_Mvc_Model_MetaData_Session.md +++ b/th/api/Phalcon_Mvc_Model_MetaData_Session.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Session** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -69,27 +69,27 @@ public **write** (*string* $key, *array* $data) Writes the meta-data to $_SESSION -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -104,7 +104,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -120,7 +120,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -139,7 +139,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -154,7 +154,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -170,7 +170,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -185,7 +185,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -200,7 +200,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -215,7 +215,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -230,7 +230,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -245,7 +245,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -260,7 +260,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -275,7 +275,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -290,7 +290,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -305,7 +305,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -320,7 +320,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -336,7 +336,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -352,7 +352,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -368,7 +368,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -383,7 +383,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -398,7 +398,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -413,7 +413,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -428,7 +428,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -444,7 +444,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -457,7 +457,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/th/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md b/th/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md index e6db4f47d92f..27e1f4e5eecc 100644 --- a/th/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md +++ b/th/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md @@ -4,10 +4,10 @@ ## Methods -abstract public **getMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **getMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... -abstract public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md b/th/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md index ea0be919791b..924968a38ed0 100644 --- a/th/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md +++ b/th/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md @@ -1,15 +1,15 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Strategy\\Annotations** -*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) +*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) Source on GitHub ## Methods -final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) The meta-data is obtained by reading the column descriptions from the database information schema -final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Read the model's column map, this can't be inferred \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md b/th/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md index fb67659830a3..e0305a6568e1 100644 --- a/th/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md +++ b/th/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Strategy\\Introspection** -*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) +*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) Source on GitHub @@ -8,10 +8,10 @@ Queries the table meta-data in order to introspect the model's metadata ## Methods -final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) The meta-data is obtained by reading the column descriptions from the database information schema -final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Read the model's column map, this can't be inferred \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_MetaData_Xcache.md b/th/api/Phalcon_Mvc_Model_MetaData_Xcache.md index 4b244f29e225..3c085659457c 100644 --- a/th/api/Phalcon_Mvc_Model_MetaData_Xcache.md +++ b/th/api/Phalcon_Mvc_Model_MetaData_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Xcache** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -72,27 +72,27 @@ public **write** (*string* $key, *array* $data) Writes the metadata to XCache -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -107,7 +107,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -123,7 +123,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -142,7 +142,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -157,7 +157,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -173,7 +173,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -188,7 +188,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -203,7 +203,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -218,7 +218,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -233,7 +233,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -248,7 +248,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -263,7 +263,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -278,7 +278,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -293,7 +293,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -308,7 +308,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -323,7 +323,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -339,7 +339,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -355,7 +355,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -371,7 +371,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -386,7 +386,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -401,7 +401,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -416,7 +416,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -431,7 +431,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -447,7 +447,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -460,7 +460,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/th/api/Phalcon_Mvc_Model_Query.md b/th/api/Phalcon_Mvc_Model_Query.md index c97dbc937b4d..0a3ba4fc344f 100644 --- a/th/api/Phalcon_Mvc_Model_Query.md +++ b/th/api/Phalcon_Mvc_Model_Query.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Query** -*implements* [Phalcon\Mvc\Model\QueryInterface](/en/3.2/api/Phalcon_Mvc_Model_QueryInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\QueryInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_QueryInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -39,11 +39,11 @@ foreach ($result as $row) { ## Methods -public **__construct** ([*string* $phql], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector], [*mixed* $options]) +public **__construct** ([*string* $phql], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector], [*mixed* $options]) Phalcon\\Mvc\\Model\\Query constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -83,11 +83,11 @@ final protected **_getSelectColumn** (*array* $column) Resolves a column from its intermediate representation into an array used to determine if the resultset produced is simple or complex -final protected *string* **_getTable** ([Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *array* $qualifiedName) +final protected *string* **_getTable** ([Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *array* $qualifiedName) Resolves a table in a SELECT statement checking if the model exists -final protected **_getJoin** ([Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *mixed* $join) +final protected **_getJoin** ([Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *mixed* $join) Resolves a JOIN clause checking if the associated models exist @@ -95,11 +95,11 @@ final protected *string* **_getJoinType** (*array* $join) Resolves a JOIN type -final protected *array* **_getSingleJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) $relation) +final protected *array* **_getSingleJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) $relation) Resolves joins involving has-one/belongs-to/has-many relations -final protected *array* **_getMultiJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) $relation) +final protected *array* **_getMultiJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) $relation) Resolves joins involving many-to-many relations @@ -147,19 +147,19 @@ final protected **_executeSelect** (*mixed* $intermediate, *mixed* $bindParams, Executes the SELECT intermediate representation producing a Phalcon\\Mvc\\Model\\Resultset -final protected [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeInsert** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeInsert** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) Executes the INSERT intermediate representation producing a Phalcon\\Mvc\\Model\\Query\\Status -final protected [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeUpdate** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeUpdate** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) Executes the UPDATE intermediate representation producing a Phalcon\\Mvc\\Model\\Query\\Status -final protected [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeDelete** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeDelete** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) Executes the DELETE intermediate representation producing a Phalcon\\Mvc\\Model\\Query\\Status -final protected [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) **_getRelatedRecords** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) **_getRelatedRecords** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $intermediate, *array* $bindParams, *array* $bindTypes) Query the records on which the UPDATE/DELETE operation well be done @@ -167,7 +167,7 @@ public *mixed* **execute** ([*array* $bindParams], [*array* $bindTypes]) Executes a parsed PHQL statement -public [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) **getSingleResult** ([*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) **getSingleResult** ([*array* $bindParams], [*array* $bindTypes]) Executes the query returning the first result diff --git a/th/api/Phalcon_Mvc_Model_Query_Builder.md b/th/api/Phalcon_Mvc_Model_Query_Builder.md index a1c7466a7e7c..407fb2358d03 100644 --- a/th/api/Phalcon_Mvc_Model_Query_Builder.md +++ b/th/api/Phalcon_Mvc_Model_Query_Builder.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Query\\Builder** -*implements* [Phalcon\Mvc\Model\Query\BuilderInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_BuilderInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\Query\BuilderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_BuilderInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -46,11 +46,11 @@ $queryBuilder = new \Phalcon\Mvc\Model\Query\Builder($params); ## Methods -public **__construct** ([*mixed* $params], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([*mixed* $params], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\Model\\Query\\Builder constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -162,7 +162,7 @@ public *string* | *array* **getFrom** () Return the models who makes part of the query -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **join** (*string* $model, [*string* $conditions], [*string* $alias], [*string* $type]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **join** (*string* $model, [*string* $conditions], [*string* $alias], [*string* $type]) Adds an :type: join (by default type - INNER) to the query @@ -183,7 +183,7 @@ $builder->join("Robots", "r.id = RobotsParts.robots_id", "r", "LEFT"); ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **innerJoin** (*string* $model, [*string* $conditions], [*string* $alias]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **innerJoin** (*string* $model, [*string* $conditions], [*string* $alias]) Adds an INNER join to the query @@ -201,7 +201,7 @@ $builder->innerJoin("Robots", "r.id = RobotsParts.robots_id", "r"); ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **leftJoin** (*string* $model, [*string* $conditions], [*string* $alias]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **leftJoin** (*string* $model, [*string* $conditions], [*string* $alias]) Adds a LEFT join to the query @@ -212,7 +212,7 @@ $builder->leftJoin("Robots", "r.id = RobotsParts.robots_id", "r"); ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **rightJoin** (*string* $model, [*string* $conditions], [*string* $alias]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **rightJoin** (*string* $model, [*string* $conditions], [*string* $alias]) Adds a RIGHT join to the query @@ -227,7 +227,7 @@ public *array* **getJoins** () Return join parts of the query -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **where** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **where** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) Sets the query WHERE conditions @@ -248,7 +248,7 @@ $builder->where( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **andWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **andWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current WHERE conditions using a AND operator @@ -267,7 +267,7 @@ $builder->andWhere( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **orWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **orWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current conditions using an OR operator @@ -334,7 +334,7 @@ public *string* | *array* **getWhere** () Return the conditions for the query -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **orderBy** (*string* | *array* $orderBy) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **orderBy** (*string* | *array* $orderBy) Sets an ORDER BY condition clause @@ -350,7 +350,7 @@ public *string* | *array* **getOrderBy** () Returns the set ORDER BY clause -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **having** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **having** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) Sets the HAVING condition clause @@ -368,7 +368,7 @@ $builder->having( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **andHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **andHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current HAVING conditions clause using a AND operator @@ -386,7 +386,7 @@ $builder->andHaving( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **orHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **orHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current HAVING conditions clause using an OR operator @@ -495,7 +495,7 @@ public *string* | *array* **getOffset** () Returns the current OFFSET clause -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **groupBy** (*string* | *array* $group) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **groupBy** (*string* | *array* $group) Sets a GROUP BY clause diff --git a/th/api/Phalcon_Mvc_Model_Query_Status.md b/th/api/Phalcon_Mvc_Model_Query_Status.md index 109f7859eccb..dc1b39759cbb 100644 --- a/th/api/Phalcon_Mvc_Model_Query_Status.md +++ b/th/api/Phalcon_Mvc_Model_Query_Status.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Query\\Status** -*implements* [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) +*implements* [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) Source on GitHub @@ -30,7 +30,7 @@ if ($status->success() === true) { ## Methods -public **__construct** (*mixed* $success, [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model]) +public **__construct** (*mixed* $success, [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model]) public **getModel** () diff --git a/th/api/Phalcon_Mvc_Model_Relation.md b/th/api/Phalcon_Mvc_Model_Relation.md index 53f9e43b3536..04b627e8c2f5 100644 --- a/th/api/Phalcon_Mvc_Model_Relation.md +++ b/th/api/Phalcon_Mvc_Model_Relation.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Relation** -*implements* [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) +*implements* [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) Source on GitHub diff --git a/th/api/Phalcon_Mvc_Model_Resultset.md b/th/api/Phalcon_Mvc_Model_Resultset.md index 12a785cf8a84..78f52624d98f 100644 --- a/th/api/Phalcon_Mvc_Model_Resultset.md +++ b/th/api/Phalcon_Mvc_Model_Resultset.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\Resultset** -*implements* [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) +*implements* [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) Source on GitHub @@ -55,7 +55,7 @@ while ($robots->valid()) { ## Methods -public **__construct** ([Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) | *false* $result, [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +public **__construct** ([Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) | *false* $result, [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Phalcon\\Mvc\\Model\\Resultset constructor @@ -91,7 +91,7 @@ public **offsetGet** (*mixed* $index) Gets row in a specific position of the resultset -public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) +public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface @@ -143,7 +143,7 @@ public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $condi Deletes every record in the resultset -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) Filters a resultset returning only those the developer requires @@ -172,7 +172,7 @@ echo json_encode($robots); ``` -abstract public **toArray** () inherited from [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) +abstract public **toArray** () inherited from [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) ... diff --git a/th/api/Phalcon_Mvc_Model_Resultset_Complex.md b/th/api/Phalcon_Mvc_Model_Resultset_Complex.md index b2321aa2bab5..bcc460486376 100644 --- a/th/api/Phalcon_Mvc_Model_Resultset_Complex.md +++ b/th/api/Phalcon_Mvc_Model_Resultset_Complex.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Resultset\\Complex** -*extends* abstract class [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +*extends* abstract class [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) -*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) +*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) Source on GitHub @@ -22,7 +22,7 @@ Complex resultsets may include complete objects and scalar values. This class bu ## Methods -public **__construct** (*array* $columnTypes, [[Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) $result], [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +public **__construct** (*array* $columnTypes, [[Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) $result], [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Phalcon\\Mvc\\Model\\Resultset\\Complex constructor @@ -42,91 +42,91 @@ public **unserialize** (*mixed* $data) Unserializing a resultset will allow to only works on the rows present in the saved state -public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Moves cursor to next row in the resultset -public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Check whether internal resource has rows to fetch -public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets pointer number of active row in the resultset -final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Rewinds resultset to its beginning -final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Changes internal pointer to a specific position in the resultset Set new position if required and set this->_row -final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Counts how many rows are in the resultset -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Checks whether offset exists in the resultset -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets row in a specific position of the resultset -public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the internal type of data retrieval that the resultset is using -public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get first row in the resultset -public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get last row in the resultset -public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Set if the resultset is fresh or an old one cached -public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Tell if the resultset if fresh or an old one cached -public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Sets the hydration mode in the resultset -public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the current hydration mode -public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the associated cache for the resultset -public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the error messages produced by a batch operation -public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Updates every record in the resultset -public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Deletes every record in the resultset -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Filters a resultset returning only those the developer requires @@ -143,7 +143,7 @@ $filtered = $robots->filter( ``` -public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns serialised model objects as array for json_encode. Calls jsonSerialize on each object if present diff --git a/th/api/Phalcon_Mvc_Model_Resultset_Simple.md b/th/api/Phalcon_Mvc_Model_Resultset_Simple.md index 80a9533c22b3..aea4980ff535 100644 --- a/th/api/Phalcon_Mvc_Model_Resultset_Simple.md +++ b/th/api/Phalcon_Mvc_Model_Resultset_Simple.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Resultset\\Simple** -*extends* abstract class [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +*extends* abstract class [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) -*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) +*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) Source on GitHub @@ -22,7 +22,7 @@ Simple resultsets only contains a complete objects This class builds every compl ## Methods -public **__construct** (*array* $columnMap, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/en/3.2/api/Phalcon_Mvc_Model_Row) $model, [Phalcon\Db\Result\Pdo](/en/3.2/api/Phalcon_Db_Result_Pdo) | *null* $result, [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache], [*boolean* $keepSnapshots]) +public **__construct** (*array* $columnMap, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Row) $model, [Phalcon\Db\Result\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Result_Pdo) | *null* $result, [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache], [*boolean* $keepSnapshots]) Phalcon\\Mvc\\Model\\Resultset\\Simple constructor @@ -42,91 +42,91 @@ public **unserialize** (*mixed* $data) Unserializing a resultset will allow to only works on the rows present in the saved state -public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Moves cursor to next row in the resultset -public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Check whether internal resource has rows to fetch -public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets pointer number of active row in the resultset -final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Rewinds resultset to its beginning -final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Changes the internal pointer to a specific position in the resultset. Set the new position if required, and then set this->_row -final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Counts how many rows are in the resultset -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Checks whether offset exists in the resultset -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets row in a specific position of the resultset -public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the internal type of data retrieval that the resultset is using -public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get first row in the resultset -public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get last row in the resultset -public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Set if the resultset is fresh or an old one cached -public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Tell if the resultset if fresh or an old one cached -public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Sets the hydration mode in the resultset -public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the current hydration mode -public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the associated cache for the resultset -public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the error messages produced by a batch operation -public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Updates every record in the resultset -public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Deletes every record in the resultset -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Filters a resultset returning only those the developer requires @@ -143,7 +143,7 @@ $filtered = $robots->filter( ``` -public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns serialised model objects as array for json_encode. Calls jsonSerialize on each object if present diff --git a/th/api/Phalcon_Mvc_Model_Row.md b/th/api/Phalcon_Mvc_Model_Row.md index 0595f8444e4d..4d330cbbc1e5 100644 --- a/th/api/Phalcon_Mvc_Model_Row.md +++ b/th/api/Phalcon_Mvc_Model_Row.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Row** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\Model\ResultInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\Model\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) Source on GitHub @@ -16,11 +16,11 @@ public *boolean* **offsetExists** (*string* | *int* $index) Checks whether offset exists in the row -public *string* | [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) **offsetGet** (*string* | *int* $index) +public *string* | [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) **offsetGet** (*string* | *int* $index) Gets a record in a specific position of the row -public **offsetSet** (*string* | *int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) +public **offsetSet** (*string* | *int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) Rows cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface diff --git a/th/api/Phalcon_Mvc_Model_Transaction.md b/th/api/Phalcon_Mvc_Model_Transaction.md index 7d79b63280ab..da1885cd6892 100644 --- a/th/api/Phalcon_Mvc_Model_Transaction.md +++ b/th/api/Phalcon_Mvc_Model_Transaction.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction** -*implements* [Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) +*implements* [Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) Source on GitHub @@ -44,11 +44,11 @@ try { ## Methods -public **__construct** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, [*boolean* $autoBegin], [*string* $service]) +public **__construct** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, [*boolean* $autoBegin], [*string* $service]) Phalcon\\Mvc\\Model\\Transaction constructor -public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) +public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) Sets transaction manager related to the transaction @@ -60,7 +60,7 @@ public **commit** () Commits the transaction -public *boolean* **rollback** ([*string* $rollbackMessage], [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $rollbackRecord]) +public *boolean* **rollback** ([*string* $rollbackMessage], [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $rollbackRecord]) Rollbacks the transaction @@ -88,6 +88,6 @@ public **isValid** () Checks whether internal connection is under an active transaction -public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record) +public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record) Sets object which generates rollback action \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_TransactionInterface.md b/th/api/Phalcon_Mvc_Model_TransactionInterface.md index 5dbd60ce8996..19be5fbe67e4 100644 --- a/th/api/Phalcon_Mvc_Model_TransactionInterface.md +++ b/th/api/Phalcon_Mvc_Model_TransactionInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) +abstract public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) ... @@ -44,6 +44,6 @@ abstract public **isValid** () ... -abstract public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record) +abstract public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record) ... \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_Transaction_Exception.md b/th/api/Phalcon_Mvc_Model_Transaction_Exception.md index 122f417171a5..2b59622f2a5c 100644 --- a/th/api/Phalcon_Mvc_Model_Transaction_Exception.md +++ b/th/api/Phalcon_Mvc_Model_Transaction_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction\\Exception** -*extends* class [Phalcon\Mvc\Model\Exception](/en/3.2/api/Phalcon_Mvc_Model_Exception) +*extends* class [Phalcon\Mvc\Model\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Mvc_Model_Transaction_Failed.md b/th/api/Phalcon_Mvc_Model_Transaction_Failed.md index f608443171c6..7e561b92410b 100644 --- a/th/api/Phalcon_Mvc_Model_Transaction_Failed.md +++ b/th/api/Phalcon_Mvc_Model_Transaction_Failed.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction\\Failed** -*extends* class [Phalcon\Mvc\Model\Transaction\Exception](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Exception) +*extends* class [Phalcon\Mvc\Model\Transaction\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) @@ -10,7 +10,7 @@ This class will be thrown to exit a try/catch block for isolated transactions ## Methods -public **__construct** (*mixed* $message, [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record]) +public **__construct** (*mixed* $message, [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record]) Phalcon\\Mvc\\Model\\Transaction\\Failed constructor diff --git a/th/api/Phalcon_Mvc_Model_Transaction_Manager.md b/th/api/Phalcon_Mvc_Model_Transaction_Manager.md index 2d941ddda3fa..4d453c522e38 100644 --- a/th/api/Phalcon_Mvc_Model_Transaction_Manager.md +++ b/th/api/Phalcon_Mvc_Model_Transaction_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction\\Manager** -*implements* [Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -48,11 +48,11 @@ try { ## Methods -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\Model\\Transaction\\Manager constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -100,15 +100,15 @@ public **rollback** ([*boolean* $collect]) Rollbacks active transactions within the manager Collect will remove the transaction from the manager -public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Notifies the manager about a rollbacked transaction -public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Notifies the manager about a committed transaction -protected **_collectTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +protected **_collectTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Removes transactions from the TransactionManager diff --git a/th/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md b/th/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md index 19b7985b19de..9537fd42f37a 100644 --- a/th/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md +++ b/th/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md @@ -24,11 +24,11 @@ abstract public **rollback** ([*mixed* $collect]) ... -abstract public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +abstract public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) ... -abstract public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +abstract public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) ... diff --git a/th/api/Phalcon_Mvc_Model_ValidationFailed.md b/th/api/Phalcon_Mvc_Model_ValidationFailed.md index 99666c60abdf..02cb8c0a02fd 100644 --- a/th/api/Phalcon_Mvc_Model_ValidationFailed.md +++ b/th/api/Phalcon_Mvc_Model_ValidationFailed.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\ValidationFailed** -*extends* class [Phalcon\Mvc\Model\Exception](/en/3.2/api/Phalcon_Mvc_Model_Exception) +*extends* class [Phalcon\Mvc\Model\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Mvc_Model_Validator.md b/th/api/Phalcon_Mvc_Model_Validator.md index 684f202f4658..1a310744ebf2 100644 --- a/th/api/Phalcon_Mvc_Model_Validator.md +++ b/th/api/Phalcon_Mvc_Model_Validator.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\Validator** -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -34,6 +34,6 @@ public **isSetOption** (*mixed* $option) Check whether an option has been defined in the validator options -abstract public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) inherited from [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +abstract public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) inherited from [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) ... \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_ValidatorInterface.md b/th/api/Phalcon_Mvc_Model_ValidatorInterface.md index a5368614ae11..b271009d52d6 100644 --- a/th/api/Phalcon_Mvc_Model_ValidatorInterface.md +++ b/th/api/Phalcon_Mvc_Model_ValidatorInterface.md @@ -8,6 +8,6 @@ abstract public **getMessages** () ... -abstract public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +abstract public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) ... \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_Validator_Email.md b/th/api/Phalcon_Mvc_Model_Validator_Email.md index 7ffe15592ab0..9dbb102a800f 100644 --- a/th/api/Phalcon_Mvc_Model_Validator_Email.md +++ b/th/api/Phalcon_Mvc_Model_Validator_Email.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Email** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -37,30 +37,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_Validator_Exclusionin.md b/th/api/Phalcon_Mvc_Model_Validator_Exclusionin.md index 90ce3264cbd8..e4d04aa2e50e 100644 --- a/th/api/Phalcon_Mvc_Model_Validator_Exclusionin.md +++ b/th/api/Phalcon_Mvc_Model_Validator_Exclusionin.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Exclusionin** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -40,30 +40,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_Validator_Inclusionin.md b/th/api/Phalcon_Mvc_Model_Validator_Inclusionin.md index f09924b99884..e52f1890ffd9 100644 --- a/th/api/Phalcon_Mvc_Model_Validator_Inclusionin.md +++ b/th/api/Phalcon_Mvc_Model_Validator_Inclusionin.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Inclusionin** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -40,30 +40,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_Validator_Ip.md b/th/api/Phalcon_Mvc_Model_Validator_Ip.md index 5352f580e6e6..70c9ca31ca08 100644 --- a/th/api/Phalcon_Mvc_Model_Validator_Ip.md +++ b/th/api/Phalcon_Mvc_Model_Validator_Ip.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Ip** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -73,30 +73,30 @@ class Data extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_Validator_Numericality.md b/th/api/Phalcon_Mvc_Model_Validator_Numericality.md index d2766740b709..56511b0ac1af 100644 --- a/th/api/Phalcon_Mvc_Model_Validator_Numericality.md +++ b/th/api/Phalcon_Mvc_Model_Validator_Numericality.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Numericality** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -37,30 +37,30 @@ class Products extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_Validator_PresenceOf.md b/th/api/Phalcon_Mvc_Model_Validator_PresenceOf.md index 3ff7ffc2d37f..123dde34f112 100644 --- a/th/api/Phalcon_Mvc_Model_Validator_PresenceOf.md +++ b/th/api/Phalcon_Mvc_Model_Validator_PresenceOf.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\PresenceOf** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -38,30 +38,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_Validator_Regex.md b/th/api/Phalcon_Mvc_Model_Validator_Regex.md index edf6fa66a8aa..4f8dcec7223a 100644 --- a/th/api/Phalcon_Mvc_Model_Validator_Regex.md +++ b/th/api/Phalcon_Mvc_Model_Validator_Regex.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Regex** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -38,30 +38,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_Validator_StringLength.md b/th/api/Phalcon_Mvc_Model_Validator_StringLength.md index d876a7c1c429..f8d0d187701c 100644 --- a/th/api/Phalcon_Mvc_Model_Validator_StringLength.md +++ b/th/api/Phalcon_Mvc_Model_Validator_StringLength.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\StringLength** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -41,30 +41,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_Validator_Uniqueness.md b/th/api/Phalcon_Mvc_Model_Validator_Uniqueness.md index 0c6f3f3e92ab..3c6dede53187 100644 --- a/th/api/Phalcon_Mvc_Model_Validator_Uniqueness.md +++ b/th/api/Phalcon_Mvc_Model_Validator_Uniqueness.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Uniqueness** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -39,30 +39,30 @@ class Subscriptors extends Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Model_Validator_Url.md b/th/api/Phalcon_Mvc_Model_Validator_Url.md index 2a07a3e0a3b0..d25ce7e970fb 100644 --- a/th/api/Phalcon_Mvc_Model_Validator_Url.md +++ b/th/api/Phalcon_Mvc_Model_Validator_Url.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Url** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -37,30 +37,30 @@ class Posts extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_ModuleDefinitionInterface.md b/th/api/Phalcon_Mvc_ModuleDefinitionInterface.md index eb0f3f8e1dd0..ce9e75d505be 100644 --- a/th/api/Phalcon_Mvc_ModuleDefinitionInterface.md +++ b/th/api/Phalcon_Mvc_ModuleDefinitionInterface.md @@ -4,10 +4,10 @@ ## Methods -abstract public **registerAutoloaders** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +abstract public **registerAutoloaders** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) ... -abstract public **registerServices** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **registerServices** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Router.md b/th/api/Phalcon_Mvc_Router.md index 30fd2f657951..e2f4ca159bdd 100644 --- a/th/api/Phalcon_Mvc_Router.md +++ b/th/api/Phalcon_Mvc_Router.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -43,7 +43,7 @@ public **__construct** ([*mixed* $defaultRoutes]) Phalcon\\Mvc\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -51,7 +51,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -186,7 +186,7 @@ public **addConnect** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) Adds a route to the router that only match if the HTTP method is CONNECT -public **mount** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) +public **mount** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) Mounts a group of routes in the router diff --git a/th/api/Phalcon_Mvc_RouterInterface.md b/th/api/Phalcon_Mvc_RouterInterface.md index e11904311ae7..b015ca518853 100644 --- a/th/api/Phalcon_Mvc_RouterInterface.md +++ b/th/api/Phalcon_Mvc_RouterInterface.md @@ -68,7 +68,7 @@ abstract public **addConnect** (*mixed* $pattern, [*mixed* $paths]) ... -abstract public **mount** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) +abstract public **mount** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) ... diff --git a/th/api/Phalcon_Mvc_Router_Annotations.md b/th/api/Phalcon_Mvc_Router_Annotations.md index 9382815d9f62..5fe70c19c847 100644 --- a/th/api/Phalcon_Mvc_Router_Annotations.md +++ b/th/api/Phalcon_Mvc_Router_Annotations.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Router\\Annotations** -*extends* class [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +*extends* class [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -52,11 +52,11 @@ public **handle** ([*mixed* $uri]) Produce the routing parameters from the rewrite information -public **processControllerAnnotation** (*mixed* $handler, [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) $annotation) +public **processControllerAnnotation** (*mixed* $handler, [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) $annotation) Checks for annotations in the controller docblock -public **processActionAnnotation** (*mixed* $module, *mixed* $namespaceName, *mixed* $controller, *mixed* $action, [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) $annotation) +public **processActionAnnotation** (*mixed* $module, *mixed* $namespaceName, *mixed* $controller, *mixed* $action, [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) $annotation) Checks for annotations in the public methods of the controller @@ -72,31 +72,31 @@ public **getResources** () Return the registered resources -public **__construct** ([*mixed* $defaultRoutes]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **__construct** ([*mixed* $defaultRoutes]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Phalcon\\Mvc\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getDI** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getEventsManager** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the internal event manager -public **getRewriteUri** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRewriteUri** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Get rewrite info. This info is read from $_GET["_url"]. This returns '/' if the rewrite information cannot be read -public **setUriSource** (*mixed* $uriSource) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setUriSource** (*mixed* $uriSource) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the URI source. One of the URI_SOURCE_* constants @@ -109,27 +109,27 @@ $router->setUriSource( ``` -public **removeExtraSlashes** (*mixed* $remove) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **removeExtraSlashes** (*mixed* $remove) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Set whether router must remove the extra slashes in the handled routes -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the name of the default namespace -public **setDefaultModule** (*mixed* $moduleName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultModule** (*mixed* $moduleName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the name of the default module -public **setDefaultController** (*mixed* $controllerName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultController** (*mixed* $controllerName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the default controller name -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the default action name -public **setDefaults** (*array* $defaults) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaults** (*array* $defaults) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets an array of default paths. If a route is missing a path the router will use the defined here This method must not be used to set a 404 route @@ -145,11 +145,11 @@ $router->setDefaults( ``` -public **getDefaults** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getDefaults** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns an array of default parameters -public **add** (*mixed* $pattern, [*mixed* $paths], [*mixed* $httpMethods], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **add** (*mixed* $pattern, [*mixed* $paths], [*mixed* $httpMethods], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router without any HTTP constraint @@ -164,102 +164,102 @@ $router->add("/about", "About::index", ["GET", "POST"], Router::POSITION_FIRST); ``` -public **addGet** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addGet** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is GET -public **addPost** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPost** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is POST -public **addPut** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPut** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is PUT -public **addPatch** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPatch** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is PATCH -public **addDelete** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addDelete** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is DELETE -public **addOptions** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addOptions** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Add a route to the router that only match if the HTTP method is OPTIONS -public **addHead** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addHead** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is HEAD -public **addPurge** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPurge** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is PURGE (Squid and Varnish support) -public **addTrace** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addTrace** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is TRACE -public **addConnect** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addConnect** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is CONNECT -public **mount** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **mount** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Mounts a group of routes in the router -public **notFound** (*mixed* $paths) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **notFound** (*mixed* $paths) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Set a group of paths to be returned when none of the defined routes are matched -public **clear** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **clear** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Removes all the pre-defined routes -public **getNamespaceName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getNamespaceName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed namespace name -public **getModuleName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getModuleName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed module name -public **getControllerName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getControllerName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed controller name -public **getActionName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getActionName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed action name -public **getParams** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getParams** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed parameters -public **getMatchedRoute** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getMatchedRoute** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the route that matches the handled URI -public **getMatches** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getMatches** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the sub expressions in the regular expression matched -public **wasMatched** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **wasMatched** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Checks if the router matches any of the defined routes -public **getRoutes** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRoutes** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns all the routes defined in the router -public **getRouteById** (*mixed* $id) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRouteById** (*mixed* $id) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns a route object by its id -public **getRouteByName** (*mixed* $name) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRouteByName** (*mixed* $name) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns a route object by its name -public **isExactControllerName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **isExactControllerName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns whether controller name should not be mangled \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_Router_Exception.md b/th/api/Phalcon_Mvc_Router_Exception.md index 02a5c4520420..eb5ccb0230d1 100644 --- a/th/api/Phalcon_Mvc_Router_Exception.md +++ b/th/api/Phalcon_Mvc_Router_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Mvc_Router_Group.md b/th/api/Phalcon_Mvc_Router_Group.md index 2c73c4c2dc40..eeab534442e2 100644 --- a/th/api/Phalcon_Mvc_Router_Group.md +++ b/th/api/Phalcon_Mvc_Router_Group.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router\\Group** -*implements* [Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) +*implements* [Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) Source on GitHub @@ -105,31 +105,31 @@ $router->add("/about", "About::index"); ``` -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addGet** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addGet** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is GET -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addPost** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addPost** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is POST -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addPut** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addPut** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is PUT -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addPatch** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addPatch** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is PATCH -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addDelete** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addDelete** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is DELETE -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addOptions** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addOptions** (*string* $pattern, [*string/array* $paths]) Add a route to the router that only match if the HTTP method is OPTIONS -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addHead** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addHead** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is HEAD diff --git a/th/api/Phalcon_Mvc_Router_Route.md b/th/api/Phalcon_Mvc_Router_Route.md index 127f67b9c836..27e8a41b68b2 100644 --- a/th/api/Phalcon_Mvc_Router_Route.md +++ b/th/api/Phalcon_Mvc_Router_Route.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router\\Route** -*implements* [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) +*implements* [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) Source on GitHub @@ -169,7 +169,7 @@ public **getHostname** () Returns the hostname restriction if any -public **setGroup** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) +public **setGroup** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) Sets the group associated with the route diff --git a/th/api/Phalcon_Mvc_Url.md b/th/api/Phalcon_Mvc_Url.md index 328f57aedb29..6d0b5788d4d0 100644 --- a/th/api/Phalcon_Mvc_Url.md +++ b/th/api/Phalcon_Mvc_Url.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Url** -*implements* [Phalcon\Mvc\UrlInterface](/en/3.2/api/Phalcon_Mvc_UrlInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\UrlInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_UrlInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -25,7 +25,7 @@ echo $url->get( ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container diff --git a/th/api/Phalcon_Mvc_Url_Exception.md b/th/api/Phalcon_Mvc_Url_Exception.md index 39b05c29f564..ac21fa87cc20 100644 --- a/th/api/Phalcon_Mvc_Url_Exception.md +++ b/th/api/Phalcon_Mvc_Url_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Url\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Mvc_User_Component.md b/th/api/Phalcon_Mvc_User_Component.md index d2a833d28c1f..76a1ad2c2736 100644 --- a/th/api/Phalcon_Mvc_User_Component.md +++ b/th/api/Phalcon_Mvc_User_Component.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Component** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_User_Module.md b/th/api/Phalcon_Mvc_User_Module.md index 55bbde494ddb..9db03bbd9faf 100644 --- a/th/api/Phalcon_Mvc_User_Module.md +++ b/th/api/Phalcon_Mvc_User_Module.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Module** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_User_Plugin.md b/th/api/Phalcon_Mvc_User_Plugin.md index 4cafec636188..6a751cef5fde 100644 --- a/th/api/Phalcon_Mvc_User_Plugin.md +++ b/th/api/Phalcon_Mvc_User_Plugin.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Plugin** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_View.md b/th/api/Phalcon_Mvc_View.md index f96f1271ec28..eace2784eafc 100644 --- a/th/api/Phalcon_Mvc_View.md +++ b/th/api/Phalcon_Mvc_View.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewInterface](/en/3.2/api/Phalcon_Mvc_ViewInterface), [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewInterface), [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -260,7 +260,7 @@ protected **_loadTemplateEngines** () Loads registered template engines, if none is registered it will use Phalcon\\Mvc\\View\\Engine\\Php -protected **_engineRender** (*array* $engines, *string* $viewPath, *boolean* $silence, *boolean* $mustClean, [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +protected **_engineRender** (*array* $engines, *string* $viewPath, *boolean* $silence, *boolean* $mustClean, [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Checks whether view exists on registered extensions and render it @@ -490,18 +490,18 @@ protected **getViewsDirs** () Gets views directories -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_ViewInterface.md b/th/api/Phalcon_Mvc_ViewInterface.md index 543c0471b48e..5b8ac57186ab 100644 --- a/th/api/Phalcon_Mvc_ViewInterface.md +++ b/th/api/Phalcon_Mvc_ViewInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Mvc\\ViewInterface** -*implements* [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -118,42 +118,42 @@ abstract public **isDisabled** () ... -abstract public **setViewsDir** (*mixed* $viewsDir) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setViewsDir** (*mixed* $viewsDir) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getViewsDir** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getViewsDir** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setParamToView** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setParamToView** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setVar** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setVar** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getParamsToView** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getParamsToView** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getCache** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getCache** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **cache** ([*mixed* $options]) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **cache** ([*mixed* $options]) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setContent** (*mixed* $content) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setContent** (*mixed* $content) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getContent** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getContent** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **partial** (*mixed* $partialPath, [*mixed* $params]) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **partial** (*mixed* $partialPath, [*mixed* $params]) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_View_Engine.md b/th/api/Phalcon_Mvc_View_Engine.md index 3ced1cebed7e..70ccc369182d 100644 --- a/th/api/Phalcon_Mvc_View_Engine.md +++ b/th/api/Phalcon_Mvc_View_Engine.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Mvc\\View\\Engine** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) Source on GitHub @@ -10,7 +10,7 @@ All the template engine adapters must inherit this class. This provides basic in ## Methods -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\View\\Engine constructor @@ -26,26 +26,26 @@ public **getView** () Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get -abstract public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) inherited from [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) +abstract public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) inherited from [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) ... \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_View_Engine_Php.md b/th/api/Phalcon_Mvc_View_Engine_Php.md index d9a7d398b51c..8de999a7097e 100644 --- a/th/api/Phalcon_Mvc_View_Engine_Php.md +++ b/th/api/Phalcon_Mvc_View_Engine_Php.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Php** -*extends* abstract class [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +*extends* abstract class [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) -*implements* [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -14,38 +14,38 @@ public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) Renders a view using the template engine -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Phalcon\\Mvc\\View\\Engine constructor -public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns cached output on another view stage -public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Renders a partial inside another view -public **getView** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getView** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_View_Engine_Volt.md b/th/api/Phalcon_Mvc_View_Engine_Volt.md index 51bcbd0b4069..09e27df7eec8 100644 --- a/th/api/Phalcon_Mvc_View_Engine_Volt.md +++ b/th/api/Phalcon_Mvc_View_Engine_Volt.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt** -*extends* abstract class [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +*extends* abstract class [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) -*implements* [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -50,38 +50,38 @@ public **callMacro** (*mixed* $name, [*array* $arguments]) Checks if a macro is defined and calls it -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Phalcon\\Mvc\\View\\Engine constructor -public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns cached output on another view stage -public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Renders a partial inside another view -public **getView** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getView** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/th/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md b/th/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md index 9f4709fc2397..1cff2c03c71c 100644 --- a/th/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md +++ b/th/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt\\Compiler** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -19,9 +19,9 @@ require $compiler->getCompiledTemplatePath(); ## Methods -public **__construct** ([[Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view]) +public **__construct** ([[Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view]) -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/th/api/Phalcon_Mvc_View_Engine_Volt_Exception.md b/th/api/Phalcon_Mvc_View_Engine_Volt_Exception.md index 8b3302f56a84..7d858d34074e 100644 --- a/th/api/Phalcon_Mvc_View_Engine_Volt_Exception.md +++ b/th/api/Phalcon_Mvc_View_Engine_Volt_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt\\Exception** -*extends* class [Phalcon\Mvc\View\Exception](/en/3.2/api/Phalcon_Mvc_View_Exception) +*extends* class [Phalcon\Mvc\View\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Mvc_View_Exception.md b/th/api/Phalcon_Mvc_View_Exception.md index 2d43c11197c2..ae2fede35d54 100644 --- a/th/api/Phalcon_Mvc_View_Exception.md +++ b/th/api/Phalcon_Mvc_View_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Mvc_View_Simple.md b/th/api/Phalcon_Mvc_View_Simple.md index a27c183e396c..02b3d713392a 100644 --- a/th/api/Phalcon_Mvc_View_Simple.md +++ b/th/api/Phalcon_Mvc_View_Simple.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Simple** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -221,18 +221,18 @@ echo $this->view->products; ``` -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager \ No newline at end of file diff --git a/th/api/Phalcon_Paginator_Adapter.md b/th/api/Phalcon_Paginator_Adapter.md index 4f7bd5286f14..e6094c3f196e 100644 --- a/th/api/Phalcon_Paginator_Adapter.md +++ b/th/api/Phalcon_Paginator_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Paginator\\Adapter** -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -18,6 +18,6 @@ public **getLimit** () Get current rows limit -abstract public **getPaginate** () inherited from [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +abstract public **getPaginate** () inherited from [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) ... \ No newline at end of file diff --git a/th/api/Phalcon_Paginator_Adapter_Model.md b/th/api/Phalcon_Paginator_Adapter_Model.md index 1b6f1ba04a74..5eed7c0efb4b 100644 --- a/th/api/Phalcon_Paginator_Adapter_Model.md +++ b/th/api/Phalcon_Paginator_Adapter_Model.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\Model** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -35,14 +35,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/th/api/Phalcon_Paginator_Adapter_NativeArray.md b/th/api/Phalcon_Paginator_Adapter_NativeArray.md index c399691b9f21..0ed15659e21d 100644 --- a/th/api/Phalcon_Paginator_Adapter_NativeArray.md +++ b/th/api/Phalcon_Paginator_Adapter_NativeArray.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\NativeArray** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -39,14 +39,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/th/api/Phalcon_Paginator_Adapter_QueryBuilder.md b/th/api/Phalcon_Paginator_Adapter_QueryBuilder.md index d7b956b38370..cadb5a75a560 100644 --- a/th/api/Phalcon_Paginator_Adapter_QueryBuilder.md +++ b/th/api/Phalcon_Paginator_Adapter_QueryBuilder.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\QueryBuilder** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -36,7 +36,7 @@ public **getCurrentPage** () Get the current page number -public **setQueryBuilder** ([Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) $builder) +public **setQueryBuilder** ([Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) $builder) Set query builder object @@ -48,14 +48,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/th/api/Phalcon_Paginator_Exception.md b/th/api/Phalcon_Paginator_Exception.md index e263167ae42b..cd640676cd57 100644 --- a/th/api/Phalcon_Paginator_Exception.md +++ b/th/api/Phalcon_Paginator_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Paginator\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Paginator_Factory.md b/th/api/Phalcon_Paginator_Factory.md index b87215eae4c1..5c0d62c36b72 100644 --- a/th/api/Phalcon_Paginator_Factory.md +++ b/th/api/Phalcon_Paginator_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -29,8 +29,8 @@ $paginator = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/th/api/Phalcon_Queue_Beanstalk_Exception.md b/th/api/Phalcon_Queue_Beanstalk_Exception.md index d31d84525db3..fc99eb9bfe65 100644 --- a/th/api/Phalcon_Queue_Beanstalk_Exception.md +++ b/th/api/Phalcon_Queue_Beanstalk_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Queue\\Beanstalk\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Tag_Exception.md b/th/api/Phalcon_Tag_Exception.md index 14a0b4432296..627b20da27da 100644 --- a/th/api/Phalcon_Tag_Exception.md +++ b/th/api/Phalcon_Tag_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Tag\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Tag_Select.md b/th/api/Phalcon_Tag_Select.md index 54c9231c55b9..32838423225f 100644 --- a/th/api/Phalcon_Tag_Select.md +++ b/th/api/Phalcon_Tag_Select.md @@ -10,7 +10,7 @@ public static **selectField** (*array* $parameters, [*array* $data]) Generates a SELECT tag -private static **_optionsFromResultset** ([Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) $resultset, *array* $using, *mixed* $value, *string* $closeOption) +private static **_optionsFromResultset** ([Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) $resultset, *array* $using, *mixed* $value, *string* $closeOption) Generate the OPTION tags based on a resultset diff --git a/th/api/Phalcon_Translate_Adapter.md b/th/api/Phalcon_Translate_Adapter.md index f7dd44a78348..a34672e03fff 100644 --- a/th/api/Phalcon_Translate_Adapter.md +++ b/th/api/Phalcon_Translate_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Translate\\Adapter** -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) Source on GitHub @@ -12,7 +12,7 @@ public **__construct** (*array* $options) ... -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) ... @@ -44,10 +44,10 @@ protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders] Replaces placeholders by the values passed -abstract public **query** (*mixed* $index, [*mixed* $placeholders]) inherited from [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +abstract public **query** (*mixed* $index, [*mixed* $placeholders]) inherited from [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) ... -abstract public **exists** (*mixed* $index) inherited from [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +abstract public **exists** (*mixed* $index) inherited from [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) ... \ No newline at end of file diff --git a/th/api/Phalcon_Translate_Adapter_Csv.md b/th/api/Phalcon_Translate_Adapter_Csv.md index 96d9abe19bc6..8ae450215757 100644 --- a/th/api/Phalcon_Translate_Adapter_Csv.md +++ b/th/api/Phalcon_Translate_Adapter_Csv.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\Csv** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -26,34 +26,34 @@ public **exists** (*mixed* $index) Check whether is defined a translation key in the internal array -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/th/api/Phalcon_Translate_Adapter_Gettext.md b/th/api/Phalcon_Translate_Adapter_Gettext.md index de2f2558647e..22ebafb278b6 100644 --- a/th/api/Phalcon_Translate_Adapter_Gettext.md +++ b/th/api/Phalcon_Translate_Adapter_Gettext.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\Gettext** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -112,34 +112,34 @@ protected **getOptionsDefault** () Gets default options -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/th/api/Phalcon_Translate_Adapter_NativeArray.md b/th/api/Phalcon_Translate_Adapter_NativeArray.md index c3f861c63cf8..71258c159da4 100644 --- a/th/api/Phalcon_Translate_Adapter_NativeArray.md +++ b/th/api/Phalcon_Translate_Adapter_NativeArray.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\NativeArray** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -22,34 +22,34 @@ public **exists** (*mixed* $index) Check whether is defined a translation key in the internal array -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/th/api/Phalcon_Translate_Exception.md b/th/api/Phalcon_Translate_Exception.md index 4f2ba4cc4209..bda89014f4d6 100644 --- a/th/api/Phalcon_Translate_Exception.md +++ b/th/api/Phalcon_Translate_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Translate\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Translate_Factory.md b/th/api/Phalcon_Translate_Factory.md index dc147abaff46..93c8e6a17e16 100644 --- a/th/api/Phalcon_Translate_Factory.md +++ b/th/api/Phalcon_Translate_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -26,8 +26,8 @@ $translate = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/th/api/Phalcon_Translate_Interpolator_AssociativeArray.md b/th/api/Phalcon_Translate_Interpolator_AssociativeArray.md index 090ed88b894d..8782c1d9e246 100644 --- a/th/api/Phalcon_Translate_Interpolator_AssociativeArray.md +++ b/th/api/Phalcon_Translate_Interpolator_AssociativeArray.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Translate\\Interpolator\\AssociativeArray** -*implements* [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) +*implements* [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) Source on GitHub diff --git a/th/api/Phalcon_Translate_Interpolator_IndexedArray.md b/th/api/Phalcon_Translate_Interpolator_IndexedArray.md index ca3d0635caaf..ff1b0457bcba 100644 --- a/th/api/Phalcon_Translate_Interpolator_IndexedArray.md +++ b/th/api/Phalcon_Translate_Interpolator_IndexedArray.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Translate\\Interpolator\\IndexedArray** -*implements* [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) +*implements* [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) Source on GitHub diff --git a/th/api/Phalcon_Validation.md b/th/api/Phalcon_Validation.md index 9737110a55cb..6145493c66ce 100644 --- a/th/api/Phalcon_Validation.md +++ b/th/api/Phalcon_Validation.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\ValidationInterface](/en/3.2/api/Phalcon_ValidationInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\ValidationInterface](/[[language]]/[[version]]/api/Phalcon_ValidationInterface) Source on GitHub @@ -22,15 +22,15 @@ public **__construct** ([*array* $validators]) Phalcon\\Validation constructor -public [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) **validate** ([*array* | *object* $data], [*object* $entity]) +public [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) **validate** ([*array* | *object* $data], [*object* $entity]) Validate a set of data according to a set of rules -public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Adds a validator to a field -public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Alias of `add` method @@ -38,7 +38,7 @@ public **rules** (*mixed* $field, *array* $validators) Adds the validators to a field -public [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) **setFilters** (*string* $field, *array* | *string* $filters) +public [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) **setFilters** (*string* $field, *array* | *string* $filters) Adds filters to the field @@ -78,11 +78,11 @@ public *string* **getLabel** (*string* $field) Get label for field -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) Appends a message to the messages list -public [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) **bind** (*object* $entity, *array* | *object* $data) +public [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) **bind** (*object* $entity, *array* | *object* $data) Assigns the data to an entity The entity is used to obtain the validation values @@ -90,26 +90,26 @@ public *mixed* **getValue** (*string* $field) Gets the a value to validate in the array/object data source -protected **preChecking** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +protected **preChecking** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Internal validations, if it returns true, then skip the current validator -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/th/api/Phalcon_ValidationInterface.md b/th/api/Phalcon_ValidationInterface.md index facf2fc02375..a877fabd4d8b 100644 --- a/th/api/Phalcon_ValidationInterface.md +++ b/th/api/Phalcon_ValidationInterface.md @@ -8,11 +8,11 @@ abstract public **validate** ([*mixed* $data], [*mixed* $entity]) ... -abstract public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +abstract public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) ... -abstract public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +abstract public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) ... @@ -56,7 +56,7 @@ abstract public **getLabel** (*mixed* $field) ... -abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) ... diff --git a/th/api/Phalcon_Validation_CombinedFieldsValidator.md b/th/api/Phalcon_Validation_CombinedFieldsValidator.md index 1d7c0192bf1f..732484c1270a 100644 --- a/th/api/Phalcon_Validation_CombinedFieldsValidator.md +++ b/th/api/Phalcon_Validation_CombinedFieldsValidator.md @@ -1,45 +1,45 @@ # Abstract class **Phalcon\\Validation\\CombinedFieldsValidator** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub ## Methods -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -abstract public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $attribute) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +abstract public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $attribute) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Executes the validation -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Exception.md b/th/api/Phalcon_Validation_Exception.md index 5d09c05d9d73..b72451968f56 100644 --- a/th/api/Phalcon_Validation_Exception.md +++ b/th/api/Phalcon_Validation_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Validation\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Validation_Message.md b/th/api/Phalcon_Validation_Message.md index e7decd785082..4c2981c7c748 100644 --- a/th/api/Phalcon_Validation_Message.md +++ b/th/api/Phalcon_Validation_Message.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Validation\\Message** -*implements* [Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) +*implements* [Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) Source on GitHub diff --git a/th/api/Phalcon_Validation_Message_Group.md b/th/api/Phalcon_Validation_Message_Group.md index dc3b3b9ede64..b95624353483 100644 --- a/th/api/Phalcon_Validation_Message_Group.md +++ b/th/api/Phalcon_Validation_Message_Group.md @@ -12,7 +12,7 @@ public **__construct** ([*array* $messages]) Phalcon\\Validation\\Message\\Group constructor -public [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) **offsetGet** (*int* $index) +public [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) **offsetGet** (*int* $index) Gets an attribute a message using the array syntax @@ -25,7 +25,7 @@ print_r( ``` -public **offsetSet** (*int* $index, [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) $message) +public **offsetSet** (*int* $index, [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) $message) Sets an attribute using the array-syntax @@ -60,7 +60,7 @@ unset($message["database"]); ``` -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) Appends a message to the group @@ -73,7 +73,7 @@ $messages->appendMessage( ``` -public **appendMessages** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $messages) +public **appendMessages** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $messages) Appends an array of messages to the group @@ -112,6 +112,6 @@ public **valid** () Check if the current message in the iterator is valid -public static [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) **__set_state** (*array* $group) +public static [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) **__set_state** (*array* $group) Magic __set_state helps to re-build messages variable when exporting \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator.md b/th/api/Phalcon_Validation_Validator.md index a77d8d5e5641..fd5b27320bab 100644 --- a/th/api/Phalcon_Validation_Validator.md +++ b/th/api/Phalcon_Validation_Validator.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Validation\\Validator** -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -28,15 +28,15 @@ public **setOption** (*mixed* $key, *mixed* $value) Sets an option in the validator -abstract public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $attribute) +abstract public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $attribute) Executes the validation -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) Prepares a validation message. diff --git a/th/api/Phalcon_Validation_ValidatorInterface.md b/th/api/Phalcon_Validation_ValidatorInterface.md index f2ae64d16a79..3e5fd86684bd 100644 --- a/th/api/Phalcon_Validation_ValidatorInterface.md +++ b/th/api/Phalcon_Validation_ValidatorInterface.md @@ -12,6 +12,6 @@ abstract public **getOption** (*mixed* $key, [*mixed* $defaultValue]) ... -abstract public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $attribute) +abstract public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $attribute) ... \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_Alnum.md b/th/api/Phalcon_Validation_Validator_Alnum.md index 5b7ff39a99a1..eb459132d7d2 100644 --- a/th/api/Phalcon_Validation_Validator_Alnum.md +++ b/th/api/Phalcon_Validation_Validator_Alnum.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Alnum** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_Alpha.md b/th/api/Phalcon_Validation_Validator_Alpha.md index e4e341184c86..6a03102acaa3 100644 --- a/th/api/Phalcon_Validation_Validator_Alpha.md +++ b/th/api/Phalcon_Validation_Validator_Alpha.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Alpha** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_Between.md b/th/api/Phalcon_Validation_Validator_Between.md index 6090d87cccf6..8d307e692ea5 100644 --- a/th/api/Phalcon_Validation_Validator_Between.md +++ b/th/api/Phalcon_Validation_Validator_Between.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Between** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -54,38 +54,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_Callback.md b/th/api/Phalcon_Validation_Validator_Callback.md index 2c4b51d26001..5ee1f111a435 100644 --- a/th/api/Phalcon_Validation_Validator_Callback.md +++ b/th/api/Phalcon_Validation_Validator_Callback.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Callback** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -54,38 +54,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_Confirmation.md b/th/api/Phalcon_Validation_Validator_Confirmation.md index 83a5ffd546a0..73f77e150218 100644 --- a/th/api/Phalcon_Validation_Validator_Confirmation.md +++ b/th/api/Phalcon_Validation_Validator_Confirmation.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Confirmation** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,7 +49,7 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation @@ -57,34 +57,34 @@ final protected **compare** (*mixed* $a, *mixed* $b) Compare strings -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_CreditCard.md b/th/api/Phalcon_Validation_Validator_CreditCard.md index 810a05b974dc..cef2157b0520 100644 --- a/th/api/Phalcon_Validation_Validator_CreditCard.md +++ b/th/api/Phalcon_Validation_Validator_CreditCard.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\CreditCard** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,7 +44,7 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation @@ -52,34 +52,34 @@ private *boolean* **verifyByLuhnAlgorithm** (*string* $number) is a simple checksum formula used to validate a variety of identification numbers -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_Date.md b/th/api/Phalcon_Validation_Validator_Date.md index 4aa94d98efa2..fe67244f29c0 100644 --- a/th/api/Phalcon_Validation_Validator_Date.md +++ b/th/api/Phalcon_Validation_Validator_Date.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Date** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,7 +49,7 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation @@ -57,34 +57,34 @@ private **checkDate** (*mixed* $value, *mixed* $format) ... -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_Digit.md b/th/api/Phalcon_Validation_Validator_Digit.md index ba0922b99ac5..8d239fb7a507 100644 --- a/th/api/Phalcon_Validation_Validator_Digit.md +++ b/th/api/Phalcon_Validation_Validator_Digit.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Digit** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_Email.md b/th/api/Phalcon_Validation_Validator_Email.md index 794f2be27d50..1d3235446ef5 100644 --- a/th/api/Phalcon_Validation_Validator_Email.md +++ b/th/api/Phalcon_Validation_Validator_Email.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Email** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_Exception.md b/th/api/Phalcon_Validation_Validator_Exception.md index b72eb455c76c..adaf4f2c5e27 100644 --- a/th/api/Phalcon_Validation_Validator_Exception.md +++ b/th/api/Phalcon_Validation_Validator_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Validation\\Validator\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/th/api/Phalcon_Validation_Validator_ExclusionIn.md b/th/api/Phalcon_Validation_Validator_ExclusionIn.md index b2978d1cf8e0..262f0b206288 100644 --- a/th/api/Phalcon_Validation_Validator_ExclusionIn.md +++ b/th/api/Phalcon_Validation_Validator_ExclusionIn.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\ExclusionIn** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -55,38 +55,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_File.md b/th/api/Phalcon_Validation_Validator_File.md index f0257f0dfd9d..37885149f99d 100644 --- a/th/api/Phalcon_Validation_Validator_File.md +++ b/th/api/Phalcon_Validation_Validator_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\File** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -77,42 +77,42 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **isAllowEmpty** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **isAllowEmpty** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Check on empty -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_Identical.md b/th/api/Phalcon_Validation_Validator_Identical.md index 24f342468836..176449673952 100644 --- a/th/api/Phalcon_Validation_Validator_Identical.md +++ b/th/api/Phalcon_Validation_Validator_Identical.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Identical** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,38 +49,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_InclusionIn.md b/th/api/Phalcon_Validation_Validator_InclusionIn.md index 63b9c54f09f6..351873050a24 100644 --- a/th/api/Phalcon_Validation_Validator_InclusionIn.md +++ b/th/api/Phalcon_Validation_Validator_InclusionIn.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\InclusionIn** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,38 +49,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_Numericality.md b/th/api/Phalcon_Validation_Validator_Numericality.md index 8e22c3522e0e..b7e016657ec2 100644 --- a/th/api/Phalcon_Validation_Validator_Numericality.md +++ b/th/api/Phalcon_Validation_Validator_Numericality.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Numericality** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_PresenceOf.md b/th/api/Phalcon_Validation_Validator_PresenceOf.md index e4804f42f631..afd811671b34 100644 --- a/th/api/Phalcon_Validation_Validator_PresenceOf.md +++ b/th/api/Phalcon_Validation_Validator_PresenceOf.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\PresenceOf** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_Regex.md b/th/api/Phalcon_Validation_Validator_Regex.md index 48d9f16fc15f..8da47543094d 100644 --- a/th/api/Phalcon_Validation_Validator_Regex.md +++ b/th/api/Phalcon_Validation_Validator_Regex.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Regex** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,38 +49,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_StringLength.md b/th/api/Phalcon_Validation_Validator_StringLength.md index dada5652fce9..2e554c56fc38 100644 --- a/th/api/Phalcon_Validation_Validator_StringLength.md +++ b/th/api/Phalcon_Validation_Validator_StringLength.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\StringLength** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -59,38 +59,38 @@ $validation->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_Uniqueness.md b/th/api/Phalcon_Validation_Validator_Uniqueness.md index 3d3fe815d9af..7dc90ee03b46 100644 --- a/th/api/Phalcon_Validation_Validator_Uniqueness.md +++ b/th/api/Phalcon_Validation_Validator_Uniqueness.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Uniqueness** -*extends* abstract class [Phalcon\Validation\CombinedFieldsValidator](/en/3.2/api/Phalcon_Validation_CombinedFieldsValidator) +*extends* abstract class [Phalcon\Validation\CombinedFieldsValidator](/[[language]]/[[version]]/api/Phalcon_Validation_CombinedFieldsValidator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -94,11 +94,11 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -protected **isUniqueness** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +protected **isUniqueness** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) ... @@ -114,34 +114,34 @@ protected **isUniquenessCollection** (*mixed* $record, *array* $field, *array* $ Uniqueness method used for collection -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/Phalcon_Validation_Validator_Url.md b/th/api/Phalcon_Validation_Validator_Url.md index 26a1e6c0edd5..f7c450efca04 100644 --- a/th/api/Phalcon_Validation_Validator_Url.md +++ b/th/api/Phalcon_Validation_Validator_Url.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Url** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/th/api/index.md b/th/api/index.md index 3b2ff8ce680a..69eff128a480 100644 --- a/th/api/index.md +++ b/th/api/index.md @@ -1,394 +1,394 @@ ## API Index -- [Phalcon\Acl](/en/3.2/api/Phalcon_Acl) -- [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) -- [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) -- [Phalcon\Acl\Adapter\Memory](/en/3.2/api/Phalcon_Acl_Adapter_Memory) -- [Phalcon\Acl\Exception](/en/3.2/api/Phalcon_Acl_Exception) -- [Phalcon\Acl\Resource](/en/3.2/api/Phalcon_Acl_Resource) -- [Phalcon\Acl\ResourceAware](/en/3.2/api/Phalcon_Acl_ResourceAware) -- [Phalcon\Acl\ResourceInterface](/en/3.2/api/Phalcon_Acl_ResourceInterface) -- [Phalcon\Acl\Role](/en/3.2/api/Phalcon_Acl_Role) -- [Phalcon\Acl\RoleAware](/en/3.2/api/Phalcon_Acl_RoleAware) -- [Phalcon\Acl\RoleInterface](/en/3.2/api/Phalcon_Acl_RoleInterface) -- [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) -- [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) -- [Phalcon\Annotations\Adapter\Apc](/en/3.2/api/Phalcon_Annotations_Adapter_Apc) -- [Phalcon\Annotations\Adapter\Apcu](/en/3.2/api/Phalcon_Annotations_Adapter_Apcu) -- [Phalcon\Annotations\Adapter\Files](/en/3.2/api/Phalcon_Annotations_Adapter_Files) -- [Phalcon\Annotations\Adapter\Memory](/en/3.2/api/Phalcon_Annotations_Adapter_Memory) -- [Phalcon\Annotations\Adapter\Xcache](/en/3.2/api/Phalcon_Annotations_Adapter_Xcache) -- [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) -- [Phalcon\Annotations\Collection](/en/3.2/api/Phalcon_Annotations_Collection) -- [Phalcon\Annotations\Exception](/en/3.2/api/Phalcon_Annotations_Exception) -- [Phalcon\Annotations\Factory](/en/3.2/api/Phalcon_Annotations_Factory) -- [Phalcon\Annotations\Reader](/en/3.2/api/Phalcon_Annotations_Reader) -- [Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) -- [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) -- [Phalcon\Application](/en/3.2/api/Phalcon_Application) -- [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) -- [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) -- [Phalcon\Assets\Exception](/en/3.2/api/Phalcon_Assets_Exception) -- [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) -- [Phalcon\Assets\Filters\Cssmin](/en/3.2/api/Phalcon_Assets_Filters_Cssmin) -- [Phalcon\Assets\Filters\Jsmin](/en/3.2/api/Phalcon_Assets_Filters_Jsmin) -- [Phalcon\Assets\Filters\None](/en/3.2/api/Phalcon_Assets_Filters_None) -- [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) -- [Phalcon\Assets\Inline\Css](/en/3.2/api/Phalcon_Assets_Inline_Css) -- [Phalcon\Assets\Inline\Js](/en/3.2/api/Phalcon_Assets_Inline_Js) -- [Phalcon\Assets\Manager](/en/3.2/api/Phalcon_Assets_Manager) -- [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) -- [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) -- [Phalcon\Assets\Resource\Css](/en/3.2/api/Phalcon_Assets_Resource_Css) -- [Phalcon\Assets\Resource\Js](/en/3.2/api/Phalcon_Assets_Resource_Js) -- [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) -- [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) -- [Phalcon\Cache\Backend\Apc](/en/3.2/api/Phalcon_Cache_Backend_Apc) -- [Phalcon\Cache\Backend\Apcu](/en/3.2/api/Phalcon_Cache_Backend_Apcu) -- [Phalcon\Cache\Backend\Factory](/en/3.2/api/Phalcon_Cache_Backend_Factory) -- [Phalcon\Cache\Backend\File](/en/3.2/api/Phalcon_Cache_Backend_File) -- [Phalcon\Cache\Backend\Libmemcached](/en/3.2/api/Phalcon_Cache_Backend_Libmemcached) -- [Phalcon\Cache\Backend\Memcache](/en/3.2/api/Phalcon_Cache_Backend_Memcache) -- [Phalcon\Cache\Backend\Memory](/en/3.2/api/Phalcon_Cache_Backend_Memory) -- [Phalcon\Cache\Backend\Mongo](/en/3.2/api/Phalcon_Cache_Backend_Mongo) -- [Phalcon\Cache\Backend\Redis](/en/3.2/api/Phalcon_Cache_Backend_Redis) -- [Phalcon\Cache\Backend\Xcache](/en/3.2/api/Phalcon_Cache_Backend_Xcache) -- [Phalcon\Cache\Exception](/en/3.2/api/Phalcon_Cache_Exception) -- [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) -- [Phalcon\Cache\Frontend\Base64](/en/3.2/api/Phalcon_Cache_Frontend_Base64) -- [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) -- [Phalcon\Cache\Frontend\Factory](/en/3.2/api/Phalcon_Cache_Frontend_Factory) -- [Phalcon\Cache\Frontend\Igbinary](/en/3.2/api/Phalcon_Cache_Frontend_Igbinary) -- [Phalcon\Cache\Frontend\Json](/en/3.2/api/Phalcon_Cache_Frontend_Json) -- [Phalcon\Cache\Frontend\Msgpack](/en/3.2/api/Phalcon_Cache_Frontend_Msgpack) -- [Phalcon\Cache\Frontend\None](/en/3.2/api/Phalcon_Cache_Frontend_None) -- [Phalcon\Cache\Frontend\Output](/en/3.2/api/Phalcon_Cache_Frontend_Output) -- [Phalcon\Cache\Multiple](/en/3.2/api/Phalcon_Cache_Multiple) -- [Phalcon\Cli\Console](/en/3.2/api/Phalcon_Cli_Console) -- [Phalcon\Cli\Console\Exception](/en/3.2/api/Phalcon_Cli_Console_Exception) -- [Phalcon\Cli\Dispatcher](/en/3.2/api/Phalcon_Cli_Dispatcher) -- [Phalcon\Cli\DispatcherInterface](/en/3.2/api/Phalcon_Cli_DispatcherInterface) -- [Phalcon\Cli\Dispatcher\Exception](/en/3.2/api/Phalcon_Cli_Dispatcher_Exception) -- [Phalcon\Cli\Router](/en/3.2/api/Phalcon_Cli_Router) -- [Phalcon\Cli\RouterInterface](/en/3.2/api/Phalcon_Cli_RouterInterface) -- [Phalcon\Cli\Router\Exception](/en/3.2/api/Phalcon_Cli_Router_Exception) -- [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) -- [Phalcon\Cli\Router\RouteInterface](/en/3.2/api/Phalcon_Cli_Router_RouteInterface) -- [Phalcon\Cli\Task](/en/3.2/api/Phalcon_Cli_Task) -- [Phalcon\Cli\TaskInterface](/en/3.2/api/Phalcon_Cli_TaskInterface) -- [Phalcon\Config](/en/3.2/api/Phalcon_Config) -- [Phalcon\Config\Adapter\Grouped](/en/3.2/api/Phalcon_Config_Adapter_Grouped) -- [Phalcon\Config\Adapter\Ini](/en/3.2/api/Phalcon_Config_Adapter_Ini) -- [Phalcon\Config\Adapter\Json](/en/3.2/api/Phalcon_Config_Adapter_Json) -- [Phalcon\Config\Adapter\Php](/en/3.2/api/Phalcon_Config_Adapter_Php) -- [Phalcon\Config\Adapter\Yaml](/en/3.2/api/Phalcon_Config_Adapter_Yaml) -- [Phalcon\Config\Exception](/en/3.2/api/Phalcon_Config_Exception) -- [Phalcon\Config\Factory](/en/3.2/api/Phalcon_Config_Factory) -- [Phalcon\Crypt](/en/3.2/api/Phalcon_Crypt) -- [Phalcon\CryptInterface](/en/3.2/api/Phalcon_CryptInterface) -- [Phalcon\Crypt\Exception](/en/3.2/api/Phalcon_Crypt_Exception) -- [Phalcon\Db](/en/3.2/api/Phalcon_Db) -- [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) -- [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) -- [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) -- [Phalcon\Db\Adapter\Pdo\Factory](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Factory) -- [Phalcon\Db\Adapter\Pdo\Mysql](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Mysql) -- [Phalcon\Db\Adapter\Pdo\Postgresql](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Postgresql) -- [Phalcon\Db\Adapter\Pdo\Sqlite](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Sqlite) -- [Phalcon\Db\Column](/en/3.2/api/Phalcon_Db_Column) -- [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) -- [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) -- [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) -- [Phalcon\Db\Dialect\Mysql](/en/3.2/api/Phalcon_Db_Dialect_Mysql) -- [Phalcon\Db\Dialect\Postgresql](/en/3.2/api/Phalcon_Db_Dialect_Postgresql) -- [Phalcon\Db\Dialect\Sqlite](/en/3.2/api/Phalcon_Db_Dialect_Sqlite) -- [Phalcon\Db\Exception](/en/3.2/api/Phalcon_Db_Exception) -- [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) -- [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) -- [Phalcon\Db\Profiler](/en/3.2/api/Phalcon_Db_Profiler) -- [Phalcon\Db\Profiler\Item](/en/3.2/api/Phalcon_Db_Profiler_Item) -- [Phalcon\Db\RawValue](/en/3.2/api/Phalcon_Db_RawValue) -- [Phalcon\Db\Reference](/en/3.2/api/Phalcon_Db_Reference) -- [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) -- [Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) -- [Phalcon\Db\Result\Pdo](/en/3.2/api/Phalcon_Db_Result_Pdo) -- [Phalcon\Debug](/en/3.2/api/Phalcon_Debug) -- [Phalcon\Debug\Dump](/en/3.2/api/Phalcon_Debug_Dump) -- [Phalcon\Debug\Exception](/en/3.2/api/Phalcon_Debug_Exception) -- [Phalcon\Di](/en/3.2/api/Phalcon_Di) -- [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) -- [Phalcon\Di\Exception](/en/3.2/api/Phalcon_Di_Exception) -- [Phalcon\Di\FactoryDefault](/en/3.2/api/Phalcon_Di_FactoryDefault) -- [Phalcon\Di\FactoryDefault\Cli](/en/3.2/api/Phalcon_Di_FactoryDefault_Cli) -- [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) -- [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) -- [Phalcon\Di\Service](/en/3.2/api/Phalcon_Di_Service) -- [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) -- [Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) -- [Phalcon\Di\Service\Builder](/en/3.2/api/Phalcon_Di_Service_Builder) -- [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) -- [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) -- [Phalcon\Escaper](/en/3.2/api/Phalcon_Escaper) -- [Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) -- [Phalcon\Escaper\Exception](/en/3.2/api/Phalcon_Escaper_Exception) -- [Phalcon\Events\Event](/en/3.2/api/Phalcon_Events_Event) -- [Phalcon\Events\EventInterface](/en/3.2/api/Phalcon_Events_EventInterface) -- [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) -- [Phalcon\Events\Exception](/en/3.2/api/Phalcon_Events_Exception) -- [Phalcon\Events\Manager](/en/3.2/api/Phalcon_Events_Manager) -- [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) -- [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) -- [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) -- [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) -- [Phalcon\Factory\Exception](/en/3.2/api/Phalcon_Factory_Exception) -- [Phalcon\Filter](/en/3.2/api/Phalcon_Filter) -- [Phalcon\FilterInterface](/en/3.2/api/Phalcon_FilterInterface) -- [Phalcon\Filter\Exception](/en/3.2/api/Phalcon_Filter_Exception) -- [Phalcon\Filter\UserFilterInterface](/en/3.2/api/Phalcon_Filter_UserFilterInterface) -- [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) -- [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) -- [Phalcon\Flash\Direct](/en/3.2/api/Phalcon_Flash_Direct) -- [Phalcon\Flash\Exception](/en/3.2/api/Phalcon_Flash_Exception) -- [Phalcon\Flash\Session](/en/3.2/api/Phalcon_Flash_Session) -- [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) -- [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) -- [Phalcon\Forms\Element\Check](/en/3.2/api/Phalcon_Forms_Element_Check) -- [Phalcon\Forms\Element\Date](/en/3.2/api/Phalcon_Forms_Element_Date) -- [Phalcon\Forms\Element\Email](/en/3.2/api/Phalcon_Forms_Element_Email) -- [Phalcon\Forms\Element\File](/en/3.2/api/Phalcon_Forms_Element_File) -- [Phalcon\Forms\Element\Hidden](/en/3.2/api/Phalcon_Forms_Element_Hidden) -- [Phalcon\Forms\Element\Numeric](/en/3.2/api/Phalcon_Forms_Element_Numeric) -- [Phalcon\Forms\Element\Password](/en/3.2/api/Phalcon_Forms_Element_Password) -- [Phalcon\Forms\Element\Radio](/en/3.2/api/Phalcon_Forms_Element_Radio) -- [Phalcon\Forms\Element\Select](/en/3.2/api/Phalcon_Forms_Element_Select) -- [Phalcon\Forms\Element\Submit](/en/3.2/api/Phalcon_Forms_Element_Submit) -- [Phalcon\Forms\Element\Text](/en/3.2/api/Phalcon_Forms_Element_Text) -- [Phalcon\Forms\Element\TextArea](/en/3.2/api/Phalcon_Forms_Element_TextArea) -- [Phalcon\Forms\Exception](/en/3.2/api/Phalcon_Forms_Exception) -- [Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) -- [Phalcon\Forms\Manager](/en/3.2/api/Phalcon_Forms_Manager) -- [Phalcon\Http\Cookie](/en/3.2/api/Phalcon_Http_Cookie) -- [Phalcon\Http\CookieInterface](/en/3.2/api/Phalcon_Http_CookieInterface) -- [Phalcon\Http\Cookie\Exception](/en/3.2/api/Phalcon_Http_Cookie_Exception) -- [Phalcon\Http\Request](/en/3.2/api/Phalcon_Http_Request) -- [Phalcon\Http\RequestInterface](/en/3.2/api/Phalcon_Http_RequestInterface) -- [Phalcon\Http\Request\Exception](/en/3.2/api/Phalcon_Http_Request_Exception) -- [Phalcon\Http\Request\File](/en/3.2/api/Phalcon_Http_Request_File) -- [Phalcon\Http\Request\FileInterface](/en/3.2/api/Phalcon_Http_Request_FileInterface) -- [Phalcon\Http\Response](/en/3.2/api/Phalcon_Http_Response) -- [Phalcon\Http\ResponseInterface](/en/3.2/api/Phalcon_Http_ResponseInterface) -- [Phalcon\Http\Response\Cookies](/en/3.2/api/Phalcon_Http_Response_Cookies) -- [Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface) -- [Phalcon\Http\Response\Exception](/en/3.2/api/Phalcon_Http_Response_Exception) -- [Phalcon\Http\Response\Headers](/en/3.2/api/Phalcon_Http_Response_Headers) -- [Phalcon\Http\Response\HeadersInterface](/en/3.2/api/Phalcon_Http_Response_HeadersInterface) -- [Phalcon\Image](/en/3.2/api/Phalcon_Image) -- [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) -- [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) -- [Phalcon\Image\Adapter\Gd](/en/3.2/api/Phalcon_Image_Adapter_Gd) -- [Phalcon\Image\Adapter\Imagick](/en/3.2/api/Phalcon_Image_Adapter_Imagick) -- [Phalcon\Image\Exception](/en/3.2/api/Phalcon_Image_Exception) -- [Phalcon\Image\Factory](/en/3.2/api/Phalcon_Image_Factory) -- [Phalcon\Kernel](/en/3.2/api/Phalcon_Kernel) -- [Phalcon\Loader](/en/3.2/api/Phalcon_Loader) -- [Phalcon\Loader\Exception](/en/3.2/api/Phalcon_Loader_Exception) -- [Phalcon\Logger](/en/3.2/api/Phalcon_Logger) -- [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) -- [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) -- [Phalcon\Logger\Adapter\File](/en/3.2/api/Phalcon_Logger_Adapter_File) -- [Phalcon\Logger\Adapter\Firephp](/en/3.2/api/Phalcon_Logger_Adapter_Firephp) -- [Phalcon\Logger\Adapter\Stream](/en/3.2/api/Phalcon_Logger_Adapter_Stream) -- [Phalcon\Logger\Adapter\Syslog](/en/3.2/api/Phalcon_Logger_Adapter_Syslog) -- [Phalcon\Logger\Exception](/en/3.2/api/Phalcon_Logger_Exception) -- [Phalcon\Logger\Factory](/en/3.2/api/Phalcon_Logger_Factory) -- [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) -- [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) -- [Phalcon\Logger\Formatter\Firephp](/en/3.2/api/Phalcon_Logger_Formatter_Firephp) -- [Phalcon\Logger\Formatter\Json](/en/3.2/api/Phalcon_Logger_Formatter_Json) -- [Phalcon\Logger\Formatter\Line](/en/3.2/api/Phalcon_Logger_Formatter_Line) -- [Phalcon\Logger\Formatter\Syslog](/en/3.2/api/Phalcon_Logger_Formatter_Syslog) -- [Phalcon\Logger\Item](/en/3.2/api/Phalcon_Logger_Item) -- [Phalcon\Logger\Multiple](/en/3.2/api/Phalcon_Logger_Multiple) -- [Phalcon\Mvc\Application](/en/3.2/api/Phalcon_Mvc_Application) -- [Phalcon\Mvc\Application\Exception](/en/3.2/api/Phalcon_Mvc_Application_Exception) -- [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) -- [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) -- [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) -- [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) -- [Phalcon\Mvc\Collection\Behavior\SoftDelete](/en/3.2/api/Phalcon_Mvc_Collection_Behavior_SoftDelete) -- [Phalcon\Mvc\Collection\Behavior\Timestampable](/en/3.2/api/Phalcon_Mvc_Collection_Behavior_Timestampable) -- [Phalcon\Mvc\Collection\Document](/en/3.2/api/Phalcon_Mvc_Collection_Document) -- [Phalcon\Mvc\Collection\Exception](/en/3.2/api/Phalcon_Mvc_Collection_Exception) -- [Phalcon\Mvc\Collection\Manager](/en/3.2/api/Phalcon_Mvc_Collection_Manager) -- [Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) -- [Phalcon\Mvc\Controller](/en/3.2/api/Phalcon_Mvc_Controller) -- [Phalcon\Mvc\ControllerInterface](/en/3.2/api/Phalcon_Mvc_ControllerInterface) -- [Phalcon\Mvc\Controller\BindModelInterface](/en/3.2/api/Phalcon_Mvc_Controller_BindModelInterface) -- [Phalcon\Mvc\Dispatcher](/en/3.2/api/Phalcon_Mvc_Dispatcher) -- [Phalcon\Mvc\DispatcherInterface](/en/3.2/api/Phalcon_Mvc_DispatcherInterface) -- [Phalcon\Mvc\Dispatcher\Exception](/en/3.2/api/Phalcon_Mvc_Dispatcher_Exception) -- [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) -- [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) -- [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) -- [Phalcon\Mvc\Micro\CollectionInterface](/en/3.2/api/Phalcon_Mvc_Micro_CollectionInterface) -- [Phalcon\Mvc\Micro\Exception](/en/3.2/api/Phalcon_Mvc_Micro_Exception) -- [Phalcon\Mvc\Micro\LazyLoader](/en/3.2/api/Phalcon_Mvc_Micro_LazyLoader) -- [Phalcon\Mvc\Micro\MiddlewareInterface](/en/3.2/api/Phalcon_Mvc_Micro_MiddlewareInterface) -- [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) -- [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) -- [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) -- [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) -- [Phalcon\Mvc\Model\Behavior\SoftDelete](/en/3.2/api/Phalcon_Mvc_Model_Behavior_SoftDelete) -- [Phalcon\Mvc\Model\Behavior\Timestampable](/en/3.2/api/Phalcon_Mvc_Model_Behavior_Timestampable) -- [Phalcon\Mvc\Model\Binder](/en/3.2/api/Phalcon_Mvc_Model_Binder) -- [Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) -- [Phalcon\Mvc\Model\Binder\BindableInterface](/en/3.2/api/Phalcon_Mvc_Model_Binder_BindableInterface) -- [Phalcon\Mvc\Model\Criteria](/en/3.2/api/Phalcon_Mvc_Model_Criteria) -- [Phalcon\Mvc\Model\CriteriaInterface](/en/3.2/api/Phalcon_Mvc_Model_CriteriaInterface) -- [Phalcon\Mvc\Model\Exception](/en/3.2/api/Phalcon_Mvc_Model_Exception) -- [Phalcon\Mvc\Model\Manager](/en/3.2/api/Phalcon_Mvc_Model_Manager) -- [Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) -- [Phalcon\Mvc\Model\Message](/en/3.2/api/Phalcon_Mvc_Model_Message) -- [Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) -- [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) -- [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) -- [Phalcon\Mvc\Model\MetaData\Apc](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Apc) -- [Phalcon\Mvc\Model\MetaData\Files](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Files) -- [Phalcon\Mvc\Model\MetaData\Libmemcached](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Libmemcached) -- [Phalcon\Mvc\Model\MetaData\Memcache](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Memcache) -- [Phalcon\Mvc\Model\MetaData\Memory](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Memory) -- [Phalcon\Mvc\Model\MetaData\Redis](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Redis) -- [Phalcon\Mvc\Model\MetaData\Session](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Session) -- [Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) -- [Phalcon\Mvc\Model\MetaData\Strategy\Annotations](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations) -- [Phalcon\Mvc\Model\MetaData\Strategy\Introspection](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection) -- [Phalcon\Mvc\Model\MetaData\Xcache](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Xcache) -- [Phalcon\Mvc\Model\Query](/en/3.2/api/Phalcon_Mvc_Model_Query) -- [Phalcon\Mvc\Model\QueryInterface](/en/3.2/api/Phalcon_Mvc_Model_QueryInterface) -- [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) -- [Phalcon\Mvc\Model\Query\BuilderInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_BuilderInterface) -- [Phalcon\Mvc\Model\Query\Lang](/en/3.2/api/Phalcon_Mvc_Model_Query_Lang) -- [Phalcon\Mvc\Model\Query\Status](/en/3.2/api/Phalcon_Mvc_Model_Query_Status) -- [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) -- [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) -- [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) -- [Phalcon\Mvc\Model\ResultInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultInterface) -- [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) -- [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) -- [Phalcon\Mvc\Model\Resultset\Complex](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Complex) -- [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) -- [Phalcon\Mvc\Model\Row](/en/3.2/api/Phalcon_Mvc_Model_Row) -- [Phalcon\Mvc\Model\Transaction](/en/3.2/api/Phalcon_Mvc_Model_Transaction) -- [Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) -- [Phalcon\Mvc\Model\Transaction\Exception](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Exception) -- [Phalcon\Mvc\Model\Transaction\Failed](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Failed) -- [Phalcon\Mvc\Model\Transaction\Manager](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Manager) -- [Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) -- [Phalcon\Mvc\Model\ValidationFailed](/en/3.2/api/Phalcon_Mvc_Model_ValidationFailed) -- [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) -- [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) -- [Phalcon\Mvc\Model\Validator\Email](/en/3.2/api/Phalcon_Mvc_Model_Validator_Email) -- [Phalcon\Mvc\Model\Validator\Exclusionin](/en/3.2/api/Phalcon_Mvc_Model_Validator_Exclusionin) -- [Phalcon\Mvc\Model\Validator\Inclusionin](/en/3.2/api/Phalcon_Mvc_Model_Validator_Inclusionin) -- [Phalcon\Mvc\Model\Validator\Ip](/en/3.2/api/Phalcon_Mvc_Model_Validator_Ip) -- [Phalcon\Mvc\Model\Validator\Numericality](/en/3.2/api/Phalcon_Mvc_Model_Validator_Numericality) -- [Phalcon\Mvc\Model\Validator\PresenceOf](/en/3.2/api/Phalcon_Mvc_Model_Validator_PresenceOf) -- [Phalcon\Mvc\Model\Validator\Regex](/en/3.2/api/Phalcon_Mvc_Model_Validator_Regex) -- [Phalcon\Mvc\Model\Validator\StringLength](/en/3.2/api/Phalcon_Mvc_Model_Validator_StringLength) -- [Phalcon\Mvc\Model\Validator\Uniqueness](/en/3.2/api/Phalcon_Mvc_Model_Validator_Uniqueness) -- [Phalcon\Mvc\Model\Validator\Url](/en/3.2/api/Phalcon_Mvc_Model_Validator_Url) -- [Phalcon\Mvc\ModuleDefinitionInterface](/en/3.2/api/Phalcon_Mvc_ModuleDefinitionInterface) -- [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) -- [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface) -- [Phalcon\Mvc\Router\Annotations](/en/3.2/api/Phalcon_Mvc_Router_Annotations) -- [Phalcon\Mvc\Router\Exception](/en/3.2/api/Phalcon_Mvc_Router_Exception) -- [Phalcon\Mvc\Router\Group](/en/3.2/api/Phalcon_Mvc_Router_Group) -- [Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) -- [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) -- [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) -- [Phalcon\Mvc\Url](/en/3.2/api/Phalcon_Mvc_Url) -- [Phalcon\Mvc\UrlInterface](/en/3.2/api/Phalcon_Mvc_UrlInterface) -- [Phalcon\Mvc\Url\Exception](/en/3.2/api/Phalcon_Mvc_Url_Exception) -- [Phalcon\Mvc\User\Component](/en/3.2/api/Phalcon_Mvc_User_Component) -- [Phalcon\Mvc\User\Module](/en/3.2/api/Phalcon_Mvc_User_Module) -- [Phalcon\Mvc\User\Plugin](/en/3.2/api/Phalcon_Mvc_User_Plugin) -- [Phalcon\Mvc\View](/en/3.2/api/Phalcon_Mvc_View) -- [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) -- [Phalcon\Mvc\ViewInterface](/en/3.2/api/Phalcon_Mvc_ViewInterface) -- [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) -- [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) -- [Phalcon\Mvc\View\Engine\Php](/en/3.2/api/Phalcon_Mvc_View_Engine_Php) -- [Phalcon\Mvc\View\Engine\Volt](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt) -- [Phalcon\Mvc\View\Engine\Volt\Compiler](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt_Compiler) -- [Phalcon\Mvc\View\Engine\Volt\Exception](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt_Exception) -- [Phalcon\Mvc\View\Exception](/en/3.2/api/Phalcon_Mvc_View_Exception) -- [Phalcon\Mvc\View\Simple](/en/3.2/api/Phalcon_Mvc_View_Simple) -- [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) -- [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) -- [Phalcon\Paginator\Adapter\Model](/en/3.2/api/Phalcon_Paginator_Adapter_Model) -- [Phalcon\Paginator\Adapter\NativeArray](/en/3.2/api/Phalcon_Paginator_Adapter_NativeArray) -- [Phalcon\Paginator\Adapter\QueryBuilder](/en/3.2/api/Phalcon_Paginator_Adapter_QueryBuilder) -- [Phalcon\Paginator\Exception](/en/3.2/api/Phalcon_Paginator_Exception) -- [Phalcon\Paginator\Factory](/en/3.2/api/Phalcon_Paginator_Factory) -- [Phalcon\Queue\Beanstalk](/en/3.2/api/Phalcon_Queue_Beanstalk) -- [Phalcon\Queue\Beanstalk\Exception](/en/3.2/api/Phalcon_Queue_Beanstalk_Exception) -- [Phalcon\Queue\Beanstalk\Job](/en/3.2/api/Phalcon_Queue_Beanstalk_Job) -- [Phalcon\Registry](/en/3.2/api/Phalcon_Registry) -- [Phalcon\Security](/en/3.2/api/Phalcon_Security) -- [Phalcon\Security\Exception](/en/3.2/api/Phalcon_Security_Exception) -- [Phalcon\Security\Random](/en/3.2/api/Phalcon_Security_Random) -- [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) -- [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) -- [Phalcon\Session\Adapter\Files](/en/3.2/api/Phalcon_Session_Adapter_Files) -- [Phalcon\Session\Adapter\Libmemcached](/en/3.2/api/Phalcon_Session_Adapter_Libmemcached) -- [Phalcon\Session\Adapter\Memcache](/en/3.2/api/Phalcon_Session_Adapter_Memcache) -- [Phalcon\Session\Adapter\Redis](/en/3.2/api/Phalcon_Session_Adapter_Redis) -- [Phalcon\Session\Bag](/en/3.2/api/Phalcon_Session_Bag) -- [Phalcon\Session\BagInterface](/en/3.2/api/Phalcon_Session_BagInterface) -- [Phalcon\Session\Exception](/en/3.2/api/Phalcon_Session_Exception) -- [Phalcon\Session\Factory](/en/3.2/api/Phalcon_Session_Factory) -- [Phalcon\Tag](/en/3.2/api/Phalcon_Tag) -- [Phalcon\Tag\Exception](/en/3.2/api/Phalcon_Tag_Exception) -- [Phalcon\Tag\Select](/en/3.2/api/Phalcon_Tag_Select) -- [Phalcon\Text](/en/3.2/api/Phalcon_Text) -- [Phalcon\Translate](/en/3.2/api/Phalcon_Translate) -- [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) -- [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) -- [Phalcon\Translate\Adapter\Csv](/en/3.2/api/Phalcon_Translate_Adapter_Csv) -- [Phalcon\Translate\Adapter\Gettext](/en/3.2/api/Phalcon_Translate_Adapter_Gettext) -- [Phalcon\Translate\Adapter\NativeArray](/en/3.2/api/Phalcon_Translate_Adapter_NativeArray) -- [Phalcon\Translate\Exception](/en/3.2/api/Phalcon_Translate_Exception) -- [Phalcon\Translate\Factory](/en/3.2/api/Phalcon_Translate_Factory) -- [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) -- [Phalcon\Translate\Interpolator\AssociativeArray](/en/3.2/api/Phalcon_Translate_Interpolator_AssociativeArray) -- [Phalcon\Translate\Interpolator\IndexedArray](/en/3.2/api/Phalcon_Translate_Interpolator_IndexedArray) -- [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) -- [Phalcon\ValidationInterface](/en/3.2/api/Phalcon_ValidationInterface) -- [Phalcon\Validation\CombinedFieldsValidator](/en/3.2/api/Phalcon_Validation_CombinedFieldsValidator) -- [Phalcon\Validation\Exception](/en/3.2/api/Phalcon_Validation_Exception) -- [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) -- [Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) -- [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) -- [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) -- [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) -- [Phalcon\Validation\Validator\Alnum](/en/3.2/api/Phalcon_Validation_Validator_Alnum) -- [Phalcon\Validation\Validator\Alpha](/en/3.2/api/Phalcon_Validation_Validator_Alpha) -- [Phalcon\Validation\Validator\Between](/en/3.2/api/Phalcon_Validation_Validator_Between) -- [Phalcon\Validation\Validator\Callback](/en/3.2/api/Phalcon_Validation_Validator_Callback) -- [Phalcon\Validation\Validator\Confirmation](/en/3.2/api/Phalcon_Validation_Validator_Confirmation) -- [Phalcon\Validation\Validator\CreditCard](/en/3.2/api/Phalcon_Validation_Validator_CreditCard) -- [Phalcon\Validation\Validator\Date](/en/3.2/api/Phalcon_Validation_Validator_Date) -- [Phalcon\Validation\Validator\Digit](/en/3.2/api/Phalcon_Validation_Validator_Digit) -- [Phalcon\Validation\Validator\Email](/en/3.2/api/Phalcon_Validation_Validator_Email) -- [Phalcon\Validation\Validator\Exception](/en/3.2/api/Phalcon_Validation_Validator_Exception) -- [Phalcon\Validation\Validator\ExclusionIn](/en/3.2/api/Phalcon_Validation_Validator_ExclusionIn) -- [Phalcon\Validation\Validator\File](/en/3.2/api/Phalcon_Validation_Validator_File) -- [Phalcon\Validation\Validator\Identical](/en/3.2/api/Phalcon_Validation_Validator_Identical) -- [Phalcon\Validation\Validator\InclusionIn](/en/3.2/api/Phalcon_Validation_Validator_InclusionIn) -- [Phalcon\Validation\Validator\Numericality](/en/3.2/api/Phalcon_Validation_Validator_Numericality) -- [Phalcon\Validation\Validator\PresenceOf](/en/3.2/api/Phalcon_Validation_Validator_PresenceOf) -- [Phalcon\Validation\Validator\Regex](/en/3.2/api/Phalcon_Validation_Validator_Regex) -- [Phalcon\Validation\Validator\StringLength](/en/3.2/api/Phalcon_Validation_Validator_StringLength) -- [Phalcon\Validation\Validator\Uniqueness](/en/3.2/api/Phalcon_Validation_Validator_Uniqueness) -- [Phalcon\Validation\Validator\Url](/en/3.2/api/Phalcon_Validation_Validator_Url) -- [Phalcon\Version](/en/3.2/api/Phalcon_Version) \ No newline at end of file +- [Phalcon\Acl](/[[language]]/[[version]]/api/Phalcon_Acl) +- [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) +- [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) +- [Phalcon\Acl\Adapter\Memory](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter_Memory) +- [Phalcon\Acl\Exception](/[[language]]/[[version]]/api/Phalcon_Acl_Exception) +- [Phalcon\Acl\Resource](/[[language]]/[[version]]/api/Phalcon_Acl_Resource) +- [Phalcon\Acl\ResourceAware](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceAware) +- [Phalcon\Acl\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceInterface) +- [Phalcon\Acl\Role](/[[language]]/[[version]]/api/Phalcon_Acl_Role) +- [Phalcon\Acl\RoleAware](/[[language]]/[[version]]/api/Phalcon_Acl_RoleAware) +- [Phalcon\Acl\RoleInterface](/[[language]]/[[version]]/api/Phalcon_Acl_RoleInterface) +- [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) +- [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) +- [Phalcon\Annotations\Adapter\Apc](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Apc) +- [Phalcon\Annotations\Adapter\Apcu](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Apcu) +- [Phalcon\Annotations\Adapter\Files](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Files) +- [Phalcon\Annotations\Adapter\Memory](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Memory) +- [Phalcon\Annotations\Adapter\Xcache](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Xcache) +- [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) +- [Phalcon\Annotations\Collection](/[[language]]/[[version]]/api/Phalcon_Annotations_Collection) +- [Phalcon\Annotations\Exception](/[[language]]/[[version]]/api/Phalcon_Annotations_Exception) +- [Phalcon\Annotations\Factory](/[[language]]/[[version]]/api/Phalcon_Annotations_Factory) +- [Phalcon\Annotations\Reader](/[[language]]/[[version]]/api/Phalcon_Annotations_Reader) +- [Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) +- [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) +- [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) +- [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) +- [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) +- [Phalcon\Assets\Exception](/[[language]]/[[version]]/api/Phalcon_Assets_Exception) +- [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) +- [Phalcon\Assets\Filters\Cssmin](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_Cssmin) +- [Phalcon\Assets\Filters\Jsmin](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_Jsmin) +- [Phalcon\Assets\Filters\None](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_None) +- [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) +- [Phalcon\Assets\Inline\Css](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) +- [Phalcon\Assets\Inline\Js](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Js) +- [Phalcon\Assets\Manager](/[[language]]/[[version]]/api/Phalcon_Assets_Manager) +- [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) +- [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) +- [Phalcon\Assets\Resource\Css](/[[language]]/[[version]]/api/Phalcon_Assets_Resource_Css) +- [Phalcon\Assets\Resource\Js](/[[language]]/[[version]]/api/Phalcon_Assets_Resource_Js) +- [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) +- [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) +- [Phalcon\Cache\Backend\Apc](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Apc) +- [Phalcon\Cache\Backend\Apcu](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Apcu) +- [Phalcon\Cache\Backend\Factory](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Factory) +- [Phalcon\Cache\Backend\File](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_File) +- [Phalcon\Cache\Backend\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Libmemcached) +- [Phalcon\Cache\Backend\Memcache](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Memcache) +- [Phalcon\Cache\Backend\Memory](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Memory) +- [Phalcon\Cache\Backend\Mongo](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Mongo) +- [Phalcon\Cache\Backend\Redis](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Redis) +- [Phalcon\Cache\Backend\Xcache](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Xcache) +- [Phalcon\Cache\Exception](/[[language]]/[[version]]/api/Phalcon_Cache_Exception) +- [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) +- [Phalcon\Cache\Frontend\Base64](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Base64) +- [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) +- [Phalcon\Cache\Frontend\Factory](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Factory) +- [Phalcon\Cache\Frontend\Igbinary](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Igbinary) +- [Phalcon\Cache\Frontend\Json](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Json) +- [Phalcon\Cache\Frontend\Msgpack](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Msgpack) +- [Phalcon\Cache\Frontend\None](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_None) +- [Phalcon\Cache\Frontend\Output](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Output) +- [Phalcon\Cache\Multiple](/[[language]]/[[version]]/api/Phalcon_Cache_Multiple) +- [Phalcon\Cli\Console](/[[language]]/[[version]]/api/Phalcon_Cli_Console) +- [Phalcon\Cli\Console\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Console_Exception) +- [Phalcon\Cli\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Cli_Dispatcher) +- [Phalcon\Cli\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Cli_DispatcherInterface) +- [Phalcon\Cli\Dispatcher\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Dispatcher_Exception) +- [Phalcon\Cli\Router](/[[language]]/[[version]]/api/Phalcon_Cli_Router) +- [Phalcon\Cli\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Cli_RouterInterface) +- [Phalcon\Cli\Router\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Exception) +- [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) +- [Phalcon\Cli\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Cli_Router_RouteInterface) +- [Phalcon\Cli\Task](/[[language]]/[[version]]/api/Phalcon_Cli_Task) +- [Phalcon\Cli\TaskInterface](/[[language]]/[[version]]/api/Phalcon_Cli_TaskInterface) +- [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) +- [Phalcon\Config\Adapter\Grouped](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Grouped) +- [Phalcon\Config\Adapter\Ini](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Ini) +- [Phalcon\Config\Adapter\Json](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Json) +- [Phalcon\Config\Adapter\Php](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Php) +- [Phalcon\Config\Adapter\Yaml](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Yaml) +- [Phalcon\Config\Exception](/[[language]]/[[version]]/api/Phalcon_Config_Exception) +- [Phalcon\Config\Factory](/[[language]]/[[version]]/api/Phalcon_Config_Factory) +- [Phalcon\Crypt](/[[language]]/[[version]]/api/Phalcon_Crypt) +- [Phalcon\CryptInterface](/[[language]]/[[version]]/api/Phalcon_CryptInterface) +- [Phalcon\Crypt\Exception](/[[language]]/[[version]]/api/Phalcon_Crypt_Exception) +- [Phalcon\Db](/[[language]]/[[version]]/api/Phalcon_Db) +- [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) +- [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) +- [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) +- [Phalcon\Db\Adapter\Pdo\Factory](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Factory) +- [Phalcon\Db\Adapter\Pdo\Mysql](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Mysql) +- [Phalcon\Db\Adapter\Pdo\Postgresql](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Postgresql) +- [Phalcon\Db\Adapter\Pdo\Sqlite](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Sqlite) +- [Phalcon\Db\Column](/[[language]]/[[version]]/api/Phalcon_Db_Column) +- [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) +- [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) +- [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) +- [Phalcon\Db\Dialect\Mysql](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Mysql) +- [Phalcon\Db\Dialect\Postgresql](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Postgresql) +- [Phalcon\Db\Dialect\Sqlite](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Sqlite) +- [Phalcon\Db\Exception](/[[language]]/[[version]]/api/Phalcon_Db_Exception) +- [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) +- [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) +- [Phalcon\Db\Profiler](/[[language]]/[[version]]/api/Phalcon_Db_Profiler) +- [Phalcon\Db\Profiler\Item](/[[language]]/[[version]]/api/Phalcon_Db_Profiler_Item) +- [Phalcon\Db\RawValue](/[[language]]/[[version]]/api/Phalcon_Db_RawValue) +- [Phalcon\Db\Reference](/[[language]]/[[version]]/api/Phalcon_Db_Reference) +- [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) +- [Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) +- [Phalcon\Db\Result\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Result_Pdo) +- [Phalcon\Debug](/[[language]]/[[version]]/api/Phalcon_Debug) +- [Phalcon\Debug\Dump](/[[language]]/[[version]]/api/Phalcon_Debug_Dump) +- [Phalcon\Debug\Exception](/[[language]]/[[version]]/api/Phalcon_Debug_Exception) +- [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) +- [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) +- [Phalcon\Di\Exception](/[[language]]/[[version]]/api/Phalcon_Di_Exception) +- [Phalcon\Di\FactoryDefault](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault) +- [Phalcon\Di\FactoryDefault\Cli](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault_Cli) +- [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) +- [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) +- [Phalcon\Di\Service](/[[language]]/[[version]]/api/Phalcon_Di_Service) +- [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) +- [Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) +- [Phalcon\Di\Service\Builder](/[[language]]/[[version]]/api/Phalcon_Di_Service_Builder) +- [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) +- [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) +- [Phalcon\Escaper](/[[language]]/[[version]]/api/Phalcon_Escaper) +- [Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) +- [Phalcon\Escaper\Exception](/[[language]]/[[version]]/api/Phalcon_Escaper_Exception) +- [Phalcon\Events\Event](/[[language]]/[[version]]/api/Phalcon_Events_Event) +- [Phalcon\Events\EventInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventInterface) +- [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) +- [Phalcon\Events\Exception](/[[language]]/[[version]]/api/Phalcon_Events_Exception) +- [Phalcon\Events\Manager](/[[language]]/[[version]]/api/Phalcon_Events_Manager) +- [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) +- [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) +- [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) +- [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) +- [Phalcon\Factory\Exception](/[[language]]/[[version]]/api/Phalcon_Factory_Exception) +- [Phalcon\Filter](/[[language]]/[[version]]/api/Phalcon_Filter) +- [Phalcon\FilterInterface](/[[language]]/[[version]]/api/Phalcon_FilterInterface) +- [Phalcon\Filter\Exception](/[[language]]/[[version]]/api/Phalcon_Filter_Exception) +- [Phalcon\Filter\UserFilterInterface](/[[language]]/[[version]]/api/Phalcon_Filter_UserFilterInterface) +- [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) +- [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) +- [Phalcon\Flash\Direct](/[[language]]/[[version]]/api/Phalcon_Flash_Direct) +- [Phalcon\Flash\Exception](/[[language]]/[[version]]/api/Phalcon_Flash_Exception) +- [Phalcon\Flash\Session](/[[language]]/[[version]]/api/Phalcon_Flash_Session) +- [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) +- [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) +- [Phalcon\Forms\Element\Check](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Check) +- [Phalcon\Forms\Element\Date](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Date) +- [Phalcon\Forms\Element\Email](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Email) +- [Phalcon\Forms\Element\File](/[[language]]/[[version]]/api/Phalcon_Forms_Element_File) +- [Phalcon\Forms\Element\Hidden](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Hidden) +- [Phalcon\Forms\Element\Numeric](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Numeric) +- [Phalcon\Forms\Element\Password](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Password) +- [Phalcon\Forms\Element\Radio](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Radio) +- [Phalcon\Forms\Element\Select](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Select) +- [Phalcon\Forms\Element\Submit](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Submit) +- [Phalcon\Forms\Element\Text](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Text) +- [Phalcon\Forms\Element\TextArea](/[[language]]/[[version]]/api/Phalcon_Forms_Element_TextArea) +- [Phalcon\Forms\Exception](/[[language]]/[[version]]/api/Phalcon_Forms_Exception) +- [Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) +- [Phalcon\Forms\Manager](/[[language]]/[[version]]/api/Phalcon_Forms_Manager) +- [Phalcon\Http\Cookie](/[[language]]/[[version]]/api/Phalcon_Http_Cookie) +- [Phalcon\Http\CookieInterface](/[[language]]/[[version]]/api/Phalcon_Http_CookieInterface) +- [Phalcon\Http\Cookie\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Cookie_Exception) +- [Phalcon\Http\Request](/[[language]]/[[version]]/api/Phalcon_Http_Request) +- [Phalcon\Http\RequestInterface](/[[language]]/[[version]]/api/Phalcon_Http_RequestInterface) +- [Phalcon\Http\Request\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Request_Exception) +- [Phalcon\Http\Request\File](/[[language]]/[[version]]/api/Phalcon_Http_Request_File) +- [Phalcon\Http\Request\FileInterface](/[[language]]/[[version]]/api/Phalcon_Http_Request_FileInterface) +- [Phalcon\Http\Response](/[[language]]/[[version]]/api/Phalcon_Http_Response) +- [Phalcon\Http\ResponseInterface](/[[language]]/[[version]]/api/Phalcon_Http_ResponseInterface) +- [Phalcon\Http\Response\Cookies](/[[language]]/[[version]]/api/Phalcon_Http_Response_Cookies) +- [Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface) +- [Phalcon\Http\Response\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Response_Exception) +- [Phalcon\Http\Response\Headers](/[[language]]/[[version]]/api/Phalcon_Http_Response_Headers) +- [Phalcon\Http\Response\HeadersInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_HeadersInterface) +- [Phalcon\Image](/[[language]]/[[version]]/api/Phalcon_Image) +- [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) +- [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) +- [Phalcon\Image\Adapter\Gd](/[[language]]/[[version]]/api/Phalcon_Image_Adapter_Gd) +- [Phalcon\Image\Adapter\Imagick](/[[language]]/[[version]]/api/Phalcon_Image_Adapter_Imagick) +- [Phalcon\Image\Exception](/[[language]]/[[version]]/api/Phalcon_Image_Exception) +- [Phalcon\Image\Factory](/[[language]]/[[version]]/api/Phalcon_Image_Factory) +- [Phalcon\Kernel](/[[language]]/[[version]]/api/Phalcon_Kernel) +- [Phalcon\Loader](/[[language]]/[[version]]/api/Phalcon_Loader) +- [Phalcon\Loader\Exception](/[[language]]/[[version]]/api/Phalcon_Loader_Exception) +- [Phalcon\Logger](/[[language]]/[[version]]/api/Phalcon_Logger) +- [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) +- [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) +- [Phalcon\Logger\Adapter\File](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_File) +- [Phalcon\Logger\Adapter\Firephp](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Firephp) +- [Phalcon\Logger\Adapter\Stream](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Stream) +- [Phalcon\Logger\Adapter\Syslog](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Syslog) +- [Phalcon\Logger\Exception](/[[language]]/[[version]]/api/Phalcon_Logger_Exception) +- [Phalcon\Logger\Factory](/[[language]]/[[version]]/api/Phalcon_Logger_Factory) +- [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) +- [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) +- [Phalcon\Logger\Formatter\Firephp](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Firephp) +- [Phalcon\Logger\Formatter\Json](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Json) +- [Phalcon\Logger\Formatter\Line](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Line) +- [Phalcon\Logger\Formatter\Syslog](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Syslog) +- [Phalcon\Logger\Item](/[[language]]/[[version]]/api/Phalcon_Logger_Item) +- [Phalcon\Logger\Multiple](/[[language]]/[[version]]/api/Phalcon_Logger_Multiple) +- [Phalcon\Mvc\Application](/[[language]]/[[version]]/api/Phalcon_Mvc_Application) +- [Phalcon\Mvc\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Application_Exception) +- [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) +- [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) +- [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) +- [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) +- [Phalcon\Mvc\Collection\Behavior\SoftDelete](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior_SoftDelete) +- [Phalcon\Mvc\Collection\Behavior\Timestampable](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior_Timestampable) +- [Phalcon\Mvc\Collection\Document](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Document) +- [Phalcon\Mvc\Collection\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Exception) +- [Phalcon\Mvc\Collection\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Manager) +- [Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) +- [Phalcon\Mvc\Controller](/[[language]]/[[version]]/api/Phalcon_Mvc_Controller) +- [Phalcon\Mvc\ControllerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ControllerInterface) +- [Phalcon\Mvc\Controller\BindModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Controller_BindModelInterface) +- [Phalcon\Mvc\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Mvc_Dispatcher) +- [Phalcon\Mvc\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_DispatcherInterface) +- [Phalcon\Mvc\Dispatcher\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Dispatcher_Exception) +- [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) +- [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) +- [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) +- [Phalcon\Mvc\Micro\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_CollectionInterface) +- [Phalcon\Mvc\Micro\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Exception) +- [Phalcon\Mvc\Micro\LazyLoader](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_LazyLoader) +- [Phalcon\Mvc\Micro\MiddlewareInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_MiddlewareInterface) +- [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) +- [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) +- [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) +- [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) +- [Phalcon\Mvc\Model\Behavior\SoftDelete](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior_SoftDelete) +- [Phalcon\Mvc\Model\Behavior\Timestampable](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior_Timestampable) +- [Phalcon\Mvc\Model\Binder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Binder) +- [Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) +- [Phalcon\Mvc\Model\Binder\BindableInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Binder_BindableInterface) +- [Phalcon\Mvc\Model\Criteria](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Criteria) +- [Phalcon\Mvc\Model\CriteriaInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_CriteriaInterface) +- [Phalcon\Mvc\Model\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Exception) +- [Phalcon\Mvc\Model\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Manager) +- [Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) +- [Phalcon\Mvc\Model\Message](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Message) +- [Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) +- [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) +- [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) +- [Phalcon\Mvc\Model\MetaData\Apc](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Apc) +- [Phalcon\Mvc\Model\MetaData\Files](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Files) +- [Phalcon\Mvc\Model\MetaData\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Libmemcached) +- [Phalcon\Mvc\Model\MetaData\Memcache](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Memcache) +- [Phalcon\Mvc\Model\MetaData\Memory](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Memory) +- [Phalcon\Mvc\Model\MetaData\Redis](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Redis) +- [Phalcon\Mvc\Model\MetaData\Session](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Session) +- [Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) +- [Phalcon\Mvc\Model\MetaData\Strategy\Annotations](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations) +- [Phalcon\Mvc\Model\MetaData\Strategy\Introspection](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection) +- [Phalcon\Mvc\Model\MetaData\Xcache](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Xcache) +- [Phalcon\Mvc\Model\Query](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query) +- [Phalcon\Mvc\Model\QueryInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_QueryInterface) +- [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) +- [Phalcon\Mvc\Model\Query\BuilderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_BuilderInterface) +- [Phalcon\Mvc\Model\Query\Lang](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Lang) +- [Phalcon\Mvc\Model\Query\Status](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Status) +- [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) +- [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) +- [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) +- [Phalcon\Mvc\Model\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultInterface) +- [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) +- [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) +- [Phalcon\Mvc\Model\Resultset\Complex](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Complex) +- [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) +- [Phalcon\Mvc\Model\Row](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Row) +- [Phalcon\Mvc\Model\Transaction](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction) +- [Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) +- [Phalcon\Mvc\Model\Transaction\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Exception) +- [Phalcon\Mvc\Model\Transaction\Failed](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Failed) +- [Phalcon\Mvc\Model\Transaction\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Manager) +- [Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) +- [Phalcon\Mvc\Model\ValidationFailed](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidationFailed) +- [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) +- [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) +- [Phalcon\Mvc\Model\Validator\Email](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Email) +- [Phalcon\Mvc\Model\Validator\Exclusionin](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Exclusionin) +- [Phalcon\Mvc\Model\Validator\Inclusionin](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Inclusionin) +- [Phalcon\Mvc\Model\Validator\Ip](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Ip) +- [Phalcon\Mvc\Model\Validator\Numericality](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Numericality) +- [Phalcon\Mvc\Model\Validator\PresenceOf](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_PresenceOf) +- [Phalcon\Mvc\Model\Validator\Regex](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Regex) +- [Phalcon\Mvc\Model\Validator\StringLength](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_StringLength) +- [Phalcon\Mvc\Model\Validator\Uniqueness](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Uniqueness) +- [Phalcon\Mvc\Model\Validator\Url](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Url) +- [Phalcon\Mvc\ModuleDefinitionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModuleDefinitionInterface) +- [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) +- [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface) +- [Phalcon\Mvc\Router\Annotations](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Annotations) +- [Phalcon\Mvc\Router\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Exception) +- [Phalcon\Mvc\Router\Group](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Group) +- [Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) +- [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) +- [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) +- [Phalcon\Mvc\Url](/[[language]]/[[version]]/api/Phalcon_Mvc_Url) +- [Phalcon\Mvc\UrlInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_UrlInterface) +- [Phalcon\Mvc\Url\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Url_Exception) +- [Phalcon\Mvc\User\Component](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Component) +- [Phalcon\Mvc\User\Module](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Module) +- [Phalcon\Mvc\User\Plugin](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Plugin) +- [Phalcon\Mvc\View](/[[language]]/[[version]]/api/Phalcon_Mvc_View) +- [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) +- [Phalcon\Mvc\ViewInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewInterface) +- [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) +- [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) +- [Phalcon\Mvc\View\Engine\Php](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Php) +- [Phalcon\Mvc\View\Engine\Volt](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt) +- [Phalcon\Mvc\View\Engine\Volt\Compiler](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt_Compiler) +- [Phalcon\Mvc\View\Engine\Volt\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt_Exception) +- [Phalcon\Mvc\View\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Exception) +- [Phalcon\Mvc\View\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Simple) +- [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) +- [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) +- [Phalcon\Paginator\Adapter\Model](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_Model) +- [Phalcon\Paginator\Adapter\NativeArray](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_NativeArray) +- [Phalcon\Paginator\Adapter\QueryBuilder](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_QueryBuilder) +- [Phalcon\Paginator\Exception](/[[language]]/[[version]]/api/Phalcon_Paginator_Exception) +- [Phalcon\Paginator\Factory](/[[language]]/[[version]]/api/Phalcon_Paginator_Factory) +- [Phalcon\Queue\Beanstalk](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk) +- [Phalcon\Queue\Beanstalk\Exception](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk_Exception) +- [Phalcon\Queue\Beanstalk\Job](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk_Job) +- [Phalcon\Registry](/[[language]]/[[version]]/api/Phalcon_Registry) +- [Phalcon\Security](/[[language]]/[[version]]/api/Phalcon_Security) +- [Phalcon\Security\Exception](/[[language]]/[[version]]/api/Phalcon_Security_Exception) +- [Phalcon\Security\Random](/[[language]]/[[version]]/api/Phalcon_Security_Random) +- [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) +- [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) +- [Phalcon\Session\Adapter\Files](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Files) +- [Phalcon\Session\Adapter\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Libmemcached) +- [Phalcon\Session\Adapter\Memcache](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Memcache) +- [Phalcon\Session\Adapter\Redis](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Redis) +- [Phalcon\Session\Bag](/[[language]]/[[version]]/api/Phalcon_Session_Bag) +- [Phalcon\Session\BagInterface](/[[language]]/[[version]]/api/Phalcon_Session_BagInterface) +- [Phalcon\Session\Exception](/[[language]]/[[version]]/api/Phalcon_Session_Exception) +- [Phalcon\Session\Factory](/[[language]]/[[version]]/api/Phalcon_Session_Factory) +- [Phalcon\Tag](/[[language]]/[[version]]/api/Phalcon_Tag) +- [Phalcon\Tag\Exception](/[[language]]/[[version]]/api/Phalcon_Tag_Exception) +- [Phalcon\Tag\Select](/[[language]]/[[version]]/api/Phalcon_Tag_Select) +- [Phalcon\Text](/[[language]]/[[version]]/api/Phalcon_Text) +- [Phalcon\Translate](/[[language]]/[[version]]/api/Phalcon_Translate) +- [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) +- [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) +- [Phalcon\Translate\Adapter\Csv](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_Csv) +- [Phalcon\Translate\Adapter\Gettext](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_Gettext) +- [Phalcon\Translate\Adapter\NativeArray](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_NativeArray) +- [Phalcon\Translate\Exception](/[[language]]/[[version]]/api/Phalcon_Translate_Exception) +- [Phalcon\Translate\Factory](/[[language]]/[[version]]/api/Phalcon_Translate_Factory) +- [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) +- [Phalcon\Translate\Interpolator\AssociativeArray](/[[language]]/[[version]]/api/Phalcon_Translate_Interpolator_AssociativeArray) +- [Phalcon\Translate\Interpolator\IndexedArray](/[[language]]/[[version]]/api/Phalcon_Translate_Interpolator_IndexedArray) +- [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) +- [Phalcon\ValidationInterface](/[[language]]/[[version]]/api/Phalcon_ValidationInterface) +- [Phalcon\Validation\CombinedFieldsValidator](/[[language]]/[[version]]/api/Phalcon_Validation_CombinedFieldsValidator) +- [Phalcon\Validation\Exception](/[[language]]/[[version]]/api/Phalcon_Validation_Exception) +- [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) +- [Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) +- [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) +- [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) +- [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) +- [Phalcon\Validation\Validator\Alnum](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Alnum) +- [Phalcon\Validation\Validator\Alpha](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Alpha) +- [Phalcon\Validation\Validator\Between](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Between) +- [Phalcon\Validation\Validator\Callback](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Callback) +- [Phalcon\Validation\Validator\Confirmation](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Confirmation) +- [Phalcon\Validation\Validator\CreditCard](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_CreditCard) +- [Phalcon\Validation\Validator\Date](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Date) +- [Phalcon\Validation\Validator\Digit](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Digit) +- [Phalcon\Validation\Validator\Email](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Email) +- [Phalcon\Validation\Validator\Exception](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Exception) +- [Phalcon\Validation\Validator\ExclusionIn](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_ExclusionIn) +- [Phalcon\Validation\Validator\File](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_File) +- [Phalcon\Validation\Validator\Identical](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Identical) +- [Phalcon\Validation\Validator\InclusionIn](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_InclusionIn) +- [Phalcon\Validation\Validator\Numericality](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Numericality) +- [Phalcon\Validation\Validator\PresenceOf](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_PresenceOf) +- [Phalcon\Validation\Validator\Regex](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Regex) +- [Phalcon\Validation\Validator\StringLength](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_StringLength) +- [Phalcon\Validation\Validator\Uniqueness](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Uniqueness) +- [Phalcon\Validation\Validator\Url](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Url) +- [Phalcon\Version](/[[language]]/[[version]]/api/Phalcon_Version) \ No newline at end of file diff --git a/tr/api/Phalcon_Annotations_Adapter.md b/tr/api/Phalcon_Annotations_Adapter.md index d42ac348bbc9..e9ba9d098f7a 100644 --- a/tr/api/Phalcon_Annotations_Adapter.md +++ b/tr/api/Phalcon_Annotations_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Annotations\\Adapter** -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -8,7 +8,7 @@ This is the base class for Phalcon\\Annotations adapters ## Methods -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) Sets the annotations parser diff --git a/tr/api/Phalcon_Annotations_AdapterInterface.md b/tr/api/Phalcon_Annotations_AdapterInterface.md index 7f9c8598cba2..b428f0ce8c85 100644 --- a/tr/api/Phalcon_Annotations_AdapterInterface.md +++ b/tr/api/Phalcon_Annotations_AdapterInterface.md @@ -6,7 +6,7 @@ This interface must be implemented by adapters in Phalcon\Annotations ## Methods -abstract public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) +abstract public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) Sets the annotations parser diff --git a/tr/api/Phalcon_Annotations_Adapter_Apc.md b/tr/api/Phalcon_Annotations_Adapter_Apc.md index 467622a88425..e613a76f1822 100644 --- a/tr/api/Phalcon_Annotations_Adapter_Apc.md +++ b/tr/api/Phalcon_Annotations_Adapter_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Apc** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,34 +27,34 @@ public **read** (*mixed* $key) Reads parsed annotations from APC -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to APC -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/tr/api/Phalcon_Annotations_Adapter_Apcu.md b/tr/api/Phalcon_Annotations_Adapter_Apcu.md index ebea340ec92a..615bd450fc80 100644 --- a/tr/api/Phalcon_Annotations_Adapter_Apcu.md +++ b/tr/api/Phalcon_Annotations_Adapter_Apcu.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Apcu** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,34 +27,34 @@ public **read** (*mixed* $key) Reads parsed annotations from APCu -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to APCu -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/tr/api/Phalcon_Annotations_Adapter_Files.md b/tr/api/Phalcon_Annotations_Adapter_Files.md index e4c407e5954e..653483fef5dd 100644 --- a/tr/api/Phalcon_Annotations_Adapter_Files.md +++ b/tr/api/Phalcon_Annotations_Adapter_Files.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Files** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,38 +27,38 @@ public **__construct** ([*array* $options]) Phalcon\\Annotations\\Adapter\\Files constructor -public [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) **read** (*string* $key) +public [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) **read** (*string* $key) Reads parsed annotations from files -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to files -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/tr/api/Phalcon_Annotations_Adapter_Memory.md b/tr/api/Phalcon_Annotations_Adapter_Memory.md index 205f20e6b1b8..558ef73179e1 100644 --- a/tr/api/Phalcon_Annotations_Adapter_Memory.md +++ b/tr/api/Phalcon_Annotations_Adapter_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Memory** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -14,34 +14,34 @@ public **read** (*mixed* $key) Reads parsed annotations from memory -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to memory -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/tr/api/Phalcon_Annotations_Adapter_Xcache.md b/tr/api/Phalcon_Annotations_Adapter_Xcache.md index 37c97e7e6b8c..4ea64217b769 100644 --- a/tr/api/Phalcon_Annotations_Adapter_Xcache.md +++ b/tr/api/Phalcon_Annotations_Adapter_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Xcache** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -17,38 +17,38 @@ $annotations = new \Phalcon\Annotations\Adapter\Xcache(); ## Methods -public [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) **read** (*string* $key) +public [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) **read** (*string* $key) Reads parsed annotations from XCache -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to XCache -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/tr/api/Phalcon_Annotations_Collection.md b/tr/api/Phalcon_Annotations_Collection.md index dac8ff1acd5b..791f30938af9 100644 --- a/tr/api/Phalcon_Annotations_Collection.md +++ b/tr/api/Phalcon_Annotations_Collection.md @@ -36,7 +36,7 @@ public **rewind** () Rewinds the internal iterator -public [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) **current** () +public [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) **current** () Returns the current annotation in the iterator diff --git a/tr/api/Phalcon_Annotations_Factory.md b/tr/api/Phalcon_Annotations_Factory.md index 644067bb57ce..5c5766d8a800 100644 --- a/tr/api/Phalcon_Annotations_Factory.md +++ b/tr/api/Phalcon_Annotations_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -24,8 +24,8 @@ $annotations = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Annotations_Reader.md b/tr/api/Phalcon_Annotations_Reader.md index 4e8e513ffea9..7dcb4c27c146 100644 --- a/tr/api/Phalcon_Annotations_Reader.md +++ b/tr/api/Phalcon_Annotations_Reader.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Annotations\\Reader** -*implements* [Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) +*implements* [Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) Source on GitHub diff --git a/tr/api/Phalcon_Application.md b/tr/api/Phalcon_Application.md index bf48f3ab94bf..4eb6b28f3090 100644 --- a/tr/api/Phalcon_Application.md +++ b/tr/api/Phalcon_Application.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Application** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -10,11 +10,11 @@ Base class for Phalcon\\Cli\\Console and Phalcon\\Mvc\\Application. ## Methods -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Application Constructor -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -64,14 +64,14 @@ abstract public **handle** () Handles a request -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*string* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*string* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/tr/api/Phalcon_Application_Exception.md b/tr/api/Phalcon_Application_Exception.md index 49637aa88e5e..271cfe64e058 100644 --- a/tr/api/Phalcon_Application_Exception.md +++ b/tr/api/Phalcon_Application_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Application\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Assets_Collection.md b/tr/api/Phalcon_Assets_Collection.md index f6f18d5a1d60..56c1ccff2bed 100644 --- a/tr/api/Phalcon_Assets_Collection.md +++ b/tr/api/Phalcon_Assets_Collection.md @@ -60,15 +60,15 @@ public **__construct** () Phalcon\\Assets\\Collection constructor -public **add** ([Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **add** ([Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a resource to the collection -public **addInline** ([Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInline** ([Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds an inline code to the collection -public **has** ([Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) $resource) +public **has** ([Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) $resource) Checks this the resource is added to the collection. @@ -93,7 +93,7 @@ public **addInlineCss** (*mixed* $content, [*mixed* $filter], [*mixed* $attribut Adds an inline CSS to the collection -public [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) **addJs** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) +public [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) **addJs** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) Adds a javascript resource to the collection @@ -165,10 +165,10 @@ public **getRealTargetPath** (*mixed* $basePath) Returns the complete location where the joined/filtered collection must be written -public **addFilter** ([Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) $filter) +public **addFilter** ([Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) $filter) Adds a filter to the collection -final protected **addResource** ([Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) $resource) +final protected **addResource** ([Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) $resource) Adds a resource or inline-code to the collection \ No newline at end of file diff --git a/tr/api/Phalcon_Assets_Exception.md b/tr/api/Phalcon_Assets_Exception.md index 4c8c0516fd94..bd7488dccb6f 100644 --- a/tr/api/Phalcon_Assets_Exception.md +++ b/tr/api/Phalcon_Assets_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Assets_Filters_Cssmin.md b/tr/api/Phalcon_Assets_Filters_Cssmin.md index a807a59e4880..96fe00be94d7 100644 --- a/tr/api/Phalcon_Assets_Filters_Cssmin.md +++ b/tr/api/Phalcon_Assets_Filters_Cssmin.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\Cssmin** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/tr/api/Phalcon_Assets_Filters_Jsmin.md b/tr/api/Phalcon_Assets_Filters_Jsmin.md index 2bfe2b4851a4..3e9e94f7bd29 100644 --- a/tr/api/Phalcon_Assets_Filters_Jsmin.md +++ b/tr/api/Phalcon_Assets_Filters_Jsmin.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\Jsmin** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/tr/api/Phalcon_Assets_Filters_None.md b/tr/api/Phalcon_Assets_Filters_None.md index 60e59aac09de..27f570f4bc31 100644 --- a/tr/api/Phalcon_Assets_Filters_None.md +++ b/tr/api/Phalcon_Assets_Filters_None.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\None** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/tr/api/Phalcon_Assets_Inline.md b/tr/api/Phalcon_Assets_Inline.md index e5c3ef631536..067ea910d450 100644 --- a/tr/api/Phalcon_Assets_Inline.md +++ b/tr/api/Phalcon_Assets_Inline.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Inline** -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub diff --git a/tr/api/Phalcon_Assets_Inline_Css.md b/tr/api/Phalcon_Assets_Inline_Css.md index aad74b78beca..df3da97b2598 100644 --- a/tr/api/Phalcon_Assets_Inline_Css.md +++ b/tr/api/Phalcon_Assets_Inline_Css.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Inline\\Css** -*extends* class [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +*extends* class [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,34 +12,36 @@ Represents an inlined CSS public **__construct** (*string* $content, [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Phalcon\\Assets\\Inline\\Css Constructor -... +public *string* **getType** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getContent** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets the resource's type. -... +public *string* **getContent** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getFilter** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets the content. -... +public *boolean* **getFilter** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getAttributes** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets if the resource must be filtered or not. -... +public *array* **getAttributes** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets extra HTML attributes. + +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setType** (*string* $type) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets the inline's type -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setFilter** (*boolean* $filter) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets extra HTML attributes -public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public *string* **getResourceKey** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Gets the resource's key. \ No newline at end of file diff --git a/tr/api/Phalcon_Assets_Inline_Js.md b/tr/api/Phalcon_Assets_Inline_Js.md index 1cce336b4116..38f45537ae5b 100644 --- a/tr/api/Phalcon_Assets_Inline_Js.md +++ b/tr/api/Phalcon_Assets_Inline_Js.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Inline\\Js** -*extends* class [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +*extends* class [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,34 +12,34 @@ Represents an inline Javascript public **__construct** (*string* $content, [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getType** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getContent** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getContent** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getFilter** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getFilter** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getAttributes** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getAttributes** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets the inline's type -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets extra HTML attributes -public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Gets the resource's key. \ No newline at end of file diff --git a/tr/api/Phalcon_Assets_Manager.md b/tr/api/Phalcon_Assets_Manager.md index 13ecabf4ff9c..023c9dab7abb 100644 --- a/tr/api/Phalcon_Assets_Manager.md +++ b/tr/api/Phalcon_Assets_Manager.md @@ -52,7 +52,7 @@ public **addInlineJs** (*mixed* $content, [*mixed* $filter], [*mixed* $attribute Adds an inline javascript to the 'js' collection -public **addResourceByType** (*mixed* $type, [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **addResourceByType** (*mixed* $type, [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a resource by its type @@ -65,11 +65,11 @@ $assets->addResourceByType("css", ``` -public **addInlineCodeByType** (*mixed* $type, [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInlineCodeByType** (*mixed* $type, [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds an inline code by its type -public **addResource** ([Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **addResource** ([Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a raw resource to the manager @@ -82,11 +82,11 @@ $assets->addResource( ``` -public **addInlineCode** ([Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInlineCode** ([Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds a raw inline code to the manager -public **set** (*mixed* $id, [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection) +public **set** (*mixed* $id, [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection) Sets a collection in the Assets Manager @@ -120,11 +120,11 @@ public **collection** (*mixed* $name) Creates/Returns a collection of resources -public **output** ([Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection, *callback* $callback, *string* $type) +public **output** ([Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection, *callback* $callback, *string* $type) Traverses a collection calling the callback to generate its HTML -public **outputInline** ([Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection, *string* $type) +public **outputInline** ([Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection, *string* $type) Traverses a collection and generate its HTML diff --git a/tr/api/Phalcon_Assets_Resource.md b/tr/api/Phalcon_Assets_Resource.md index d67dc71b7929..d20032f2a7b8 100644 --- a/tr/api/Phalcon_Assets_Resource.md +++ b/tr/api/Phalcon_Assets_Resource.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Resource** -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub diff --git a/tr/api/Phalcon_Assets_Resource_Css.md b/tr/api/Phalcon_Assets_Resource_Css.md index 11c938e391ca..fe644a45f159 100644 --- a/tr/api/Phalcon_Assets_Resource_Css.md +++ b/tr/api/Phalcon_Assets_Resource_Css.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Resource\\Css** -*extends* class [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +*extends* class [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,76 +12,76 @@ Represents CSS resources public **__construct** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getType** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getLocal** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getLocal** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getFilter** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getFilter** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getAttributes** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getAttributes** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's type -public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's path -public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource is local or external -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets extra HTML attributes -public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets a target uri for the generated HTML -public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's source path -public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's target path -public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the content of the resource as an string Optionally a base path where the resource is located can be set -public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the real target uri for the generated HTML -public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource is located -public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource must be written -public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Gets the resource's key. \ No newline at end of file diff --git a/tr/api/Phalcon_Assets_Resource_Js.md b/tr/api/Phalcon_Assets_Resource_Js.md index 2acc4d239b9d..4695b7fb7e30 100644 --- a/tr/api/Phalcon_Assets_Resource_Js.md +++ b/tr/api/Phalcon_Assets_Resource_Js.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Resource\\Js** -*extends* class [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +*extends* class [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,76 +12,76 @@ Represents Javascript resources public **__construct** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getType** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getLocal** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getLocal** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getFilter** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getFilter** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getAttributes** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getAttributes** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's type -public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's path -public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource is local or external -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets extra HTML attributes -public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets a target uri for the generated HTML -public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's source path -public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's target path -public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the content of the resource as an string Optionally a base path where the resource is located can be set -public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the real target uri for the generated HTML -public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource is located -public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource must be written -public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Gets the resource's key. \ No newline at end of file diff --git a/tr/api/Phalcon_Cache_Backend.md b/tr/api/Phalcon_Cache_Backend.md index 6e8b2e14bbff..730f3a94146e 100644 --- a/tr/api/Phalcon_Cache_Backend.md +++ b/tr/api/Phalcon_Cache_Backend.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Cache\\Backend** -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -32,7 +32,7 @@ public **setLastKey** (*mixed* $lastKey) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend constructor @@ -56,22 +56,22 @@ public *int* **getLifetime** () Gets the last lifetime set -abstract public **get** (*mixed* $keyName, [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **get** (*mixed* $keyName, [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **save** ([*mixed* $keyName], [*mixed* $content], [*mixed* $lifetime], [*mixed* $stopBuffer]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **save** ([*mixed* $keyName], [*mixed* $content], [*mixed* $lifetime], [*mixed* $stopBuffer]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **delete** (*mixed* $keyName) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **delete** (*mixed* $keyName) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **queryKeys** ([*mixed* $prefix]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **queryKeys** ([*mixed* $prefix]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **exists** ([*mixed* $keyName], [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **exists** ([*mixed* $keyName], [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Cache_Backend_Apc.md b/tr/api/Phalcon_Cache_Backend_Apc.md index 92b01c89d25a..6e3d65e1f101 100644 --- a/tr/api/Phalcon_Cache_Backend_Apc.md +++ b/tr/api/Phalcon_Cache_Backend_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Apc** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -94,50 +94,50 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/tr/api/Phalcon_Cache_Backend_Apcu.md b/tr/api/Phalcon_Cache_Backend_Apcu.md index b5bf1d628fc1..015d46a4f62b 100644 --- a/tr/api/Phalcon_Cache_Backend_Apcu.md +++ b/tr/api/Phalcon_Cache_Backend_Apcu.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Apcu** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -94,50 +94,50 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/tr/api/Phalcon_Cache_Backend_Factory.md b/tr/api/Phalcon_Cache_Backend_Factory.md index 703d878c3fc6..822536aaf29a 100644 --- a/tr/api/Phalcon_Cache_Backend_Factory.md +++ b/tr/api/Phalcon_Cache_Backend_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -25,7 +25,7 @@ $backendCache = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/tr/api/Phalcon_Cache_Backend_File.md b/tr/api/Phalcon_Cache_Backend_File.md index 3ea73b705889..a0d7c7ed554c 100644 --- a/tr/api/Phalcon_Cache_Backend_File.md +++ b/tr/api/Phalcon_Cache_Backend_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\File** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -44,7 +44,7 @@ if ($content === null) { ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, *array* $options) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, *array* $options) Phalcon\\Cache\\Backend\\File constructor @@ -98,46 +98,46 @@ public **useSafeKey** (*mixed* $useSafeKey) Set whether to use the safekey or not -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/tr/api/Phalcon_Cache_Backend_Libmemcached.md b/tr/api/Phalcon_Cache_Backend_Libmemcached.md index 9ec4b031d82e..3165b9222ecb 100644 --- a/tr/api/Phalcon_Cache_Backend_Libmemcached.md +++ b/tr/api/Phalcon_Cache_Backend_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Libmemcached** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -49,7 +49,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Memcache constructor @@ -116,46 +116,46 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/tr/api/Phalcon_Cache_Backend_Memcache.md b/tr/api/Phalcon_Cache_Backend_Memcache.md index 6f2575ca5c8d..61c26bca5745 100644 --- a/tr/api/Phalcon_Cache_Backend_Memcache.md +++ b/tr/api/Phalcon_Cache_Backend_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Memcache** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -43,7 +43,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Memcache constructor @@ -97,46 +97,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/tr/api/Phalcon_Cache_Backend_Memory.md b/tr/api/Phalcon_Cache_Backend_Memory.md index a269432ab9f3..56e512c11de6 100644 --- a/tr/api/Phalcon_Cache_Backend_Memory.md +++ b/tr/api/Phalcon_Cache_Backend_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Memory** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface), [Serializable](http://php.net/manual/en/class.serializable.php) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface), [Serializable](http://php.net/manual/en/class.serializable.php) Source on GitHub @@ -79,50 +79,50 @@ public **unserialize** (*mixed* $data) Required for interface \\Serializable -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/tr/api/Phalcon_Cache_Backend_Mongo.md b/tr/api/Phalcon_Cache_Backend_Mongo.md index 6421cd0f4f29..be4778c7d3b2 100644 --- a/tr/api/Phalcon_Cache_Backend_Mongo.md +++ b/tr/api/Phalcon_Cache_Backend_Mongo.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Mongo** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -44,7 +44,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Mongo constructor @@ -98,46 +98,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/tr/api/Phalcon_Cache_Backend_Redis.md b/tr/api/Phalcon_Cache_Backend_Redis.md index a3509251d509..4ec50555c243 100644 --- a/tr/api/Phalcon_Cache_Backend_Redis.md +++ b/tr/api/Phalcon_Cache_Backend_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Redis** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -45,7 +45,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Redis constructor @@ -105,46 +105,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/tr/api/Phalcon_Cache_Backend_Xcache.md b/tr/api/Phalcon_Cache_Backend_Xcache.md index 7dac8215d5f3..4074d8e3778e 100644 --- a/tr/api/Phalcon_Cache_Backend_Xcache.md +++ b/tr/api/Phalcon_Cache_Backend_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Xcache** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -38,7 +38,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Xcache constructor @@ -84,46 +84,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/tr/api/Phalcon_Cache_Exception.md b/tr/api/Phalcon_Cache_Exception.md index 87f2372e7864..283372e4e9e7 100644 --- a/tr/api/Phalcon_Cache_Exception.md +++ b/tr/api/Phalcon_Cache_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Cache_Frontend_Base64.md b/tr/api/Phalcon_Cache_Frontend_Base64.md index 473895a88aa8..4439e4c4cba8 100644 --- a/tr/api/Phalcon_Cache_Frontend_Base64.md +++ b/tr/api/Phalcon_Cache_Frontend_Base64.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Base64** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/tr/api/Phalcon_Cache_Frontend_Data.md b/tr/api/Phalcon_Cache_Frontend_Data.md index 1f249be7103c..652f3dfb9691 100644 --- a/tr/api/Phalcon_Cache_Frontend_Data.md +++ b/tr/api/Phalcon_Cache_Frontend_Data.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Data** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/tr/api/Phalcon_Cache_Frontend_Factory.md b/tr/api/Phalcon_Cache_Frontend_Factory.md index cdd59eeb8b72..ea32c63d78a6 100644 --- a/tr/api/Phalcon_Cache_Frontend_Factory.md +++ b/tr/api/Phalcon_Cache_Frontend_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $frontendCache = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/tr/api/Phalcon_Cache_Frontend_Igbinary.md b/tr/api/Phalcon_Cache_Frontend_Igbinary.md index 714a96bb4de1..e7ceabc8e033 100644 --- a/tr/api/Phalcon_Cache_Frontend_Igbinary.md +++ b/tr/api/Phalcon_Cache_Frontend_Igbinary.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Igbinary** -*extends* class [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) +*extends* class [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/tr/api/Phalcon_Cache_Frontend_Json.md b/tr/api/Phalcon_Cache_Frontend_Json.md index bfe39cdc53c4..274217cf9b9d 100644 --- a/tr/api/Phalcon_Cache_Frontend_Json.md +++ b/tr/api/Phalcon_Cache_Frontend_Json.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Json** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/tr/api/Phalcon_Cache_Frontend_Msgpack.md b/tr/api/Phalcon_Cache_Frontend_Msgpack.md index 857b40d4bbdc..39e65a338ef3 100644 --- a/tr/api/Phalcon_Cache_Frontend_Msgpack.md +++ b/tr/api/Phalcon_Cache_Frontend_Msgpack.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Msgpack** -*extends* class [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) +*extends* class [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/tr/api/Phalcon_Cache_Frontend_None.md b/tr/api/Phalcon_Cache_Frontend_None.md index bdc0af2d4135..08055277c76f 100644 --- a/tr/api/Phalcon_Cache_Frontend_None.md +++ b/tr/api/Phalcon_Cache_Frontend_None.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\None** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/tr/api/Phalcon_Cache_Frontend_Output.md b/tr/api/Phalcon_Cache_Frontend_Output.md index affdd100d260..31a22d047dbb 100644 --- a/tr/api/Phalcon_Cache_Frontend_Output.md +++ b/tr/api/Phalcon_Cache_Frontend_Output.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Output** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/tr/api/Phalcon_Cache_Multiple.md b/tr/api/Phalcon_Cache_Multiple.md index 9aa7e6fd6276..7376b89f12fb 100644 --- a/tr/api/Phalcon_Cache_Multiple.md +++ b/tr/api/Phalcon_Cache_Multiple.md @@ -65,11 +65,11 @@ $cache->save("my-key", $data); ## Methods -public **__construct** ([[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $backends]) +public **__construct** ([[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $backends]) Phalcon\\Cache\\Multiple constructor -public **push** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $backend) +public **push** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $backend) Adds a backend diff --git a/tr/api/Phalcon_Cli_Console.md b/tr/api/Phalcon_Cli_Console.md index f0337bf3f1ec..8b0677b53498 100644 --- a/tr/api/Phalcon_Cli_Console.md +++ b/tr/api/Phalcon_Cli_Console.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Console** -*extends* abstract class [Phalcon\Application](/en/3.2/api/Phalcon_Application) +*extends* abstract class [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -36,19 +36,19 @@ public **setArgument** ([*array* $arguments], [*mixed* $str], [*mixed* $shift]) Set an specific argument -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Phalcon\\Application -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getEventsManager** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the internal event manager -public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Register an array of modules present in the application @@ -70,30 +70,30 @@ $this->registerModules( ``` -public **getModules** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModules** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Return the modules registered in the application -public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Gets the module definition registered in the application via module name -public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the module name to be used if the router doesn't return a valid module -public **getDefaultModule** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getDefaultModule** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the default module name -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/tr/api/Phalcon_Cli_Console_Exception.md b/tr/api/Phalcon_Cli_Console_Exception.md index e7bfea5dbde1..1304054159b0 100644 --- a/tr/api/Phalcon_Cli_Console_Exception.md +++ b/tr/api/Phalcon_Cli_Console_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Console\\Exception** -*extends* class [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) +*extends* class [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Cli_Dispatcher.md b/tr/api/Phalcon_Cli_Dispatcher.md index f03b7c7c61ac..5f0c10cce0f1 100644 --- a/tr/api/Phalcon_Cli_Dispatcher.md +++ b/tr/api/Phalcon_Cli_Dispatcher.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Dispatcher** -*extends* abstract class [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +*extends* abstract class [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Cli\DispatcherInterface](/en/3.2/api/Phalcon_Cli_DispatcherInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Cli\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Cli_DispatcherInterface) Source on GitHub @@ -94,103 +94,103 @@ public **callActionMethod** (*mixed* $handler, *mixed* $actionMethod, [*array* $ Calls the action method. -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDI** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getEventsManager** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal event manager -public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action suffix -public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the default action suffix -public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the module where the controller is (only informative) -public **getModuleName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModuleName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the module where the controller class is -public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the namespace where the controller class is -public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a namespace to be prepended to the current handler name -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default namespace -public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the default namespace -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action name -public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the action name to be dispatched -public **getActionName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the latest dispatched action name -public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets action params to be dispatched -public **getParams** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getParams** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets action params -public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set a param by its name or numeric index -public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a param by its name or numeric index -public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if a param exists -public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the current method to be/executed in the dispatcher -public **isFinished** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **isFinished** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Checks if the dispatch loop is finished or has more pendent controllers/tasks to dispatch -public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the latest returned value by an action manually -public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns value returned by the latest dispatched action -public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable/Disable model binding during dispatch @@ -206,7 +206,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable model binding during dispatch @@ -222,19 +222,19 @@ $di->set('dispatcher', function() { ``` -public **getModelBinder** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModelBinder** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets model binder -public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -public **forward** (*array* $forward) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **forward** (*array* $forward) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Forwards the execution flow to another controller/action. @@ -250,15 +250,15 @@ $this->dispatcher->forward( ``` -public **wasForwarded** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **wasForwarded** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if the current executed action was forwarded by another one -public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Possible class name that will be located to dispatch the request -public **getBoundModels** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getBoundModels** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns bound models from binder instance @@ -275,6 +275,6 @@ class UserController extends Controller ``` -protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set empty properties to their defaults (where defaults are available) \ No newline at end of file diff --git a/tr/api/Phalcon_Cli_DispatcherInterface.md b/tr/api/Phalcon_Cli_DispatcherInterface.md index 78f4d7b40c9c..b2113a4f6788 100644 --- a/tr/api/Phalcon_Cli_DispatcherInterface.md +++ b/tr/api/Phalcon_Cli_DispatcherInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Cli\\DispatcherInterface** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) Source on GitHub @@ -30,70 +30,70 @@ abstract public **getActiveTask** () ... -abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Cli_Dispatcher_Exception.md b/tr/api/Phalcon_Cli_Dispatcher_Exception.md index fbd0a6c4292d..3d26680ebc57 100644 --- a/tr/api/Phalcon_Cli_Dispatcher_Exception.md +++ b/tr/api/Phalcon_Cli_Dispatcher_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Dispatcher\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Cli_Router.md b/tr/api/Phalcon_Cli_Router.md index 5a0943627b36..332959ad9219 100644 --- a/tr/api/Phalcon_Cli_Router.md +++ b/tr/api/Phalcon_Cli_Router.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Router** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -29,7 +29,7 @@ public **__construct** ([*mixed* $defaultRoutes]) Phalcon\\Cli\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -69,7 +69,7 @@ public **handle** ([*array* $arguments]) Handles routing information received from command-line arguments -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **add** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **add** (*string* $pattern, [*string/array* $paths]) Adds a route to the router @@ -112,7 +112,7 @@ public **getRoutes** () Returns all the routes defined in the router -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **getRouteById** (*int* $id) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **getRouteById** (*int* $id) Returns a route object by its id diff --git a/tr/api/Phalcon_Cli_Router_Exception.md b/tr/api/Phalcon_Cli_Router_Exception.md index e063b3861132..6e9cc404e6c2 100644 --- a/tr/api/Phalcon_Cli_Router_Exception.md +++ b/tr/api/Phalcon_Cli_Router_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Router\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Cli_Router_Route.md b/tr/api/Phalcon_Cli_Router_Route.md index 290d5404abd8..68834babb910 100644 --- a/tr/api/Phalcon_Cli_Router_Route.md +++ b/tr/api/Phalcon_Cli_Router_Route.md @@ -46,7 +46,7 @@ $router->add( ``` -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **beforeMatch** (*callback* $callback) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **beforeMatch** (*callback* $callback) Sets a callback that is called if the route is matched. The developer can implement any arbitrary conditions here If the callback returns false the route is treated as not matched @@ -74,7 +74,7 @@ public **getReversedPaths** () Returns the paths using positions as keys and names as values -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **convert** (*string* $name, *callable* $converter) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **convert** (*string* $name, *callable* $converter) Adds a converter to perform an additional transformation for certain parameter diff --git a/tr/api/Phalcon_Cli_Task.md b/tr/api/Phalcon_Cli_Task.md index 15624d08810c..068d8b5ed1f0 100644 --- a/tr/api/Phalcon_Cli_Task.md +++ b/tr/api/Phalcon_Cli_Task.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Task** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Cli\TaskInterface](/en/3.2/api/Phalcon_Cli_TaskInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Cli\TaskInterface](/[[language]]/[[version]]/api/Phalcon_Cli_TaskInterface) Source on GitHub @@ -35,22 +35,22 @@ final public **__construct** () Phalcon\\Cli\\Task constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/tr/api/Phalcon_Config.md b/tr/api/Phalcon_Config.md index 7b972faed1f5..3aa02d1d0c0f 100644 --- a/tr/api/Phalcon_Config.md +++ b/tr/api/Phalcon_Config.md @@ -110,7 +110,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) Merges a configuration into the current one diff --git a/tr/api/Phalcon_Config_Adapter_Grouped.md b/tr/api/Phalcon_Config_Adapter_Grouped.md index 49cceb21ce34..1c545bcc1d32 100644 --- a/tr/api/Phalcon_Config_Adapter_Grouped.md +++ b/tr/api/Phalcon_Config_Adapter_Grouped.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Grouped** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -72,7 +72,7 @@ public **__construct** (*array* $arrayConfig, [*mixed* $defaultAdapter]) Phalcon\\Config\\Adapter\\Grouped constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -85,7 +85,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -96,7 +96,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -107,7 +107,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -120,7 +120,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -133,7 +133,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -144,7 +144,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -163,7 +163,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -176,7 +176,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -196,18 +196,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/tr/api/Phalcon_Config_Adapter_Ini.md b/tr/api/Phalcon_Config_Adapter_Ini.md index 3576158bc75f..9e00252c8ede 100644 --- a/tr/api/Phalcon_Config_Adapter_Ini.md +++ b/tr/api/Phalcon_Config_Adapter_Ini.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Ini** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -85,7 +85,7 @@ protected **_cast** (*mixed* $ini) We have to cast values manually because parse_ini_file() has a poor implementation. -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -98,7 +98,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -109,7 +109,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -120,7 +120,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -133,7 +133,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -146,7 +146,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -157,7 +157,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -176,7 +176,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -189,7 +189,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -209,18 +209,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/tr/api/Phalcon_Config_Adapter_Json.md b/tr/api/Phalcon_Config_Adapter_Json.md index 860df550aee3..586aab8ede63 100644 --- a/tr/api/Phalcon_Config_Adapter_Json.md +++ b/tr/api/Phalcon_Config_Adapter_Json.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Json** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -39,7 +39,7 @@ public **__construct** (*mixed* $filePath) Phalcon\\Config\\Adapter\\Json constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -52,7 +52,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -63,7 +63,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -74,7 +74,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -87,7 +87,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -100,7 +100,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -111,7 +111,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -130,7 +130,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -143,7 +143,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -163,18 +163,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/tr/api/Phalcon_Config_Adapter_Php.md b/tr/api/Phalcon_Config_Adapter_Php.md index 844d5a6cdd20..4b1efd552967 100644 --- a/tr/api/Phalcon_Config_Adapter_Php.md +++ b/tr/api/Phalcon_Config_Adapter_Php.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Php** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -54,7 +54,7 @@ public **__construct** (*mixed* $filePath) Phalcon\\Config\\Adapter\\Php constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -67,7 +67,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -78,7 +78,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -89,7 +89,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -102,7 +102,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -115,7 +115,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -126,7 +126,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -145,7 +145,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -158,7 +158,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -178,18 +178,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/tr/api/Phalcon_Config_Adapter_Yaml.md b/tr/api/Phalcon_Config_Adapter_Yaml.md index 1955bc04918c..d18c9d186103 100644 --- a/tr/api/Phalcon_Config_Adapter_Yaml.md +++ b/tr/api/Phalcon_Config_Adapter_Yaml.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Yaml** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -56,7 +56,7 @@ public **__construct** (*mixed* $filePath, [*array* $callbacks]) Phalcon\\Config\\Adapter\\Yaml constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -69,7 +69,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -80,7 +80,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -91,7 +91,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -104,7 +104,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -117,7 +117,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -128,7 +128,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -147,7 +147,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -160,7 +160,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -180,18 +180,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/tr/api/Phalcon_Config_Exception.md b/tr/api/Phalcon_Config_Exception.md index 870c720975df..3242b9db2c8b 100644 --- a/tr/api/Phalcon_Config_Exception.md +++ b/tr/api/Phalcon_Config_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Config_Factory.md b/tr/api/Phalcon_Config_Factory.md index 9d9e2f8abec2..e4cc40839666 100644 --- a/tr/api/Phalcon_Config_Factory.md +++ b/tr/api/Phalcon_Config_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Config\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $config = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/tr/api/Phalcon_Crypt.md b/tr/api/Phalcon_Crypt.md index 348e1401a9a0..dded332767b8 100644 --- a/tr/api/Phalcon_Crypt.md +++ b/tr/api/Phalcon_Crypt.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Crypt** -*implements* [Phalcon\CryptInterface](/en/3.2/api/Phalcon_CryptInterface) +*implements* [Phalcon\CryptInterface](/[[language]]/[[version]]/api/Phalcon_CryptInterface) Source on GitHub diff --git a/tr/api/Phalcon_Crypt_Exception.md b/tr/api/Phalcon_Crypt_Exception.md index ea2a2af5ed7e..8320426ee479 100644 --- a/tr/api/Phalcon_Crypt_Exception.md +++ b/tr/api/Phalcon_Crypt_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Crypt\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Db_Adapter.md b/tr/api/Phalcon_Db_Adapter.md index acf566089977..e79a17de7eb7 100644 --- a/tr/api/Phalcon_Db_Adapter.md +++ b/tr/api/Phalcon_Db_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Db\\Adapter** -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -24,7 +24,7 @@ public **__construct** (*array* $descriptor) Phalcon\\Db\\Adapter constructor -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager @@ -32,7 +32,7 @@ public **getEventsManager** () Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) Sets the dialect used to produce the SQL @@ -309,11 +309,11 @@ public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExist Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Modifies a table column based on a definition @@ -321,7 +321,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Adds an index to a table @@ -329,7 +329,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Adds a primary key to a table @@ -337,7 +337,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Adds a foreign key to a table @@ -345,7 +345,7 @@ public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $ref Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Returns the SQL column definition from a column @@ -375,7 +375,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -512,54 +512,54 @@ public *array* **getSQLBindTypes** () Active SQL statement in the object -abstract public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **query** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **query** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **execute** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **execute** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **affectedRows** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **affectedRows** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **close** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **close** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **lastInsertId** ([*mixed* $sequenceName]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **lastInsertId** ([*mixed* $sequenceName]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **isUnderTransaction** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **isUnderTransaction** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **getInternalHandler** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **getInternalHandler** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Db_AdapterInterface.md b/tr/api/Phalcon_Db_AdapterInterface.md index 4c6a8f54b3f1..4124c5cb5c2d 100644 --- a/tr/api/Phalcon_Db_AdapterInterface.md +++ b/tr/api/Phalcon_Db_AdapterInterface.md @@ -64,11 +64,11 @@ abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) ... @@ -76,7 +76,7 @@ abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -84,7 +84,7 @@ abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -92,7 +92,7 @@ abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) ... @@ -100,7 +100,7 @@ abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mi ... -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... diff --git a/tr/api/Phalcon_Db_Adapter_Pdo.md b/tr/api/Phalcon_Db_Adapter_Pdo.md index 386228071e7c..8f38825ed816 100644 --- a/tr/api/Phalcon_Db_Adapter_Pdo.md +++ b/tr/api/Phalcon_Db_Adapter_Pdo.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Db\\Adapter\\Pdo** -*extends* abstract class [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +*extends* abstract class [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) Source on GitHub @@ -262,35 +262,35 @@ public *array* **getErrorInfo** () Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -307,7 +307,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -338,7 +338,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -358,7 +358,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -377,7 +377,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -398,7 +398,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -435,7 +435,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -456,7 +456,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -474,7 +474,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -494,11 +494,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -509,7 +509,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -522,7 +522,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -535,71 +535,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -612,7 +612,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -625,7 +625,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table indexes @@ -638,7 +638,7 @@ print_r( ``` -public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table references @@ -651,7 +651,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -664,31 +664,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -712,7 +712,7 @@ $success = $connection->insert( ``` -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -734,34 +734,34 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires an explicit value for identity columns -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Db_Adapter_Pdo_Factory.md b/tr/api/Phalcon_Db_Adapter_Pdo_Factory.md index ee6012bcb57f..8df2b4fb001f 100644 --- a/tr/api/Phalcon_Db_Adapter_Pdo_Factory.md +++ b/tr/api/Phalcon_Db_Adapter_Pdo_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -27,8 +27,8 @@ $db = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Db_Adapter_Pdo_Mysql.md b/tr/api/Phalcon_Db_Adapter_Pdo_Mysql.md index 480418c20e4d..8e1af9c3adc2 100644 --- a/tr/api/Phalcon_Db_Adapter_Pdo_Mysql.md +++ b/tr/api/Phalcon_Db_Adapter_Pdo_Mysql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Mysql** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -40,7 +40,7 @@ print_r( ``` -public [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -66,11 +66,11 @@ print_r( ``` -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) This method is automatically called in \\Phalcon\\Db\\Adapter\\Pdo constructor. Call it when you need to restore a database connection. @@ -95,7 +95,7 @@ $connection->connect(); ``` -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -120,7 +120,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -145,7 +145,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -166,7 +166,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -188,7 +188,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -203,11 +203,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -218,7 +218,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -236,7 +236,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -261,23 +261,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -293,43 +293,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -346,7 +346,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -377,7 +377,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -397,7 +397,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -416,7 +416,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -437,7 +437,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -474,7 +474,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -495,7 +495,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -513,7 +513,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -533,11 +533,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -548,7 +548,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -561,7 +561,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -574,71 +574,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -651,7 +651,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -664,7 +664,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -677,31 +677,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -725,7 +725,7 @@ $success = $connection->insert( ``` -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -747,30 +747,30 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires an explicit value for identity columns -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/tr/api/Phalcon_Db_Adapter_Pdo_Postgresql.md b/tr/api/Phalcon_Db_Adapter_Pdo_Postgresql.md index b1cb00160eab..026f46731bd6 100644 --- a/tr/api/Phalcon_Db_Adapter_Pdo_Postgresql.md +++ b/tr/api/Phalcon_Db_Adapter_Pdo_Postgresql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Postgresql** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -48,7 +48,7 @@ public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $defini Creates a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Modifies a table column based on a definition @@ -84,11 +84,11 @@ public **supportSequences** () Check whether the database system requires a sequence to produce auto-numeric values -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -113,7 +113,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -138,7 +138,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -159,7 +159,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -181,7 +181,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -196,11 +196,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -211,7 +211,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -229,7 +229,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -254,23 +254,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -286,43 +286,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -339,7 +339,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -370,7 +370,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -390,7 +390,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -409,7 +409,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -430,7 +430,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -467,7 +467,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -488,7 +488,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -506,7 +506,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -526,11 +526,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -541,7 +541,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -554,7 +554,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -567,63 +567,63 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -636,7 +636,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -649,7 +649,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table indexes @@ -662,7 +662,7 @@ print_r( ``` -public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table references @@ -675,7 +675,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -688,31 +688,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -734,22 +734,22 @@ $success = $connection->insert( ``` -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/tr/api/Phalcon_Db_Adapter_Pdo_Sqlite.md b/tr/api/Phalcon_Db_Adapter_Pdo_Sqlite.md index 5362f5631c79..7eb7e010da31 100644 --- a/tr/api/Phalcon_Db_Adapter_Pdo_Sqlite.md +++ b/tr/api/Phalcon_Db_Adapter_Pdo_Sqlite.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Sqlite** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -40,7 +40,7 @@ print_r( ``` -public [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -53,7 +53,7 @@ print_r( ``` -public [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) **describeReferences** (*string* $table, [*string* $schema]) +public [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) **describeReferences** (*string* $table, [*string* $schema]) Lists table references @@ -83,11 +83,11 @@ $success = $connection->insert( ``` -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -112,7 +112,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -137,7 +137,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -158,7 +158,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -180,7 +180,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -195,11 +195,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -210,7 +210,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -228,7 +228,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -253,23 +253,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -285,43 +285,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -338,7 +338,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -369,7 +369,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -389,7 +389,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -408,7 +408,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -429,7 +429,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -466,7 +466,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -487,7 +487,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -505,7 +505,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -525,11 +525,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -540,7 +540,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -553,7 +553,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -566,71 +566,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -643,7 +643,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -656,7 +656,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -669,31 +669,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -717,26 +717,26 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/tr/api/Phalcon_Db_Column.md b/tr/api/Phalcon_Db_Column.md index fe0210a2b411..d55516aa88c9 100644 --- a/tr/api/Phalcon_Db_Column.md +++ b/tr/api/Phalcon_Db_Column.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Column** -*implements* [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) +*implements* [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) Source on GitHub diff --git a/tr/api/Phalcon_Db_Dialect.md b/tr/api/Phalcon_Db_Dialect.md index df25f0af03ab..8cda9d7853dd 100644 --- a/tr/api/Phalcon_Db_Dialect.md +++ b/tr/api/Phalcon_Db_Dialect.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Db\\Dialect** -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -199,86 +199,86 @@ protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $es Prepares qualified for this RDBMS -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropTable** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropTable** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeIndexes** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeIndexes** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **tableOptions** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **tableOptions** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Db_DialectInterface.md b/tr/api/Phalcon_Db_DialectInterface.md index 90ee58afb9e1..7301a959c407 100644 --- a/tr/api/Phalcon_Db_DialectInterface.md +++ b/tr/api/Phalcon_Db_DialectInterface.md @@ -24,15 +24,15 @@ abstract public **getColumnList** (*array* $columnList) ... -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) ... @@ -40,7 +40,7 @@ abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -48,7 +48,7 @@ abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -56,7 +56,7 @@ abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) ... diff --git a/tr/api/Phalcon_Db_Dialect_Mysql.md b/tr/api/Phalcon_Db_Dialect_Mysql.md index d1a80102e14c..392c5e2aa192 100644 --- a/tr/api/Phalcon_Db_Dialect_Mysql.md +++ b/tr/api/Phalcon_Db_Dialect_Mysql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Mysql** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the MySQL RDBMS ## Methods -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in MySQL -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -133,23 +133,23 @@ protected **_getTableOptions** (*array* $definition) Generates SQL to add the table creation options -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -164,7 +164,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -176,7 +176,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -188,7 +188,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -204,122 +204,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/tr/api/Phalcon_Db_Dialect_Postgresql.md b/tr/api/Phalcon_Db_Dialect_Postgresql.md index f10d03525235..a21b58d04f66 100644 --- a/tr/api/Phalcon_Db_Dialect_Postgresql.md +++ b/tr/api/Phalcon_Db_Dialect_Postgresql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Postgresql** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the PostgreSQL RDBMS ## Methods -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in PostgreSQL -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -129,7 +129,7 @@ public **tableOptions** (*mixed* $table, [*mixed* $schema]) Generates the SQL to describe the table creation options -protected **_castDefault** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +protected **_castDefault** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... @@ -137,23 +137,23 @@ protected **_getTableOptions** (*array* $definition) ... -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -168,7 +168,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -180,7 +180,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -192,7 +192,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -208,122 +208,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/tr/api/Phalcon_Db_Dialect_Sqlite.md b/tr/api/Phalcon_Db_Dialect_Sqlite.md index dabec6d39e49..857353a62e5e 100644 --- a/tr/api/Phalcon_Db_Dialect_Sqlite.md +++ b/tr/api/Phalcon_Db_Dialect_Sqlite.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Sqlite** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the Sqlite RDBMS ## Methods -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in SQLite -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -146,23 +146,23 @@ public **tableOptions** (*mixed* $table, [*mixed* $schema]) Generates the SQL to describe the table creation options -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -177,7 +177,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -189,7 +189,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -201,7 +201,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -217,122 +217,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/tr/api/Phalcon_Db_Exception.md b/tr/api/Phalcon_Db_Exception.md index 00160179b065..2e8e5ea18b94 100644 --- a/tr/api/Phalcon_Db_Exception.md +++ b/tr/api/Phalcon_Db_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Db_Index.md b/tr/api/Phalcon_Db_Index.md index 9ca94ad0e146..6f6caa997ce0 100644 --- a/tr/api/Phalcon_Db_Index.md +++ b/tr/api/Phalcon_Db_Index.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Index** -*implements* [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) +*implements* [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) Source on GitHub diff --git a/tr/api/Phalcon_Db_Profiler.md b/tr/api/Phalcon_Db_Profiler.md index 1d6dde6d6e69..a3ef0bf32c63 100644 --- a/tr/api/Phalcon_Db_Profiler.md +++ b/tr/api/Phalcon_Db_Profiler.md @@ -31,7 +31,7 @@ echo "Total Elapsed Time: ", $profile->getTotalElapsedSeconds(), "\n"; ## Methods -public [Phalcon\Db\Profiler](/en/3.2/api/Phalcon_Db_Profiler) **startProfile** (*string* $sqlStatement, [*mixed* $sqlVariables], [*mixed* $sqlBindTypes]) +public [Phalcon\Db\Profiler](/[[language]]/[[version]]/api/Phalcon_Db_Profiler) **startProfile** (*string* $sqlStatement, [*mixed* $sqlVariables], [*mixed* $sqlBindTypes]) Starts the profile of a SQL sentence diff --git a/tr/api/Phalcon_Db_Reference.md b/tr/api/Phalcon_Db_Reference.md index 2e83e14de226..8a0fb59d7263 100644 --- a/tr/api/Phalcon_Db_Reference.md +++ b/tr/api/Phalcon_Db_Reference.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Reference** -*implements* [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) +*implements* [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) Source on GitHub diff --git a/tr/api/Phalcon_Db_Result_Pdo.md b/tr/api/Phalcon_Db_Result_Pdo.md index 91808dece71f..e152b23a7627 100644 --- a/tr/api/Phalcon_Db_Result_Pdo.md +++ b/tr/api/Phalcon_Db_Result_Pdo.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Result\\Pdo** -*implements* [Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) +*implements* [Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) Source on GitHub @@ -23,7 +23,7 @@ while ($robot = $result->fetchArray()) { ## Methods -public **__construct** ([Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [PDOStatement](http://php.net/manual/en/class.pdostatement.php) $result, [*string* $sqlStatement], [*array* $bindParams], [*array* $bindTypes]) +public **__construct** ([Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [PDOStatement](http://php.net/manual/en/class.pdostatement.php) $result, [*string* $sqlStatement], [*array* $bindParams], [*array* $bindTypes]) Phalcon\\Db\\Result\\Pdo constructor diff --git a/tr/api/Phalcon_Debug_Exception.md b/tr/api/Phalcon_Debug_Exception.md index 170f204a2e35..7d7ec4c5af2d 100644 --- a/tr/api/Phalcon_Debug_Exception.md +++ b/tr/api/Phalcon_Debug_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Debug\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Di.md b/tr/api/Phalcon_Di.md index b8952c5e506b..f64b45fac2aa 100644 --- a/tr/api/Phalcon_Di.md +++ b/tr/api/Phalcon_Di.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di** -*implements* [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -41,7 +41,7 @@ public **__construct** () Phalcon\\Di constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the internal event manager @@ -65,7 +65,7 @@ public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) Sets a service using a raw Phalcon\\Di\\Service definition @@ -131,7 +131,7 @@ public **__call** (*mixed* $method, [*mixed* $arguments]) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) Registers a service provider. @@ -153,7 +153,7 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Set a default dependency injection container to be obtained into static methods @@ -241,6 +241,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) Loads services from a Config object. \ No newline at end of file diff --git a/tr/api/Phalcon_DiInterface.md b/tr/api/Phalcon_DiInterface.md index d5aaf481d165..faf55118df51 100644 --- a/tr/api/Phalcon_DiInterface.md +++ b/tr/api/Phalcon_DiInterface.md @@ -30,7 +30,7 @@ abstract public **getShared** (*mixed* $name, [*mixed* $parameters]) ... -abstract public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) +abstract public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) ... @@ -54,7 +54,7 @@ abstract public **getServices** () ... -abstract public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... diff --git a/tr/api/Phalcon_Di_Exception.md b/tr/api/Phalcon_Di_Exception.md index 01369a279ffe..1ed3c8df0665 100644 --- a/tr/api/Phalcon_Di_Exception.md +++ b/tr/api/Phalcon_Di_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Di_FactoryDefault.md b/tr/api/Phalcon_Di_FactoryDefault.md index def22fd023e0..809eb0b4e265 100644 --- a/tr/api/Phalcon_Di_FactoryDefault.md +++ b/tr/api/Phalcon_Di_FactoryDefault.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Di\\FactoryDefault** -*extends* class [Phalcon\Di](/en/3.2/api/Phalcon_Di) +*extends* class [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) -*implements* [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) +*implements* [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) Source on GitHub @@ -14,67 +14,67 @@ public **__construct** () Phalcon\\Di\\FactoryDefault constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets the internal event manager -public **getInternalEventsManager** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getInternalEventsManager** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns the internal event manager -public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service in the services container -public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers an "always shared" service in the services container -public **remove** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **remove** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service in the services container It also removes any shared instance created for the service -public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets a service using a raw Phalcon\\Di\\Service definition -public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a service definition without resolving -public **getService** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getService** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a Phalcon\\Di\\Service instance -public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves the service based on its configuration -public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves a service, the resolved service is stored in the DI, subsequent requests for this service will return the same instance -public **has** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **has** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the DI contains a service by a name -public **wasFreshInstance** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **wasFreshInstance** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the last service obtained via getShared produced a fresh instance or an existing one -public **getServices** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getServices** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the services registered in the DI -public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check if a service is registered using the array syntax -public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to register a shared service using the array syntax @@ -85,7 +85,7 @@ $di["request"] = new \Phalcon\Http\Request(); ``` -public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to obtain a shared service using the array syntax @@ -96,15 +96,15 @@ var_dump($di["request"]); ``` -public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service from the services container using the array syntax -public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service provider. @@ -126,19 +126,19 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Set a default dependency injection container to be obtained into static methods -public static **getDefault** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **getDefault** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the latest DI created -public static **reset** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **reset** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resets the internal default DI -public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a yaml file. @@ -177,7 +177,7 @@ user: ``` -public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a php config file. @@ -214,6 +214,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a Config object. \ No newline at end of file diff --git a/tr/api/Phalcon_Di_FactoryDefault_Cli.md b/tr/api/Phalcon_Di_FactoryDefault_Cli.md index 808c2429947d..dfb8708307a9 100644 --- a/tr/api/Phalcon_Di_FactoryDefault_Cli.md +++ b/tr/api/Phalcon_Di_FactoryDefault_Cli.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Di\\FactoryDefault\\Cli** -*extends* class [Phalcon\Di\FactoryDefault](/en/3.2/api/Phalcon_Di_FactoryDefault) +*extends* class [Phalcon\Di\FactoryDefault](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault) -*implements* [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -14,67 +14,67 @@ public **__construct** () Phalcon\\Di\\FactoryDefault\\Cli constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets the internal event manager -public **getInternalEventsManager** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getInternalEventsManager** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns the internal event manager -public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service in the services container -public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers an "always shared" service in the services container -public **remove** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **remove** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service in the services container It also removes any shared instance created for the service -public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets a service using a raw Phalcon\\Di\\Service definition -public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a service definition without resolving -public **getService** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getService** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a Phalcon\\Di\\Service instance -public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves the service based on its configuration -public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves a service, the resolved service is stored in the DI, subsequent requests for this service will return the same instance -public **has** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **has** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the DI contains a service by a name -public **wasFreshInstance** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **wasFreshInstance** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the last service obtained via getShared produced a fresh instance or an existing one -public **getServices** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getServices** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the services registered in the DI -public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check if a service is registered using the array syntax -public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to register a shared service using the array syntax @@ -85,7 +85,7 @@ $di["request"] = new \Phalcon\Http\Request(); ``` -public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to obtain a shared service using the array syntax @@ -96,15 +96,15 @@ var_dump($di["request"]); ``` -public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service from the services container using the array syntax -public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service provider. @@ -126,19 +126,19 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Set a default dependency injection container to be obtained into static methods -public static **getDefault** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **getDefault** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the latest DI created -public static **reset** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **reset** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resets the internal default DI -public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a yaml file. @@ -177,7 +177,7 @@ user: ``` -public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a php config file. @@ -214,6 +214,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a Config object. \ No newline at end of file diff --git a/tr/api/Phalcon_Di_Injectable.md b/tr/api/Phalcon_Di_Injectable.md index 3eb8ada1dbc1..5a81520bde57 100644 --- a/tr/api/Phalcon_Di_Injectable.md +++ b/tr/api/Phalcon_Di_Injectable.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Di\\Injectable** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -8,7 +8,7 @@ This class allows to access services in the services container by just only acce ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -16,7 +16,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager diff --git a/tr/api/Phalcon_Di_InjectionAwareInterface.md b/tr/api/Phalcon_Di_InjectionAwareInterface.md index 570151b78465..a43b8c2862f2 100644 --- a/tr/api/Phalcon_Di_InjectionAwareInterface.md +++ b/tr/api/Phalcon_Di_InjectionAwareInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... diff --git a/tr/api/Phalcon_Di_Service.md b/tr/api/Phalcon_Di_Service.md index eb7bb0ec7de4..71a74ecdef9e 100644 --- a/tr/api/Phalcon_Di_Service.md +++ b/tr/api/Phalcon_Di_Service.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di\\Service** -*implements* [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) +*implements* [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) Source on GitHub @@ -45,7 +45,7 @@ public *mixed* **getDefinition** () Returns the service definition -public *mixed* **resolve** ([*array* $parameters], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public *mixed* **resolve** ([*array* $parameters], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Resolves the service diff --git a/tr/api/Phalcon_Di_ServiceInterface.md b/tr/api/Phalcon_Di_ServiceInterface.md index 6e5a374a90a0..2dc295e79f31 100644 --- a/tr/api/Phalcon_Di_ServiceInterface.md +++ b/tr/api/Phalcon_Di_ServiceInterface.md @@ -24,7 +24,7 @@ abstract public **getDefinition** () ... -abstract public **resolve** ([*mixed* $parameters], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +abstract public **resolve** ([*mixed* $parameters], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) ... diff --git a/tr/api/Phalcon_Di_ServiceProviderInterface.md b/tr/api/Phalcon_Di_ServiceProviderInterface.md index 287d4bf0463f..9123461b1d9c 100644 --- a/tr/api/Phalcon_Di_ServiceProviderInterface.md +++ b/tr/api/Phalcon_Di_ServiceProviderInterface.md @@ -4,6 +4,6 @@ ## Methods -abstract public **register** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $di) +abstract public **register** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $di) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Di_Service_Builder.md b/tr/api/Phalcon_Di_Service_Builder.md index 6d24fd254ec0..fd58fcc7f9d6 100644 --- a/tr/api/Phalcon_Di_Service_Builder.md +++ b/tr/api/Phalcon_Di_Service_Builder.md @@ -6,14 +6,14 @@ This class builds instances based on complex definitions ## Methods -private *mixed* **_buildParameter** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *int* $position, *array* $argument) +private *mixed* **_buildParameter** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *int* $position, *array* $argument) Resolves a constructor/call parameter -private **_buildParameters** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *array* $arguments) +private **_buildParameters** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *array* $arguments) Resolves an array of parameters -public *mixed* **build** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *array* $definition, [*array* $parameters]) +public *mixed* **build** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *array* $definition, [*array* $parameters]) Builds a service using a complex service definition \ No newline at end of file diff --git a/tr/api/Phalcon_Dispatcher.md b/tr/api/Phalcon_Dispatcher.md index 968c8da4e2d4..bac32ced3cd6 100644 --- a/tr/api/Phalcon_Dispatcher.md +++ b/tr/api/Phalcon_Dispatcher.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Dispatcher** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -22,7 +22,7 @@ This is the base class for Phalcon\\Mvc\\Dispatcher and Phalcon\\Cli\\Dispatcher ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -30,7 +30,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -134,7 +134,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) Enable model binding during dispatch diff --git a/tr/api/Phalcon_Escaper.md b/tr/api/Phalcon_Escaper.md index 877841068750..1982c7c16ba4 100644 --- a/tr/api/Phalcon_Escaper.md +++ b/tr/api/Phalcon_Escaper.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Escaper** -*implements* [Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) +*implements* [Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) Source on GitHub diff --git a/tr/api/Phalcon_Escaper_Exception.md b/tr/api/Phalcon_Escaper_Exception.md index adf11a235541..8408988bd6c0 100644 --- a/tr/api/Phalcon_Escaper_Exception.md +++ b/tr/api/Phalcon_Escaper_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Escaper\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Events_Event.md b/tr/api/Phalcon_Events_Event.md index 169aea9f622f..186ef0ff4601 100644 --- a/tr/api/Phalcon_Events_Event.md +++ b/tr/api/Phalcon_Events_Event.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Event** -*implements* [Phalcon\Events\EventInterface](/en/3.2/api/Phalcon_Events_EventInterface) +*implements* [Phalcon\Events\EventInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventInterface) Source on GitHub diff --git a/tr/api/Phalcon_Events_EventsAwareInterface.md b/tr/api/Phalcon_Events_EventsAwareInterface.md index ddcd3e24a896..660aeca60b88 100644 --- a/tr/api/Phalcon_Events_EventsAwareInterface.md +++ b/tr/api/Phalcon_Events_EventsAwareInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +abstract public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) ... diff --git a/tr/api/Phalcon_Events_Exception.md b/tr/api/Phalcon_Events_Exception.md index de8a2952e638..d856fd18e02f 100644 --- a/tr/api/Phalcon_Events_Exception.md +++ b/tr/api/Phalcon_Events_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Events_Manager.md b/tr/api/Phalcon_Events_Manager.md index 86998390c28d..e965f588adfc 100644 --- a/tr/api/Phalcon_Events_Manager.md +++ b/tr/api/Phalcon_Events_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Manager** -*implements* [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) +*implements* [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) Source on GitHub @@ -40,7 +40,7 @@ public **detachAll** ([*mixed* $type]) Removes all events from the EventsManager -final public *mixed* **fireQueue** ([SplPriorityQueue](http://php.net/manual/en/class.splpriorityqueue.php) | *array* $queue, [Phalcon\Events\Event](/en/3.2/api/Phalcon_Events_Event) $event) +final public *mixed* **fireQueue** ([SplPriorityQueue](http://php.net/manual/en/class.splpriorityqueue.php) | *array* $queue, [Phalcon\Events\Event](/[[language]]/[[version]]/api/Phalcon_Events_Event) $event) Internal handler to call a queue of events diff --git a/tr/api/Phalcon_Factory.md b/tr/api/Phalcon_Factory.md index c82c01e32646..5455ab8d366c 100644 --- a/tr/api/Phalcon_Factory.md +++ b/tr/api/Phalcon_Factory.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Factory** -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -10,6 +10,6 @@ protected static **loadClass** (*mixed* $namespace, *mixed* $config) ... -abstract public static **load** (*mixed* $config) inherited from [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +abstract public static **load** (*mixed* $config) inherited from [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Factory_Exception.md b/tr/api/Phalcon_Factory_Exception.md index 0cc131643a2d..3d23358fc93a 100644 --- a/tr/api/Phalcon_Factory_Exception.md +++ b/tr/api/Phalcon_Factory_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Factory\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Filter.md b/tr/api/Phalcon_Filter.md index 7f7d114cea22..8a3294e7e346 100644 --- a/tr/api/Phalcon_Filter.md +++ b/tr/api/Phalcon_Filter.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Filter** -*implements* [Phalcon\FilterInterface](/en/3.2/api/Phalcon_FilterInterface) +*implements* [Phalcon\FilterInterface](/[[language]]/[[version]]/api/Phalcon_FilterInterface) Source on GitHub diff --git a/tr/api/Phalcon_Filter_Exception.md b/tr/api/Phalcon_Filter_Exception.md index 25c5e6ee0d60..17a4a92ec866 100644 --- a/tr/api/Phalcon_Filter_Exception.md +++ b/tr/api/Phalcon_Filter_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Filter\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Flash.md b/tr/api/Phalcon_Flash.md index fab60ddca1fb..b84065699982 100644 --- a/tr/api/Phalcon_Flash.md +++ b/tr/api/Phalcon_Flash.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Flash** -*implements* [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -32,11 +32,11 @@ public **getEscaperService** () Returns the Escaper Service -public **setEscaperService** ([Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) $escaperService) +public **setEscaperService** ([Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) $escaperService) Sets the Escaper Service -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -115,6 +115,6 @@ public **clear** () Clears accumulated messages when implicit flush is disabled -abstract public **message** (*mixed* $type, *mixed* $message) inherited from [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) +abstract public **message** (*mixed* $type, *mixed* $message) inherited from [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Flash_Direct.md b/tr/api/Phalcon_Flash_Direct.md index 9b8045cf2a4e..055edf9d64b5 100644 --- a/tr/api/Phalcon_Flash_Direct.md +++ b/tr/api/Phalcon_Flash_Direct.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Flash\\Direct** -*extends* abstract class [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +*extends* abstract class [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) Source on GitHub @@ -18,47 +18,47 @@ public **output** ([*mixed* $remove]) Prints the messages accumulated in the flasher -public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Phalcon\\Flash constructor -public **getAutoescape** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getAutoescape** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the autoescape mode in generated html -public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set the autoescape mode in generated html -public **getEscaperService** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getEscaperService** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the Escaper Service -public **setEscaperService** ([Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setEscaperService** ([Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the Escaper Service -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getDI** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the internal dependency injector -public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set whether the output must be implicitly flushed to the output or returned as string -public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set if the output must be implicitly formatted with HTML -public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set an array with CSS classes to format the messages -public **error** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **error** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML error message @@ -69,7 +69,7 @@ $flash->error("This is an error"); ``` -public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML notice/information message @@ -80,7 +80,7 @@ $flash->notice("This is an information"); ``` -public **success** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **success** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML success message @@ -91,7 +91,7 @@ $flash->success("The process was finished successfully"); ``` -public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML warning message @@ -102,7 +102,7 @@ $flash->warning("Hey, this is important"); ``` -public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Outputs a message formatting it with HTML @@ -113,6 +113,6 @@ $flash->outputMessage("error", $message); ``` -public **clear** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **clear** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Clears accumulated messages when implicit flush is disabled \ No newline at end of file diff --git a/tr/api/Phalcon_Flash_Exception.md b/tr/api/Phalcon_Flash_Exception.md index f5ec6b0dd447..b27c1e2a2657 100644 --- a/tr/api/Phalcon_Flash_Exception.md +++ b/tr/api/Phalcon_Flash_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Flash\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Flash_Session.md b/tr/api/Phalcon_Flash_Session.md index 79a563d1d532..426ed0ce19db 100644 --- a/tr/api/Phalcon_Flash_Session.md +++ b/tr/api/Phalcon_Flash_Session.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Flash\\Session** -*extends* abstract class [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +*extends* abstract class [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) Source on GitHub @@ -38,47 +38,47 @@ public **clear** () Clear messages in the session messenger -public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Phalcon\\Flash constructor -public **getAutoescape** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getAutoescape** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the autoescape mode in generated html -public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set the autoescape mode in generated html -public **getEscaperService** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getEscaperService** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the Escaper Service -public **setEscaperService** ([Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setEscaperService** ([Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the Escaper Service -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getDI** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the internal dependency injector -public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set whether the output must be implicitly flushed to the output or returned as string -public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set if the output must be implicitly formatted with HTML -public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set an array with CSS classes to format the messages -public **error** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **error** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML error message @@ -89,7 +89,7 @@ $flash->error("This is an error"); ``` -public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML notice/information message @@ -100,7 +100,7 @@ $flash->notice("This is an information"); ``` -public **success** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **success** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML success message @@ -111,7 +111,7 @@ $flash->success("The process was finished successfully"); ``` -public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML warning message @@ -122,7 +122,7 @@ $flash->warning("Hey, this is important"); ``` -public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Outputs a message formatting it with HTML diff --git a/tr/api/Phalcon_Forms_Element.md b/tr/api/Phalcon_Forms_Element.md index 7bb82341d83b..181e6589f9a6 100644 --- a/tr/api/Phalcon_Forms_Element.md +++ b/tr/api/Phalcon_Forms_Element.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Forms\\Element** -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -12,7 +12,7 @@ public **__construct** (*string* $name, [*array* $attributes]) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) Sets the parent form to the element @@ -28,7 +28,7 @@ public **getName** () Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) Sets the element filters @@ -40,11 +40,11 @@ public *mixed* **getFilters** () Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Adds a validator to the element @@ -56,7 +56,7 @@ public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) Sets a default attribute for the element @@ -72,7 +72,7 @@ public **getAttributes** () Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) Sets an option for the element @@ -100,7 +100,7 @@ public **label** ([*array* $attributes]) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST @@ -120,11 +120,11 @@ public **hasMessages** () Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) Appends a message to the internal message list @@ -136,6 +136,6 @@ public **__toString** () Magic method __toString renders the widget without attributes -abstract public **render** ([*mixed* $attributes]) inherited from [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +abstract public **render** ([*mixed* $attributes]) inherited from [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Forms_ElementInterface.md b/tr/api/Phalcon_Forms_ElementInterface.md index 8108787311a9..cf1956898f32 100644 --- a/tr/api/Phalcon_Forms_ElementInterface.md +++ b/tr/api/Phalcon_Forms_ElementInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) +abstract public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) ... @@ -36,7 +36,7 @@ abstract public **addValidators** (*array* $validators, [*mixed* $merge]) ... -abstract public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +abstract public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) ... @@ -112,11 +112,11 @@ abstract public **hasMessages** () ... -abstract public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) +abstract public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) ... -abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) ... diff --git a/tr/api/Phalcon_Forms_Element_Check.md b/tr/api/Phalcon_Forms_Element_Check.md index 320a3d0b2bed..23b308a86c1c 100644 --- a/tr/api/Phalcon_Forms_Element_Check.md +++ b/tr/api/Phalcon_Forms_Element_Check.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Check** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/tr/api/Phalcon_Forms_Element_Date.md b/tr/api/Phalcon_Forms_Element_Date.md index 701a6b5ffe81..9391d7976724 100644 --- a/tr/api/Phalcon_Forms_Element_Date.md +++ b/tr/api/Phalcon_Forms_Element_Date.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Date** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/tr/api/Phalcon_Forms_Element_Email.md b/tr/api/Phalcon_Forms_Element_Email.md index e732f646f360..af11a80fffe3 100644 --- a/tr/api/Phalcon_Forms_Element_Email.md +++ b/tr/api/Phalcon_Forms_Element_Email.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Email** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/tr/api/Phalcon_Forms_Element_File.md b/tr/api/Phalcon_Forms_Element_File.md index b81797926b6f..c92c9c1183b2 100644 --- a/tr/api/Phalcon_Forms_Element_File.md +++ b/tr/api/Phalcon_Forms_Element_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\File** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/tr/api/Phalcon_Forms_Element_Hidden.md b/tr/api/Phalcon_Forms_Element_Hidden.md index 91457ea53c89..ba96df47ecea 100644 --- a/tr/api/Phalcon_Forms_Element_Hidden.md +++ b/tr/api/Phalcon_Forms_Element_Hidden.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Hidden** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/tr/api/Phalcon_Forms_Element_Numeric.md b/tr/api/Phalcon_Forms_Element_Numeric.md index cd365f3c022b..aa6ea9089611 100644 --- a/tr/api/Phalcon_Forms_Element_Numeric.md +++ b/tr/api/Phalcon_Forms_Element_Numeric.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Numeric** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/tr/api/Phalcon_Forms_Element_Password.md b/tr/api/Phalcon_Forms_Element_Password.md index 78e7c35036be..fb70583fd7e2 100644 --- a/tr/api/Phalcon_Forms_Element_Password.md +++ b/tr/api/Phalcon_Forms_Element_Password.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Password** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/tr/api/Phalcon_Forms_Element_Radio.md b/tr/api/Phalcon_Forms_Element_Radio.md index 8610c12cb06f..cb5d34fa9d70 100644 --- a/tr/api/Phalcon_Forms_Element_Radio.md +++ b/tr/api/Phalcon_Forms_Element_Radio.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Radio** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/tr/api/Phalcon_Forms_Element_Select.md b/tr/api/Phalcon_Forms_Element_Select.md index 6af1689d8354..91090200e8b5 100644 --- a/tr/api/Phalcon_Forms_Element_Select.md +++ b/tr/api/Phalcon_Forms_Element_Select.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Select** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,7 +14,7 @@ public **__construct** (*string* $name, [*object* | *array* $options], [*array* Phalcon\\Forms\\Element constructor -public [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) **setOptions** (*array* | *object* $options) +public [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) **setOptions** (*array* | *object* $options) Set the choice's options @@ -30,126 +30,126 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/tr/api/Phalcon_Forms_Element_Submit.md b/tr/api/Phalcon_Forms_Element_Submit.md index f129d0029002..22aa2dc82e7f 100644 --- a/tr/api/Phalcon_Forms_Element_Submit.md +++ b/tr/api/Phalcon_Forms_Element_Submit.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Submit** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/tr/api/Phalcon_Forms_Element_Text.md b/tr/api/Phalcon_Forms_Element_Text.md index 25c304d50b24..8cf40957bd0d 100644 --- a/tr/api/Phalcon_Forms_Element_Text.md +++ b/tr/api/Phalcon_Forms_Element_Text.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Text** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/tr/api/Phalcon_Forms_Element_TextArea.md b/tr/api/Phalcon_Forms_Element_TextArea.md index 9b4aafd60c49..84367e788931 100644 --- a/tr/api/Phalcon_Forms_Element_TextArea.md +++ b/tr/api/Phalcon_Forms_Element_TextArea.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\TextArea** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/tr/api/Phalcon_Forms_Form.md b/tr/api/Phalcon_Forms_Form.md index 3cf5cbdf64d8..ec6dee2debb1 100644 --- a/tr/api/Phalcon_Forms_Form.md +++ b/tr/api/Phalcon_Forms_Form.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Form** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Countable](http://php.net/manual/en/class.countable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Countable](http://php.net/manual/en/class.countable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php) Source on GitHub @@ -78,7 +78,7 @@ public **hasMessagesFor** (*mixed* $name) Check if messages were generated for a specific element -public **add** ([Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) $element, [*mixed* $position], [*mixed* $type]) +public **add** ([Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) $element, [*mixed* $position], [*mixed* $type]) Adds an element to the form @@ -138,22 +138,22 @@ public **valid** () Check if the current element in the iterator is valid -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/tr/api/Phalcon_Image_Exception.md b/tr/api/Phalcon_Image_Exception.md index 97537830f20d..95016e8b635d 100644 --- a/tr/api/Phalcon_Image_Exception.md +++ b/tr/api/Phalcon_Image_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Image\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Image_Factory.md b/tr/api/Phalcon_Image_Factory.md index c590ae2e7efc..9b4aee854f3d 100644 --- a/tr/api/Phalcon_Image_Factory.md +++ b/tr/api/Phalcon_Image_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Image\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -25,7 +25,7 @@ $image = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/tr/api/Phalcon_Loader.md b/tr/api/Phalcon_Loader.md index a5ead9ad432d..505b35586428 100644 --- a/tr/api/Phalcon_Loader.md +++ b/tr/api/Phalcon_Loader.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Loader** -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -33,7 +33,7 @@ $adapter = new \Example\Adapter\Some(); ## Methods -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager diff --git a/tr/api/Phalcon_Loader_Exception.md b/tr/api/Phalcon_Loader_Exception.md index b2c7854ad910..2aa7f3d6c02a 100644 --- a/tr/api/Phalcon_Loader_Exception.md +++ b/tr/api/Phalcon_Loader_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Loader\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Logger_Adapter.md b/tr/api/Phalcon_Logger_Adapter.md index c62ce8c7069b..fc7e66f7bad5 100644 --- a/tr/api/Phalcon_Logger_Adapter.md +++ b/tr/api/Phalcon_Logger_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Logger\\Adapter** -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -16,7 +16,7 @@ public **getLogLevel** () Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) Sets the message formatter @@ -72,10 +72,10 @@ public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) Logs messages to the internal logger. Appends logs to the logger -abstract public **getFormatter** () inherited from [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +abstract public **getFormatter** () inherited from [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) ... -abstract public **close** () inherited from [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +abstract public **close** () inherited from [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Logger_AdapterInterface.md b/tr/api/Phalcon_Logger_AdapterInterface.md index dee9f12b4a9f..826e72de54fd 100644 --- a/tr/api/Phalcon_Logger_AdapterInterface.md +++ b/tr/api/Phalcon_Logger_AdapterInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) +abstract public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) ... diff --git a/tr/api/Phalcon_Logger_Adapter_File.md b/tr/api/Phalcon_Logger_Adapter_File.md index 2c56f282dd51..f40e200d076f 100644 --- a/tr/api/Phalcon_Logger_Adapter_File.md +++ b/tr/api/Phalcon_Logger_Adapter_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\File** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -47,66 +47,66 @@ public **__wakeup** () Opens the internal file handler after unserialization -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/tr/api/Phalcon_Logger_Adapter_Firephp.md b/tr/api/Phalcon_Logger_Adapter_Firephp.md index a4f375c956df..9628f23d25a4 100644 --- a/tr/api/Phalcon_Logger_Adapter_Firephp.md +++ b/tr/api/Phalcon_Logger_Adapter_Firephp.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\Firephp** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -35,66 +35,66 @@ public **close** () Closes the logger -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/tr/api/Phalcon_Logger_Adapter_Stream.md b/tr/api/Phalcon_Logger_Adapter_Stream.md index 9e853ebffda4..526a09f89d71 100644 --- a/tr/api/Phalcon_Logger_Adapter_Stream.md +++ b/tr/api/Phalcon_Logger_Adapter_Stream.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\Stream** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -40,66 +40,66 @@ public **close** () Closes the logger -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/tr/api/Phalcon_Logger_Adapter_Syslog.md b/tr/api/Phalcon_Logger_Adapter_Syslog.md index a8dfcd193c0c..908a74753efb 100644 --- a/tr/api/Phalcon_Logger_Adapter_Syslog.md +++ b/tr/api/Phalcon_Logger_Adapter_Syslog.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\Syslog** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -47,66 +47,66 @@ public **close** () Closes the logger -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/tr/api/Phalcon_Logger_Exception.md b/tr/api/Phalcon_Logger_Exception.md index 436526629ced..f59a9c04d78d 100644 --- a/tr/api/Phalcon_Logger_Exception.md +++ b/tr/api/Phalcon_Logger_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Logger\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Logger_Factory.md b/tr/api/Phalcon_Logger_Factory.md index 387db6228afb..450fee8bec8b 100644 --- a/tr/api/Phalcon_Logger_Factory.md +++ b/tr/api/Phalcon_Logger_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $logger = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/tr/api/Phalcon_Logger_Formatter.md b/tr/api/Phalcon_Logger_Formatter.md index e8964b6bbd2e..900df963cbfc 100644 --- a/tr/api/Phalcon_Logger_Formatter.md +++ b/tr/api/Phalcon_Logger_Formatter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Logger\\Formatter** -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -16,6 +16,6 @@ public **interpolate** (*string* $message, [*array* $context]) Interpolates context values into the message placeholders -abstract public **format** (*mixed* $message, *mixed* $type, *mixed* $timestamp, [*mixed* $context]) inherited from [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +abstract public **format** (*mixed* $message, *mixed* $type, *mixed* $timestamp, [*mixed* $context]) inherited from [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Logger_Formatter_Firephp.md b/tr/api/Phalcon_Logger_Formatter_Firephp.md index 316bf30006d5..319c47cb3a08 100644 --- a/tr/api/Phalcon_Logger_Formatter_Firephp.md +++ b/tr/api/Phalcon_Logger_Formatter_Firephp.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Firephp** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -34,6 +34,6 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [* Applies a format to a message before sending it to the log -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/tr/api/Phalcon_Logger_Formatter_Json.md b/tr/api/Phalcon_Logger_Formatter_Json.md index 813f988c345a..f5419112a3bb 100644 --- a/tr/api/Phalcon_Logger_Formatter_Json.md +++ b/tr/api/Phalcon_Logger_Formatter_Json.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Json** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -14,10 +14,10 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [* Applies a format to a message before sent it to the internal log -public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Returns the string meaning of a logger constant -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/tr/api/Phalcon_Logger_Formatter_Line.md b/tr/api/Phalcon_Logger_Formatter_Line.md index 074dfc292350..a2f39f811a65 100644 --- a/tr/api/Phalcon_Logger_Formatter_Line.md +++ b/tr/api/Phalcon_Logger_Formatter_Line.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Line** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -34,10 +34,10 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [* Applies a format to a message before sent it to the internal log -public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Returns the string meaning of a logger constant -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/tr/api/Phalcon_Logger_Formatter_Syslog.md b/tr/api/Phalcon_Logger_Formatter_Syslog.md index 6b3d02fefa3d..a65208134306 100644 --- a/tr/api/Phalcon_Logger_Formatter_Syslog.md +++ b/tr/api/Phalcon_Logger_Formatter_Syslog.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Syslog** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -14,10 +14,10 @@ public *array* **format** (*string* $message, *int* $type, *int* $timestamp, [*a Applies a format to a message before sent it to the internal log -public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Returns the string meaning of a logger constant -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/tr/api/Phalcon_Logger_Multiple.md b/tr/api/Phalcon_Logger_Multiple.md index ae3936aaa0d0..1c9c44cbf0f8 100644 --- a/tr/api/Phalcon_Logger_Multiple.md +++ b/tr/api/Phalcon_Logger_Multiple.md @@ -18,11 +18,11 @@ public **getLogLevel** () ... -public **push** ([Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) $logger) +public **push** ([Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) $logger) Pushes a logger to the logger tail -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) Sets a global formatter diff --git a/tr/api/Phalcon_Mvc_Application.md b/tr/api/Phalcon_Mvc_Application.md index 822b2659e723..e5104635039b 100644 --- a/tr/api/Phalcon_Mvc_Application.md +++ b/tr/api/Phalcon_Mvc_Application.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Application** -*extends* abstract class [Phalcon\Application](/en/3.2/api/Phalcon_Application) +*extends* abstract class [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -60,19 +60,19 @@ public **handle** ([*mixed* $uri]) Handles a MVC request -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Phalcon\\Application -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getEventsManager** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the internal event manager -public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Register an array of modules present in the application @@ -94,30 +94,30 @@ $this->registerModules( ``` -public **getModules** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModules** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Return the modules registered in the application -public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Gets the module definition registered in the application via module name -public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the module name to be used if the router doesn't return a valid module -public **getDefaultModule** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getDefaultModule** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the default module name -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Application_Exception.md b/tr/api/Phalcon_Mvc_Application_Exception.md index 2a65b2a3edcb..6e50cf1ebc97 100644 --- a/tr/api/Phalcon_Mvc_Application_Exception.md +++ b/tr/api/Phalcon_Mvc_Application_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Application\\Exception** -*extends* class [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) +*extends* class [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Mvc_Collection.md b/tr/api/Phalcon_Mvc_Collection.md index d1d30716ba90..1a9eebe00c36 100644 --- a/tr/api/Phalcon_Mvc_Collection.md +++ b/tr/api/Phalcon_Mvc_Collection.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Collection** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php) Source on GitHub @@ -24,7 +24,7 @@ This component implements a high level abstraction for NoSQL databases which wor ## Methods -final public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) $modelsManager]) +final public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) $modelsManager]) Phalcon\\Mvc\\Collection constructor @@ -36,7 +36,7 @@ public *MongoId* **getId** () Returns the value of the _id property -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -44,7 +44,7 @@ public **getDI** () Returns the dependency injection container -protected **setEventsManager** ([Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) $eventsManager) +protected **setEventsManager** ([Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) $eventsManager) Sets a custom events manager @@ -106,19 +106,19 @@ $robot->writeAttribute("name", "Rosey"); ``` -public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) +public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) Returns a cloned collection -protected static *array* **_getResultset** (*array* $params, [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection, *boolean* $unique) +protected static *array* **_getResultset** (*array* $params, [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection, *boolean* $unique) Returns a collection resultset -protected static *int* **_getGroupResultset** (*array* $params, [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection) +protected static *int* **_getGroupResultset** (*array* $params, [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection) Perform a count over a resultset -final protected *boolean* **_preSave** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *boolean* $disableEvents, *boolean* $exists) +final protected *boolean* **_preSave** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *boolean* $disableEvents, *boolean* $exists) Executes internal hooks before save a document @@ -255,7 +255,7 @@ if ($robot->save() === false) { ``` -public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) Appends a customized message on the validation process @@ -494,7 +494,7 @@ public **getDirtyState** () Returns one of the DIRTY_STATE_* constants telling if the document exists in the collection or not -protected **addBehavior** ([Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) +protected **addBehavior** ([Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) Sets up a behavior in a collection diff --git a/tr/api/Phalcon_Mvc_CollectionInterface.md b/tr/api/Phalcon_Mvc_CollectionInterface.md index 4cc6783ce7c4..3099335a53db 100644 --- a/tr/api/Phalcon_Mvc_CollectionInterface.md +++ b/tr/api/Phalcon_Mvc_CollectionInterface.md @@ -36,7 +36,7 @@ abstract public **getDirtyState** () ... -abstract public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) +abstract public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) ... @@ -56,7 +56,7 @@ abstract public **getMessages** () ... -abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) ... diff --git a/tr/api/Phalcon_Mvc_Collection_Behavior.md b/tr/api/Phalcon_Mvc_Collection_Behavior.md index e4c0bafe58e6..f3cada666761 100644 --- a/tr/api/Phalcon_Mvc_Collection_Behavior.md +++ b/tr/api/Phalcon_Mvc_Collection_Behavior.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Collection\\Behavior** -*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) +*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) Source on GitHub @@ -18,10 +18,10 @@ protected *array* **getOptions** ([*string* $eventName]) Returns the behavior options related to an event -public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) This method receives the notifications from the EventsManager -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) Acts as fallbacks when a missing method is called on the collection \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Collection_BehaviorInterface.md b/tr/api/Phalcon_Mvc_Collection_BehaviorInterface.md index 45cb1ca091f7..30222f30324d 100644 --- a/tr/api/Phalcon_Mvc_Collection_BehaviorInterface.md +++ b/tr/api/Phalcon_Mvc_Collection_BehaviorInterface.md @@ -4,10 +4,10 @@ ## Methods -abstract public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection) +abstract public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection) ... -abstract public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection, *mixed* $method, [*mixed* $arguments]) +abstract public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection, *mixed* $method, [*mixed* $arguments]) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md b/tr/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md index 6beed40a9e52..d9b329f4ec4c 100644 --- a/tr/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md +++ b/tr/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Collection\\Behavior\\Timestampable** -*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) -*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) +*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Allows to automatically update a model’s attribute saving the datetime when a ## Methods -public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Phalcon\\Mvc\\Collection\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Acts as fallbacks when a missing method is called on the collection \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_Binder.md b/tr/api/Phalcon_Mvc_Model_Binder.md index b8a47817037b..2f8dada38a50 100644 --- a/tr/api/Phalcon_Mvc_Model_Binder.md +++ b/tr/api/Phalcon_Mvc_Model_Binder.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Binder** -*implements* [Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) +*implements* [Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) Source on GitHub @@ -18,11 +18,11 @@ public **getOriginalValues** () Array for original values -public **__construct** ([[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +public **__construct** ([[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Phalcon\\Mvc\\Model\\Binder constructor -public **setCache** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache) +public **setCache** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache) Gets cache instance diff --git a/tr/api/Phalcon_Mvc_Model_BinderInterface.md b/tr/api/Phalcon_Mvc_Model_BinderInterface.md index 7c35c5dbb069..587ebfc2fa97 100644 --- a/tr/api/Phalcon_Mvc_Model_BinderInterface.md +++ b/tr/api/Phalcon_Mvc_Model_BinderInterface.md @@ -12,7 +12,7 @@ abstract public **getCache** () ... -abstract public **setCache** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache) +abstract public **setCache** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache) ... diff --git a/tr/api/Phalcon_Mvc_Model_Criteria.md b/tr/api/Phalcon_Mvc_Model_Criteria.md index 509e1c58d19b..820bc8d6ff6b 100644 --- a/tr/api/Phalcon_Mvc_Model_Criteria.md +++ b/tr/api/Phalcon_Mvc_Model_Criteria.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Criteria** -*implements* [Phalcon\Mvc\Model\CriteriaInterface](/en/3.2/api/Phalcon_Mvc_Model_CriteriaInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\CriteriaInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_CriteriaInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -21,7 +21,7 @@ $robots = Robots::query() ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -49,7 +49,7 @@ public **distinct** (*mixed* $distinct) Sets SELECT DISTINCT / SELECT ALL flag -public [Phalcon\Mvc\Model\Criteria](/en/3.2/api/Phalcon_Mvc_Model_Criteria) **columns** (*string* | *array* $columns) +public [Phalcon\Mvc\Model\Criteria](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Criteria) **columns** (*string* | *array* $columns) Sets the columns to be queried @@ -251,7 +251,7 @@ public *array* **getParams** () Returns all the parameters defined in the criteria -public static **fromInput** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *mixed* $modelName, *array* $data, [*mixed* $operator]) +public static **fromInput** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *mixed* $modelName, *array* $data, [*mixed* $operator]) Builds a Phalcon\\Mvc\\Model\\Criteria based on an input array like $_POST diff --git a/tr/api/Phalcon_Mvc_Model_Exception.md b/tr/api/Phalcon_Mvc_Model_Exception.md index afaa9592d846..f0025817f181 100644 --- a/tr/api/Phalcon_Mvc_Model_Exception.md +++ b/tr/api/Phalcon_Mvc_Model_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Mvc_Model_Manager.md b/tr/api/Phalcon_Mvc_Model_Manager.md index 74b6c6b892f1..508f2171954a 100644 --- a/tr/api/Phalcon_Mvc_Model_Manager.md +++ b/tr/api/Phalcon_Mvc_Model_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Manager** -*implements* [Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) GitHub üzerindeki kaynak @@ -29,7 +29,7 @@ $robot = new Robots($di); ## Yöntemler -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) DependencyInjector kutusunu ayarlar @@ -37,7 +37,7 @@ public **getDI** () DependencyInjector kutusunu döndürür -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a global events manager @@ -45,15 +45,15 @@ public **getEventsManager** () Returns the internal event manager -public **setCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a custom events manager for a specific model -public **getCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns a custom events manager related to a model -public **initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Initializes a model in the model manager @@ -111,11 +111,11 @@ echo $robots->getSource(); // wp_robots ``` -public **setModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) +public **setModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) Sets the mapped source for a model -final public **isVisibleModelProperty** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $property) +final public **isVisibleModelProperty** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $property) Check whether a model property is declared as public. @@ -129,95 +129,95 @@ $isPublic = $manager->isVisibleModelProperty( ``` -public **getModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the mapped source for a model -public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) +public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) Sets the mapped schema for a model -public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the mapped schema for a model -public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) Sets both write and read connection service for a model -public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) Sets write connection service for a model -public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) Sets read connection service for a model -public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection to read data related to a model -public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection to write data related to a model -protected **_getConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) +protected **_getConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) Returns the connection to read or write data related to a model depending on the connection services. -public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection service name used to read data related to a model -public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection service name used to write data related to a model -public **_getConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) +public **_getConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) Returns the connection service name used to read or write data related to a model depending on the connection services -public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Receives events generated in the models and dispatches them to an events-manager if available Notify the behaviors that are listening in the model -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) Dispatch an event to the listeners and behaviors This method expects that the endpoint listeners/behaviors returns true meaning that a least one was implemented -public **addBehavior** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) +public **addBehavior** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) Binds a behavior to a model -public **keepSnapshots** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $keepSnapshots) +public **keepSnapshots** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $keepSnapshots) Sets if a model must keep snapshots -public **isKeepingSnapshots** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **isKeepingSnapshots** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Checks if a model is keeping snapshots for the queried records -public **useDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $dynamicUpdate) +public **useDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $dynamicUpdate) Sets if a model must use dynamic update instead of the all-field update -public **isUsingDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **isUsingDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Checks if a model is using dynamic update instead of all-field update -public [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **addHasOne** ([Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) +public [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **addHasOne** ([Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) Setup a 1-1 relation between two models -public [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **addBelongsTo** ([Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) +public [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **addBelongsTo** ([Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) Setup a relation reverse many to one between two models -public **addHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) +public **addHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) İki model arasında bir 1-n ilişkisi kurun -public [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **addHasManyToMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $fields, *string* $intermediateModel, *string* $intermediateFields, *string* $intermediateReferencedFields, *string* $referencedModel, *string* $referencedFields, [*array* $options]) +public [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **addHasManyToMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $fields, *string* $intermediateModel, *string* $intermediateFields, *string* $intermediateReferencedFields, *string* $referencedModel, *string* $referencedFields, [*array* $options]) İki model arasında bir n-m ilişkisi kurun @@ -245,7 +245,7 @@ final protected **_mergeFindParameters** (*mixed* $findParamsOne, *mixed* $findP İki parametre bulma dizisini bir araya getirme -public [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) | [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) | *int* | *false* **getRelationRecords** ([Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) $relation, *mixed* $method, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) | [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) | *int* | *false* **getRelationRecords** ([Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) $relation, *mixed* $method, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Helper method to query records based on a relation definition @@ -261,19 +261,19 @@ public **clearReusableObjects** () Clears the internal reusable list -public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Gets belongsTo related records from a model -public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Gets hasMany related records from a model -public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Bir modelin belongsTo ile ilgili olduğu kayıtları getirir -public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets all the belongsTo relations defined in a model @@ -286,19 +286,19 @@ $relations = $modelsManager->getBelongsTo( ``` -public **getHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasMany relations defined on a model -public **getHasOne** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasOne** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Bir model üzerinde tanımlanmış olan hasOne ilişkilerini getirir -public **getHasManyToMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasManyToMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Bir model üzerinde tanımlanmış hasManytoMany ilişkilerini getirir -public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Bir model üzerinde tanımlanmış olan hasOne ilişkilerini getirir diff --git a/tr/api/Phalcon_Mvc_Model_ManagerInterface.md b/tr/api/Phalcon_Mvc_Model_ManagerInterface.md index 02d4f634a404..0e4c3397fcc0 100644 --- a/tr/api/Phalcon_Mvc_Model_ManagerInterface.md +++ b/tr/api/Phalcon_Mvc_Model_ManagerInterface.md @@ -4,51 +4,51 @@ ## Yöntemler -abstract public **initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) +abstract public **setModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) ... -abstract public **getModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) +abstract public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) ... -abstract public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +abstract public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) ... -abstract public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +abstract public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) ... -abstract public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +abstract public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) ... -abstract public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... @@ -64,15 +64,15 @@ abstract public **load** (*mixed* $modelName, [*mixed* $newInstance]) ... -abstract public **addHasOne** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) +abstract public **addHasOne** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) ... -abstract public **addBelongsTo** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) +abstract public **addBelongsTo** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) ... -abstract public **addHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) +abstract public **addHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) ... @@ -88,31 +88,31 @@ abstract public **existsHasOne** (*mixed* $modelName, *mixed* $modelRelation) ... -abstract public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +abstract public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) ... -abstract public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +abstract public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) ... -abstract public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +abstract public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) ... -abstract public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getHasOne** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getHasOne** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... @@ -136,15 +136,15 @@ abstract public **createBuilder** ([*mixed* $params]) ... -abstract public **addBehavior** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) +abstract public **addBehavior** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) ... -abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) +abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) ... diff --git a/tr/api/Phalcon_Mvc_Model_Message.md b/tr/api/Phalcon_Mvc_Model_Message.md index 848bfa2f1810..f6ec986f6753 100644 --- a/tr/api/Phalcon_Mvc_Model_Message.md +++ b/tr/api/Phalcon_Mvc_Model_Message.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Message** -*implements* [Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) +*implements* [Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) Source on GitHub @@ -31,7 +31,7 @@ class Robots extends \Phalcon\Mvc\Model ## Methods -public **__construct** (*string* $message, [*string* | *array* $field], [*string* $type], [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model], [*int* | *null* $code]) +public **__construct** (*string* $message, [*string* | *array* $field], [*string* $type], [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model], [*int* | *null* $code]) Phalcon\\Mvc\\Model\\Message constructor @@ -59,7 +59,7 @@ public **getField** () Returns field name related to message -public **setModel** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **setModel** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Set the model who generates the message diff --git a/tr/api/Phalcon_Mvc_Model_MetaData.md b/tr/api/Phalcon_Mvc_Model_MetaData.md index 4cf989f88b8f..d6a72579f973 100644 --- a/tr/api/Phalcon_Mvc_Model_MetaData.md +++ b/tr/api/Phalcon_Mvc_Model_MetaData.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\MetaData** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) Source on GitHub @@ -57,11 +57,11 @@ print_r($attributes); ## Methods -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -69,7 +69,7 @@ public **getDI** () Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) Set the meta-data extraction strategy @@ -77,7 +77,7 @@ public **getStrategy** () Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Reads the complete meta-data for certain model @@ -92,7 +92,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) Reads meta-data for certain model @@ -108,7 +108,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) Writes meta-data for certain model using a MODEL_* constant @@ -127,7 +127,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Reads the ordered/reversed column map for certain model @@ -142,7 +142,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) Reads column-map information for certain model using a MODEL_* constant @@ -158,7 +158,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns table attributes names (fields) @@ -173,7 +173,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns an array of fields which are part of the primary key @@ -188,7 +188,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns an array of fields which are not part of the primary key @@ -203,7 +203,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns an array of not null attributes @@ -218,7 +218,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes and their data types @@ -233,7 +233,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes which types are numerical @@ -248,7 +248,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the name of identity field (if one is present) @@ -263,7 +263,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes and their bind data types @@ -278,7 +278,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes that must be ignored from the INSERT SQL generation @@ -293,7 +293,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes that must be ignored from the UPDATE SQL generation @@ -308,7 +308,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) Set the attributes that must be ignored from the INSERT SQL generation @@ -324,7 +324,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) Set the attributes that must be ignored from the UPDATE SQL generation @@ -340,7 +340,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) Set the attributes that allow empty string values @@ -356,7 +356,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes allow empty strings @@ -371,7 +371,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns attributes (which have default values) and their default values @@ -386,7 +386,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the column map if any @@ -401,7 +401,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the reverse column map if any @@ -416,7 +416,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) Check if a model has certain attribute @@ -456,10 +456,10 @@ $metaData->reset(); ``` -abstract public **read** (*mixed* $key) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) +abstract public **read** (*mixed* $key) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) ... -abstract public **write** (*mixed* $key, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) +abstract public **write** (*mixed* $key, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_MetaDataInterface.md b/tr/api/Phalcon_Mvc_Model_MetaDataInterface.md index 97e84dfa956f..045d36948d89 100644 --- a/tr/api/Phalcon_Mvc_Model_MetaDataInterface.md +++ b/tr/api/Phalcon_Mvc_Model_MetaDataInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) +abstract public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) ... @@ -12,95 +12,95 @@ abstract public **getStrategy** () ... -abstract public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +abstract public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) ... -abstract public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) +abstract public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) ... -abstract public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) +abstract public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) ... -abstract public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +abstract public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) ... -abstract public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +abstract public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) ... -abstract public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) +abstract public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) ... -abstract public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) +abstract public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) ... diff --git a/tr/api/Phalcon_Mvc_Model_MetaData_Apc.md b/tr/api/Phalcon_Mvc_Model_MetaData_Apc.md index 86fecd9e6082..9237525672b9 100644 --- a/tr/api/Phalcon_Mvc_Model_MetaData_Apc.md +++ b/tr/api/Phalcon_Mvc_Model_MetaData_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Apc** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -72,27 +72,27 @@ public **write** (*mixed* $key, *mixed* $data) Writes the meta-data to APC -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -107,7 +107,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -123,7 +123,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -142,7 +142,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -157,7 +157,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -173,7 +173,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -188,7 +188,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -203,7 +203,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -218,7 +218,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -233,7 +233,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -248,7 +248,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -263,7 +263,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -278,7 +278,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -293,7 +293,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -308,7 +308,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -323,7 +323,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -339,7 +339,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -355,7 +355,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -371,7 +371,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -386,7 +386,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -401,7 +401,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -416,7 +416,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -431,7 +431,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Bir modelin belirli bir özelliğe sahip olup olmadığını test edin @@ -447,7 +447,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Dahili meta veri konteynerinin boş olup olmadığını kontrol eder @@ -460,7 +460,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Yeniden üretebilmek amacıyla dahili meta veriyi sıfırlar diff --git a/tr/api/Phalcon_Mvc_Model_MetaData_Files.md b/tr/api/Phalcon_Mvc_Model_MetaData_Files.md index 0967d3902712..c9ca8b41951f 100644 --- a/tr/api/Phalcon_Mvc_Model_MetaData_Files.md +++ b/tr/api/Phalcon_Mvc_Model_MetaData_Files.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Files** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) GitHub üzerindeki kaynak @@ -67,27 +67,27 @@ public **write** (*string* $key, *array* $data) Writes the meta-data to files -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -102,7 +102,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -118,7 +118,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -137,7 +137,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -152,7 +152,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -168,7 +168,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -183,7 +183,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -198,7 +198,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -213,7 +213,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -228,7 +228,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -243,7 +243,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -258,7 +258,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -273,7 +273,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -288,7 +288,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -303,7 +303,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -318,7 +318,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -334,7 +334,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -350,7 +350,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -366,7 +366,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -381,7 +381,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -396,7 +396,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Eğer varsa, sütun haritasını döndürür @@ -411,7 +411,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Eğer varsa ters sütun haritasını döndürür @@ -426,7 +426,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Bir modelin belirli bir özelliğe sahip olup olmadığını test edin @@ -442,7 +442,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Dahili meta-veri kutusunun boş olup olmadığını kontrol eder @@ -455,7 +455,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Yeniden üretebilmek amacıyla dahili meta veriyi sıfırlar diff --git a/tr/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md b/tr/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md index 7e41f46bf43e..d8805ae4eef4 100644 --- a/tr/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md +++ b/tr/api/Phalcon_Mvc_Model_MetaData_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Libmemcached** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) GitHub üzerindeki kaynak @@ -85,27 +85,27 @@ public **reset** () Flush Memcache data and resets internal meta-data in order to regenerate it -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) DependencyInjector kutusunu döndürür -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Meta-veriyi elde edebilmek için bir strateji döndürün -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -120,7 +120,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Belirli bir modele yönelik meta-verileri okur @@ -136,7 +136,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -155,7 +155,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Belli bir modele yönelik sıralı yada ters haldeki sütun haritasını okur @@ -170,7 +170,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) MODEL_ * sabitini kullanması sayesinde belirli model için sütun haritası bilgilerini okuyabilir @@ -186,7 +186,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Tablo nitelik isimlerini (alanları) döndürür @@ -201,7 +201,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Birincil anahtara ait olan alanlardan meydana gelen bir dizi döndürür @@ -216,7 +216,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -231,7 +231,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -246,7 +246,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -261,7 +261,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -276,7 +276,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -291,7 +291,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Öz nitelikleri ve bunlara ait bağlı veri çeşitlerini döndürür @@ -306,7 +306,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -321,7 +321,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -336,7 +336,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -352,7 +352,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) UPDATE SQL nesnesinde görmezden gelinmesi gereken nitelikleri ayarlayın @@ -368,7 +368,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Boş dize değerlerine imkan sağlayan öznitelikleri ayarlayın @@ -384,7 +384,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Boş dizelere imkan veren nitelikleri döndürür @@ -399,7 +399,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) (Varsayılan değerlere sahip olan) öz nitelikler ve bunların varsayılan değerlerini döndürür @@ -414,7 +414,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Eğer varsa, sütun haritasını döndürür @@ -429,7 +429,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Eğer varsa ters sütun haritasını döndürür @@ -444,7 +444,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Bir modelin belirli bir özelliğe sahip olup olmadığını test edin @@ -460,7 +460,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Dahili meta- veri kutusunun boş olup olmadığını denetler diff --git a/tr/api/Phalcon_Mvc_Model_MetaData_Memcache.md b/tr/api/Phalcon_Mvc_Model_MetaData_Memcache.md index 010404b7d8b3..3e7c24a0cd49 100644 --- a/tr/api/Phalcon_Mvc_Model_MetaData_Memcache.md +++ b/tr/api/Phalcon_Mvc_Model_MetaData_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Memcache** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -77,27 +77,27 @@ public **reset** () Flush Memcache data and resets internal meta-data in order to regenerate it -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -112,7 +112,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -128,7 +128,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -147,7 +147,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -162,7 +162,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -178,7 +178,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -193,7 +193,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -208,7 +208,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -223,7 +223,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -238,7 +238,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -253,7 +253,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -268,7 +268,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -283,7 +283,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -298,7 +298,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -313,7 +313,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -328,7 +328,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -344,7 +344,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -360,7 +360,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -376,7 +376,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -391,7 +391,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -406,7 +406,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Eğer varsa, sütun haritasını döndürür @@ -421,7 +421,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -436,7 +436,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -452,7 +452,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty diff --git a/tr/api/Phalcon_Mvc_Model_MetaData_Memory.md b/tr/api/Phalcon_Mvc_Model_MetaData_Memory.md index 769f0278434f..2b51ee0b4f1d 100644 --- a/tr/api/Phalcon_Mvc_Model_MetaData_Memory.md +++ b/tr/api/Phalcon_Mvc_Model_MetaData_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Memory** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -56,27 +56,27 @@ public **write** (*string* $key, *array* $data) Meta verileri zamansal hafıza üzerine yazar -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Belirli bir tabloya yönelik meta verileri başlatın -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) DependencyInjector kutusunu ayarlar -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) DependencyInjector kutusunu döndürür -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Meta-verisi çıkarma stratejisini ayarlayın -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Belirli bir modele yönelik meta-verisinin tamamını okur @@ -91,7 +91,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -107,7 +107,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -126,7 +126,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -141,7 +141,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -157,7 +157,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) (Alanları) yani tablo nitelikleri isimlerini döndürür @@ -172,7 +172,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Birincil anahtarın sahip olduğu alanlardan meydana gelen bir dizi döndürür @@ -187,7 +187,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Birincil anahtarda yer almayan alanlardan oluşan bir diziyi geri getirir @@ -202,7 +202,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Geçersiz olmayan niteliklere ait bir dizi döndürür @@ -217,7 +217,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Nitelikleri ve onlara ait veri türlerini döndürür @@ -232,7 +232,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Türleri sayısal olan nitelikleri döndürür @@ -247,7 +247,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) (Eğer bulunuyorsa) kimlik alanının ismini döndürür @@ -262,7 +262,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Nitelikleri ve bunların sarılmış haldeki veri türlerini döndürür @@ -277,7 +277,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) INSERT SQL nesnesinde görmezden gelinmesi gereken nitelikleri döndürür @@ -292,7 +292,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) UPDATE SQL nesnesinde görmezden gelinmesi gereken nitelikleri döndürür @@ -307,7 +307,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) INSERT SQL nesnesinde görmezden gelinmesi gereken nitelikleri ayarlayın @@ -323,7 +323,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) UPDATE SQL nesnesinden görmezden gelinmesi gereken nitelikleri ayarlayın @@ -339,7 +339,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Boş dize değerlerine imkan sağlayan öznitelikleri ayarlayın @@ -355,7 +355,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Boş dizelere imkan veren nitelikleri döndürür @@ -370,7 +370,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) (Varsayılan değerlere sahip olan) öz nitelikler ve bunların varsayılan değerlerini döndürür @@ -385,7 +385,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Eğer varsa, sütun haritasını döndürür @@ -400,7 +400,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Eğer varsa ters sütun haritasını döndürür @@ -415,7 +415,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Bir modelin belirli bir özelliğe sahip olup olmadığını test edin @@ -431,7 +431,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Dahili meta-veri kutusunun boş olup olmadığını kontrol eder @@ -444,7 +444,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Yeniden üretebilmek amacıyla dahili meta veriyi sıfırlar diff --git a/tr/api/Phalcon_Mvc_Model_MetaData_Redis.md b/tr/api/Phalcon_Mvc_Model_MetaData_Redis.md index 1da7d48772e0..32c732c2034d 100644 --- a/tr/api/Phalcon_Mvc_Model_MetaData_Redis.md +++ b/tr/api/Phalcon_Mvc_Model_MetaData_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Redis** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -80,27 +80,27 @@ public **reset** () Tekrar canlandırabilmek için Redis verilerini temizleyin ve dahili meta verilerini sıfırlayın -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Belirli bir tabloya yönelik meta verileri başlatın -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) DependencyInjector kutusunu ayarlar -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -115,7 +115,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -131,7 +131,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -150,7 +150,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -165,7 +165,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -181,7 +181,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -196,7 +196,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -211,7 +211,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -226,7 +226,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -241,7 +241,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Nitelikleri ve onlara ait veri türlerini döndürür @@ -256,7 +256,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Türleri sayısal olan nitelikleri döndürür @@ -271,7 +271,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) (Eğer varsa) kimlik alanının ismini döndürür @@ -286,7 +286,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Öz nitelikleri ve bunlara ait bağlı veri çeşitlerini döndürür @@ -301,7 +301,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) INSERT SQL nesnesinde görmezden gelinmesi gereken nitelikleri döndürür @@ -316,7 +316,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) UPDATE SQL nesnesinde görmezden gelinmesi gereken nitelikleri döndürür @@ -331,7 +331,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) INSERT SQL nesnesinde dikkate alınmaması gereken nitelikleri ayarlayın @@ -347,7 +347,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) UPDATE SQL nesnesinde dikkate alınmaması gereken nitelikleri ayarlayın @@ -363,7 +363,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Boş dize değerlerine imkan sağlayan öznitelikleri ayarlayın @@ -379,7 +379,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Boş dizelere imkan veren nitelikleri döndürür @@ -394,7 +394,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) (Varsayılan değerlere sahip olan) öz nitelikler ve bunların varsayılan değerlerini döndürür @@ -409,7 +409,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -424,7 +424,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -439,7 +439,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -455,7 +455,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty diff --git a/tr/api/Phalcon_Mvc_Model_MetaData_Session.md b/tr/api/Phalcon_Mvc_Model_MetaData_Session.md index 2f82f5fa373a..3fbcbd550bb0 100644 --- a/tr/api/Phalcon_Mvc_Model_MetaData_Session.md +++ b/tr/api/Phalcon_Mvc_Model_MetaData_Session.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Session** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -69,27 +69,27 @@ public **write** (*string* $key, *array* $data) Writes the meta-data to $_SESSION -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -104,7 +104,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -120,7 +120,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -139,7 +139,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -154,7 +154,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -170,7 +170,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -185,7 +185,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -200,7 +200,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -215,7 +215,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -230,7 +230,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -245,7 +245,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -260,7 +260,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -275,7 +275,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -290,7 +290,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -305,7 +305,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -320,7 +320,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -336,7 +336,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -352,7 +352,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Boş dize değerlerine imkan sağlayan öznitelikleri ayarlayın @@ -368,7 +368,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Boş dizelere imkan veren nitelikleri döndürür @@ -383,7 +383,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) (Varsayılan değerlere sahip olan) öz nitelikler ve bunların varsayılan değerlerini döndürür @@ -398,7 +398,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Eğer varsa, sütun haritasını döndürür @@ -413,7 +413,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -428,7 +428,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -444,7 +444,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -457,7 +457,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/tr/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md b/tr/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md index e6db4f47d92f..27e1f4e5eecc 100644 --- a/tr/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md +++ b/tr/api/Phalcon_Mvc_Model_MetaData_StrategyInterface.md @@ -4,10 +4,10 @@ ## Methods -abstract public **getMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **getMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... -abstract public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md b/tr/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md index 9d1d7e89d33d..472386592d8f 100644 --- a/tr/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md +++ b/tr/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations.md @@ -1,15 +1,15 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Strategy\\Annotations** -*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) +*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) Source on GitHub ## Methods -final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) The meta-data is obtained by reading the column descriptions from the database information schema -final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Çıkarılamayacak olan modelin sütun haritasını okuyun. \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md b/tr/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md index fb67659830a3..e0305a6568e1 100644 --- a/tr/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md +++ b/tr/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Strategy\\Introspection** -*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) +*implements* [Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) Source on GitHub @@ -8,10 +8,10 @@ Queries the table meta-data in order to introspect the model's metadata ## Methods -final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) The meta-data is obtained by reading the column descriptions from the database information schema -final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +final public **getColumnMaps** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Read the model's column map, this can't be inferred \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_MetaData_Xcache.md b/tr/api/Phalcon_Mvc_Model_MetaData_Xcache.md index b320cdf229ad..b600e5a5508c 100644 --- a/tr/api/Phalcon_Mvc_Model_MetaData_Xcache.md +++ b/tr/api/Phalcon_Mvc_Model_MetaData_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Xcache** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -72,27 +72,27 @@ public **write** (*string* $key, *array* $data) Writes the metadata to XCache -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -107,7 +107,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -123,7 +123,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) MODEL_* sabitini kullanarak belirli bir model için meta-verisi yazar @@ -142,7 +142,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -157,7 +157,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -173,7 +173,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -188,7 +188,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -203,7 +203,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -218,7 +218,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -233,7 +233,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -248,7 +248,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -263,7 +263,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -278,7 +278,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -293,7 +293,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -308,7 +308,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -323,7 +323,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -339,7 +339,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -355,7 +355,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -371,7 +371,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -386,7 +386,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -401,7 +401,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -416,7 +416,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -431,7 +431,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -447,7 +447,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -460,7 +460,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/tr/api/Phalcon_Mvc_Model_Query.md b/tr/api/Phalcon_Mvc_Model_Query.md index 9e9341b24b3d..2110d4937122 100644 --- a/tr/api/Phalcon_Mvc_Model_Query.md +++ b/tr/api/Phalcon_Mvc_Model_Query.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Query** -*implements* [Phalcon\Mvc\Model\QueryInterface](/en/3.2/api/Phalcon_Mvc_Model_QueryInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\QueryInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_QueryInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -39,11 +39,11 @@ foreach ($result as $row) { ## Methods -public **__construct** ([*string* $phql], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector], [*mixed* $options]) +public **__construct** ([*string* $phql], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector], [*mixed* $options]) Phalcon\\Mvc\\Model\\Query constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -83,11 +83,11 @@ final protected **_getSelectColumn** (*array* $column) Resolves a column from its intermediate representation into an array used to determine if the resultset produced is simple or complex -final protected *string* **_getTable** ([Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *array* $qualifiedName) +final protected *string* **_getTable** ([Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *array* $qualifiedName) Resolves a table in a SELECT statement checking if the model exists -final protected **_getJoin** ([Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *mixed* $join) +final protected **_getJoin** ([Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *mixed* $join) Resolves a JOIN clause checking if the associated models exist @@ -95,11 +95,11 @@ final protected *string* **_getJoinType** (*array* $join) Resolves a JOIN type -final protected *array* **_getSingleJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) $relation) +final protected *array* **_getSingleJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) $relation) Resolves joins involving has-one/belongs-to/has-many relations -final protected *array* **_getMultiJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) $relation) +final protected *array* **_getMultiJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) $relation) Resolves joins involving many-to-many relations @@ -147,19 +147,19 @@ final protected **_executeSelect** (*mixed* $intermediate, *mixed* $bindParams, Executes the SELECT intermediate representation producing a Phalcon\\Mvc\\Model\\Resultset -final protected [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeInsert** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeInsert** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) Executes the INSERT intermediate representation producing a Phalcon\\Mvc\\Model\\Query\\Status -final protected [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeUpdate** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeUpdate** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) Executes the UPDATE intermediate representation producing a Phalcon\\Mvc\\Model\\Query\\Status -final protected [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeDelete** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeDelete** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) Executes the DELETE intermediate representation producing a Phalcon\\Mvc\\Model\\Query\\Status -final protected [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) **_getRelatedRecords** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) **_getRelatedRecords** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $intermediate, *array* $bindParams, *array* $bindTypes) Query the records on which the UPDATE/DELETE operation well be done @@ -167,7 +167,7 @@ public *mixed* **execute** ([*array* $bindParams], [*array* $bindTypes]) Executes a parsed PHQL statement -public [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) **getSingleResult** ([*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) **getSingleResult** ([*array* $bindParams], [*array* $bindTypes]) Executes the query returning the first result diff --git a/tr/api/Phalcon_Mvc_Model_Query_Builder.md b/tr/api/Phalcon_Mvc_Model_Query_Builder.md index 18264a98d469..7de81753597a 100644 --- a/tr/api/Phalcon_Mvc_Model_Query_Builder.md +++ b/tr/api/Phalcon_Mvc_Model_Query_Builder.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Query\\Builder** -*implements* [Phalcon\Mvc\Model\Query\BuilderInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_BuilderInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\Query\BuilderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_BuilderInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -46,11 +46,11 @@ $queryBuilder = new \Phalcon\Mvc\Model\Query\Builder($params); ## Methods -public **__construct** ([*mixed* $params], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([*mixed* $params], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\Model\\Query\\Builder constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) DependencyInjector kutusunu ayarlar @@ -162,7 +162,7 @@ public *string* | *array* **getFrom** () Return the models who makes part of the query -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **join** (*string* $model, [*string* $conditions], [*string* $alias], [*string* $type]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **join** (*string* $model, [*string* $conditions], [*string* $alias], [*string* $type]) Adds an :type: join (by default type - INNER) to the query @@ -183,7 +183,7 @@ $builder->join("Robots", "r.id = RobotsParts.robots_id", "r", "LEFT"); ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **innerJoin** (*string* $model, [*string* $conditions], [*string* $alias]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **innerJoin** (*string* $model, [*string* $conditions], [*string* $alias]) Adds an INNER join to the query @@ -201,7 +201,7 @@ $builder->innerJoin("Robots", "r.id = RobotsParts.robots_id", "r"); ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **leftJoin** (*string* $model, [*string* $conditions], [*string* $alias]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **leftJoin** (*string* $model, [*string* $conditions], [*string* $alias]) Adds a LEFT join to the query @@ -212,7 +212,7 @@ $builder->leftJoin("Robots", "r.id = RobotsParts.robots_id", "r"); ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **rightJoin** (*string* $model, [*string* $conditions], [*string* $alias]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **rightJoin** (*string* $model, [*string* $conditions], [*string* $alias]) Adds a RIGHT join to the query @@ -227,7 +227,7 @@ public *array* **getJoins** () Return join parts of the query -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **where** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **where** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) Sets the query WHERE conditions @@ -248,7 +248,7 @@ $builder->where( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **andWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **andWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current WHERE conditions using a AND operator @@ -267,7 +267,7 @@ $builder->andWhere( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **orWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **orWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current conditions using an OR operator @@ -334,7 +334,7 @@ public *string* | *array* **getWhere** () Return the conditions for the query -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **orderBy** (*string* | *array* $orderBy) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **orderBy** (*string* | *array* $orderBy) Sets an ORDER BY condition clause @@ -350,7 +350,7 @@ public *string* | *array* **getOrderBy** () Returns the set ORDER BY clause -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **having** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **having** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) Sets the HAVING condition clause @@ -368,7 +368,7 @@ $builder->having( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **andHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **andHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current HAVING conditions clause using a AND operator @@ -386,7 +386,7 @@ $builder->andHaving( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **orHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **orHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current HAVING conditions clause using an OR operator @@ -495,7 +495,7 @@ public *string* | *array* **getOffset** () Returns the current OFFSET clause -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **groupBy** (*string* | *array* $group) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **groupBy** (*string* | *array* $group) Sets a GROUP BY clause diff --git a/tr/api/Phalcon_Mvc_Model_Query_Status.md b/tr/api/Phalcon_Mvc_Model_Query_Status.md index 109f7859eccb..dc1b39759cbb 100644 --- a/tr/api/Phalcon_Mvc_Model_Query_Status.md +++ b/tr/api/Phalcon_Mvc_Model_Query_Status.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Query\\Status** -*implements* [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) +*implements* [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) Source on GitHub @@ -30,7 +30,7 @@ if ($status->success() === true) { ## Methods -public **__construct** (*mixed* $success, [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model]) +public **__construct** (*mixed* $success, [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model]) public **getModel** () diff --git a/tr/api/Phalcon_Mvc_Model_Relation.md b/tr/api/Phalcon_Mvc_Model_Relation.md index 092dffbf597f..c11254c71c2a 100644 --- a/tr/api/Phalcon_Mvc_Model_Relation.md +++ b/tr/api/Phalcon_Mvc_Model_Relation.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Relation** -*implements* [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) +*implements* [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) Source on GitHub diff --git a/tr/api/Phalcon_Mvc_Model_Resultset.md b/tr/api/Phalcon_Mvc_Model_Resultset.md index e49249b7a4ff..30d1dd8bb93d 100644 --- a/tr/api/Phalcon_Mvc_Model_Resultset.md +++ b/tr/api/Phalcon_Mvc_Model_Resultset.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\Resultset** -*implements* [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) +*implements* [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) Source on GitHub @@ -55,7 +55,7 @@ while ($robots->valid()) { ## Methods -public **__construct** ([Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) | *false* $result, [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +public **__construct** ([Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) | *false* $result, [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Phalcon\\Mvc\\Model\\Resultset constructor @@ -91,7 +91,7 @@ public **offsetGet** (*mixed* $index) Gets row in a specific position of the resultset -public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) +public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface @@ -143,7 +143,7 @@ public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $condi Deletes every record in the resultset -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) Filters a resultset returning only those the developer requires @@ -172,7 +172,7 @@ echo json_encode($robots); ``` -abstract public **toArray** () inherited from [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) +abstract public **toArray** () inherited from [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) ... diff --git a/tr/api/Phalcon_Mvc_Model_Resultset_Complex.md b/tr/api/Phalcon_Mvc_Model_Resultset_Complex.md index b2321aa2bab5..bcc460486376 100644 --- a/tr/api/Phalcon_Mvc_Model_Resultset_Complex.md +++ b/tr/api/Phalcon_Mvc_Model_Resultset_Complex.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Resultset\\Complex** -*extends* abstract class [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +*extends* abstract class [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) -*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) +*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) Source on GitHub @@ -22,7 +22,7 @@ Complex resultsets may include complete objects and scalar values. This class bu ## Methods -public **__construct** (*array* $columnTypes, [[Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) $result], [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +public **__construct** (*array* $columnTypes, [[Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) $result], [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Phalcon\\Mvc\\Model\\Resultset\\Complex constructor @@ -42,91 +42,91 @@ public **unserialize** (*mixed* $data) Unserializing a resultset will allow to only works on the rows present in the saved state -public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Moves cursor to next row in the resultset -public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Check whether internal resource has rows to fetch -public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets pointer number of active row in the resultset -final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Rewinds resultset to its beginning -final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Changes internal pointer to a specific position in the resultset Set new position if required and set this->_row -final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Counts how many rows are in the resultset -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Checks whether offset exists in the resultset -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets row in a specific position of the resultset -public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the internal type of data retrieval that the resultset is using -public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get first row in the resultset -public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get last row in the resultset -public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Set if the resultset is fresh or an old one cached -public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Tell if the resultset if fresh or an old one cached -public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Sets the hydration mode in the resultset -public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the current hydration mode -public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the associated cache for the resultset -public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the error messages produced by a batch operation -public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Updates every record in the resultset -public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Deletes every record in the resultset -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Filters a resultset returning only those the developer requires @@ -143,7 +143,7 @@ $filtered = $robots->filter( ``` -public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns serialised model objects as array for json_encode. Calls jsonSerialize on each object if present diff --git a/tr/api/Phalcon_Mvc_Model_Resultset_Simple.md b/tr/api/Phalcon_Mvc_Model_Resultset_Simple.md index 80a9533c22b3..aea4980ff535 100644 --- a/tr/api/Phalcon_Mvc_Model_Resultset_Simple.md +++ b/tr/api/Phalcon_Mvc_Model_Resultset_Simple.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Resultset\\Simple** -*extends* abstract class [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +*extends* abstract class [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) -*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) +*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) Source on GitHub @@ -22,7 +22,7 @@ Simple resultsets only contains a complete objects This class builds every compl ## Methods -public **__construct** (*array* $columnMap, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/en/3.2/api/Phalcon_Mvc_Model_Row) $model, [Phalcon\Db\Result\Pdo](/en/3.2/api/Phalcon_Db_Result_Pdo) | *null* $result, [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache], [*boolean* $keepSnapshots]) +public **__construct** (*array* $columnMap, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Row) $model, [Phalcon\Db\Result\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Result_Pdo) | *null* $result, [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache], [*boolean* $keepSnapshots]) Phalcon\\Mvc\\Model\\Resultset\\Simple constructor @@ -42,91 +42,91 @@ public **unserialize** (*mixed* $data) Unserializing a resultset will allow to only works on the rows present in the saved state -public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Moves cursor to next row in the resultset -public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Check whether internal resource has rows to fetch -public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets pointer number of active row in the resultset -final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Rewinds resultset to its beginning -final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Changes the internal pointer to a specific position in the resultset. Set the new position if required, and then set this->_row -final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Counts how many rows are in the resultset -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Checks whether offset exists in the resultset -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets row in a specific position of the resultset -public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the internal type of data retrieval that the resultset is using -public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get first row in the resultset -public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get last row in the resultset -public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Set if the resultset is fresh or an old one cached -public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Tell if the resultset if fresh or an old one cached -public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Sets the hydration mode in the resultset -public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the current hydration mode -public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the associated cache for the resultset -public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the error messages produced by a batch operation -public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Updates every record in the resultset -public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Deletes every record in the resultset -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Filters a resultset returning only those the developer requires @@ -143,7 +143,7 @@ $filtered = $robots->filter( ``` -public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns serialised model objects as array for json_encode. Calls jsonSerialize on each object if present diff --git a/tr/api/Phalcon_Mvc_Model_Row.md b/tr/api/Phalcon_Mvc_Model_Row.md index 0595f8444e4d..4d330cbbc1e5 100644 --- a/tr/api/Phalcon_Mvc_Model_Row.md +++ b/tr/api/Phalcon_Mvc_Model_Row.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Row** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\Model\ResultInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\Model\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) Source on GitHub @@ -16,11 +16,11 @@ public *boolean* **offsetExists** (*string* | *int* $index) Checks whether offset exists in the row -public *string* | [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) **offsetGet** (*string* | *int* $index) +public *string* | [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) **offsetGet** (*string* | *int* $index) Gets a record in a specific position of the row -public **offsetSet** (*string* | *int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) +public **offsetSet** (*string* | *int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) Rows cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface diff --git a/tr/api/Phalcon_Mvc_Model_Transaction.md b/tr/api/Phalcon_Mvc_Model_Transaction.md index 7d79b63280ab..da1885cd6892 100644 --- a/tr/api/Phalcon_Mvc_Model_Transaction.md +++ b/tr/api/Phalcon_Mvc_Model_Transaction.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction** -*implements* [Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) +*implements* [Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) Source on GitHub @@ -44,11 +44,11 @@ try { ## Methods -public **__construct** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, [*boolean* $autoBegin], [*string* $service]) +public **__construct** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, [*boolean* $autoBegin], [*string* $service]) Phalcon\\Mvc\\Model\\Transaction constructor -public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) +public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) Sets transaction manager related to the transaction @@ -60,7 +60,7 @@ public **commit** () Commits the transaction -public *boolean* **rollback** ([*string* $rollbackMessage], [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $rollbackRecord]) +public *boolean* **rollback** ([*string* $rollbackMessage], [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $rollbackRecord]) Rollbacks the transaction @@ -88,6 +88,6 @@ public **isValid** () Checks whether internal connection is under an active transaction -public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record) +public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record) Sets object which generates rollback action \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_TransactionInterface.md b/tr/api/Phalcon_Mvc_Model_TransactionInterface.md index 5dbd60ce8996..19be5fbe67e4 100644 --- a/tr/api/Phalcon_Mvc_Model_TransactionInterface.md +++ b/tr/api/Phalcon_Mvc_Model_TransactionInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) +abstract public **setTransactionManager** ([Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) $manager) ... @@ -44,6 +44,6 @@ abstract public **isValid** () ... -abstract public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record) +abstract public **setRollbackedRecord** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_Transaction_Exception.md b/tr/api/Phalcon_Mvc_Model_Transaction_Exception.md index 122f417171a5..2b59622f2a5c 100644 --- a/tr/api/Phalcon_Mvc_Model_Transaction_Exception.md +++ b/tr/api/Phalcon_Mvc_Model_Transaction_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction\\Exception** -*extends* class [Phalcon\Mvc\Model\Exception](/en/3.2/api/Phalcon_Mvc_Model_Exception) +*extends* class [Phalcon\Mvc\Model\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Mvc_Model_Transaction_Failed.md b/tr/api/Phalcon_Mvc_Model_Transaction_Failed.md index f608443171c6..7e561b92410b 100644 --- a/tr/api/Phalcon_Mvc_Model_Transaction_Failed.md +++ b/tr/api/Phalcon_Mvc_Model_Transaction_Failed.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction\\Failed** -*extends* class [Phalcon\Mvc\Model\Transaction\Exception](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Exception) +*extends* class [Phalcon\Mvc\Model\Transaction\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) @@ -10,7 +10,7 @@ This class will be thrown to exit a try/catch block for isolated transactions ## Methods -public **__construct** (*mixed* $message, [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record]) +public **__construct** (*mixed* $message, [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record]) Phalcon\\Mvc\\Model\\Transaction\\Failed constructor diff --git a/tr/api/Phalcon_Mvc_Model_Transaction_Manager.md b/tr/api/Phalcon_Mvc_Model_Transaction_Manager.md index 2d941ddda3fa..4d453c522e38 100644 --- a/tr/api/Phalcon_Mvc_Model_Transaction_Manager.md +++ b/tr/api/Phalcon_Mvc_Model_Transaction_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Transaction\\Manager** -*implements* [Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -48,11 +48,11 @@ try { ## Methods -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\Model\\Transaction\\Manager constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -100,15 +100,15 @@ public **rollback** ([*boolean* $collect]) Rollbacks active transactions within the manager Collect will remove the transaction from the manager -public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Notifies the manager about a rollbacked transaction -public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Notifies the manager about a committed transaction -protected **_collectTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +protected **_collectTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Removes transactions from the TransactionManager diff --git a/tr/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md b/tr/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md index 19b7985b19de..9537fd42f37a 100644 --- a/tr/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md +++ b/tr/api/Phalcon_Mvc_Model_Transaction_ManagerInterface.md @@ -24,11 +24,11 @@ abstract public **rollback** ([*mixed* $collect]) ... -abstract public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +abstract public **notifyRollback** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) ... -abstract public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +abstract public **notifyCommit** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) ... diff --git a/tr/api/Phalcon_Mvc_Model_ValidationFailed.md b/tr/api/Phalcon_Mvc_Model_ValidationFailed.md index 99666c60abdf..02cb8c0a02fd 100644 --- a/tr/api/Phalcon_Mvc_Model_ValidationFailed.md +++ b/tr/api/Phalcon_Mvc_Model_ValidationFailed.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\ValidationFailed** -*extends* class [Phalcon\Mvc\Model\Exception](/en/3.2/api/Phalcon_Mvc_Model_Exception) +*extends* class [Phalcon\Mvc\Model\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Mvc_Model_Validator.md b/tr/api/Phalcon_Mvc_Model_Validator.md index 684f202f4658..1a310744ebf2 100644 --- a/tr/api/Phalcon_Mvc_Model_Validator.md +++ b/tr/api/Phalcon_Mvc_Model_Validator.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\Validator** -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -34,6 +34,6 @@ public **isSetOption** (*mixed* $option) Check whether an option has been defined in the validator options -abstract public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) inherited from [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +abstract public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) inherited from [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_ValidatorInterface.md b/tr/api/Phalcon_Mvc_Model_ValidatorInterface.md index a5368614ae11..b271009d52d6 100644 --- a/tr/api/Phalcon_Mvc_Model_ValidatorInterface.md +++ b/tr/api/Phalcon_Mvc_Model_ValidatorInterface.md @@ -8,6 +8,6 @@ abstract public **getMessages** () ... -abstract public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +abstract public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_Validator_Email.md b/tr/api/Phalcon_Mvc_Model_Validator_Email.md index 7ffe15592ab0..9dbb102a800f 100644 --- a/tr/api/Phalcon_Mvc_Model_Validator_Email.md +++ b/tr/api/Phalcon_Mvc_Model_Validator_Email.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Email** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -37,30 +37,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_Validator_Exclusionin.md b/tr/api/Phalcon_Mvc_Model_Validator_Exclusionin.md index 90ce3264cbd8..e4d04aa2e50e 100644 --- a/tr/api/Phalcon_Mvc_Model_Validator_Exclusionin.md +++ b/tr/api/Phalcon_Mvc_Model_Validator_Exclusionin.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Exclusionin** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -40,30 +40,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_Validator_Inclusionin.md b/tr/api/Phalcon_Mvc_Model_Validator_Inclusionin.md index f09924b99884..e52f1890ffd9 100644 --- a/tr/api/Phalcon_Mvc_Model_Validator_Inclusionin.md +++ b/tr/api/Phalcon_Mvc_Model_Validator_Inclusionin.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Inclusionin** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -40,30 +40,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_Validator_Ip.md b/tr/api/Phalcon_Mvc_Model_Validator_Ip.md index 5352f580e6e6..70c9ca31ca08 100644 --- a/tr/api/Phalcon_Mvc_Model_Validator_Ip.md +++ b/tr/api/Phalcon_Mvc_Model_Validator_Ip.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Ip** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -73,30 +73,30 @@ class Data extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_Validator_Numericality.md b/tr/api/Phalcon_Mvc_Model_Validator_Numericality.md index d2766740b709..56511b0ac1af 100644 --- a/tr/api/Phalcon_Mvc_Model_Validator_Numericality.md +++ b/tr/api/Phalcon_Mvc_Model_Validator_Numericality.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Numericality** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -37,30 +37,30 @@ class Products extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_Validator_PresenceOf.md b/tr/api/Phalcon_Mvc_Model_Validator_PresenceOf.md index 3ff7ffc2d37f..123dde34f112 100644 --- a/tr/api/Phalcon_Mvc_Model_Validator_PresenceOf.md +++ b/tr/api/Phalcon_Mvc_Model_Validator_PresenceOf.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\PresenceOf** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -38,30 +38,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_Validator_Regex.md b/tr/api/Phalcon_Mvc_Model_Validator_Regex.md index edf6fa66a8aa..4f8dcec7223a 100644 --- a/tr/api/Phalcon_Mvc_Model_Validator_Regex.md +++ b/tr/api/Phalcon_Mvc_Model_Validator_Regex.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Regex** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -38,30 +38,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_Validator_StringLength.md b/tr/api/Phalcon_Mvc_Model_Validator_StringLength.md index d876a7c1c429..f8d0d187701c 100644 --- a/tr/api/Phalcon_Mvc_Model_Validator_StringLength.md +++ b/tr/api/Phalcon_Mvc_Model_Validator_StringLength.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\StringLength** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -41,30 +41,30 @@ class Subscriptors extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_Validator_Uniqueness.md b/tr/api/Phalcon_Mvc_Model_Validator_Uniqueness.md index 0c6f3f3e92ab..3c6dede53187 100644 --- a/tr/api/Phalcon_Mvc_Model_Validator_Uniqueness.md +++ b/tr/api/Phalcon_Mvc_Model_Validator_Uniqueness.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Uniqueness** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -39,30 +39,30 @@ class Subscriptors extends Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Model_Validator_Url.md b/tr/api/Phalcon_Mvc_Model_Validator_Url.md index 2a07a3e0a3b0..d25ce7e970fb 100644 --- a/tr/api/Phalcon_Mvc_Model_Validator_Url.md +++ b/tr/api/Phalcon_Mvc_Model_Validator_Url.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Validator\\Url** -*extends* abstract class [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +*extends* abstract class [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) -*implements* [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) +*implements* [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) Source on GitHub @@ -37,30 +37,30 @@ class Posts extends \Phalcon\Mvc\Collection ## Methods -public **validate** ([Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) $record) +public **validate** ([Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) $record) Executes the validator -public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **__construct** (*array* $options) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Phalcon\\Mvc\\Model\\Validator constructor -protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Appends a message to the validator -public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns messages generated by the validator -public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public *array* **getOptions** () inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns all the options from the validator -public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **getOption** (*mixed* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Returns an option -public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) +public **isSetOption** (*mixed* $option) inherited from [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) Check whether an option has been defined in the validator options \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_ModuleDefinitionInterface.md b/tr/api/Phalcon_Mvc_ModuleDefinitionInterface.md index eb0f3f8e1dd0..ce9e75d505be 100644 --- a/tr/api/Phalcon_Mvc_ModuleDefinitionInterface.md +++ b/tr/api/Phalcon_Mvc_ModuleDefinitionInterface.md @@ -4,10 +4,10 @@ ## Methods -abstract public **registerAutoloaders** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +abstract public **registerAutoloaders** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) ... -abstract public **registerServices** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **registerServices** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Router.md b/tr/api/Phalcon_Mvc_Router.md index 30fd2f657951..e2f4ca159bdd 100644 --- a/tr/api/Phalcon_Mvc_Router.md +++ b/tr/api/Phalcon_Mvc_Router.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -43,7 +43,7 @@ public **__construct** ([*mixed* $defaultRoutes]) Phalcon\\Mvc\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -51,7 +51,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -186,7 +186,7 @@ public **addConnect** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) Adds a route to the router that only match if the HTTP method is CONNECT -public **mount** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) +public **mount** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) Mounts a group of routes in the router diff --git a/tr/api/Phalcon_Mvc_RouterInterface.md b/tr/api/Phalcon_Mvc_RouterInterface.md index e11904311ae7..b015ca518853 100644 --- a/tr/api/Phalcon_Mvc_RouterInterface.md +++ b/tr/api/Phalcon_Mvc_RouterInterface.md @@ -68,7 +68,7 @@ abstract public **addConnect** (*mixed* $pattern, [*mixed* $paths]) ... -abstract public **mount** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) +abstract public **mount** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) ... diff --git a/tr/api/Phalcon_Mvc_Router_Annotations.md b/tr/api/Phalcon_Mvc_Router_Annotations.md index 9382815d9f62..5fe70c19c847 100644 --- a/tr/api/Phalcon_Mvc_Router_Annotations.md +++ b/tr/api/Phalcon_Mvc_Router_Annotations.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Router\\Annotations** -*extends* class [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +*extends* class [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -52,11 +52,11 @@ public **handle** ([*mixed* $uri]) Produce the routing parameters from the rewrite information -public **processControllerAnnotation** (*mixed* $handler, [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) $annotation) +public **processControllerAnnotation** (*mixed* $handler, [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) $annotation) Checks for annotations in the controller docblock -public **processActionAnnotation** (*mixed* $module, *mixed* $namespaceName, *mixed* $controller, *mixed* $action, [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) $annotation) +public **processActionAnnotation** (*mixed* $module, *mixed* $namespaceName, *mixed* $controller, *mixed* $action, [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) $annotation) Checks for annotations in the public methods of the controller @@ -72,31 +72,31 @@ public **getResources** () Return the registered resources -public **__construct** ([*mixed* $defaultRoutes]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **__construct** ([*mixed* $defaultRoutes]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Phalcon\\Mvc\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getDI** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getEventsManager** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the internal event manager -public **getRewriteUri** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRewriteUri** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Get rewrite info. This info is read from $_GET["_url"]. This returns '/' if the rewrite information cannot be read -public **setUriSource** (*mixed* $uriSource) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setUriSource** (*mixed* $uriSource) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the URI source. One of the URI_SOURCE_* constants @@ -109,27 +109,27 @@ $router->setUriSource( ``` -public **removeExtraSlashes** (*mixed* $remove) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **removeExtraSlashes** (*mixed* $remove) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Set whether router must remove the extra slashes in the handled routes -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the name of the default namespace -public **setDefaultModule** (*mixed* $moduleName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultModule** (*mixed* $moduleName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the name of the default module -public **setDefaultController** (*mixed* $controllerName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultController** (*mixed* $controllerName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the default controller name -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets the default action name -public **setDefaults** (*array* $defaults) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **setDefaults** (*array* $defaults) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Sets an array of default paths. If a route is missing a path the router will use the defined here This method must not be used to set a 404 route @@ -145,11 +145,11 @@ $router->setDefaults( ``` -public **getDefaults** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getDefaults** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns an array of default parameters -public **add** (*mixed* $pattern, [*mixed* $paths], [*mixed* $httpMethods], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **add** (*mixed* $pattern, [*mixed* $paths], [*mixed* $httpMethods], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router without any HTTP constraint @@ -164,102 +164,102 @@ $router->add("/about", "About::index", ["GET", "POST"], Router::POSITION_FIRST); ``` -public **addGet** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addGet** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is GET -public **addPost** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPost** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is POST -public **addPut** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPut** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is PUT -public **addPatch** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPatch** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is PATCH -public **addDelete** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addDelete** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is DELETE -public **addOptions** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addOptions** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Add a route to the router that only match if the HTTP method is OPTIONS -public **addHead** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addHead** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is HEAD -public **addPurge** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addPurge** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is PURGE (Squid and Varnish support) -public **addTrace** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addTrace** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is TRACE -public **addConnect** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **addConnect** (*mixed* $pattern, [*mixed* $paths], [*mixed* $position]) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Adds a route to the router that only match if the HTTP method is CONNECT -public **mount** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **mount** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Mounts a group of routes in the router -public **notFound** (*mixed* $paths) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **notFound** (*mixed* $paths) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Set a group of paths to be returned when none of the defined routes are matched -public **clear** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **clear** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Removes all the pre-defined routes -public **getNamespaceName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getNamespaceName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed namespace name -public **getModuleName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getModuleName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed module name -public **getControllerName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getControllerName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed controller name -public **getActionName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getActionName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed action name -public **getParams** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getParams** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the processed parameters -public **getMatchedRoute** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getMatchedRoute** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the route that matches the handled URI -public **getMatches** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getMatches** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns the sub expressions in the regular expression matched -public **wasMatched** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **wasMatched** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Checks if the router matches any of the defined routes -public **getRoutes** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRoutes** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns all the routes defined in the router -public **getRouteById** (*mixed* $id) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRouteById** (*mixed* $id) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns a route object by its id -public **getRouteByName** (*mixed* $name) inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **getRouteByName** (*mixed* $name) inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns a route object by its name -public **isExactControllerName** () inherited from [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) +public **isExactControllerName** () inherited from [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) Returns whether controller name should not be mangled \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_Router_Exception.md b/tr/api/Phalcon_Mvc_Router_Exception.md index 02a5c4520420..eb5ccb0230d1 100644 --- a/tr/api/Phalcon_Mvc_Router_Exception.md +++ b/tr/api/Phalcon_Mvc_Router_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Mvc_Router_Group.md b/tr/api/Phalcon_Mvc_Router_Group.md index 2c73c4c2dc40..eeab534442e2 100644 --- a/tr/api/Phalcon_Mvc_Router_Group.md +++ b/tr/api/Phalcon_Mvc_Router_Group.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router\\Group** -*implements* [Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) +*implements* [Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) Source on GitHub @@ -105,31 +105,31 @@ $router->add("/about", "About::index"); ``` -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addGet** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addGet** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is GET -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addPost** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addPost** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is POST -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addPut** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addPut** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is PUT -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addPatch** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addPatch** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is PATCH -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addDelete** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addDelete** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is DELETE -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addOptions** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addOptions** (*string* $pattern, [*string/array* $paths]) Add a route to the router that only match if the HTTP method is OPTIONS -public [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) **addHead** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) **addHead** (*string* $pattern, [*string/array* $paths]) Adds a route to the router that only match if the HTTP method is HEAD diff --git a/tr/api/Phalcon_Mvc_Router_Route.md b/tr/api/Phalcon_Mvc_Router_Route.md index 127f67b9c836..27e8a41b68b2 100644 --- a/tr/api/Phalcon_Mvc_Router_Route.md +++ b/tr/api/Phalcon_Mvc_Router_Route.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Router\\Route** -*implements* [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) +*implements* [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) Source on GitHub @@ -169,7 +169,7 @@ public **getHostname** () Returns the hostname restriction if any -public **setGroup** ([Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) $group) +public **setGroup** ([Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) $group) Sets the group associated with the route diff --git a/tr/api/Phalcon_Mvc_Url_Exception.md b/tr/api/Phalcon_Mvc_Url_Exception.md index 39b05c29f564..ac21fa87cc20 100644 --- a/tr/api/Phalcon_Mvc_Url_Exception.md +++ b/tr/api/Phalcon_Mvc_Url_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Url\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Mvc_User_Component.md b/tr/api/Phalcon_Mvc_User_Component.md index d2a833d28c1f..76a1ad2c2736 100644 --- a/tr/api/Phalcon_Mvc_User_Component.md +++ b/tr/api/Phalcon_Mvc_User_Component.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Component** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_User_Module.md b/tr/api/Phalcon_Mvc_User_Module.md index 55bbde494ddb..9db03bbd9faf 100644 --- a/tr/api/Phalcon_Mvc_User_Module.md +++ b/tr/api/Phalcon_Mvc_User_Module.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Module** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_User_Plugin.md b/tr/api/Phalcon_Mvc_User_Plugin.md index 4cafec636188..6a751cef5fde 100644 --- a/tr/api/Phalcon_Mvc_User_Plugin.md +++ b/tr/api/Phalcon_Mvc_User_Plugin.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Plugin** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_View.md b/tr/api/Phalcon_Mvc_View.md index f96f1271ec28..eace2784eafc 100644 --- a/tr/api/Phalcon_Mvc_View.md +++ b/tr/api/Phalcon_Mvc_View.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewInterface](/en/3.2/api/Phalcon_Mvc_ViewInterface), [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewInterface), [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -260,7 +260,7 @@ protected **_loadTemplateEngines** () Loads registered template engines, if none is registered it will use Phalcon\\Mvc\\View\\Engine\\Php -protected **_engineRender** (*array* $engines, *string* $viewPath, *boolean* $silence, *boolean* $mustClean, [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +protected **_engineRender** (*array* $engines, *string* $viewPath, *boolean* $silence, *boolean* $mustClean, [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Checks whether view exists on registered extensions and render it @@ -490,18 +490,18 @@ protected **getViewsDirs** () Gets views directories -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_ViewInterface.md b/tr/api/Phalcon_Mvc_ViewInterface.md index 543c0471b48e..5b8ac57186ab 100644 --- a/tr/api/Phalcon_Mvc_ViewInterface.md +++ b/tr/api/Phalcon_Mvc_ViewInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Mvc\\ViewInterface** -*implements* [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -118,42 +118,42 @@ abstract public **isDisabled** () ... -abstract public **setViewsDir** (*mixed* $viewsDir) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setViewsDir** (*mixed* $viewsDir) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getViewsDir** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getViewsDir** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setParamToView** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setParamToView** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setVar** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setVar** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getParamsToView** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getParamsToView** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getCache** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getCache** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **cache** ([*mixed* $options]) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **cache** ([*mixed* $options]) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setContent** (*mixed* $content) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setContent** (*mixed* $content) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getContent** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getContent** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **partial** (*mixed* $partialPath, [*mixed* $params]) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **partial** (*mixed* $partialPath, [*mixed* $params]) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_View_Engine.md b/tr/api/Phalcon_Mvc_View_Engine.md index 3ced1cebed7e..70ccc369182d 100644 --- a/tr/api/Phalcon_Mvc_View_Engine.md +++ b/tr/api/Phalcon_Mvc_View_Engine.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Mvc\\View\\Engine** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) Source on GitHub @@ -10,7 +10,7 @@ All the template engine adapters must inherit this class. This provides basic in ## Methods -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\View\\Engine constructor @@ -26,26 +26,26 @@ public **getView** () Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get -abstract public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) inherited from [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) +abstract public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) inherited from [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_View_Engine_Php.md b/tr/api/Phalcon_Mvc_View_Engine_Php.md index d9a7d398b51c..8de999a7097e 100644 --- a/tr/api/Phalcon_Mvc_View_Engine_Php.md +++ b/tr/api/Phalcon_Mvc_View_Engine_Php.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Php** -*extends* abstract class [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +*extends* abstract class [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) -*implements* [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -14,38 +14,38 @@ public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) Renders a view using the template engine -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Phalcon\\Mvc\\View\\Engine constructor -public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns cached output on another view stage -public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Renders a partial inside another view -public **getView** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getView** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_View_Engine_Volt.md b/tr/api/Phalcon_Mvc_View_Engine_Volt.md index 51bcbd0b4069..09e27df7eec8 100644 --- a/tr/api/Phalcon_Mvc_View_Engine_Volt.md +++ b/tr/api/Phalcon_Mvc_View_Engine_Volt.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt** -*extends* abstract class [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +*extends* abstract class [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) -*implements* [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -50,38 +50,38 @@ public **callMacro** (*mixed* $name, [*array* $arguments]) Checks if a macro is defined and calls it -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Phalcon\\Mvc\\View\\Engine constructor -public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns cached output on another view stage -public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Renders a partial inside another view -public **getView** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getView** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/tr/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md b/tr/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md index 9f4709fc2397..1cff2c03c71c 100644 --- a/tr/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md +++ b/tr/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt\\Compiler** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -19,9 +19,9 @@ require $compiler->getCompiledTemplatePath(); ## Methods -public **__construct** ([[Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view]) +public **__construct** ([[Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view]) -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/tr/api/Phalcon_Mvc_View_Engine_Volt_Exception.md b/tr/api/Phalcon_Mvc_View_Engine_Volt_Exception.md index 8b3302f56a84..7d858d34074e 100644 --- a/tr/api/Phalcon_Mvc_View_Engine_Volt_Exception.md +++ b/tr/api/Phalcon_Mvc_View_Engine_Volt_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt\\Exception** -*extends* class [Phalcon\Mvc\View\Exception](/en/3.2/api/Phalcon_Mvc_View_Exception) +*extends* class [Phalcon\Mvc\View\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Mvc_View_Exception.md b/tr/api/Phalcon_Mvc_View_Exception.md index 2d43c11197c2..ae2fede35d54 100644 --- a/tr/api/Phalcon_Mvc_View_Exception.md +++ b/tr/api/Phalcon_Mvc_View_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Mvc_View_Simple.md b/tr/api/Phalcon_Mvc_View_Simple.md index a27c183e396c..02b3d713392a 100644 --- a/tr/api/Phalcon_Mvc_View_Simple.md +++ b/tr/api/Phalcon_Mvc_View_Simple.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Simple** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -221,18 +221,18 @@ echo $this->view->products; ``` -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager \ No newline at end of file diff --git a/tr/api/Phalcon_Paginator_Adapter.md b/tr/api/Phalcon_Paginator_Adapter.md index 4f7bd5286f14..e6094c3f196e 100644 --- a/tr/api/Phalcon_Paginator_Adapter.md +++ b/tr/api/Phalcon_Paginator_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Paginator\\Adapter** -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -18,6 +18,6 @@ public **getLimit** () Get current rows limit -abstract public **getPaginate** () inherited from [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +abstract public **getPaginate** () inherited from [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Paginator_Adapter_Model.md b/tr/api/Phalcon_Paginator_Adapter_Model.md index 1b6f1ba04a74..5eed7c0efb4b 100644 --- a/tr/api/Phalcon_Paginator_Adapter_Model.md +++ b/tr/api/Phalcon_Paginator_Adapter_Model.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\Model** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -35,14 +35,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/tr/api/Phalcon_Paginator_Adapter_NativeArray.md b/tr/api/Phalcon_Paginator_Adapter_NativeArray.md index c399691b9f21..0ed15659e21d 100644 --- a/tr/api/Phalcon_Paginator_Adapter_NativeArray.md +++ b/tr/api/Phalcon_Paginator_Adapter_NativeArray.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\NativeArray** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -39,14 +39,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/tr/api/Phalcon_Paginator_Adapter_QueryBuilder.md b/tr/api/Phalcon_Paginator_Adapter_QueryBuilder.md index d7b956b38370..cadb5a75a560 100644 --- a/tr/api/Phalcon_Paginator_Adapter_QueryBuilder.md +++ b/tr/api/Phalcon_Paginator_Adapter_QueryBuilder.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\QueryBuilder** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -36,7 +36,7 @@ public **getCurrentPage** () Get the current page number -public **setQueryBuilder** ([Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) $builder) +public **setQueryBuilder** ([Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) $builder) Set query builder object @@ -48,14 +48,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/tr/api/Phalcon_Paginator_Exception.md b/tr/api/Phalcon_Paginator_Exception.md index e263167ae42b..cd640676cd57 100644 --- a/tr/api/Phalcon_Paginator_Exception.md +++ b/tr/api/Phalcon_Paginator_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Paginator\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Paginator_Factory.md b/tr/api/Phalcon_Paginator_Factory.md index b87215eae4c1..5c0d62c36b72 100644 --- a/tr/api/Phalcon_Paginator_Factory.md +++ b/tr/api/Phalcon_Paginator_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -29,8 +29,8 @@ $paginator = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Queue_Beanstalk_Exception.md b/tr/api/Phalcon_Queue_Beanstalk_Exception.md index d31d84525db3..fc99eb9bfe65 100644 --- a/tr/api/Phalcon_Queue_Beanstalk_Exception.md +++ b/tr/api/Phalcon_Queue_Beanstalk_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Queue\\Beanstalk\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Queue_Beanstalk_Job.md b/tr/api/Phalcon_Queue_Beanstalk_Job.md index 91a3cbce0af4..cdc344022d51 100644 --- a/tr/api/Phalcon_Queue_Beanstalk_Job.md +++ b/tr/api/Phalcon_Queue_Beanstalk_Job.md @@ -10,7 +10,7 @@ public **getId** () public **getBody** () -public **__construct** ([Phalcon\Queue\Beanstalk](/en/3.2/api/Phalcon_Queue_Beanstalk) $queue, *mixed* $id, *mixed* $body) +public **__construct** ([Phalcon\Queue\Beanstalk](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk) $queue, *mixed* $id, *mixed* $body) public **delete** () diff --git a/tr/api/Phalcon_Security.md b/tr/api/Phalcon_Security.md index 46df12e08b8c..a39038ccdc84 100644 --- a/tr/api/Phalcon_Security.md +++ b/tr/api/Phalcon_Security.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Security** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -58,7 +58,7 @@ public **__construct** () Phalcon\\Security constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/tr/api/Phalcon_Security_Exception.md b/tr/api/Phalcon_Security_Exception.md index 1c67ea749c39..d76804f88304 100644 --- a/tr/api/Phalcon_Security_Exception.md +++ b/tr/api/Phalcon_Security_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Security\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Session_Adapter.md b/tr/api/Phalcon_Session_Adapter.md index 6575ae9d0960..bf0fbeac2dba 100644 --- a/tr/api/Phalcon_Session_Adapter.md +++ b/tr/api/Phalcon_Session_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Session\\Adapter** -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub diff --git a/tr/api/Phalcon_Session_Adapter_Files.md b/tr/api/Phalcon_Session_Adapter_Files.md index f822abd76b18..e1c64d1d9f91 100644 --- a/tr/api/Phalcon_Session_Adapter_Files.md +++ b/tr/api/Phalcon_Session_Adapter_Files.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Files** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -16,15 +16,15 @@ ## Methods -public **__construct** ([*array* $options]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__construct** ([*array* $options]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Phalcon\\Session\\Adapter constructor -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -39,21 +39,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -64,7 +64,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -75,7 +75,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -88,7 +88,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -99,7 +99,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -110,7 +110,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -121,7 +121,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -134,7 +134,7 @@ var_dump( ``` -public **destroy** ([*mixed* $removeData]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **destroy** ([*mixed* $removeData]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Destroys the active session @@ -151,7 +151,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -168,19 +168,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -191,10 +191,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Session_Adapter_Libmemcached.md b/tr/api/Phalcon_Session_Adapter_Libmemcached.md index b4c626d76602..7937cb6d97fe 100644 --- a/tr/api/Phalcon_Session_Adapter_Libmemcached.md +++ b/tr/api/Phalcon_Session_Adapter_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Libmemcached** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -77,11 +77,11 @@ public **destroy** ([*mixed* $sessionId]) public **gc** () -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -96,21 +96,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -121,7 +121,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -132,7 +132,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -145,7 +145,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -156,7 +156,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -167,7 +167,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -178,7 +178,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -191,7 +191,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -208,19 +208,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -231,10 +231,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Session_Adapter_Memcache.md b/tr/api/Phalcon_Session_Adapter_Memcache.md index f6a220f939e1..4530826a4201 100644 --- a/tr/api/Phalcon_Session_Adapter_Memcache.md +++ b/tr/api/Phalcon_Session_Adapter_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Memcache** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -70,11 +70,11 @@ public **destroy** ([*mixed* $sessionId]) public **gc** () -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -89,21 +89,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -114,7 +114,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -125,7 +125,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -138,7 +138,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -149,7 +149,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -160,7 +160,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -171,7 +171,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -184,7 +184,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -201,19 +201,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -224,10 +224,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Session_Adapter_Redis.md b/tr/api/Phalcon_Session_Adapter_Redis.md index f3a461b2f111..8140b3922300 100644 --- a/tr/api/Phalcon_Session_Adapter_Redis.md +++ b/tr/api/Phalcon_Session_Adapter_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Redis** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -68,11 +68,11 @@ public **destroy** ([*mixed* $sessionId]) public **gc** () -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -87,21 +87,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -112,7 +112,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -123,7 +123,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -136,7 +136,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -147,7 +147,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -158,7 +158,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -169,7 +169,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -182,7 +182,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -199,19 +199,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -222,10 +222,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Session_Bag.md b/tr/api/Phalcon_Session_Bag.md index dd3b1765d192..36bc9e7e6612 100644 --- a/tr/api/Phalcon_Session_Bag.md +++ b/tr/api/Phalcon_Session_Bag.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Session\\Bag** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Session\BagInterface](/en/3.2/api/Phalcon_Session_BagInterface), [IteratorAggregate](http://php.net/manual/en/class.iteratoraggregate.php), [Traversable](http://php.net/manual/en/class.traversable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Session\BagInterface](/[[language]]/[[version]]/api/Phalcon_Session_BagInterface), [IteratorAggregate](http://php.net/manual/en/class.iteratoraggregate.php), [Traversable](http://php.net/manual/en/class.traversable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php) Source on GitHub @@ -22,7 +22,7 @@ public **__construct** (*mixed* $name) Phalcon\\Session\\Bag constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container diff --git a/tr/api/Phalcon_Session_Exception.md b/tr/api/Phalcon_Session_Exception.md index 3be5afaeb368..ac8c9c935696 100644 --- a/tr/api/Phalcon_Session_Exception.md +++ b/tr/api/Phalcon_Session_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Session\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Session_Factory.md b/tr/api/Phalcon_Session_Factory.md index 2ec52018c904..d51bce4976a2 100644 --- a/tr/api/Phalcon_Session_Factory.md +++ b/tr/api/Phalcon_Session_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -28,8 +28,8 @@ $session = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Tag.md b/tr/api/Phalcon_Tag.md index fc303e5d04c2..b4fe1c6a7c02 100644 --- a/tr/api/Phalcon_Tag.md +++ b/tr/api/Phalcon_Tag.md @@ -38,7 +38,7 @@ public static **renderAttributes** (*mixed* $code, *array* $attributes) Renders parameters keeping order in their HTML attributes -public static **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public static **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector container. diff --git a/tr/api/Phalcon_Tag_Exception.md b/tr/api/Phalcon_Tag_Exception.md index 14a0b4432296..627b20da27da 100644 --- a/tr/api/Phalcon_Tag_Exception.md +++ b/tr/api/Phalcon_Tag_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Tag\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Tag_Select.md b/tr/api/Phalcon_Tag_Select.md index 54c9231c55b9..32838423225f 100644 --- a/tr/api/Phalcon_Tag_Select.md +++ b/tr/api/Phalcon_Tag_Select.md @@ -10,7 +10,7 @@ public static **selectField** (*array* $parameters, [*array* $data]) Generates a SELECT tag -private static **_optionsFromResultset** ([Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) $resultset, *array* $using, *mixed* $value, *string* $closeOption) +private static **_optionsFromResultset** ([Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) $resultset, *array* $using, *mixed* $value, *string* $closeOption) Generate the OPTION tags based on a resultset diff --git a/tr/api/Phalcon_Translate_Adapter.md b/tr/api/Phalcon_Translate_Adapter.md index f7dd44a78348..a34672e03fff 100644 --- a/tr/api/Phalcon_Translate_Adapter.md +++ b/tr/api/Phalcon_Translate_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Translate\\Adapter** -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) Source on GitHub @@ -12,7 +12,7 @@ public **__construct** (*array* $options) ... -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) ... @@ -44,10 +44,10 @@ protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders] Replaces placeholders by the values passed -abstract public **query** (*mixed* $index, [*mixed* $placeholders]) inherited from [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +abstract public **query** (*mixed* $index, [*mixed* $placeholders]) inherited from [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) ... -abstract public **exists** (*mixed* $index) inherited from [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +abstract public **exists** (*mixed* $index) inherited from [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Translate_Adapter_Csv.md b/tr/api/Phalcon_Translate_Adapter_Csv.md index 96d9abe19bc6..8ae450215757 100644 --- a/tr/api/Phalcon_Translate_Adapter_Csv.md +++ b/tr/api/Phalcon_Translate_Adapter_Csv.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\Csv** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -26,34 +26,34 @@ public **exists** (*mixed* $index) Check whether is defined a translation key in the internal array -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/tr/api/Phalcon_Translate_Adapter_Gettext.md b/tr/api/Phalcon_Translate_Adapter_Gettext.md index de2f2558647e..22ebafb278b6 100644 --- a/tr/api/Phalcon_Translate_Adapter_Gettext.md +++ b/tr/api/Phalcon_Translate_Adapter_Gettext.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\Gettext** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -112,34 +112,34 @@ protected **getOptionsDefault** () Gets default options -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/tr/api/Phalcon_Translate_Adapter_NativeArray.md b/tr/api/Phalcon_Translate_Adapter_NativeArray.md index c3f861c63cf8..71258c159da4 100644 --- a/tr/api/Phalcon_Translate_Adapter_NativeArray.md +++ b/tr/api/Phalcon_Translate_Adapter_NativeArray.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\NativeArray** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -22,34 +22,34 @@ public **exists** (*mixed* $index) Check whether is defined a translation key in the internal array -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/tr/api/Phalcon_Translate_Exception.md b/tr/api/Phalcon_Translate_Exception.md index 4f2ba4cc4209..bda89014f4d6 100644 --- a/tr/api/Phalcon_Translate_Exception.md +++ b/tr/api/Phalcon_Translate_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Translate\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Translate_Factory.md b/tr/api/Phalcon_Translate_Factory.md index dc147abaff46..93c8e6a17e16 100644 --- a/tr/api/Phalcon_Translate_Factory.md +++ b/tr/api/Phalcon_Translate_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -26,8 +26,8 @@ $translate = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Translate_Interpolator_AssociativeArray.md b/tr/api/Phalcon_Translate_Interpolator_AssociativeArray.md index 090ed88b894d..8782c1d9e246 100644 --- a/tr/api/Phalcon_Translate_Interpolator_AssociativeArray.md +++ b/tr/api/Phalcon_Translate_Interpolator_AssociativeArray.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Translate\\Interpolator\\AssociativeArray** -*implements* [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) +*implements* [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) Source on GitHub diff --git a/tr/api/Phalcon_Translate_Interpolator_IndexedArray.md b/tr/api/Phalcon_Translate_Interpolator_IndexedArray.md index ca3d0635caaf..ff1b0457bcba 100644 --- a/tr/api/Phalcon_Translate_Interpolator_IndexedArray.md +++ b/tr/api/Phalcon_Translate_Interpolator_IndexedArray.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Translate\\Interpolator\\IndexedArray** -*implements* [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) +*implements* [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) Source on GitHub diff --git a/tr/api/Phalcon_Validation.md b/tr/api/Phalcon_Validation.md index 9737110a55cb..6145493c66ce 100644 --- a/tr/api/Phalcon_Validation.md +++ b/tr/api/Phalcon_Validation.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\ValidationInterface](/en/3.2/api/Phalcon_ValidationInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\ValidationInterface](/[[language]]/[[version]]/api/Phalcon_ValidationInterface) Source on GitHub @@ -22,15 +22,15 @@ public **__construct** ([*array* $validators]) Phalcon\\Validation constructor -public [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) **validate** ([*array* | *object* $data], [*object* $entity]) +public [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) **validate** ([*array* | *object* $data], [*object* $entity]) Validate a set of data according to a set of rules -public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Adds a validator to a field -public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Alias of `add` method @@ -38,7 +38,7 @@ public **rules** (*mixed* $field, *array* $validators) Adds the validators to a field -public [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) **setFilters** (*string* $field, *array* | *string* $filters) +public [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) **setFilters** (*string* $field, *array* | *string* $filters) Adds filters to the field @@ -78,11 +78,11 @@ public *string* **getLabel** (*string* $field) Get label for field -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) Appends a message to the messages list -public [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) **bind** (*object* $entity, *array* | *object* $data) +public [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) **bind** (*object* $entity, *array* | *object* $data) Assigns the data to an entity The entity is used to obtain the validation values @@ -90,26 +90,26 @@ public *mixed* **getValue** (*string* $field) Gets the a value to validate in the array/object data source -protected **preChecking** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +protected **preChecking** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Internal validations, if it returns true, then skip the current validator -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/tr/api/Phalcon_ValidationInterface.md b/tr/api/Phalcon_ValidationInterface.md index facf2fc02375..a877fabd4d8b 100644 --- a/tr/api/Phalcon_ValidationInterface.md +++ b/tr/api/Phalcon_ValidationInterface.md @@ -8,11 +8,11 @@ abstract public **validate** ([*mixed* $data], [*mixed* $entity]) ... -abstract public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +abstract public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) ... -abstract public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +abstract public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) ... @@ -56,7 +56,7 @@ abstract public **getLabel** (*mixed* $field) ... -abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) ... diff --git a/tr/api/Phalcon_Validation_CombinedFieldsValidator.md b/tr/api/Phalcon_Validation_CombinedFieldsValidator.md index 1d7c0192bf1f..732484c1270a 100644 --- a/tr/api/Phalcon_Validation_CombinedFieldsValidator.md +++ b/tr/api/Phalcon_Validation_CombinedFieldsValidator.md @@ -1,45 +1,45 @@ # Abstract class **Phalcon\\Validation\\CombinedFieldsValidator** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub ## Methods -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -abstract public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $attribute) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +abstract public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $attribute) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Executes the validation -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Exception.md b/tr/api/Phalcon_Validation_Exception.md index 5d09c05d9d73..b72451968f56 100644 --- a/tr/api/Phalcon_Validation_Exception.md +++ b/tr/api/Phalcon_Validation_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Validation\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Validation_Message.md b/tr/api/Phalcon_Validation_Message.md index e7decd785082..4c2981c7c748 100644 --- a/tr/api/Phalcon_Validation_Message.md +++ b/tr/api/Phalcon_Validation_Message.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Validation\\Message** -*implements* [Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) +*implements* [Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) Source on GitHub diff --git a/tr/api/Phalcon_Validation_Message_Group.md b/tr/api/Phalcon_Validation_Message_Group.md index dc3b3b9ede64..b95624353483 100644 --- a/tr/api/Phalcon_Validation_Message_Group.md +++ b/tr/api/Phalcon_Validation_Message_Group.md @@ -12,7 +12,7 @@ public **__construct** ([*array* $messages]) Phalcon\\Validation\\Message\\Group constructor -public [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) **offsetGet** (*int* $index) +public [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) **offsetGet** (*int* $index) Gets an attribute a message using the array syntax @@ -25,7 +25,7 @@ print_r( ``` -public **offsetSet** (*int* $index, [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) $message) +public **offsetSet** (*int* $index, [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) $message) Sets an attribute using the array-syntax @@ -60,7 +60,7 @@ unset($message["database"]); ``` -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) Appends a message to the group @@ -73,7 +73,7 @@ $messages->appendMessage( ``` -public **appendMessages** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $messages) +public **appendMessages** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $messages) Appends an array of messages to the group @@ -112,6 +112,6 @@ public **valid** () Check if the current message in the iterator is valid -public static [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) **__set_state** (*array* $group) +public static [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) **__set_state** (*array* $group) Magic __set_state helps to re-build messages variable when exporting \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator.md b/tr/api/Phalcon_Validation_Validator.md index a77d8d5e5641..fd5b27320bab 100644 --- a/tr/api/Phalcon_Validation_Validator.md +++ b/tr/api/Phalcon_Validation_Validator.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Validation\\Validator** -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -28,15 +28,15 @@ public **setOption** (*mixed* $key, *mixed* $value) Sets an option in the validator -abstract public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $attribute) +abstract public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $attribute) Executes the validation -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) Prepares a validation message. diff --git a/tr/api/Phalcon_Validation_ValidatorInterface.md b/tr/api/Phalcon_Validation_ValidatorInterface.md index f2ae64d16a79..3e5fd86684bd 100644 --- a/tr/api/Phalcon_Validation_ValidatorInterface.md +++ b/tr/api/Phalcon_Validation_ValidatorInterface.md @@ -12,6 +12,6 @@ abstract public **getOption** (*mixed* $key, [*mixed* $defaultValue]) ... -abstract public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $attribute) +abstract public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $attribute) ... \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_Alnum.md b/tr/api/Phalcon_Validation_Validator_Alnum.md index 5b7ff39a99a1..eb459132d7d2 100644 --- a/tr/api/Phalcon_Validation_Validator_Alnum.md +++ b/tr/api/Phalcon_Validation_Validator_Alnum.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Alnum** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_Alpha.md b/tr/api/Phalcon_Validation_Validator_Alpha.md index e4e341184c86..6a03102acaa3 100644 --- a/tr/api/Phalcon_Validation_Validator_Alpha.md +++ b/tr/api/Phalcon_Validation_Validator_Alpha.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Alpha** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_Between.md b/tr/api/Phalcon_Validation_Validator_Between.md index 6090d87cccf6..8d307e692ea5 100644 --- a/tr/api/Phalcon_Validation_Validator_Between.md +++ b/tr/api/Phalcon_Validation_Validator_Between.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Between** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -54,38 +54,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_Callback.md b/tr/api/Phalcon_Validation_Validator_Callback.md index 2c4b51d26001..5ee1f111a435 100644 --- a/tr/api/Phalcon_Validation_Validator_Callback.md +++ b/tr/api/Phalcon_Validation_Validator_Callback.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Callback** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -54,38 +54,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_Confirmation.md b/tr/api/Phalcon_Validation_Validator_Confirmation.md index 83a5ffd546a0..73f77e150218 100644 --- a/tr/api/Phalcon_Validation_Validator_Confirmation.md +++ b/tr/api/Phalcon_Validation_Validator_Confirmation.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Confirmation** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,7 +49,7 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation @@ -57,34 +57,34 @@ final protected **compare** (*mixed* $a, *mixed* $b) Compare strings -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_CreditCard.md b/tr/api/Phalcon_Validation_Validator_CreditCard.md index 810a05b974dc..cef2157b0520 100644 --- a/tr/api/Phalcon_Validation_Validator_CreditCard.md +++ b/tr/api/Phalcon_Validation_Validator_CreditCard.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\CreditCard** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,7 +44,7 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation @@ -52,34 +52,34 @@ private *boolean* **verifyByLuhnAlgorithm** (*string* $number) is a simple checksum formula used to validate a variety of identification numbers -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_Date.md b/tr/api/Phalcon_Validation_Validator_Date.md index 4aa94d98efa2..fe67244f29c0 100644 --- a/tr/api/Phalcon_Validation_Validator_Date.md +++ b/tr/api/Phalcon_Validation_Validator_Date.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Date** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,7 +49,7 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation @@ -57,34 +57,34 @@ private **checkDate** (*mixed* $value, *mixed* $format) ... -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_Digit.md b/tr/api/Phalcon_Validation_Validator_Digit.md index ba0922b99ac5..8d239fb7a507 100644 --- a/tr/api/Phalcon_Validation_Validator_Digit.md +++ b/tr/api/Phalcon_Validation_Validator_Digit.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Digit** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_Email.md b/tr/api/Phalcon_Validation_Validator_Email.md index 794f2be27d50..1d3235446ef5 100644 --- a/tr/api/Phalcon_Validation_Validator_Email.md +++ b/tr/api/Phalcon_Validation_Validator_Email.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Email** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_Exception.md b/tr/api/Phalcon_Validation_Validator_Exception.md index b72eb455c76c..adaf4f2c5e27 100644 --- a/tr/api/Phalcon_Validation_Validator_Exception.md +++ b/tr/api/Phalcon_Validation_Validator_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Validation\\Validator\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/tr/api/Phalcon_Validation_Validator_ExclusionIn.md b/tr/api/Phalcon_Validation_Validator_ExclusionIn.md index b2978d1cf8e0..262f0b206288 100644 --- a/tr/api/Phalcon_Validation_Validator_ExclusionIn.md +++ b/tr/api/Phalcon_Validation_Validator_ExclusionIn.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\ExclusionIn** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -55,38 +55,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_File.md b/tr/api/Phalcon_Validation_Validator_File.md index f0257f0dfd9d..37885149f99d 100644 --- a/tr/api/Phalcon_Validation_Validator_File.md +++ b/tr/api/Phalcon_Validation_Validator_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\File** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -77,42 +77,42 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **isAllowEmpty** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **isAllowEmpty** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Check on empty -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_Identical.md b/tr/api/Phalcon_Validation_Validator_Identical.md index 24f342468836..176449673952 100644 --- a/tr/api/Phalcon_Validation_Validator_Identical.md +++ b/tr/api/Phalcon_Validation_Validator_Identical.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Identical** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,38 +49,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_InclusionIn.md b/tr/api/Phalcon_Validation_Validator_InclusionIn.md index 308758ae3592..01565cb6bc3b 100644 --- a/tr/api/Phalcon_Validation_Validator_InclusionIn.md +++ b/tr/api/Phalcon_Validation_Validator_InclusionIn.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\InclusionIn** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) GitHub üzerindeki kaynak @@ -49,38 +49,38 @@ $validator->add( ## Yöntemler -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Doğrulayıcıyı uygular -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Bir seçeneği tanımlanıp tanımlanmadığını kontrol eder -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Doğrulayıcı seçeneklerindeki bir seçeneği döndürür. Eğer seçenek ayarlanmadıysa döndürme geçersizdir -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Doğrulayıcıda bir seçeneği ayarlar -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Bu alana yönelik bir etiket hazırlar. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Bir doğrulama mesajı hazırlar. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Bir doğrulama kodu hazırlar. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_Numericality.md b/tr/api/Phalcon_Validation_Validator_Numericality.md index 12acc8c7d088..4fd556f24398 100644 --- a/tr/api/Phalcon_Validation_Validator_Numericality.md +++ b/tr/api/Phalcon_Validation_Validator_Numericality.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Numericality** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) GitHub üzerindeki kaynak @@ -44,38 +44,38 @@ $validator->add( ## Yöntemler -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Bir seçeneğin tanımlanmış olup olmadığını kontrol eder -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Doğrulayıcı seçeneklerindeki bir seçeneği döndürür. Eğer seçenek ayarlanmadıysa döndürme geçersizdir -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Doğrulayıcıda bir seçeneği ayarlar -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Bu alana yönelik bir etiket hazırlar. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Bir doğrulama mesajı hazırlar. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Bir doğrulama kodu hazırlar. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_PresenceOf.md b/tr/api/Phalcon_Validation_Validator_PresenceOf.md index daf2a6166b26..1c7c30ddb1a4 100644 --- a/tr/api/Phalcon_Validation_Validator_PresenceOf.md +++ b/tr/api/Phalcon_Validation_Validator_PresenceOf.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\PresenceOf** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) GitHub üzerindeki kaynak @@ -44,38 +44,38 @@ $validator->add( ## Yöntemler -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_Regex.md b/tr/api/Phalcon_Validation_Validator_Regex.md index bf718f37ebde..c7f30882a7a8 100644 --- a/tr/api/Phalcon_Validation_Validator_Regex.md +++ b/tr/api/Phalcon_Validation_Validator_Regex.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Regex** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) GitHub üzerindeki kaynak @@ -49,38 +49,38 @@ $validator->add( ## Yöntemler -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Doğrulayıcıyı uygular -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Bir seçeneğin tanımlanmış olup olmadığını kontrol eder -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Bir seçeneğin tanımlı olup olmadığını kontrol eder -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Doğrulayıcı seçeneklerindeki bir seçeneği döndürür. Eğer seçenek ayarlanmadıysa döndürme geçersizdir -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Doğrulayıcıda bir seçeneği ayarlar -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Bu alana yönelik bir etiket hazırlar. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Bir doğrulama mesajı hazırlar. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_StringLength.md b/tr/api/Phalcon_Validation_Validator_StringLength.md index dada5652fce9..2e554c56fc38 100644 --- a/tr/api/Phalcon_Validation_Validator_StringLength.md +++ b/tr/api/Phalcon_Validation_Validator_StringLength.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\StringLength** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -59,38 +59,38 @@ $validation->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_Uniqueness.md b/tr/api/Phalcon_Validation_Validator_Uniqueness.md index 3d3fe815d9af..7dc90ee03b46 100644 --- a/tr/api/Phalcon_Validation_Validator_Uniqueness.md +++ b/tr/api/Phalcon_Validation_Validator_Uniqueness.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Uniqueness** -*extends* abstract class [Phalcon\Validation\CombinedFieldsValidator](/en/3.2/api/Phalcon_Validation_CombinedFieldsValidator) +*extends* abstract class [Phalcon\Validation\CombinedFieldsValidator](/[[language]]/[[version]]/api/Phalcon_Validation_CombinedFieldsValidator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -94,11 +94,11 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -protected **isUniqueness** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +protected **isUniqueness** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) ... @@ -114,34 +114,34 @@ protected **isUniquenessCollection** (*mixed* $record, *array* $field, *array* $ Uniqueness method used for collection -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/Phalcon_Validation_Validator_Url.md b/tr/api/Phalcon_Validation_Validator_Url.md index 226632b9823b..f5555154040e 100644 --- a/tr/api/Phalcon_Validation_Validator_Url.md +++ b/tr/api/Phalcon_Validation_Validator_Url.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Url** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Doğrulayıcıyı uygular -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Bir seçeneğin tanımlanmış olup olmadığını kontrol eder -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Bir seçeneğin tanımlı olup olmadığını kontrol eder -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Doğrulayıcı seçeneklerindeki bir seçeneği döndürür. Eğer seçenek ayarlanmadıysa döndürme geçersizdir -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Doğrulayıcıda bir seçeneği ayarlar -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Bu alana yönelik bir etiket hazırlar. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/tr/api/index.md b/tr/api/index.md index 3b2ff8ce680a..69eff128a480 100644 --- a/tr/api/index.md +++ b/tr/api/index.md @@ -1,394 +1,394 @@ ## API Index -- [Phalcon\Acl](/en/3.2/api/Phalcon_Acl) -- [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) -- [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) -- [Phalcon\Acl\Adapter\Memory](/en/3.2/api/Phalcon_Acl_Adapter_Memory) -- [Phalcon\Acl\Exception](/en/3.2/api/Phalcon_Acl_Exception) -- [Phalcon\Acl\Resource](/en/3.2/api/Phalcon_Acl_Resource) -- [Phalcon\Acl\ResourceAware](/en/3.2/api/Phalcon_Acl_ResourceAware) -- [Phalcon\Acl\ResourceInterface](/en/3.2/api/Phalcon_Acl_ResourceInterface) -- [Phalcon\Acl\Role](/en/3.2/api/Phalcon_Acl_Role) -- [Phalcon\Acl\RoleAware](/en/3.2/api/Phalcon_Acl_RoleAware) -- [Phalcon\Acl\RoleInterface](/en/3.2/api/Phalcon_Acl_RoleInterface) -- [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) -- [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) -- [Phalcon\Annotations\Adapter\Apc](/en/3.2/api/Phalcon_Annotations_Adapter_Apc) -- [Phalcon\Annotations\Adapter\Apcu](/en/3.2/api/Phalcon_Annotations_Adapter_Apcu) -- [Phalcon\Annotations\Adapter\Files](/en/3.2/api/Phalcon_Annotations_Adapter_Files) -- [Phalcon\Annotations\Adapter\Memory](/en/3.2/api/Phalcon_Annotations_Adapter_Memory) -- [Phalcon\Annotations\Adapter\Xcache](/en/3.2/api/Phalcon_Annotations_Adapter_Xcache) -- [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) -- [Phalcon\Annotations\Collection](/en/3.2/api/Phalcon_Annotations_Collection) -- [Phalcon\Annotations\Exception](/en/3.2/api/Phalcon_Annotations_Exception) -- [Phalcon\Annotations\Factory](/en/3.2/api/Phalcon_Annotations_Factory) -- [Phalcon\Annotations\Reader](/en/3.2/api/Phalcon_Annotations_Reader) -- [Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) -- [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) -- [Phalcon\Application](/en/3.2/api/Phalcon_Application) -- [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) -- [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) -- [Phalcon\Assets\Exception](/en/3.2/api/Phalcon_Assets_Exception) -- [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) -- [Phalcon\Assets\Filters\Cssmin](/en/3.2/api/Phalcon_Assets_Filters_Cssmin) -- [Phalcon\Assets\Filters\Jsmin](/en/3.2/api/Phalcon_Assets_Filters_Jsmin) -- [Phalcon\Assets\Filters\None](/en/3.2/api/Phalcon_Assets_Filters_None) -- [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) -- [Phalcon\Assets\Inline\Css](/en/3.2/api/Phalcon_Assets_Inline_Css) -- [Phalcon\Assets\Inline\Js](/en/3.2/api/Phalcon_Assets_Inline_Js) -- [Phalcon\Assets\Manager](/en/3.2/api/Phalcon_Assets_Manager) -- [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) -- [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) -- [Phalcon\Assets\Resource\Css](/en/3.2/api/Phalcon_Assets_Resource_Css) -- [Phalcon\Assets\Resource\Js](/en/3.2/api/Phalcon_Assets_Resource_Js) -- [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) -- [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) -- [Phalcon\Cache\Backend\Apc](/en/3.2/api/Phalcon_Cache_Backend_Apc) -- [Phalcon\Cache\Backend\Apcu](/en/3.2/api/Phalcon_Cache_Backend_Apcu) -- [Phalcon\Cache\Backend\Factory](/en/3.2/api/Phalcon_Cache_Backend_Factory) -- [Phalcon\Cache\Backend\File](/en/3.2/api/Phalcon_Cache_Backend_File) -- [Phalcon\Cache\Backend\Libmemcached](/en/3.2/api/Phalcon_Cache_Backend_Libmemcached) -- [Phalcon\Cache\Backend\Memcache](/en/3.2/api/Phalcon_Cache_Backend_Memcache) -- [Phalcon\Cache\Backend\Memory](/en/3.2/api/Phalcon_Cache_Backend_Memory) -- [Phalcon\Cache\Backend\Mongo](/en/3.2/api/Phalcon_Cache_Backend_Mongo) -- [Phalcon\Cache\Backend\Redis](/en/3.2/api/Phalcon_Cache_Backend_Redis) -- [Phalcon\Cache\Backend\Xcache](/en/3.2/api/Phalcon_Cache_Backend_Xcache) -- [Phalcon\Cache\Exception](/en/3.2/api/Phalcon_Cache_Exception) -- [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) -- [Phalcon\Cache\Frontend\Base64](/en/3.2/api/Phalcon_Cache_Frontend_Base64) -- [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) -- [Phalcon\Cache\Frontend\Factory](/en/3.2/api/Phalcon_Cache_Frontend_Factory) -- [Phalcon\Cache\Frontend\Igbinary](/en/3.2/api/Phalcon_Cache_Frontend_Igbinary) -- [Phalcon\Cache\Frontend\Json](/en/3.2/api/Phalcon_Cache_Frontend_Json) -- [Phalcon\Cache\Frontend\Msgpack](/en/3.2/api/Phalcon_Cache_Frontend_Msgpack) -- [Phalcon\Cache\Frontend\None](/en/3.2/api/Phalcon_Cache_Frontend_None) -- [Phalcon\Cache\Frontend\Output](/en/3.2/api/Phalcon_Cache_Frontend_Output) -- [Phalcon\Cache\Multiple](/en/3.2/api/Phalcon_Cache_Multiple) -- [Phalcon\Cli\Console](/en/3.2/api/Phalcon_Cli_Console) -- [Phalcon\Cli\Console\Exception](/en/3.2/api/Phalcon_Cli_Console_Exception) -- [Phalcon\Cli\Dispatcher](/en/3.2/api/Phalcon_Cli_Dispatcher) -- [Phalcon\Cli\DispatcherInterface](/en/3.2/api/Phalcon_Cli_DispatcherInterface) -- [Phalcon\Cli\Dispatcher\Exception](/en/3.2/api/Phalcon_Cli_Dispatcher_Exception) -- [Phalcon\Cli\Router](/en/3.2/api/Phalcon_Cli_Router) -- [Phalcon\Cli\RouterInterface](/en/3.2/api/Phalcon_Cli_RouterInterface) -- [Phalcon\Cli\Router\Exception](/en/3.2/api/Phalcon_Cli_Router_Exception) -- [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) -- [Phalcon\Cli\Router\RouteInterface](/en/3.2/api/Phalcon_Cli_Router_RouteInterface) -- [Phalcon\Cli\Task](/en/3.2/api/Phalcon_Cli_Task) -- [Phalcon\Cli\TaskInterface](/en/3.2/api/Phalcon_Cli_TaskInterface) -- [Phalcon\Config](/en/3.2/api/Phalcon_Config) -- [Phalcon\Config\Adapter\Grouped](/en/3.2/api/Phalcon_Config_Adapter_Grouped) -- [Phalcon\Config\Adapter\Ini](/en/3.2/api/Phalcon_Config_Adapter_Ini) -- [Phalcon\Config\Adapter\Json](/en/3.2/api/Phalcon_Config_Adapter_Json) -- [Phalcon\Config\Adapter\Php](/en/3.2/api/Phalcon_Config_Adapter_Php) -- [Phalcon\Config\Adapter\Yaml](/en/3.2/api/Phalcon_Config_Adapter_Yaml) -- [Phalcon\Config\Exception](/en/3.2/api/Phalcon_Config_Exception) -- [Phalcon\Config\Factory](/en/3.2/api/Phalcon_Config_Factory) -- [Phalcon\Crypt](/en/3.2/api/Phalcon_Crypt) -- [Phalcon\CryptInterface](/en/3.2/api/Phalcon_CryptInterface) -- [Phalcon\Crypt\Exception](/en/3.2/api/Phalcon_Crypt_Exception) -- [Phalcon\Db](/en/3.2/api/Phalcon_Db) -- [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) -- [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) -- [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) -- [Phalcon\Db\Adapter\Pdo\Factory](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Factory) -- [Phalcon\Db\Adapter\Pdo\Mysql](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Mysql) -- [Phalcon\Db\Adapter\Pdo\Postgresql](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Postgresql) -- [Phalcon\Db\Adapter\Pdo\Sqlite](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Sqlite) -- [Phalcon\Db\Column](/en/3.2/api/Phalcon_Db_Column) -- [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) -- [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) -- [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) -- [Phalcon\Db\Dialect\Mysql](/en/3.2/api/Phalcon_Db_Dialect_Mysql) -- [Phalcon\Db\Dialect\Postgresql](/en/3.2/api/Phalcon_Db_Dialect_Postgresql) -- [Phalcon\Db\Dialect\Sqlite](/en/3.2/api/Phalcon_Db_Dialect_Sqlite) -- [Phalcon\Db\Exception](/en/3.2/api/Phalcon_Db_Exception) -- [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) -- [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) -- [Phalcon\Db\Profiler](/en/3.2/api/Phalcon_Db_Profiler) -- [Phalcon\Db\Profiler\Item](/en/3.2/api/Phalcon_Db_Profiler_Item) -- [Phalcon\Db\RawValue](/en/3.2/api/Phalcon_Db_RawValue) -- [Phalcon\Db\Reference](/en/3.2/api/Phalcon_Db_Reference) -- [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) -- [Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) -- [Phalcon\Db\Result\Pdo](/en/3.2/api/Phalcon_Db_Result_Pdo) -- [Phalcon\Debug](/en/3.2/api/Phalcon_Debug) -- [Phalcon\Debug\Dump](/en/3.2/api/Phalcon_Debug_Dump) -- [Phalcon\Debug\Exception](/en/3.2/api/Phalcon_Debug_Exception) -- [Phalcon\Di](/en/3.2/api/Phalcon_Di) -- [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) -- [Phalcon\Di\Exception](/en/3.2/api/Phalcon_Di_Exception) -- [Phalcon\Di\FactoryDefault](/en/3.2/api/Phalcon_Di_FactoryDefault) -- [Phalcon\Di\FactoryDefault\Cli](/en/3.2/api/Phalcon_Di_FactoryDefault_Cli) -- [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) -- [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) -- [Phalcon\Di\Service](/en/3.2/api/Phalcon_Di_Service) -- [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) -- [Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) -- [Phalcon\Di\Service\Builder](/en/3.2/api/Phalcon_Di_Service_Builder) -- [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) -- [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) -- [Phalcon\Escaper](/en/3.2/api/Phalcon_Escaper) -- [Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) -- [Phalcon\Escaper\Exception](/en/3.2/api/Phalcon_Escaper_Exception) -- [Phalcon\Events\Event](/en/3.2/api/Phalcon_Events_Event) -- [Phalcon\Events\EventInterface](/en/3.2/api/Phalcon_Events_EventInterface) -- [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) -- [Phalcon\Events\Exception](/en/3.2/api/Phalcon_Events_Exception) -- [Phalcon\Events\Manager](/en/3.2/api/Phalcon_Events_Manager) -- [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) -- [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) -- [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) -- [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) -- [Phalcon\Factory\Exception](/en/3.2/api/Phalcon_Factory_Exception) -- [Phalcon\Filter](/en/3.2/api/Phalcon_Filter) -- [Phalcon\FilterInterface](/en/3.2/api/Phalcon_FilterInterface) -- [Phalcon\Filter\Exception](/en/3.2/api/Phalcon_Filter_Exception) -- [Phalcon\Filter\UserFilterInterface](/en/3.2/api/Phalcon_Filter_UserFilterInterface) -- [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) -- [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) -- [Phalcon\Flash\Direct](/en/3.2/api/Phalcon_Flash_Direct) -- [Phalcon\Flash\Exception](/en/3.2/api/Phalcon_Flash_Exception) -- [Phalcon\Flash\Session](/en/3.2/api/Phalcon_Flash_Session) -- [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) -- [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) -- [Phalcon\Forms\Element\Check](/en/3.2/api/Phalcon_Forms_Element_Check) -- [Phalcon\Forms\Element\Date](/en/3.2/api/Phalcon_Forms_Element_Date) -- [Phalcon\Forms\Element\Email](/en/3.2/api/Phalcon_Forms_Element_Email) -- [Phalcon\Forms\Element\File](/en/3.2/api/Phalcon_Forms_Element_File) -- [Phalcon\Forms\Element\Hidden](/en/3.2/api/Phalcon_Forms_Element_Hidden) -- [Phalcon\Forms\Element\Numeric](/en/3.2/api/Phalcon_Forms_Element_Numeric) -- [Phalcon\Forms\Element\Password](/en/3.2/api/Phalcon_Forms_Element_Password) -- [Phalcon\Forms\Element\Radio](/en/3.2/api/Phalcon_Forms_Element_Radio) -- [Phalcon\Forms\Element\Select](/en/3.2/api/Phalcon_Forms_Element_Select) -- [Phalcon\Forms\Element\Submit](/en/3.2/api/Phalcon_Forms_Element_Submit) -- [Phalcon\Forms\Element\Text](/en/3.2/api/Phalcon_Forms_Element_Text) -- [Phalcon\Forms\Element\TextArea](/en/3.2/api/Phalcon_Forms_Element_TextArea) -- [Phalcon\Forms\Exception](/en/3.2/api/Phalcon_Forms_Exception) -- [Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) -- [Phalcon\Forms\Manager](/en/3.2/api/Phalcon_Forms_Manager) -- [Phalcon\Http\Cookie](/en/3.2/api/Phalcon_Http_Cookie) -- [Phalcon\Http\CookieInterface](/en/3.2/api/Phalcon_Http_CookieInterface) -- [Phalcon\Http\Cookie\Exception](/en/3.2/api/Phalcon_Http_Cookie_Exception) -- [Phalcon\Http\Request](/en/3.2/api/Phalcon_Http_Request) -- [Phalcon\Http\RequestInterface](/en/3.2/api/Phalcon_Http_RequestInterface) -- [Phalcon\Http\Request\Exception](/en/3.2/api/Phalcon_Http_Request_Exception) -- [Phalcon\Http\Request\File](/en/3.2/api/Phalcon_Http_Request_File) -- [Phalcon\Http\Request\FileInterface](/en/3.2/api/Phalcon_Http_Request_FileInterface) -- [Phalcon\Http\Response](/en/3.2/api/Phalcon_Http_Response) -- [Phalcon\Http\ResponseInterface](/en/3.2/api/Phalcon_Http_ResponseInterface) -- [Phalcon\Http\Response\Cookies](/en/3.2/api/Phalcon_Http_Response_Cookies) -- [Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface) -- [Phalcon\Http\Response\Exception](/en/3.2/api/Phalcon_Http_Response_Exception) -- [Phalcon\Http\Response\Headers](/en/3.2/api/Phalcon_Http_Response_Headers) -- [Phalcon\Http\Response\HeadersInterface](/en/3.2/api/Phalcon_Http_Response_HeadersInterface) -- [Phalcon\Image](/en/3.2/api/Phalcon_Image) -- [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) -- [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) -- [Phalcon\Image\Adapter\Gd](/en/3.2/api/Phalcon_Image_Adapter_Gd) -- [Phalcon\Image\Adapter\Imagick](/en/3.2/api/Phalcon_Image_Adapter_Imagick) -- [Phalcon\Image\Exception](/en/3.2/api/Phalcon_Image_Exception) -- [Phalcon\Image\Factory](/en/3.2/api/Phalcon_Image_Factory) -- [Phalcon\Kernel](/en/3.2/api/Phalcon_Kernel) -- [Phalcon\Loader](/en/3.2/api/Phalcon_Loader) -- [Phalcon\Loader\Exception](/en/3.2/api/Phalcon_Loader_Exception) -- [Phalcon\Logger](/en/3.2/api/Phalcon_Logger) -- [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) -- [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) -- [Phalcon\Logger\Adapter\File](/en/3.2/api/Phalcon_Logger_Adapter_File) -- [Phalcon\Logger\Adapter\Firephp](/en/3.2/api/Phalcon_Logger_Adapter_Firephp) -- [Phalcon\Logger\Adapter\Stream](/en/3.2/api/Phalcon_Logger_Adapter_Stream) -- [Phalcon\Logger\Adapter\Syslog](/en/3.2/api/Phalcon_Logger_Adapter_Syslog) -- [Phalcon\Logger\Exception](/en/3.2/api/Phalcon_Logger_Exception) -- [Phalcon\Logger\Factory](/en/3.2/api/Phalcon_Logger_Factory) -- [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) -- [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) -- [Phalcon\Logger\Formatter\Firephp](/en/3.2/api/Phalcon_Logger_Formatter_Firephp) -- [Phalcon\Logger\Formatter\Json](/en/3.2/api/Phalcon_Logger_Formatter_Json) -- [Phalcon\Logger\Formatter\Line](/en/3.2/api/Phalcon_Logger_Formatter_Line) -- [Phalcon\Logger\Formatter\Syslog](/en/3.2/api/Phalcon_Logger_Formatter_Syslog) -- [Phalcon\Logger\Item](/en/3.2/api/Phalcon_Logger_Item) -- [Phalcon\Logger\Multiple](/en/3.2/api/Phalcon_Logger_Multiple) -- [Phalcon\Mvc\Application](/en/3.2/api/Phalcon_Mvc_Application) -- [Phalcon\Mvc\Application\Exception](/en/3.2/api/Phalcon_Mvc_Application_Exception) -- [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) -- [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) -- [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) -- [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) -- [Phalcon\Mvc\Collection\Behavior\SoftDelete](/en/3.2/api/Phalcon_Mvc_Collection_Behavior_SoftDelete) -- [Phalcon\Mvc\Collection\Behavior\Timestampable](/en/3.2/api/Phalcon_Mvc_Collection_Behavior_Timestampable) -- [Phalcon\Mvc\Collection\Document](/en/3.2/api/Phalcon_Mvc_Collection_Document) -- [Phalcon\Mvc\Collection\Exception](/en/3.2/api/Phalcon_Mvc_Collection_Exception) -- [Phalcon\Mvc\Collection\Manager](/en/3.2/api/Phalcon_Mvc_Collection_Manager) -- [Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) -- [Phalcon\Mvc\Controller](/en/3.2/api/Phalcon_Mvc_Controller) -- [Phalcon\Mvc\ControllerInterface](/en/3.2/api/Phalcon_Mvc_ControllerInterface) -- [Phalcon\Mvc\Controller\BindModelInterface](/en/3.2/api/Phalcon_Mvc_Controller_BindModelInterface) -- [Phalcon\Mvc\Dispatcher](/en/3.2/api/Phalcon_Mvc_Dispatcher) -- [Phalcon\Mvc\DispatcherInterface](/en/3.2/api/Phalcon_Mvc_DispatcherInterface) -- [Phalcon\Mvc\Dispatcher\Exception](/en/3.2/api/Phalcon_Mvc_Dispatcher_Exception) -- [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) -- [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) -- [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) -- [Phalcon\Mvc\Micro\CollectionInterface](/en/3.2/api/Phalcon_Mvc_Micro_CollectionInterface) -- [Phalcon\Mvc\Micro\Exception](/en/3.2/api/Phalcon_Mvc_Micro_Exception) -- [Phalcon\Mvc\Micro\LazyLoader](/en/3.2/api/Phalcon_Mvc_Micro_LazyLoader) -- [Phalcon\Mvc\Micro\MiddlewareInterface](/en/3.2/api/Phalcon_Mvc_Micro_MiddlewareInterface) -- [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) -- [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) -- [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) -- [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) -- [Phalcon\Mvc\Model\Behavior\SoftDelete](/en/3.2/api/Phalcon_Mvc_Model_Behavior_SoftDelete) -- [Phalcon\Mvc\Model\Behavior\Timestampable](/en/3.2/api/Phalcon_Mvc_Model_Behavior_Timestampable) -- [Phalcon\Mvc\Model\Binder](/en/3.2/api/Phalcon_Mvc_Model_Binder) -- [Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) -- [Phalcon\Mvc\Model\Binder\BindableInterface](/en/3.2/api/Phalcon_Mvc_Model_Binder_BindableInterface) -- [Phalcon\Mvc\Model\Criteria](/en/3.2/api/Phalcon_Mvc_Model_Criteria) -- [Phalcon\Mvc\Model\CriteriaInterface](/en/3.2/api/Phalcon_Mvc_Model_CriteriaInterface) -- [Phalcon\Mvc\Model\Exception](/en/3.2/api/Phalcon_Mvc_Model_Exception) -- [Phalcon\Mvc\Model\Manager](/en/3.2/api/Phalcon_Mvc_Model_Manager) -- [Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) -- [Phalcon\Mvc\Model\Message](/en/3.2/api/Phalcon_Mvc_Model_Message) -- [Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) -- [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) -- [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) -- [Phalcon\Mvc\Model\MetaData\Apc](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Apc) -- [Phalcon\Mvc\Model\MetaData\Files](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Files) -- [Phalcon\Mvc\Model\MetaData\Libmemcached](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Libmemcached) -- [Phalcon\Mvc\Model\MetaData\Memcache](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Memcache) -- [Phalcon\Mvc\Model\MetaData\Memory](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Memory) -- [Phalcon\Mvc\Model\MetaData\Redis](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Redis) -- [Phalcon\Mvc\Model\MetaData\Session](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Session) -- [Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) -- [Phalcon\Mvc\Model\MetaData\Strategy\Annotations](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations) -- [Phalcon\Mvc\Model\MetaData\Strategy\Introspection](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection) -- [Phalcon\Mvc\Model\MetaData\Xcache](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Xcache) -- [Phalcon\Mvc\Model\Query](/en/3.2/api/Phalcon_Mvc_Model_Query) -- [Phalcon\Mvc\Model\QueryInterface](/en/3.2/api/Phalcon_Mvc_Model_QueryInterface) -- [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) -- [Phalcon\Mvc\Model\Query\BuilderInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_BuilderInterface) -- [Phalcon\Mvc\Model\Query\Lang](/en/3.2/api/Phalcon_Mvc_Model_Query_Lang) -- [Phalcon\Mvc\Model\Query\Status](/en/3.2/api/Phalcon_Mvc_Model_Query_Status) -- [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) -- [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) -- [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) -- [Phalcon\Mvc\Model\ResultInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultInterface) -- [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) -- [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) -- [Phalcon\Mvc\Model\Resultset\Complex](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Complex) -- [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) -- [Phalcon\Mvc\Model\Row](/en/3.2/api/Phalcon_Mvc_Model_Row) -- [Phalcon\Mvc\Model\Transaction](/en/3.2/api/Phalcon_Mvc_Model_Transaction) -- [Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) -- [Phalcon\Mvc\Model\Transaction\Exception](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Exception) -- [Phalcon\Mvc\Model\Transaction\Failed](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Failed) -- [Phalcon\Mvc\Model\Transaction\Manager](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Manager) -- [Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) -- [Phalcon\Mvc\Model\ValidationFailed](/en/3.2/api/Phalcon_Mvc_Model_ValidationFailed) -- [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) -- [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) -- [Phalcon\Mvc\Model\Validator\Email](/en/3.2/api/Phalcon_Mvc_Model_Validator_Email) -- [Phalcon\Mvc\Model\Validator\Exclusionin](/en/3.2/api/Phalcon_Mvc_Model_Validator_Exclusionin) -- [Phalcon\Mvc\Model\Validator\Inclusionin](/en/3.2/api/Phalcon_Mvc_Model_Validator_Inclusionin) -- [Phalcon\Mvc\Model\Validator\Ip](/en/3.2/api/Phalcon_Mvc_Model_Validator_Ip) -- [Phalcon\Mvc\Model\Validator\Numericality](/en/3.2/api/Phalcon_Mvc_Model_Validator_Numericality) -- [Phalcon\Mvc\Model\Validator\PresenceOf](/en/3.2/api/Phalcon_Mvc_Model_Validator_PresenceOf) -- [Phalcon\Mvc\Model\Validator\Regex](/en/3.2/api/Phalcon_Mvc_Model_Validator_Regex) -- [Phalcon\Mvc\Model\Validator\StringLength](/en/3.2/api/Phalcon_Mvc_Model_Validator_StringLength) -- [Phalcon\Mvc\Model\Validator\Uniqueness](/en/3.2/api/Phalcon_Mvc_Model_Validator_Uniqueness) -- [Phalcon\Mvc\Model\Validator\Url](/en/3.2/api/Phalcon_Mvc_Model_Validator_Url) -- [Phalcon\Mvc\ModuleDefinitionInterface](/en/3.2/api/Phalcon_Mvc_ModuleDefinitionInterface) -- [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) -- [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface) -- [Phalcon\Mvc\Router\Annotations](/en/3.2/api/Phalcon_Mvc_Router_Annotations) -- [Phalcon\Mvc\Router\Exception](/en/3.2/api/Phalcon_Mvc_Router_Exception) -- [Phalcon\Mvc\Router\Group](/en/3.2/api/Phalcon_Mvc_Router_Group) -- [Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) -- [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) -- [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) -- [Phalcon\Mvc\Url](/en/3.2/api/Phalcon_Mvc_Url) -- [Phalcon\Mvc\UrlInterface](/en/3.2/api/Phalcon_Mvc_UrlInterface) -- [Phalcon\Mvc\Url\Exception](/en/3.2/api/Phalcon_Mvc_Url_Exception) -- [Phalcon\Mvc\User\Component](/en/3.2/api/Phalcon_Mvc_User_Component) -- [Phalcon\Mvc\User\Module](/en/3.2/api/Phalcon_Mvc_User_Module) -- [Phalcon\Mvc\User\Plugin](/en/3.2/api/Phalcon_Mvc_User_Plugin) -- [Phalcon\Mvc\View](/en/3.2/api/Phalcon_Mvc_View) -- [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) -- [Phalcon\Mvc\ViewInterface](/en/3.2/api/Phalcon_Mvc_ViewInterface) -- [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) -- [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) -- [Phalcon\Mvc\View\Engine\Php](/en/3.2/api/Phalcon_Mvc_View_Engine_Php) -- [Phalcon\Mvc\View\Engine\Volt](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt) -- [Phalcon\Mvc\View\Engine\Volt\Compiler](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt_Compiler) -- [Phalcon\Mvc\View\Engine\Volt\Exception](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt_Exception) -- [Phalcon\Mvc\View\Exception](/en/3.2/api/Phalcon_Mvc_View_Exception) -- [Phalcon\Mvc\View\Simple](/en/3.2/api/Phalcon_Mvc_View_Simple) -- [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) -- [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) -- [Phalcon\Paginator\Adapter\Model](/en/3.2/api/Phalcon_Paginator_Adapter_Model) -- [Phalcon\Paginator\Adapter\NativeArray](/en/3.2/api/Phalcon_Paginator_Adapter_NativeArray) -- [Phalcon\Paginator\Adapter\QueryBuilder](/en/3.2/api/Phalcon_Paginator_Adapter_QueryBuilder) -- [Phalcon\Paginator\Exception](/en/3.2/api/Phalcon_Paginator_Exception) -- [Phalcon\Paginator\Factory](/en/3.2/api/Phalcon_Paginator_Factory) -- [Phalcon\Queue\Beanstalk](/en/3.2/api/Phalcon_Queue_Beanstalk) -- [Phalcon\Queue\Beanstalk\Exception](/en/3.2/api/Phalcon_Queue_Beanstalk_Exception) -- [Phalcon\Queue\Beanstalk\Job](/en/3.2/api/Phalcon_Queue_Beanstalk_Job) -- [Phalcon\Registry](/en/3.2/api/Phalcon_Registry) -- [Phalcon\Security](/en/3.2/api/Phalcon_Security) -- [Phalcon\Security\Exception](/en/3.2/api/Phalcon_Security_Exception) -- [Phalcon\Security\Random](/en/3.2/api/Phalcon_Security_Random) -- [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) -- [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) -- [Phalcon\Session\Adapter\Files](/en/3.2/api/Phalcon_Session_Adapter_Files) -- [Phalcon\Session\Adapter\Libmemcached](/en/3.2/api/Phalcon_Session_Adapter_Libmemcached) -- [Phalcon\Session\Adapter\Memcache](/en/3.2/api/Phalcon_Session_Adapter_Memcache) -- [Phalcon\Session\Adapter\Redis](/en/3.2/api/Phalcon_Session_Adapter_Redis) -- [Phalcon\Session\Bag](/en/3.2/api/Phalcon_Session_Bag) -- [Phalcon\Session\BagInterface](/en/3.2/api/Phalcon_Session_BagInterface) -- [Phalcon\Session\Exception](/en/3.2/api/Phalcon_Session_Exception) -- [Phalcon\Session\Factory](/en/3.2/api/Phalcon_Session_Factory) -- [Phalcon\Tag](/en/3.2/api/Phalcon_Tag) -- [Phalcon\Tag\Exception](/en/3.2/api/Phalcon_Tag_Exception) -- [Phalcon\Tag\Select](/en/3.2/api/Phalcon_Tag_Select) -- [Phalcon\Text](/en/3.2/api/Phalcon_Text) -- [Phalcon\Translate](/en/3.2/api/Phalcon_Translate) -- [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) -- [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) -- [Phalcon\Translate\Adapter\Csv](/en/3.2/api/Phalcon_Translate_Adapter_Csv) -- [Phalcon\Translate\Adapter\Gettext](/en/3.2/api/Phalcon_Translate_Adapter_Gettext) -- [Phalcon\Translate\Adapter\NativeArray](/en/3.2/api/Phalcon_Translate_Adapter_NativeArray) -- [Phalcon\Translate\Exception](/en/3.2/api/Phalcon_Translate_Exception) -- [Phalcon\Translate\Factory](/en/3.2/api/Phalcon_Translate_Factory) -- [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) -- [Phalcon\Translate\Interpolator\AssociativeArray](/en/3.2/api/Phalcon_Translate_Interpolator_AssociativeArray) -- [Phalcon\Translate\Interpolator\IndexedArray](/en/3.2/api/Phalcon_Translate_Interpolator_IndexedArray) -- [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) -- [Phalcon\ValidationInterface](/en/3.2/api/Phalcon_ValidationInterface) -- [Phalcon\Validation\CombinedFieldsValidator](/en/3.2/api/Phalcon_Validation_CombinedFieldsValidator) -- [Phalcon\Validation\Exception](/en/3.2/api/Phalcon_Validation_Exception) -- [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) -- [Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) -- [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) -- [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) -- [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) -- [Phalcon\Validation\Validator\Alnum](/en/3.2/api/Phalcon_Validation_Validator_Alnum) -- [Phalcon\Validation\Validator\Alpha](/en/3.2/api/Phalcon_Validation_Validator_Alpha) -- [Phalcon\Validation\Validator\Between](/en/3.2/api/Phalcon_Validation_Validator_Between) -- [Phalcon\Validation\Validator\Callback](/en/3.2/api/Phalcon_Validation_Validator_Callback) -- [Phalcon\Validation\Validator\Confirmation](/en/3.2/api/Phalcon_Validation_Validator_Confirmation) -- [Phalcon\Validation\Validator\CreditCard](/en/3.2/api/Phalcon_Validation_Validator_CreditCard) -- [Phalcon\Validation\Validator\Date](/en/3.2/api/Phalcon_Validation_Validator_Date) -- [Phalcon\Validation\Validator\Digit](/en/3.2/api/Phalcon_Validation_Validator_Digit) -- [Phalcon\Validation\Validator\Email](/en/3.2/api/Phalcon_Validation_Validator_Email) -- [Phalcon\Validation\Validator\Exception](/en/3.2/api/Phalcon_Validation_Validator_Exception) -- [Phalcon\Validation\Validator\ExclusionIn](/en/3.2/api/Phalcon_Validation_Validator_ExclusionIn) -- [Phalcon\Validation\Validator\File](/en/3.2/api/Phalcon_Validation_Validator_File) -- [Phalcon\Validation\Validator\Identical](/en/3.2/api/Phalcon_Validation_Validator_Identical) -- [Phalcon\Validation\Validator\InclusionIn](/en/3.2/api/Phalcon_Validation_Validator_InclusionIn) -- [Phalcon\Validation\Validator\Numericality](/en/3.2/api/Phalcon_Validation_Validator_Numericality) -- [Phalcon\Validation\Validator\PresenceOf](/en/3.2/api/Phalcon_Validation_Validator_PresenceOf) -- [Phalcon\Validation\Validator\Regex](/en/3.2/api/Phalcon_Validation_Validator_Regex) -- [Phalcon\Validation\Validator\StringLength](/en/3.2/api/Phalcon_Validation_Validator_StringLength) -- [Phalcon\Validation\Validator\Uniqueness](/en/3.2/api/Phalcon_Validation_Validator_Uniqueness) -- [Phalcon\Validation\Validator\Url](/en/3.2/api/Phalcon_Validation_Validator_Url) -- [Phalcon\Version](/en/3.2/api/Phalcon_Version) \ No newline at end of file +- [Phalcon\Acl](/[[language]]/[[version]]/api/Phalcon_Acl) +- [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) +- [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) +- [Phalcon\Acl\Adapter\Memory](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter_Memory) +- [Phalcon\Acl\Exception](/[[language]]/[[version]]/api/Phalcon_Acl_Exception) +- [Phalcon\Acl\Resource](/[[language]]/[[version]]/api/Phalcon_Acl_Resource) +- [Phalcon\Acl\ResourceAware](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceAware) +- [Phalcon\Acl\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceInterface) +- [Phalcon\Acl\Role](/[[language]]/[[version]]/api/Phalcon_Acl_Role) +- [Phalcon\Acl\RoleAware](/[[language]]/[[version]]/api/Phalcon_Acl_RoleAware) +- [Phalcon\Acl\RoleInterface](/[[language]]/[[version]]/api/Phalcon_Acl_RoleInterface) +- [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) +- [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) +- [Phalcon\Annotations\Adapter\Apc](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Apc) +- [Phalcon\Annotations\Adapter\Apcu](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Apcu) +- [Phalcon\Annotations\Adapter\Files](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Files) +- [Phalcon\Annotations\Adapter\Memory](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Memory) +- [Phalcon\Annotations\Adapter\Xcache](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Xcache) +- [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) +- [Phalcon\Annotations\Collection](/[[language]]/[[version]]/api/Phalcon_Annotations_Collection) +- [Phalcon\Annotations\Exception](/[[language]]/[[version]]/api/Phalcon_Annotations_Exception) +- [Phalcon\Annotations\Factory](/[[language]]/[[version]]/api/Phalcon_Annotations_Factory) +- [Phalcon\Annotations\Reader](/[[language]]/[[version]]/api/Phalcon_Annotations_Reader) +- [Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) +- [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) +- [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) +- [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) +- [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) +- [Phalcon\Assets\Exception](/[[language]]/[[version]]/api/Phalcon_Assets_Exception) +- [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) +- [Phalcon\Assets\Filters\Cssmin](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_Cssmin) +- [Phalcon\Assets\Filters\Jsmin](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_Jsmin) +- [Phalcon\Assets\Filters\None](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_None) +- [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) +- [Phalcon\Assets\Inline\Css](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) +- [Phalcon\Assets\Inline\Js](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Js) +- [Phalcon\Assets\Manager](/[[language]]/[[version]]/api/Phalcon_Assets_Manager) +- [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) +- [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) +- [Phalcon\Assets\Resource\Css](/[[language]]/[[version]]/api/Phalcon_Assets_Resource_Css) +- [Phalcon\Assets\Resource\Js](/[[language]]/[[version]]/api/Phalcon_Assets_Resource_Js) +- [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) +- [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) +- [Phalcon\Cache\Backend\Apc](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Apc) +- [Phalcon\Cache\Backend\Apcu](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Apcu) +- [Phalcon\Cache\Backend\Factory](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Factory) +- [Phalcon\Cache\Backend\File](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_File) +- [Phalcon\Cache\Backend\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Libmemcached) +- [Phalcon\Cache\Backend\Memcache](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Memcache) +- [Phalcon\Cache\Backend\Memory](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Memory) +- [Phalcon\Cache\Backend\Mongo](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Mongo) +- [Phalcon\Cache\Backend\Redis](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Redis) +- [Phalcon\Cache\Backend\Xcache](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Xcache) +- [Phalcon\Cache\Exception](/[[language]]/[[version]]/api/Phalcon_Cache_Exception) +- [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) +- [Phalcon\Cache\Frontend\Base64](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Base64) +- [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) +- [Phalcon\Cache\Frontend\Factory](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Factory) +- [Phalcon\Cache\Frontend\Igbinary](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Igbinary) +- [Phalcon\Cache\Frontend\Json](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Json) +- [Phalcon\Cache\Frontend\Msgpack](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Msgpack) +- [Phalcon\Cache\Frontend\None](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_None) +- [Phalcon\Cache\Frontend\Output](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Output) +- [Phalcon\Cache\Multiple](/[[language]]/[[version]]/api/Phalcon_Cache_Multiple) +- [Phalcon\Cli\Console](/[[language]]/[[version]]/api/Phalcon_Cli_Console) +- [Phalcon\Cli\Console\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Console_Exception) +- [Phalcon\Cli\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Cli_Dispatcher) +- [Phalcon\Cli\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Cli_DispatcherInterface) +- [Phalcon\Cli\Dispatcher\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Dispatcher_Exception) +- [Phalcon\Cli\Router](/[[language]]/[[version]]/api/Phalcon_Cli_Router) +- [Phalcon\Cli\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Cli_RouterInterface) +- [Phalcon\Cli\Router\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Exception) +- [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) +- [Phalcon\Cli\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Cli_Router_RouteInterface) +- [Phalcon\Cli\Task](/[[language]]/[[version]]/api/Phalcon_Cli_Task) +- [Phalcon\Cli\TaskInterface](/[[language]]/[[version]]/api/Phalcon_Cli_TaskInterface) +- [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) +- [Phalcon\Config\Adapter\Grouped](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Grouped) +- [Phalcon\Config\Adapter\Ini](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Ini) +- [Phalcon\Config\Adapter\Json](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Json) +- [Phalcon\Config\Adapter\Php](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Php) +- [Phalcon\Config\Adapter\Yaml](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Yaml) +- [Phalcon\Config\Exception](/[[language]]/[[version]]/api/Phalcon_Config_Exception) +- [Phalcon\Config\Factory](/[[language]]/[[version]]/api/Phalcon_Config_Factory) +- [Phalcon\Crypt](/[[language]]/[[version]]/api/Phalcon_Crypt) +- [Phalcon\CryptInterface](/[[language]]/[[version]]/api/Phalcon_CryptInterface) +- [Phalcon\Crypt\Exception](/[[language]]/[[version]]/api/Phalcon_Crypt_Exception) +- [Phalcon\Db](/[[language]]/[[version]]/api/Phalcon_Db) +- [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) +- [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) +- [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) +- [Phalcon\Db\Adapter\Pdo\Factory](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Factory) +- [Phalcon\Db\Adapter\Pdo\Mysql](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Mysql) +- [Phalcon\Db\Adapter\Pdo\Postgresql](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Postgresql) +- [Phalcon\Db\Adapter\Pdo\Sqlite](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Sqlite) +- [Phalcon\Db\Column](/[[language]]/[[version]]/api/Phalcon_Db_Column) +- [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) +- [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) +- [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) +- [Phalcon\Db\Dialect\Mysql](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Mysql) +- [Phalcon\Db\Dialect\Postgresql](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Postgresql) +- [Phalcon\Db\Dialect\Sqlite](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Sqlite) +- [Phalcon\Db\Exception](/[[language]]/[[version]]/api/Phalcon_Db_Exception) +- [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) +- [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) +- [Phalcon\Db\Profiler](/[[language]]/[[version]]/api/Phalcon_Db_Profiler) +- [Phalcon\Db\Profiler\Item](/[[language]]/[[version]]/api/Phalcon_Db_Profiler_Item) +- [Phalcon\Db\RawValue](/[[language]]/[[version]]/api/Phalcon_Db_RawValue) +- [Phalcon\Db\Reference](/[[language]]/[[version]]/api/Phalcon_Db_Reference) +- [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) +- [Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) +- [Phalcon\Db\Result\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Result_Pdo) +- [Phalcon\Debug](/[[language]]/[[version]]/api/Phalcon_Debug) +- [Phalcon\Debug\Dump](/[[language]]/[[version]]/api/Phalcon_Debug_Dump) +- [Phalcon\Debug\Exception](/[[language]]/[[version]]/api/Phalcon_Debug_Exception) +- [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) +- [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) +- [Phalcon\Di\Exception](/[[language]]/[[version]]/api/Phalcon_Di_Exception) +- [Phalcon\Di\FactoryDefault](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault) +- [Phalcon\Di\FactoryDefault\Cli](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault_Cli) +- [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) +- [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) +- [Phalcon\Di\Service](/[[language]]/[[version]]/api/Phalcon_Di_Service) +- [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) +- [Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) +- [Phalcon\Di\Service\Builder](/[[language]]/[[version]]/api/Phalcon_Di_Service_Builder) +- [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) +- [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) +- [Phalcon\Escaper](/[[language]]/[[version]]/api/Phalcon_Escaper) +- [Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) +- [Phalcon\Escaper\Exception](/[[language]]/[[version]]/api/Phalcon_Escaper_Exception) +- [Phalcon\Events\Event](/[[language]]/[[version]]/api/Phalcon_Events_Event) +- [Phalcon\Events\EventInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventInterface) +- [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) +- [Phalcon\Events\Exception](/[[language]]/[[version]]/api/Phalcon_Events_Exception) +- [Phalcon\Events\Manager](/[[language]]/[[version]]/api/Phalcon_Events_Manager) +- [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) +- [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) +- [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) +- [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) +- [Phalcon\Factory\Exception](/[[language]]/[[version]]/api/Phalcon_Factory_Exception) +- [Phalcon\Filter](/[[language]]/[[version]]/api/Phalcon_Filter) +- [Phalcon\FilterInterface](/[[language]]/[[version]]/api/Phalcon_FilterInterface) +- [Phalcon\Filter\Exception](/[[language]]/[[version]]/api/Phalcon_Filter_Exception) +- [Phalcon\Filter\UserFilterInterface](/[[language]]/[[version]]/api/Phalcon_Filter_UserFilterInterface) +- [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) +- [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) +- [Phalcon\Flash\Direct](/[[language]]/[[version]]/api/Phalcon_Flash_Direct) +- [Phalcon\Flash\Exception](/[[language]]/[[version]]/api/Phalcon_Flash_Exception) +- [Phalcon\Flash\Session](/[[language]]/[[version]]/api/Phalcon_Flash_Session) +- [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) +- [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) +- [Phalcon\Forms\Element\Check](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Check) +- [Phalcon\Forms\Element\Date](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Date) +- [Phalcon\Forms\Element\Email](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Email) +- [Phalcon\Forms\Element\File](/[[language]]/[[version]]/api/Phalcon_Forms_Element_File) +- [Phalcon\Forms\Element\Hidden](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Hidden) +- [Phalcon\Forms\Element\Numeric](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Numeric) +- [Phalcon\Forms\Element\Password](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Password) +- [Phalcon\Forms\Element\Radio](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Radio) +- [Phalcon\Forms\Element\Select](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Select) +- [Phalcon\Forms\Element\Submit](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Submit) +- [Phalcon\Forms\Element\Text](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Text) +- [Phalcon\Forms\Element\TextArea](/[[language]]/[[version]]/api/Phalcon_Forms_Element_TextArea) +- [Phalcon\Forms\Exception](/[[language]]/[[version]]/api/Phalcon_Forms_Exception) +- [Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) +- [Phalcon\Forms\Manager](/[[language]]/[[version]]/api/Phalcon_Forms_Manager) +- [Phalcon\Http\Cookie](/[[language]]/[[version]]/api/Phalcon_Http_Cookie) +- [Phalcon\Http\CookieInterface](/[[language]]/[[version]]/api/Phalcon_Http_CookieInterface) +- [Phalcon\Http\Cookie\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Cookie_Exception) +- [Phalcon\Http\Request](/[[language]]/[[version]]/api/Phalcon_Http_Request) +- [Phalcon\Http\RequestInterface](/[[language]]/[[version]]/api/Phalcon_Http_RequestInterface) +- [Phalcon\Http\Request\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Request_Exception) +- [Phalcon\Http\Request\File](/[[language]]/[[version]]/api/Phalcon_Http_Request_File) +- [Phalcon\Http\Request\FileInterface](/[[language]]/[[version]]/api/Phalcon_Http_Request_FileInterface) +- [Phalcon\Http\Response](/[[language]]/[[version]]/api/Phalcon_Http_Response) +- [Phalcon\Http\ResponseInterface](/[[language]]/[[version]]/api/Phalcon_Http_ResponseInterface) +- [Phalcon\Http\Response\Cookies](/[[language]]/[[version]]/api/Phalcon_Http_Response_Cookies) +- [Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface) +- [Phalcon\Http\Response\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Response_Exception) +- [Phalcon\Http\Response\Headers](/[[language]]/[[version]]/api/Phalcon_Http_Response_Headers) +- [Phalcon\Http\Response\HeadersInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_HeadersInterface) +- [Phalcon\Image](/[[language]]/[[version]]/api/Phalcon_Image) +- [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) +- [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) +- [Phalcon\Image\Adapter\Gd](/[[language]]/[[version]]/api/Phalcon_Image_Adapter_Gd) +- [Phalcon\Image\Adapter\Imagick](/[[language]]/[[version]]/api/Phalcon_Image_Adapter_Imagick) +- [Phalcon\Image\Exception](/[[language]]/[[version]]/api/Phalcon_Image_Exception) +- [Phalcon\Image\Factory](/[[language]]/[[version]]/api/Phalcon_Image_Factory) +- [Phalcon\Kernel](/[[language]]/[[version]]/api/Phalcon_Kernel) +- [Phalcon\Loader](/[[language]]/[[version]]/api/Phalcon_Loader) +- [Phalcon\Loader\Exception](/[[language]]/[[version]]/api/Phalcon_Loader_Exception) +- [Phalcon\Logger](/[[language]]/[[version]]/api/Phalcon_Logger) +- [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) +- [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) +- [Phalcon\Logger\Adapter\File](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_File) +- [Phalcon\Logger\Adapter\Firephp](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Firephp) +- [Phalcon\Logger\Adapter\Stream](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Stream) +- [Phalcon\Logger\Adapter\Syslog](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Syslog) +- [Phalcon\Logger\Exception](/[[language]]/[[version]]/api/Phalcon_Logger_Exception) +- [Phalcon\Logger\Factory](/[[language]]/[[version]]/api/Phalcon_Logger_Factory) +- [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) +- [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) +- [Phalcon\Logger\Formatter\Firephp](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Firephp) +- [Phalcon\Logger\Formatter\Json](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Json) +- [Phalcon\Logger\Formatter\Line](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Line) +- [Phalcon\Logger\Formatter\Syslog](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Syslog) +- [Phalcon\Logger\Item](/[[language]]/[[version]]/api/Phalcon_Logger_Item) +- [Phalcon\Logger\Multiple](/[[language]]/[[version]]/api/Phalcon_Logger_Multiple) +- [Phalcon\Mvc\Application](/[[language]]/[[version]]/api/Phalcon_Mvc_Application) +- [Phalcon\Mvc\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Application_Exception) +- [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) +- [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) +- [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) +- [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) +- [Phalcon\Mvc\Collection\Behavior\SoftDelete](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior_SoftDelete) +- [Phalcon\Mvc\Collection\Behavior\Timestampable](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior_Timestampable) +- [Phalcon\Mvc\Collection\Document](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Document) +- [Phalcon\Mvc\Collection\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Exception) +- [Phalcon\Mvc\Collection\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Manager) +- [Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) +- [Phalcon\Mvc\Controller](/[[language]]/[[version]]/api/Phalcon_Mvc_Controller) +- [Phalcon\Mvc\ControllerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ControllerInterface) +- [Phalcon\Mvc\Controller\BindModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Controller_BindModelInterface) +- [Phalcon\Mvc\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Mvc_Dispatcher) +- [Phalcon\Mvc\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_DispatcherInterface) +- [Phalcon\Mvc\Dispatcher\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Dispatcher_Exception) +- [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) +- [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) +- [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) +- [Phalcon\Mvc\Micro\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_CollectionInterface) +- [Phalcon\Mvc\Micro\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Exception) +- [Phalcon\Mvc\Micro\LazyLoader](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_LazyLoader) +- [Phalcon\Mvc\Micro\MiddlewareInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_MiddlewareInterface) +- [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) +- [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) +- [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) +- [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) +- [Phalcon\Mvc\Model\Behavior\SoftDelete](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior_SoftDelete) +- [Phalcon\Mvc\Model\Behavior\Timestampable](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior_Timestampable) +- [Phalcon\Mvc\Model\Binder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Binder) +- [Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) +- [Phalcon\Mvc\Model\Binder\BindableInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Binder_BindableInterface) +- [Phalcon\Mvc\Model\Criteria](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Criteria) +- [Phalcon\Mvc\Model\CriteriaInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_CriteriaInterface) +- [Phalcon\Mvc\Model\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Exception) +- [Phalcon\Mvc\Model\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Manager) +- [Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) +- [Phalcon\Mvc\Model\Message](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Message) +- [Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) +- [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) +- [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) +- [Phalcon\Mvc\Model\MetaData\Apc](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Apc) +- [Phalcon\Mvc\Model\MetaData\Files](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Files) +- [Phalcon\Mvc\Model\MetaData\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Libmemcached) +- [Phalcon\Mvc\Model\MetaData\Memcache](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Memcache) +- [Phalcon\Mvc\Model\MetaData\Memory](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Memory) +- [Phalcon\Mvc\Model\MetaData\Redis](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Redis) +- [Phalcon\Mvc\Model\MetaData\Session](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Session) +- [Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) +- [Phalcon\Mvc\Model\MetaData\Strategy\Annotations](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations) +- [Phalcon\Mvc\Model\MetaData\Strategy\Introspection](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection) +- [Phalcon\Mvc\Model\MetaData\Xcache](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Xcache) +- [Phalcon\Mvc\Model\Query](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query) +- [Phalcon\Mvc\Model\QueryInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_QueryInterface) +- [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) +- [Phalcon\Mvc\Model\Query\BuilderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_BuilderInterface) +- [Phalcon\Mvc\Model\Query\Lang](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Lang) +- [Phalcon\Mvc\Model\Query\Status](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Status) +- [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) +- [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) +- [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) +- [Phalcon\Mvc\Model\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultInterface) +- [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) +- [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) +- [Phalcon\Mvc\Model\Resultset\Complex](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Complex) +- [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) +- [Phalcon\Mvc\Model\Row](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Row) +- [Phalcon\Mvc\Model\Transaction](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction) +- [Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) +- [Phalcon\Mvc\Model\Transaction\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Exception) +- [Phalcon\Mvc\Model\Transaction\Failed](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Failed) +- [Phalcon\Mvc\Model\Transaction\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Manager) +- [Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) +- [Phalcon\Mvc\Model\ValidationFailed](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidationFailed) +- [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) +- [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) +- [Phalcon\Mvc\Model\Validator\Email](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Email) +- [Phalcon\Mvc\Model\Validator\Exclusionin](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Exclusionin) +- [Phalcon\Mvc\Model\Validator\Inclusionin](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Inclusionin) +- [Phalcon\Mvc\Model\Validator\Ip](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Ip) +- [Phalcon\Mvc\Model\Validator\Numericality](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Numericality) +- [Phalcon\Mvc\Model\Validator\PresenceOf](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_PresenceOf) +- [Phalcon\Mvc\Model\Validator\Regex](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Regex) +- [Phalcon\Mvc\Model\Validator\StringLength](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_StringLength) +- [Phalcon\Mvc\Model\Validator\Uniqueness](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Uniqueness) +- [Phalcon\Mvc\Model\Validator\Url](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Url) +- [Phalcon\Mvc\ModuleDefinitionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModuleDefinitionInterface) +- [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) +- [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface) +- [Phalcon\Mvc\Router\Annotations](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Annotations) +- [Phalcon\Mvc\Router\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Exception) +- [Phalcon\Mvc\Router\Group](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Group) +- [Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) +- [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) +- [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) +- [Phalcon\Mvc\Url](/[[language]]/[[version]]/api/Phalcon_Mvc_Url) +- [Phalcon\Mvc\UrlInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_UrlInterface) +- [Phalcon\Mvc\Url\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Url_Exception) +- [Phalcon\Mvc\User\Component](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Component) +- [Phalcon\Mvc\User\Module](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Module) +- [Phalcon\Mvc\User\Plugin](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Plugin) +- [Phalcon\Mvc\View](/[[language]]/[[version]]/api/Phalcon_Mvc_View) +- [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) +- [Phalcon\Mvc\ViewInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewInterface) +- [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) +- [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) +- [Phalcon\Mvc\View\Engine\Php](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Php) +- [Phalcon\Mvc\View\Engine\Volt](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt) +- [Phalcon\Mvc\View\Engine\Volt\Compiler](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt_Compiler) +- [Phalcon\Mvc\View\Engine\Volt\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt_Exception) +- [Phalcon\Mvc\View\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Exception) +- [Phalcon\Mvc\View\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Simple) +- [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) +- [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) +- [Phalcon\Paginator\Adapter\Model](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_Model) +- [Phalcon\Paginator\Adapter\NativeArray](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_NativeArray) +- [Phalcon\Paginator\Adapter\QueryBuilder](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_QueryBuilder) +- [Phalcon\Paginator\Exception](/[[language]]/[[version]]/api/Phalcon_Paginator_Exception) +- [Phalcon\Paginator\Factory](/[[language]]/[[version]]/api/Phalcon_Paginator_Factory) +- [Phalcon\Queue\Beanstalk](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk) +- [Phalcon\Queue\Beanstalk\Exception](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk_Exception) +- [Phalcon\Queue\Beanstalk\Job](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk_Job) +- [Phalcon\Registry](/[[language]]/[[version]]/api/Phalcon_Registry) +- [Phalcon\Security](/[[language]]/[[version]]/api/Phalcon_Security) +- [Phalcon\Security\Exception](/[[language]]/[[version]]/api/Phalcon_Security_Exception) +- [Phalcon\Security\Random](/[[language]]/[[version]]/api/Phalcon_Security_Random) +- [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) +- [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) +- [Phalcon\Session\Adapter\Files](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Files) +- [Phalcon\Session\Adapter\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Libmemcached) +- [Phalcon\Session\Adapter\Memcache](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Memcache) +- [Phalcon\Session\Adapter\Redis](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Redis) +- [Phalcon\Session\Bag](/[[language]]/[[version]]/api/Phalcon_Session_Bag) +- [Phalcon\Session\BagInterface](/[[language]]/[[version]]/api/Phalcon_Session_BagInterface) +- [Phalcon\Session\Exception](/[[language]]/[[version]]/api/Phalcon_Session_Exception) +- [Phalcon\Session\Factory](/[[language]]/[[version]]/api/Phalcon_Session_Factory) +- [Phalcon\Tag](/[[language]]/[[version]]/api/Phalcon_Tag) +- [Phalcon\Tag\Exception](/[[language]]/[[version]]/api/Phalcon_Tag_Exception) +- [Phalcon\Tag\Select](/[[language]]/[[version]]/api/Phalcon_Tag_Select) +- [Phalcon\Text](/[[language]]/[[version]]/api/Phalcon_Text) +- [Phalcon\Translate](/[[language]]/[[version]]/api/Phalcon_Translate) +- [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) +- [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) +- [Phalcon\Translate\Adapter\Csv](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_Csv) +- [Phalcon\Translate\Adapter\Gettext](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_Gettext) +- [Phalcon\Translate\Adapter\NativeArray](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_NativeArray) +- [Phalcon\Translate\Exception](/[[language]]/[[version]]/api/Phalcon_Translate_Exception) +- [Phalcon\Translate\Factory](/[[language]]/[[version]]/api/Phalcon_Translate_Factory) +- [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) +- [Phalcon\Translate\Interpolator\AssociativeArray](/[[language]]/[[version]]/api/Phalcon_Translate_Interpolator_AssociativeArray) +- [Phalcon\Translate\Interpolator\IndexedArray](/[[language]]/[[version]]/api/Phalcon_Translate_Interpolator_IndexedArray) +- [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) +- [Phalcon\ValidationInterface](/[[language]]/[[version]]/api/Phalcon_ValidationInterface) +- [Phalcon\Validation\CombinedFieldsValidator](/[[language]]/[[version]]/api/Phalcon_Validation_CombinedFieldsValidator) +- [Phalcon\Validation\Exception](/[[language]]/[[version]]/api/Phalcon_Validation_Exception) +- [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) +- [Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) +- [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) +- [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) +- [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) +- [Phalcon\Validation\Validator\Alnum](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Alnum) +- [Phalcon\Validation\Validator\Alpha](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Alpha) +- [Phalcon\Validation\Validator\Between](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Between) +- [Phalcon\Validation\Validator\Callback](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Callback) +- [Phalcon\Validation\Validator\Confirmation](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Confirmation) +- [Phalcon\Validation\Validator\CreditCard](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_CreditCard) +- [Phalcon\Validation\Validator\Date](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Date) +- [Phalcon\Validation\Validator\Digit](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Digit) +- [Phalcon\Validation\Validator\Email](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Email) +- [Phalcon\Validation\Validator\Exception](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Exception) +- [Phalcon\Validation\Validator\ExclusionIn](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_ExclusionIn) +- [Phalcon\Validation\Validator\File](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_File) +- [Phalcon\Validation\Validator\Identical](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Identical) +- [Phalcon\Validation\Validator\InclusionIn](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_InclusionIn) +- [Phalcon\Validation\Validator\Numericality](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Numericality) +- [Phalcon\Validation\Validator\PresenceOf](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_PresenceOf) +- [Phalcon\Validation\Validator\Regex](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Regex) +- [Phalcon\Validation\Validator\StringLength](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_StringLength) +- [Phalcon\Validation\Validator\Uniqueness](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Uniqueness) +- [Phalcon\Validation\Validator\Url](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Url) +- [Phalcon\Version](/[[language]]/[[version]]/api/Phalcon_Version) \ No newline at end of file diff --git a/uk/api/Phalcon_Acl_Adapter.md b/uk/api/Phalcon_Acl_Adapter.md index 851d9f699ff3..1a73f06770f0 100644 --- a/uk/api/Phalcon_Acl_Adapter.md +++ b/uk/api/Phalcon_Acl_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Acl\\Adapter** -*implements* [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -20,7 +20,7 @@ public **getActiveAccess** () Активний доступ до списку перевіривши, якщо деякі ролі можуть отримати до нього доступ -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Набори менеджера з організації заходів @@ -36,58 +36,58 @@ public **getDefaultAction** () Повертає рівень доступу ACL за замовчуванням -abstract public **setNoArgumentsDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **setNoArgumentsDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getNoArgumentsDefaultAction** () inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getNoArgumentsDefaultAction** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addRole** (*mixed* $role, [*mixed* $accessInherits]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addRole** (*mixed* $role, [*mixed* $accessInherits]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addInherit** (*mixed* $roleName, *mixed* $roleToInherit) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addInherit** (*mixed* $roleName, *mixed* $roleToInherit) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isRole** (*mixed* $roleName) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isRole** (*mixed* $roleName) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isResource** (*mixed* $resourceName) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isResource** (*mixed* $resourceName) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addResource** (*mixed* $resourceObject, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addResource** (*mixed* $resourceObject, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **dropResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **dropResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **allow** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **allow** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **deny** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **deny** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isAllowed** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*array* $parameters]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isAllowed** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*array* $parameters]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getRoles** () inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getRoles** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getResources** () inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getResources** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Acl_Adapter_Memory.md b/uk/api/Phalcon_Acl_Adapter_Memory.md index 889751c95b98..8e3548f98ae9 100644 --- a/uk/api/Phalcon_Acl_Adapter_Memory.md +++ b/uk/api/Phalcon_Acl_Adapter_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Acl\\Adapter\\Memory** -*extends* abstract class [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +*extends* abstract class [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) Source on GitHub @@ -105,7 +105,7 @@ public **isResource** (*mixed* $resourceName) Check whether resource exist in the resources list -public **addResource** ([Phalcon\Acl\Resource](/en/3.2/api/Phalcon_Acl_Resource) | *string* $resourceValue, *array* | *string* $accessList) +public **addResource** ([Phalcon\Acl\Resource](/[[language]]/[[version]]/api/Phalcon_Acl_Resource) | *string* $resourceValue, *array* | *string* $accessList) Adds a resource to the ACL list Access names can be a particular action, by example search, update, delete, etc or a list of them Example: @@ -224,30 +224,30 @@ public **getResources** () Return an array with every resource registered in the list -public **getActiveRole** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveRole** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Role which the list is checking if it's allowed to certain resource/access -public **getActiveResource** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveResource** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Resource which the list is checking if some role can access it -public **getActiveAccess** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveAccess** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Active access which the list is checking if some role can access it -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getEventsManager** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Returns the internal event manager -public **setDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **setDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Sets the default access level (Phalcon\\Acl::ALLOW or Phalcon\\Acl::DENY) -public **getDefaultAction** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getDefaultAction** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Returns the default ACL access level \ No newline at end of file diff --git a/uk/api/Phalcon_Acl_Exception.md b/uk/api/Phalcon_Acl_Exception.md index 9c1b44ab7b5d..bb780905021c 100644 --- a/uk/api/Phalcon_Acl_Exception.md +++ b/uk/api/Phalcon_Acl_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Acl\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Acl_Resource.md b/uk/api/Phalcon_Acl_Resource.md index 25ac2d3e792b..2cf5fa6783c8 100644 --- a/uk/api/Phalcon_Acl_Resource.md +++ b/uk/api/Phalcon_Acl_Resource.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Acl\\Resource** -*implements* [Phalcon\Acl\ResourceInterface](/en/3.2/api/Phalcon_Acl_ResourceInterface) +*implements* [Phalcon\Acl\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceInterface) Source on GitHub diff --git a/uk/api/Phalcon_Acl_Role.md b/uk/api/Phalcon_Acl_Role.md index c8252648d6c8..5e9655fe33dc 100644 --- a/uk/api/Phalcon_Acl_Role.md +++ b/uk/api/Phalcon_Acl_Role.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Acl\\Role** -*implements* [Phalcon\Acl\RoleInterface](/en/3.2/api/Phalcon_Acl_RoleInterface) +*implements* [Phalcon\Acl\RoleInterface](/[[language]]/[[version]]/api/Phalcon_Acl_RoleInterface) Source on GitHub diff --git a/uk/api/Phalcon_Annotations_Adapter.md b/uk/api/Phalcon_Annotations_Adapter.md index d42ac348bbc9..e9ba9d098f7a 100644 --- a/uk/api/Phalcon_Annotations_Adapter.md +++ b/uk/api/Phalcon_Annotations_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Annotations\\Adapter** -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -8,7 +8,7 @@ This is the base class for Phalcon\\Annotations adapters ## Methods -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) Sets the annotations parser diff --git a/uk/api/Phalcon_Annotations_AdapterInterface.md b/uk/api/Phalcon_Annotations_AdapterInterface.md index 7f9c8598cba2..b428f0ce8c85 100644 --- a/uk/api/Phalcon_Annotations_AdapterInterface.md +++ b/uk/api/Phalcon_Annotations_AdapterInterface.md @@ -6,7 +6,7 @@ This interface must be implemented by adapters in Phalcon\Annotations ## Methods -abstract public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) +abstract public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) Sets the annotations parser diff --git a/uk/api/Phalcon_Annotations_Adapter_Apc.md b/uk/api/Phalcon_Annotations_Adapter_Apc.md index 467622a88425..e613a76f1822 100644 --- a/uk/api/Phalcon_Annotations_Adapter_Apc.md +++ b/uk/api/Phalcon_Annotations_Adapter_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Apc** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,34 +27,34 @@ public **read** (*mixed* $key) Reads parsed annotations from APC -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to APC -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/uk/api/Phalcon_Annotations_Adapter_Apcu.md b/uk/api/Phalcon_Annotations_Adapter_Apcu.md index ebea340ec92a..615bd450fc80 100644 --- a/uk/api/Phalcon_Annotations_Adapter_Apcu.md +++ b/uk/api/Phalcon_Annotations_Adapter_Apcu.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Apcu** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,34 +27,34 @@ public **read** (*mixed* $key) Reads parsed annotations from APCu -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to APCu -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/uk/api/Phalcon_Annotations_Adapter_Files.md b/uk/api/Phalcon_Annotations_Adapter_Files.md index e4c407e5954e..653483fef5dd 100644 --- a/uk/api/Phalcon_Annotations_Adapter_Files.md +++ b/uk/api/Phalcon_Annotations_Adapter_Files.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Files** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,38 +27,38 @@ public **__construct** ([*array* $options]) Phalcon\\Annotations\\Adapter\\Files constructor -public [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) **read** (*string* $key) +public [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) **read** (*string* $key) Reads parsed annotations from files -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to files -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/uk/api/Phalcon_Annotations_Adapter_Memory.md b/uk/api/Phalcon_Annotations_Adapter_Memory.md index 205f20e6b1b8..558ef73179e1 100644 --- a/uk/api/Phalcon_Annotations_Adapter_Memory.md +++ b/uk/api/Phalcon_Annotations_Adapter_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Memory** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -14,34 +14,34 @@ public **read** (*mixed* $key) Reads parsed annotations from memory -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to memory -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/uk/api/Phalcon_Annotations_Adapter_Xcache.md b/uk/api/Phalcon_Annotations_Adapter_Xcache.md index 37c97e7e6b8c..4ea64217b769 100644 --- a/uk/api/Phalcon_Annotations_Adapter_Xcache.md +++ b/uk/api/Phalcon_Annotations_Adapter_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Xcache** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -17,38 +17,38 @@ $annotations = new \Phalcon\Annotations\Adapter\Xcache(); ## Methods -public [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) **read** (*string* $key) +public [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) **read** (*string* $key) Reads parsed annotations from XCache -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to XCache -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/uk/api/Phalcon_Annotations_Collection.md b/uk/api/Phalcon_Annotations_Collection.md index dac8ff1acd5b..791f30938af9 100644 --- a/uk/api/Phalcon_Annotations_Collection.md +++ b/uk/api/Phalcon_Annotations_Collection.md @@ -36,7 +36,7 @@ public **rewind** () Rewinds the internal iterator -public [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) **current** () +public [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) **current** () Returns the current annotation in the iterator diff --git a/uk/api/Phalcon_Annotations_Factory.md b/uk/api/Phalcon_Annotations_Factory.md index 644067bb57ce..5c5766d8a800 100644 --- a/uk/api/Phalcon_Annotations_Factory.md +++ b/uk/api/Phalcon_Annotations_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -24,8 +24,8 @@ $annotations = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Annotations_Reader.md b/uk/api/Phalcon_Annotations_Reader.md index 4e8e513ffea9..7dcb4c27c146 100644 --- a/uk/api/Phalcon_Annotations_Reader.md +++ b/uk/api/Phalcon_Annotations_Reader.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Annotations\\Reader** -*implements* [Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) +*implements* [Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) Source on GitHub diff --git a/uk/api/Phalcon_Application.md b/uk/api/Phalcon_Application.md index bf48f3ab94bf..4eb6b28f3090 100644 --- a/uk/api/Phalcon_Application.md +++ b/uk/api/Phalcon_Application.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Application** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -10,11 +10,11 @@ Base class for Phalcon\\Cli\\Console and Phalcon\\Mvc\\Application. ## Methods -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Application Constructor -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -64,14 +64,14 @@ abstract public **handle** () Handles a request -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*string* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*string* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/uk/api/Phalcon_Application_Exception.md b/uk/api/Phalcon_Application_Exception.md index 49637aa88e5e..271cfe64e058 100644 --- a/uk/api/Phalcon_Application_Exception.md +++ b/uk/api/Phalcon_Application_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Application\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Assets_Collection.md b/uk/api/Phalcon_Assets_Collection.md index f6f18d5a1d60..56c1ccff2bed 100644 --- a/uk/api/Phalcon_Assets_Collection.md +++ b/uk/api/Phalcon_Assets_Collection.md @@ -60,15 +60,15 @@ public **__construct** () Phalcon\\Assets\\Collection constructor -public **add** ([Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **add** ([Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a resource to the collection -public **addInline** ([Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInline** ([Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds an inline code to the collection -public **has** ([Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) $resource) +public **has** ([Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) $resource) Checks this the resource is added to the collection. @@ -93,7 +93,7 @@ public **addInlineCss** (*mixed* $content, [*mixed* $filter], [*mixed* $attribut Adds an inline CSS to the collection -public [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) **addJs** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) +public [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) **addJs** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) Adds a javascript resource to the collection @@ -165,10 +165,10 @@ public **getRealTargetPath** (*mixed* $basePath) Returns the complete location where the joined/filtered collection must be written -public **addFilter** ([Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) $filter) +public **addFilter** ([Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) $filter) Adds a filter to the collection -final protected **addResource** ([Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) $resource) +final protected **addResource** ([Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) $resource) Adds a resource or inline-code to the collection \ No newline at end of file diff --git a/uk/api/Phalcon_Assets_Exception.md b/uk/api/Phalcon_Assets_Exception.md index 4c8c0516fd94..bd7488dccb6f 100644 --- a/uk/api/Phalcon_Assets_Exception.md +++ b/uk/api/Phalcon_Assets_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Assets_Filters_Cssmin.md b/uk/api/Phalcon_Assets_Filters_Cssmin.md index a807a59e4880..96fe00be94d7 100644 --- a/uk/api/Phalcon_Assets_Filters_Cssmin.md +++ b/uk/api/Phalcon_Assets_Filters_Cssmin.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\Cssmin** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/uk/api/Phalcon_Assets_Filters_Jsmin.md b/uk/api/Phalcon_Assets_Filters_Jsmin.md index 2bfe2b4851a4..3e9e94f7bd29 100644 --- a/uk/api/Phalcon_Assets_Filters_Jsmin.md +++ b/uk/api/Phalcon_Assets_Filters_Jsmin.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\Jsmin** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/uk/api/Phalcon_Assets_Filters_None.md b/uk/api/Phalcon_Assets_Filters_None.md index 60e59aac09de..27f570f4bc31 100644 --- a/uk/api/Phalcon_Assets_Filters_None.md +++ b/uk/api/Phalcon_Assets_Filters_None.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\None** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/uk/api/Phalcon_Assets_Inline.md b/uk/api/Phalcon_Assets_Inline.md index e5c3ef631536..067ea910d450 100644 --- a/uk/api/Phalcon_Assets_Inline.md +++ b/uk/api/Phalcon_Assets_Inline.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Inline** -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub diff --git a/uk/api/Phalcon_Assets_Inline_Css.md b/uk/api/Phalcon_Assets_Inline_Css.md index aad74b78beca..df3da97b2598 100644 --- a/uk/api/Phalcon_Assets_Inline_Css.md +++ b/uk/api/Phalcon_Assets_Inline_Css.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Inline\\Css** -*extends* class [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +*extends* class [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,34 +12,36 @@ Represents an inlined CSS public **__construct** (*string* $content, [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Phalcon\\Assets\\Inline\\Css Constructor -... +public *string* **getType** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getContent** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets the resource's type. -... +public *string* **getContent** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getFilter** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets the content. -... +public *boolean* **getFilter** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getAttributes** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets if the resource must be filtered or not. -... +public *array* **getAttributes** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets extra HTML attributes. + +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setType** (*string* $type) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets the inline's type -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setFilter** (*boolean* $filter) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets extra HTML attributes -public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public *string* **getResourceKey** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Gets the resource's key. \ No newline at end of file diff --git a/uk/api/Phalcon_Assets_Inline_Js.md b/uk/api/Phalcon_Assets_Inline_Js.md index 1cce336b4116..38f45537ae5b 100644 --- a/uk/api/Phalcon_Assets_Inline_Js.md +++ b/uk/api/Phalcon_Assets_Inline_Js.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Inline\\Js** -*extends* class [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +*extends* class [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,34 +12,34 @@ Represents an inline Javascript public **__construct** (*string* $content, [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getType** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getContent** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getContent** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getFilter** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getFilter** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getAttributes** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getAttributes** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets the inline's type -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets extra HTML attributes -public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Gets the resource's key. \ No newline at end of file diff --git a/uk/api/Phalcon_Assets_Manager.md b/uk/api/Phalcon_Assets_Manager.md index 13ecabf4ff9c..023c9dab7abb 100644 --- a/uk/api/Phalcon_Assets_Manager.md +++ b/uk/api/Phalcon_Assets_Manager.md @@ -52,7 +52,7 @@ public **addInlineJs** (*mixed* $content, [*mixed* $filter], [*mixed* $attribute Adds an inline javascript to the 'js' collection -public **addResourceByType** (*mixed* $type, [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **addResourceByType** (*mixed* $type, [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a resource by its type @@ -65,11 +65,11 @@ $assets->addResourceByType("css", ``` -public **addInlineCodeByType** (*mixed* $type, [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInlineCodeByType** (*mixed* $type, [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds an inline code by its type -public **addResource** ([Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **addResource** ([Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a raw resource to the manager @@ -82,11 +82,11 @@ $assets->addResource( ``` -public **addInlineCode** ([Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInlineCode** ([Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds a raw inline code to the manager -public **set** (*mixed* $id, [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection) +public **set** (*mixed* $id, [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection) Sets a collection in the Assets Manager @@ -120,11 +120,11 @@ public **collection** (*mixed* $name) Creates/Returns a collection of resources -public **output** ([Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection, *callback* $callback, *string* $type) +public **output** ([Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection, *callback* $callback, *string* $type) Traverses a collection calling the callback to generate its HTML -public **outputInline** ([Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection, *string* $type) +public **outputInline** ([Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection, *string* $type) Traverses a collection and generate its HTML diff --git a/uk/api/Phalcon_Assets_Resource.md b/uk/api/Phalcon_Assets_Resource.md index d67dc71b7929..d20032f2a7b8 100644 --- a/uk/api/Phalcon_Assets_Resource.md +++ b/uk/api/Phalcon_Assets_Resource.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Resource** -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub diff --git a/uk/api/Phalcon_Assets_Resource_Css.md b/uk/api/Phalcon_Assets_Resource_Css.md index 11c938e391ca..fe644a45f159 100644 --- a/uk/api/Phalcon_Assets_Resource_Css.md +++ b/uk/api/Phalcon_Assets_Resource_Css.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Resource\\Css** -*extends* class [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +*extends* class [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,76 +12,76 @@ Represents CSS resources public **__construct** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getType** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getLocal** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getLocal** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getFilter** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getFilter** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getAttributes** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getAttributes** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's type -public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's path -public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource is local or external -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets extra HTML attributes -public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets a target uri for the generated HTML -public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's source path -public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's target path -public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the content of the resource as an string Optionally a base path where the resource is located can be set -public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the real target uri for the generated HTML -public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource is located -public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource must be written -public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Gets the resource's key. \ No newline at end of file diff --git a/uk/api/Phalcon_Assets_Resource_Js.md b/uk/api/Phalcon_Assets_Resource_Js.md index 2acc4d239b9d..4695b7fb7e30 100644 --- a/uk/api/Phalcon_Assets_Resource_Js.md +++ b/uk/api/Phalcon_Assets_Resource_Js.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Resource\\Js** -*extends* class [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +*extends* class [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,76 +12,76 @@ Represents Javascript resources public **__construct** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getType** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getLocal** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getLocal** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getFilter** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getFilter** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getAttributes** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getAttributes** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's type -public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's path -public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource is local or external -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets extra HTML attributes -public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets a target uri for the generated HTML -public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's source path -public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's target path -public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the content of the resource as an string Optionally a base path where the resource is located can be set -public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the real target uri for the generated HTML -public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource is located -public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource must be written -public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Gets the resource's key. \ No newline at end of file diff --git a/uk/api/Phalcon_Cache_Backend.md b/uk/api/Phalcon_Cache_Backend.md index 6e8b2e14bbff..730f3a94146e 100644 --- a/uk/api/Phalcon_Cache_Backend.md +++ b/uk/api/Phalcon_Cache_Backend.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Cache\\Backend** -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -32,7 +32,7 @@ public **setLastKey** (*mixed* $lastKey) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend constructor @@ -56,22 +56,22 @@ public *int* **getLifetime** () Gets the last lifetime set -abstract public **get** (*mixed* $keyName, [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **get** (*mixed* $keyName, [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **save** ([*mixed* $keyName], [*mixed* $content], [*mixed* $lifetime], [*mixed* $stopBuffer]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **save** ([*mixed* $keyName], [*mixed* $content], [*mixed* $lifetime], [*mixed* $stopBuffer]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **delete** (*mixed* $keyName) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **delete** (*mixed* $keyName) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **queryKeys** ([*mixed* $prefix]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **queryKeys** ([*mixed* $prefix]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **exists** ([*mixed* $keyName], [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **exists** ([*mixed* $keyName], [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Cache_Backend_Apc.md b/uk/api/Phalcon_Cache_Backend_Apc.md index 92b01c89d25a..6e3d65e1f101 100644 --- a/uk/api/Phalcon_Cache_Backend_Apc.md +++ b/uk/api/Phalcon_Cache_Backend_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Apc** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -94,50 +94,50 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/uk/api/Phalcon_Cache_Backend_Apcu.md b/uk/api/Phalcon_Cache_Backend_Apcu.md index b5bf1d628fc1..015d46a4f62b 100644 --- a/uk/api/Phalcon_Cache_Backend_Apcu.md +++ b/uk/api/Phalcon_Cache_Backend_Apcu.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Apcu** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -94,50 +94,50 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/uk/api/Phalcon_Cache_Backend_Factory.md b/uk/api/Phalcon_Cache_Backend_Factory.md index 703d878c3fc6..822536aaf29a 100644 --- a/uk/api/Phalcon_Cache_Backend_Factory.md +++ b/uk/api/Phalcon_Cache_Backend_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -25,7 +25,7 @@ $backendCache = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/uk/api/Phalcon_Cache_Backend_File.md b/uk/api/Phalcon_Cache_Backend_File.md index 3ea73b705889..a0d7c7ed554c 100644 --- a/uk/api/Phalcon_Cache_Backend_File.md +++ b/uk/api/Phalcon_Cache_Backend_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\File** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -44,7 +44,7 @@ if ($content === null) { ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, *array* $options) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, *array* $options) Phalcon\\Cache\\Backend\\File constructor @@ -98,46 +98,46 @@ public **useSafeKey** (*mixed* $useSafeKey) Set whether to use the safekey or not -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/uk/api/Phalcon_Cache_Backend_Libmemcached.md b/uk/api/Phalcon_Cache_Backend_Libmemcached.md index 9ec4b031d82e..3165b9222ecb 100644 --- a/uk/api/Phalcon_Cache_Backend_Libmemcached.md +++ b/uk/api/Phalcon_Cache_Backend_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Libmemcached** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -49,7 +49,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Memcache constructor @@ -116,46 +116,46 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/uk/api/Phalcon_Cache_Backend_Memcache.md b/uk/api/Phalcon_Cache_Backend_Memcache.md index 6f2575ca5c8d..61c26bca5745 100644 --- a/uk/api/Phalcon_Cache_Backend_Memcache.md +++ b/uk/api/Phalcon_Cache_Backend_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Memcache** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -43,7 +43,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Memcache constructor @@ -97,46 +97,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/uk/api/Phalcon_Cache_Backend_Memory.md b/uk/api/Phalcon_Cache_Backend_Memory.md index a269432ab9f3..56e512c11de6 100644 --- a/uk/api/Phalcon_Cache_Backend_Memory.md +++ b/uk/api/Phalcon_Cache_Backend_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Memory** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface), [Serializable](http://php.net/manual/en/class.serializable.php) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface), [Serializable](http://php.net/manual/en/class.serializable.php) Source on GitHub @@ -79,50 +79,50 @@ public **unserialize** (*mixed* $data) Required for interface \\Serializable -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/uk/api/Phalcon_Cache_Backend_Mongo.md b/uk/api/Phalcon_Cache_Backend_Mongo.md index 6421cd0f4f29..be4778c7d3b2 100644 --- a/uk/api/Phalcon_Cache_Backend_Mongo.md +++ b/uk/api/Phalcon_Cache_Backend_Mongo.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Mongo** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -44,7 +44,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Mongo constructor @@ -98,46 +98,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/uk/api/Phalcon_Cache_Backend_Redis.md b/uk/api/Phalcon_Cache_Backend_Redis.md index a3509251d509..4ec50555c243 100644 --- a/uk/api/Phalcon_Cache_Backend_Redis.md +++ b/uk/api/Phalcon_Cache_Backend_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Redis** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -45,7 +45,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Redis constructor @@ -105,46 +105,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/uk/api/Phalcon_Cache_Backend_Xcache.md b/uk/api/Phalcon_Cache_Backend_Xcache.md index 7dac8215d5f3..4074d8e3778e 100644 --- a/uk/api/Phalcon_Cache_Backend_Xcache.md +++ b/uk/api/Phalcon_Cache_Backend_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Xcache** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -38,7 +38,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Xcache constructor @@ -84,46 +84,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/uk/api/Phalcon_Cache_Exception.md b/uk/api/Phalcon_Cache_Exception.md index 87f2372e7864..283372e4e9e7 100644 --- a/uk/api/Phalcon_Cache_Exception.md +++ b/uk/api/Phalcon_Cache_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Cache_Frontend_Base64.md b/uk/api/Phalcon_Cache_Frontend_Base64.md index 473895a88aa8..4439e4c4cba8 100644 --- a/uk/api/Phalcon_Cache_Frontend_Base64.md +++ b/uk/api/Phalcon_Cache_Frontend_Base64.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Base64** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/uk/api/Phalcon_Cache_Frontend_Data.md b/uk/api/Phalcon_Cache_Frontend_Data.md index 1f249be7103c..652f3dfb9691 100644 --- a/uk/api/Phalcon_Cache_Frontend_Data.md +++ b/uk/api/Phalcon_Cache_Frontend_Data.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Data** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/uk/api/Phalcon_Cache_Frontend_Factory.md b/uk/api/Phalcon_Cache_Frontend_Factory.md index cdd59eeb8b72..ea32c63d78a6 100644 --- a/uk/api/Phalcon_Cache_Frontend_Factory.md +++ b/uk/api/Phalcon_Cache_Frontend_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $frontendCache = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/uk/api/Phalcon_Cache_Frontend_Igbinary.md b/uk/api/Phalcon_Cache_Frontend_Igbinary.md index 714a96bb4de1..e7ceabc8e033 100644 --- a/uk/api/Phalcon_Cache_Frontend_Igbinary.md +++ b/uk/api/Phalcon_Cache_Frontend_Igbinary.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Igbinary** -*extends* class [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) +*extends* class [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/uk/api/Phalcon_Cache_Frontend_Json.md b/uk/api/Phalcon_Cache_Frontend_Json.md index bfe39cdc53c4..274217cf9b9d 100644 --- a/uk/api/Phalcon_Cache_Frontend_Json.md +++ b/uk/api/Phalcon_Cache_Frontend_Json.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Json** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/uk/api/Phalcon_Cache_Frontend_Msgpack.md b/uk/api/Phalcon_Cache_Frontend_Msgpack.md index 857b40d4bbdc..39e65a338ef3 100644 --- a/uk/api/Phalcon_Cache_Frontend_Msgpack.md +++ b/uk/api/Phalcon_Cache_Frontend_Msgpack.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Msgpack** -*extends* class [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) +*extends* class [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/uk/api/Phalcon_Cache_Frontend_None.md b/uk/api/Phalcon_Cache_Frontend_None.md index bdc0af2d4135..08055277c76f 100644 --- a/uk/api/Phalcon_Cache_Frontend_None.md +++ b/uk/api/Phalcon_Cache_Frontend_None.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\None** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/uk/api/Phalcon_Cache_Frontend_Output.md b/uk/api/Phalcon_Cache_Frontend_Output.md index affdd100d260..31a22d047dbb 100644 --- a/uk/api/Phalcon_Cache_Frontend_Output.md +++ b/uk/api/Phalcon_Cache_Frontend_Output.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Output** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/uk/api/Phalcon_Cache_Multiple.md b/uk/api/Phalcon_Cache_Multiple.md index 9aa7e6fd6276..7376b89f12fb 100644 --- a/uk/api/Phalcon_Cache_Multiple.md +++ b/uk/api/Phalcon_Cache_Multiple.md @@ -65,11 +65,11 @@ $cache->save("my-key", $data); ## Methods -public **__construct** ([[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $backends]) +public **__construct** ([[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $backends]) Phalcon\\Cache\\Multiple constructor -public **push** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $backend) +public **push** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $backend) Adds a backend diff --git a/uk/api/Phalcon_Cli_Console.md b/uk/api/Phalcon_Cli_Console.md index f0337bf3f1ec..8b0677b53498 100644 --- a/uk/api/Phalcon_Cli_Console.md +++ b/uk/api/Phalcon_Cli_Console.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Console** -*extends* abstract class [Phalcon\Application](/en/3.2/api/Phalcon_Application) +*extends* abstract class [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -36,19 +36,19 @@ public **setArgument** ([*array* $arguments], [*mixed* $str], [*mixed* $shift]) Set an specific argument -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Phalcon\\Application -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getEventsManager** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the internal event manager -public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Register an array of modules present in the application @@ -70,30 +70,30 @@ $this->registerModules( ``` -public **getModules** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModules** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Return the modules registered in the application -public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Gets the module definition registered in the application via module name -public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the module name to be used if the router doesn't return a valid module -public **getDefaultModule** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getDefaultModule** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the default module name -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/uk/api/Phalcon_Cli_Console_Exception.md b/uk/api/Phalcon_Cli_Console_Exception.md index e7bfea5dbde1..1304054159b0 100644 --- a/uk/api/Phalcon_Cli_Console_Exception.md +++ b/uk/api/Phalcon_Cli_Console_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Console\\Exception** -*extends* class [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) +*extends* class [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Cli_Dispatcher.md b/uk/api/Phalcon_Cli_Dispatcher.md index f03b7c7c61ac..5f0c10cce0f1 100644 --- a/uk/api/Phalcon_Cli_Dispatcher.md +++ b/uk/api/Phalcon_Cli_Dispatcher.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Dispatcher** -*extends* abstract class [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +*extends* abstract class [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Cli\DispatcherInterface](/en/3.2/api/Phalcon_Cli_DispatcherInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Cli\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Cli_DispatcherInterface) Source on GitHub @@ -94,103 +94,103 @@ public **callActionMethod** (*mixed* $handler, *mixed* $actionMethod, [*array* $ Calls the action method. -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDI** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getEventsManager** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal event manager -public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action suffix -public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the default action suffix -public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the module where the controller is (only informative) -public **getModuleName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModuleName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the module where the controller class is -public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the namespace where the controller class is -public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a namespace to be prepended to the current handler name -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default namespace -public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the default namespace -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action name -public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the action name to be dispatched -public **getActionName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the latest dispatched action name -public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets action params to be dispatched -public **getParams** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getParams** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets action params -public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set a param by its name or numeric index -public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a param by its name or numeric index -public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if a param exists -public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the current method to be/executed in the dispatcher -public **isFinished** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **isFinished** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Checks if the dispatch loop is finished or has more pendent controllers/tasks to dispatch -public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the latest returned value by an action manually -public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns value returned by the latest dispatched action -public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable/Disable model binding during dispatch @@ -206,7 +206,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable model binding during dispatch @@ -222,19 +222,19 @@ $di->set('dispatcher', function() { ``` -public **getModelBinder** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModelBinder** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets model binder -public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -public **forward** (*array* $forward) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **forward** (*array* $forward) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Forwards the execution flow to another controller/action. @@ -250,15 +250,15 @@ $this->dispatcher->forward( ``` -public **wasForwarded** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **wasForwarded** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if the current executed action was forwarded by another one -public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Possible class name that will be located to dispatch the request -public **getBoundModels** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getBoundModels** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns bound models from binder instance @@ -275,6 +275,6 @@ class UserController extends Controller ``` -protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set empty properties to their defaults (where defaults are available) \ No newline at end of file diff --git a/uk/api/Phalcon_Cli_DispatcherInterface.md b/uk/api/Phalcon_Cli_DispatcherInterface.md index 78f4d7b40c9c..b2113a4f6788 100644 --- a/uk/api/Phalcon_Cli_DispatcherInterface.md +++ b/uk/api/Phalcon_Cli_DispatcherInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Cli\\DispatcherInterface** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) Source on GitHub @@ -30,70 +30,70 @@ abstract public **getActiveTask** () ... -abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Cli_Dispatcher_Exception.md b/uk/api/Phalcon_Cli_Dispatcher_Exception.md index fbd0a6c4292d..3d26680ebc57 100644 --- a/uk/api/Phalcon_Cli_Dispatcher_Exception.md +++ b/uk/api/Phalcon_Cli_Dispatcher_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Dispatcher\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Cli_Router.md b/uk/api/Phalcon_Cli_Router.md index 5a0943627b36..332959ad9219 100644 --- a/uk/api/Phalcon_Cli_Router.md +++ b/uk/api/Phalcon_Cli_Router.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Router** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -29,7 +29,7 @@ public **__construct** ([*mixed* $defaultRoutes]) Phalcon\\Cli\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -69,7 +69,7 @@ public **handle** ([*array* $arguments]) Handles routing information received from command-line arguments -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **add** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **add** (*string* $pattern, [*string/array* $paths]) Adds a route to the router @@ -112,7 +112,7 @@ public **getRoutes** () Returns all the routes defined in the router -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **getRouteById** (*int* $id) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **getRouteById** (*int* $id) Returns a route object by its id diff --git a/uk/api/Phalcon_Cli_Router_Exception.md b/uk/api/Phalcon_Cli_Router_Exception.md index e063b3861132..6e9cc404e6c2 100644 --- a/uk/api/Phalcon_Cli_Router_Exception.md +++ b/uk/api/Phalcon_Cli_Router_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Router\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Cli_Router_Route.md b/uk/api/Phalcon_Cli_Router_Route.md index 290d5404abd8..68834babb910 100644 --- a/uk/api/Phalcon_Cli_Router_Route.md +++ b/uk/api/Phalcon_Cli_Router_Route.md @@ -46,7 +46,7 @@ $router->add( ``` -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **beforeMatch** (*callback* $callback) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **beforeMatch** (*callback* $callback) Sets a callback that is called if the route is matched. The developer can implement any arbitrary conditions here If the callback returns false the route is treated as not matched @@ -74,7 +74,7 @@ public **getReversedPaths** () Returns the paths using positions as keys and names as values -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **convert** (*string* $name, *callable* $converter) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **convert** (*string* $name, *callable* $converter) Adds a converter to perform an additional transformation for certain parameter diff --git a/uk/api/Phalcon_Cli_Task.md b/uk/api/Phalcon_Cli_Task.md index 15624d08810c..068d8b5ed1f0 100644 --- a/uk/api/Phalcon_Cli_Task.md +++ b/uk/api/Phalcon_Cli_Task.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Task** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Cli\TaskInterface](/en/3.2/api/Phalcon_Cli_TaskInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Cli\TaskInterface](/[[language]]/[[version]]/api/Phalcon_Cli_TaskInterface) Source on GitHub @@ -35,22 +35,22 @@ final public **__construct** () Phalcon\\Cli\\Task constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/uk/api/Phalcon_Config.md b/uk/api/Phalcon_Config.md index 7b972faed1f5..3aa02d1d0c0f 100644 --- a/uk/api/Phalcon_Config.md +++ b/uk/api/Phalcon_Config.md @@ -110,7 +110,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) Merges a configuration into the current one diff --git a/uk/api/Phalcon_Config_Adapter_Grouped.md b/uk/api/Phalcon_Config_Adapter_Grouped.md index 49cceb21ce34..1c545bcc1d32 100644 --- a/uk/api/Phalcon_Config_Adapter_Grouped.md +++ b/uk/api/Phalcon_Config_Adapter_Grouped.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Grouped** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -72,7 +72,7 @@ public **__construct** (*array* $arrayConfig, [*mixed* $defaultAdapter]) Phalcon\\Config\\Adapter\\Grouped constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -85,7 +85,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -96,7 +96,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -107,7 +107,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -120,7 +120,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -133,7 +133,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -144,7 +144,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -163,7 +163,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -176,7 +176,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -196,18 +196,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/uk/api/Phalcon_Config_Adapter_Ini.md b/uk/api/Phalcon_Config_Adapter_Ini.md index 3576158bc75f..9e00252c8ede 100644 --- a/uk/api/Phalcon_Config_Adapter_Ini.md +++ b/uk/api/Phalcon_Config_Adapter_Ini.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Ini** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -85,7 +85,7 @@ protected **_cast** (*mixed* $ini) We have to cast values manually because parse_ini_file() has a poor implementation. -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -98,7 +98,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -109,7 +109,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -120,7 +120,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -133,7 +133,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -146,7 +146,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -157,7 +157,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -176,7 +176,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -189,7 +189,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -209,18 +209,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/uk/api/Phalcon_Config_Adapter_Json.md b/uk/api/Phalcon_Config_Adapter_Json.md index 860df550aee3..586aab8ede63 100644 --- a/uk/api/Phalcon_Config_Adapter_Json.md +++ b/uk/api/Phalcon_Config_Adapter_Json.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Json** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -39,7 +39,7 @@ public **__construct** (*mixed* $filePath) Phalcon\\Config\\Adapter\\Json constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -52,7 +52,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -63,7 +63,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -74,7 +74,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -87,7 +87,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -100,7 +100,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -111,7 +111,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -130,7 +130,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -143,7 +143,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -163,18 +163,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/uk/api/Phalcon_Config_Adapter_Php.md b/uk/api/Phalcon_Config_Adapter_Php.md index 844d5a6cdd20..4b1efd552967 100644 --- a/uk/api/Phalcon_Config_Adapter_Php.md +++ b/uk/api/Phalcon_Config_Adapter_Php.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Php** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -54,7 +54,7 @@ public **__construct** (*mixed* $filePath) Phalcon\\Config\\Adapter\\Php constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -67,7 +67,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -78,7 +78,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -89,7 +89,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -102,7 +102,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -115,7 +115,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -126,7 +126,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -145,7 +145,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -158,7 +158,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -178,18 +178,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/uk/api/Phalcon_Config_Adapter_Yaml.md b/uk/api/Phalcon_Config_Adapter_Yaml.md index 1955bc04918c..d18c9d186103 100644 --- a/uk/api/Phalcon_Config_Adapter_Yaml.md +++ b/uk/api/Phalcon_Config_Adapter_Yaml.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Adapter\\Yaml** -*extends* class [Phalcon\Config](/en/3.2/api/Phalcon_Config) +*extends* class [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) *implements* [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) @@ -56,7 +56,7 @@ public **__construct** (*mixed* $filePath, [*array* $callbacks]) Phalcon\\Config\\Adapter\\Yaml constructor -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Allows to check whether an attribute is defined using the array-syntax @@ -69,7 +69,7 @@ var_dump( ``` -public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **path** (*mixed* $path, [*mixed* $defaultValue], [*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns a value from current config using a dot separated path. @@ -80,7 +80,7 @@ echo $config->path("unknown.path", "default", "."); ``` -public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **get** (*mixed* $index, [*mixed* $defaultValue]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute from the configuration, if the attribute isn't defined returns null If the value is exactly null or is not defined the default value will be used instead @@ -91,7 +91,7 @@ echo $config->get("controllersDir", "../app/controllers/"); ``` -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets an attribute using the array-syntax @@ -104,7 +104,7 @@ print_r( ``` -public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetSet** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets an attribute using the array-syntax @@ -117,7 +117,7 @@ $config["database"] = [ ``` -public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **offsetUnset** (*mixed* $index) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Unsets an attribute using the array-syntax @@ -128,7 +128,7 @@ unset($config["database"]); ``` -public **merge** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **merge** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Merges a configuration into the current one @@ -147,7 +147,7 @@ $globalConfig->merge($appConfig); ``` -public **toArray** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **toArray** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Converts recursively the object to an array @@ -160,7 +160,7 @@ print_r( ``` -public **count** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public **count** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Returns the count of properties set in the config @@ -180,18 +180,18 @@ print $config->count(); ``` -public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **__set_state** (*array* $data) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Restores the state of a Phalcon\\Config object -public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **setPathDelimiter** ([*mixed* $delimiter]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Sets the default path delimiter -public static **getPathDelimiter** () inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +public static **getPathDelimiter** () inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Gets the default path delimiter -final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/en/3.2/api/Phalcon_Config) +final protected *Config merged config* **_merge** (*Config* $config, [*mixed* $instance]) inherited from [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) Helper method for merge configs (forwarding nested config instance) \ No newline at end of file diff --git a/uk/api/Phalcon_Config_Exception.md b/uk/api/Phalcon_Config_Exception.md index 870c720975df..3242b9db2c8b 100644 --- a/uk/api/Phalcon_Config_Exception.md +++ b/uk/api/Phalcon_Config_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Config\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Config_Factory.md b/uk/api/Phalcon_Config_Factory.md index 9d9e2f8abec2..e4cc40839666 100644 --- a/uk/api/Phalcon_Config_Factory.md +++ b/uk/api/Phalcon_Config_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Config\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $config = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/uk/api/Phalcon_Crypt.md b/uk/api/Phalcon_Crypt.md index 348e1401a9a0..dded332767b8 100644 --- a/uk/api/Phalcon_Crypt.md +++ b/uk/api/Phalcon_Crypt.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Crypt** -*implements* [Phalcon\CryptInterface](/en/3.2/api/Phalcon_CryptInterface) +*implements* [Phalcon\CryptInterface](/[[language]]/[[version]]/api/Phalcon_CryptInterface) Source on GitHub diff --git a/uk/api/Phalcon_Crypt_Exception.md b/uk/api/Phalcon_Crypt_Exception.md index ea2a2af5ed7e..8320426ee479 100644 --- a/uk/api/Phalcon_Crypt_Exception.md +++ b/uk/api/Phalcon_Crypt_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Crypt\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Db_Adapter.md b/uk/api/Phalcon_Db_Adapter.md index acf566089977..e79a17de7eb7 100644 --- a/uk/api/Phalcon_Db_Adapter.md +++ b/uk/api/Phalcon_Db_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Db\\Adapter** -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -24,7 +24,7 @@ public **__construct** (*array* $descriptor) Phalcon\\Db\\Adapter constructor -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager @@ -32,7 +32,7 @@ public **getEventsManager** () Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) Sets the dialect used to produce the SQL @@ -309,11 +309,11 @@ public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExist Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Modifies a table column based on a definition @@ -321,7 +321,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Adds an index to a table @@ -329,7 +329,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Adds a primary key to a table @@ -337,7 +337,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Adds a foreign key to a table @@ -345,7 +345,7 @@ public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $ref Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Returns the SQL column definition from a column @@ -375,7 +375,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -512,54 +512,54 @@ public *array* **getSQLBindTypes** () Active SQL statement in the object -abstract public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **query** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **query** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **execute** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **execute** (*mixed* $sqlStatement, [*mixed* $placeholders], [*mixed* $dataTypes]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **affectedRows** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **affectedRows** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **close** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **close** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **lastInsertId** ([*mixed* $sequenceName]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **lastInsertId** ([*mixed* $sequenceName]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **isUnderTransaction** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **isUnderTransaction** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **getInternalHandler** () inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **getInternalHandler** () inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Db_AdapterInterface.md b/uk/api/Phalcon_Db_AdapterInterface.md index 4c6a8f54b3f1..4124c5cb5c2d 100644 --- a/uk/api/Phalcon_Db_AdapterInterface.md +++ b/uk/api/Phalcon_Db_AdapterInterface.md @@ -64,11 +64,11 @@ abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) ... @@ -76,7 +76,7 @@ abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -84,7 +84,7 @@ abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -92,7 +92,7 @@ abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) ... @@ -100,7 +100,7 @@ abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mi ... -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... diff --git a/uk/api/Phalcon_Db_Adapter_Pdo.md b/uk/api/Phalcon_Db_Adapter_Pdo.md index 386228071e7c..8f38825ed816 100644 --- a/uk/api/Phalcon_Db_Adapter_Pdo.md +++ b/uk/api/Phalcon_Db_Adapter_Pdo.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Db\\Adapter\\Pdo** -*extends* abstract class [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +*extends* abstract class [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) Source on GitHub @@ -262,35 +262,35 @@ public *array* **getErrorInfo** () Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -307,7 +307,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -338,7 +338,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -358,7 +358,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -377,7 +377,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -398,7 +398,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -435,7 +435,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -456,7 +456,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -474,7 +474,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -494,11 +494,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -509,7 +509,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -522,7 +522,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -535,71 +535,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -612,7 +612,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -625,7 +625,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table indexes @@ -638,7 +638,7 @@ print_r( ``` -public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table references @@ -651,7 +651,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -664,31 +664,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -712,7 +712,7 @@ $success = $connection->insert( ``` -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -734,34 +734,34 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires an explicit value for identity columns -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Db_Adapter_Pdo_Factory.md b/uk/api/Phalcon_Db_Adapter_Pdo_Factory.md index ee6012bcb57f..8df2b4fb001f 100644 --- a/uk/api/Phalcon_Db_Adapter_Pdo_Factory.md +++ b/uk/api/Phalcon_Db_Adapter_Pdo_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -27,8 +27,8 @@ $db = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Db_Adapter_Pdo_Mysql.md b/uk/api/Phalcon_Db_Adapter_Pdo_Mysql.md index 480418c20e4d..8e1af9c3adc2 100644 --- a/uk/api/Phalcon_Db_Adapter_Pdo_Mysql.md +++ b/uk/api/Phalcon_Db_Adapter_Pdo_Mysql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Mysql** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -40,7 +40,7 @@ print_r( ``` -public [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -66,11 +66,11 @@ print_r( ``` -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **connect** ([*array* $descriptor]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) This method is automatically called in \\Phalcon\\Db\\Adapter\\Pdo constructor. Call it when you need to restore a database connection. @@ -95,7 +95,7 @@ $connection->connect(); ``` -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -120,7 +120,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -145,7 +145,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -166,7 +166,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -188,7 +188,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -203,11 +203,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -218,7 +218,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -236,7 +236,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -261,23 +261,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -293,43 +293,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -346,7 +346,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -377,7 +377,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -397,7 +397,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -416,7 +416,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -437,7 +437,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -474,7 +474,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -495,7 +495,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -513,7 +513,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -533,11 +533,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -548,7 +548,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -561,7 +561,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -574,71 +574,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -651,7 +651,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -664,7 +664,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -677,31 +677,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -725,7 +725,7 @@ $success = $connection->insert( ``` -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -747,30 +747,30 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **useExplicitIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires an explicit value for identity columns -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/uk/api/Phalcon_Db_Adapter_Pdo_Postgresql.md b/uk/api/Phalcon_Db_Adapter_Pdo_Postgresql.md index b1cb00160eab..026f46731bd6 100644 --- a/uk/api/Phalcon_Db_Adapter_Pdo_Postgresql.md +++ b/uk/api/Phalcon_Db_Adapter_Pdo_Postgresql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Postgresql** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -48,7 +48,7 @@ public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $defini Creates a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Modifies a table column based on a definition @@ -84,11 +84,11 @@ public **supportSequences** () Check whether the database system requires a sequence to produce auto-numeric values -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -113,7 +113,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -138,7 +138,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -159,7 +159,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -181,7 +181,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -196,11 +196,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -211,7 +211,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -229,7 +229,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -254,23 +254,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -286,43 +286,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -339,7 +339,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -370,7 +370,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -390,7 +390,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -409,7 +409,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -430,7 +430,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -467,7 +467,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -488,7 +488,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -506,7 +506,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -526,11 +526,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -541,7 +541,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -554,7 +554,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -567,63 +567,63 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -636,7 +636,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -649,7 +649,7 @@ print_r( ``` -public [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) **describeIndexes** (*string* $table, [*string* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table indexes @@ -662,7 +662,7 @@ print_r( ``` -public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Lists table references @@ -675,7 +675,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -688,31 +688,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default value to make the RBDM use the default value declared in the table definition @@ -734,22 +734,22 @@ $success = $connection->insert( ``` -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/uk/api/Phalcon_Db_Adapter_Pdo_Sqlite.md b/uk/api/Phalcon_Db_Adapter_Pdo_Sqlite.md index 5362f5631c79..7eb7e010da31 100644 --- a/uk/api/Phalcon_Db_Adapter_Pdo_Sqlite.md +++ b/uk/api/Phalcon_Db_Adapter_Pdo_Sqlite.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Adapter\\Pdo\\Sqlite** -*extends* abstract class [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +*extends* abstract class [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) -*implements* [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -40,7 +40,7 @@ print_r( ``` -public [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) +public [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) **describeIndexes** (*string* $table, [*string* $schema]) Lists table indexes @@ -53,7 +53,7 @@ print_r( ``` -public [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) **describeReferences** (*string* $table, [*string* $schema]) +public [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) **describeReferences** (*string* $table, [*string* $schema]) Lists table references @@ -83,11 +83,11 @@ $success = $connection->insert( ``` -public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **__construct** (*array* $descriptor) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Constructor for Phalcon\\Db\\Adapter\\Pdo -public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **prepare** (*mixed* $sqlStatement) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns a PDO prepared statement to be executed with 'executePrepared' @@ -112,7 +112,7 @@ $result = $connection->executePrepared( ``` -public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public [PDOStatement](http://php.net/manual/en/class.pdostatement.php) **executePrepared** ([PDOStatement](http://php.net/manual/en/class.pdostatement.php) $statement, *array* $placeholders, *array* $dataTypes) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Executes a prepared statement binding. This function uses integer indexes starting from zero @@ -137,7 +137,7 @@ $result = $connection->executePrepared( ``` -public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **query** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows @@ -158,7 +158,7 @@ $resultset = $connection->query( ``` -public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **execute** (*mixed* $sqlStatement, [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server doesn't return any rows @@ -180,7 +180,7 @@ $success = $connection->execute( ``` -public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **affectedRows** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the number of affected rows by the latest INSERT/UPDATE/DELETE executed in the database system @@ -195,11 +195,11 @@ echo $connection->affectedRows(), " were deleted"; ``` -public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **close** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends -public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **escapeString** (*mixed* $str) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Escapes a value to avoid SQL injections according to the active charset in the connection @@ -210,7 +210,7 @@ $escapedStr = $connection->escapeString("some dangerous value"); ``` -public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **convertBoundParams** (*mixed* $sql, [*array* $params]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Converts bound parameters such as :name: or ?1 into PDO bind params ? @@ -228,7 +228,7 @@ print_r( ``` -public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *int* | *boolean* **lastInsertId** ([*string* $sequenceName]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the insert id for the auto_increment/serial column inserted in the latest executed SQL statement @@ -253,23 +253,23 @@ $id = $connection->lastInsertId(); ``` -public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **begin** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Starts a transaction in the connection -public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **rollback** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Rollbacks the active transaction in the connection -public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **commit** ([*mixed* $nesting]) inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Commits the active transaction in the connection -public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getTransactionLevel** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Returns the current transaction nesting level -public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **isUnderTransaction** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Checks whether the connection is under a transaction @@ -285,43 +285,43 @@ var_dump( ``` -public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public **getInternalHandler** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return internal PDO handler -public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) +public *array* **getErrorInfo** () inherited from [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) Return the error info, if any -public **getDialectType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialectType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Name of the dialect used -public **getType** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getType** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Type of database system the adapter is used for -public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSqlVariables** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL bound parameter variables -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getEventsManager** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the internal event manager -public **setDialect** ([Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setDialect** ([Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) $dialect) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Sets the dialect used to produce the SQL -public **getDialect** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDialect** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns internal dialect instance -public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **fetchOne** (*mixed* $sqlQuery, [*mixed* $fetchMode], [*mixed* $bindParams], [*mixed* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the first row in a SQL query result @@ -338,7 +338,7 @@ print_r($robot); ``` -public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **fetchAll** (*string* $sqlQuery, [*int* $fetchMode], [*array* $bindParams], [*array* $bindTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Dumps the complete result of a query into an array @@ -369,7 +369,7 @@ foreach($robots as $robot) { ``` -public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* | ** **fetchColumn** (*string* $sqlQuery, [*array* $placeholders], [*int* | *string* $column]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the n'th field of first row in a SQL query result @@ -389,7 +389,7 @@ print_r($robot); ``` -public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insert** (*string* | *array* $table, *array* $values, [*array* $fields], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RDBMS SQL syntax @@ -408,7 +408,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **insertAsDict** (*string* $table, *array* $data, [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Inserts data into a table using custom RBDM SQL syntax @@ -429,7 +429,7 @@ INSERT INTO `robots` (`name`, `year`) VALUES ("Astro boy", 1952); ``` -public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **update** (*string* | *array* $table, *array* $fields, *array* $values, [*string* | *array* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax @@ -466,7 +466,7 @@ $success = $connection->update( Warning! If $whereCondition is string it not escaped. -public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **updateAsDict** (*string* $table, *array* $data, [*string* $whereCondition], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Updates data on a table using custom RBDM SQL syntax Another, more convenient syntax @@ -487,7 +487,7 @@ UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 ``` -public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *boolean* **delete** (*string* | *array* $table, [*string* $whereCondition], [*array* $placeholders], [*array* $dataTypes]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Deletes data from a table using custom RBDM SQL syntax @@ -505,7 +505,7 @@ DELETE FROM `robots` WHERE `id` = 101 ``` -public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **escapeIdentifier** (*array* | *string* $identifier) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Escapes a column/table/schema name @@ -525,11 +525,11 @@ $escapedTable = $connection->escapeIdentifier( ``` -public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getColumnList** (*array* $columnList) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets a list of columns -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Appends a LIMIT clause to $sqlQuery argument @@ -540,7 +540,7 @@ echo $connection->limit("SELECT * FROM robots", 5); ``` -public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.table @@ -553,7 +553,7 @@ var_dump( ``` -public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Generates SQL checking for the existence of a schema.view @@ -566,71 +566,71 @@ var_dump( ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a FOR UPDATE clause -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns a SQL modified with a LOCK IN SHARE MODE clause -public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a table -public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropTable** (*mixed* $tableName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table from a schema/database -public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a view -public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a view -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Modifies a table column based on a definition -public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds an index to a table -public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drop an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a primary key to a table -public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a table's primary key -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Adds a foreign key to a table -public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Drops a foreign key from a table -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the SQL column definition from a column -public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all tables on a database @@ -643,7 +643,7 @@ print_r( ``` -public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **listViews** ([*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) List all views on a database @@ -656,7 +656,7 @@ print_r( ``` -public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **tableOptions** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets creation options from a table @@ -669,31 +669,31 @@ print_r( ``` -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Creates a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Releases given savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Rollbacks given savepoint -public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **setNestedTransactionsWithSavepoints** (*mixed* $nestedTransactionsWithSavepoints) inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Set if nested transactions should use savepoints -public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **isNestedTransactionsWithSavepoints** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns if nested transactions should use savepoints -public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getNestedTransactionSavepointName** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the savepoint name to use for nested transactions -public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDefaultIdValue** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Returns the default identity value to be inserted in an identity column @@ -717,26 +717,26 @@ $success = $connection->insert( ``` -public **supportSequences** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **supportSequences** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Check whether the database system requires a sequence to produce auto-numeric values -public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getDescriptor** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Return descriptor used to connect to the active database -public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *string* **getConnectionId** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Gets the active connection unique identifier -public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object -public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public **getRealSQLStatement** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object without replace bound parameters -public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) +public *array* **getSQLBindTypes** () inherited from [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) Active SQL statement in the object \ No newline at end of file diff --git a/uk/api/Phalcon_Db_Column.md b/uk/api/Phalcon_Db_Column.md index fe0210a2b411..d55516aa88c9 100644 --- a/uk/api/Phalcon_Db_Column.md +++ b/uk/api/Phalcon_Db_Column.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Column** -*implements* [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) +*implements* [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) Source on GitHub diff --git a/uk/api/Phalcon_Db_Dialect.md b/uk/api/Phalcon_Db_Dialect.md index df25f0af03ab..8cda9d7853dd 100644 --- a/uk/api/Phalcon_Db_Dialect.md +++ b/uk/api/Phalcon_Db_Dialect.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Db\\Dialect** -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -199,86 +199,86 @@ protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $es Prepares qualified for this RDBMS -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropForeignKey** (*mixed* $tableName, *mixed* $schemaName, *mixed* $referenceName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **createTable** (*mixed* $tableName, *mixed* $schemaName, *array* $definition) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **createView** (*mixed* $viewName, *array* $definition, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropTable** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropTable** (*mixed* $tableName, *mixed* $schemaName) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **dropView** (*mixed* $viewName, [*mixed* $schemaName], [*mixed* $ifExists]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **tableExists** (*mixed* $tableName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **viewExists** (*mixed* $viewName, [*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeColumns** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **listTables** ([*mixed* $schemaName]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeIndexes** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeIndexes** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **describeReferences** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... -abstract public **tableOptions** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +abstract public **tableOptions** (*mixed* $table, [*mixed* $schema]) inherited from [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Db_DialectInterface.md b/uk/api/Phalcon_Db_DialectInterface.md index 90ee58afb9e1..7301a959c407 100644 --- a/uk/api/Phalcon_Db_DialectInterface.md +++ b/uk/api/Phalcon_Db_DialectInterface.md @@ -24,15 +24,15 @@ abstract public **getColumnList** (*array* $columnList) ... -abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +abstract public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... -abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +abstract public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) ... @@ -40,7 +40,7 @@ abstract public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -48,7 +48,7 @@ abstract public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* ... -abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +abstract public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) ... @@ -56,7 +56,7 @@ abstract public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) ... -abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +abstract public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) ... diff --git a/uk/api/Phalcon_Db_Dialect_Mysql.md b/uk/api/Phalcon_Db_Dialect_Mysql.md index d1a80102e14c..392c5e2aa192 100644 --- a/uk/api/Phalcon_Db_Dialect_Mysql.md +++ b/uk/api/Phalcon_Db_Dialect_Mysql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Mysql** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the MySQL RDBMS ## Methods -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in MySQL -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -133,23 +133,23 @@ protected **_getTableOptions** (*array* $definition) Generates SQL to add the table creation options -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -164,7 +164,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -176,7 +176,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -188,7 +188,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -204,122 +204,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/uk/api/Phalcon_Db_Dialect_Postgresql.md b/uk/api/Phalcon_Db_Dialect_Postgresql.md index f10d03525235..a21b58d04f66 100644 --- a/uk/api/Phalcon_Db_Dialect_Postgresql.md +++ b/uk/api/Phalcon_Db_Dialect_Postgresql.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Postgresql** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the PostgreSQL RDBMS ## Methods -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in PostgreSQL -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -129,7 +129,7 @@ public **tableOptions** (*mixed* $table, [*mixed* $schema]) Generates the SQL to describe the table creation options -protected **_castDefault** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +protected **_castDefault** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) ... @@ -137,23 +137,23 @@ protected **_getTableOptions** (*array* $definition) ... -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -168,7 +168,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -180,7 +180,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -192,7 +192,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -208,122 +208,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/uk/api/Phalcon_Db_Dialect_Sqlite.md b/uk/api/Phalcon_Db_Dialect_Sqlite.md index dabec6d39e49..857353a62e5e 100644 --- a/uk/api/Phalcon_Db_Dialect_Sqlite.md +++ b/uk/api/Phalcon_Db_Dialect_Sqlite.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Db\\Dialect\\Sqlite** -*extends* abstract class [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +*extends* abstract class [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) -*implements* [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) +*implements* [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) Source on GitHub @@ -10,15 +10,15 @@ Generates database specific SQL for the Sqlite RDBMS ## Methods -public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **getColumnDefinition** ([Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Gets the column name in SQLite -public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column) +public **addColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column) Generates SQL to add a column to a table -public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) $currentColumn]) +public **modifyColumn** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $column, [[Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) $currentColumn]) Generates SQL to modify a column in a table @@ -26,7 +26,7 @@ public **dropColumn** (*mixed* $tableName, *mixed* $schemaName, *mixed* $columnN Generates SQL to delete a column from a table -public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addIndex** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add an index to a table @@ -34,7 +34,7 @@ public **dropIndex** (*mixed* $tableName, *mixed* $schemaName, *mixed* $indexNam Generates SQL to delete an index from a table -public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) $index) +public **addPrimaryKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) $index) Generates SQL to add the primary key to a table @@ -42,7 +42,7 @@ public **dropPrimaryKey** (*mixed* $tableName, *mixed* $schemaName) Generates SQL to delete primary key from a table -public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) $reference) +public **addForeignKey** (*mixed* $tableName, *mixed* $schemaName, [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) $reference) Generates SQL to add an index to a table @@ -146,23 +146,23 @@ public **tableOptions** (*mixed* $table, [*mixed* $schema]) Generates the SQL to describe the table creation options -public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **registerCustomFunction** (*mixed* $name, *mixed* $customFunction) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Registers custom SQL functions -public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getCustomFunctions** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns registered functions -final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escapeSchema** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape Schema -final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **escape** (*mixed* $str, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Escape identifiers -public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **limit** (*mixed* $sqlQuery, *mixed* $number) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generates the SQL for LIMIT clause @@ -177,7 +177,7 @@ echo $sql; // SELECT * FROM robots LIMIT 10 OFFSET 50 ``` -public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **forUpdate** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a FOR UPDATE clause @@ -189,7 +189,7 @@ echo $sql; // SELECT * FROM robots FOR UPDATE ``` -public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **sharedLock** (*mixed* $sqlQuery) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Returns a SQL modified with a LOCK IN SHARE MODE clause @@ -201,7 +201,7 @@ echo $sql; // SELECT * FROM robots LOCK IN SHARE MODE ``` -final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getColumnList** (*array* $columnList, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Gets a list of columns with escaped identifiers @@ -217,122 +217,122 @@ echo $dialect->getColumnList( ``` -final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlColumn** (*mixed* $column, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **getSqlExpression** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transforms an intermediate representation for an expression into a database system valid expression -final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final public **getSqlTable** (*mixed* $table, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Transform an intermediate representation of a schema/table into a database system valid expression -public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **select** (*array* $definition) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Builds a SELECT statement -public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports savepoints -public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **supportsReleaseSavepoints** () inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Checks whether the platform supports releasing savepoints. -public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **createSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to create a new savepoint -public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **releaseSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to release a savepoint -public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +public **rollbackSavepoint** (*mixed* $name) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Generate SQL to rollback a savepoint -final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionScalar** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Column expressions -final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionObject** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve object expressions -final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionQualified** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve qualified expressions -final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionBinaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve binary operations expressions -final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionUnaryOperations** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve unary operations expressions -final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFunctionCall** (*array* $expression, *mixed* $escapeChar, [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve function calls -final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionList** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve Lists -final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionAll** (*array* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve * -final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCastValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CAST of values -final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionConvertValue** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CONVERT of values encodings -final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionCase** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve CASE expressions -final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionFrom** (*mixed* $expression, [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a FROM clause -final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionJoins** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a JOINs clause -final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionWhere** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a WHERE clause -final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionGroupBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a GROUP BY clause -final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionHaving** (*array* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a HAVING clause -final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionOrderBy** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve an ORDER BY clause -final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +final protected **getSqlExpressionLimit** (*mixed* $expression, [*mixed* $escapeChar], [*mixed* $bindCounts]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Resolve a LIMIT clause -protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareColumnAlias** (*mixed* $qualified, [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares column for this RDBMS -protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareTable** (*mixed* $table, [*mixed* $schema], [*mixed* $alias], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares table for this RDBMS -protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) +protected **prepareQualified** (*mixed* $column, [*mixed* $domain], [*mixed* $escapeChar]) inherited from [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) Prepares qualified for this RDBMS \ No newline at end of file diff --git a/uk/api/Phalcon_Db_Exception.md b/uk/api/Phalcon_Db_Exception.md index 00160179b065..2e8e5ea18b94 100644 --- a/uk/api/Phalcon_Db_Exception.md +++ b/uk/api/Phalcon_Db_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Db_Index.md b/uk/api/Phalcon_Db_Index.md index 9ca94ad0e146..6f6caa997ce0 100644 --- a/uk/api/Phalcon_Db_Index.md +++ b/uk/api/Phalcon_Db_Index.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Index** -*implements* [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) +*implements* [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) Source on GitHub diff --git a/uk/api/Phalcon_Db_Profiler.md b/uk/api/Phalcon_Db_Profiler.md index 1d6dde6d6e69..a3ef0bf32c63 100644 --- a/uk/api/Phalcon_Db_Profiler.md +++ b/uk/api/Phalcon_Db_Profiler.md @@ -31,7 +31,7 @@ echo "Total Elapsed Time: ", $profile->getTotalElapsedSeconds(), "\n"; ## Methods -public [Phalcon\Db\Profiler](/en/3.2/api/Phalcon_Db_Profiler) **startProfile** (*string* $sqlStatement, [*mixed* $sqlVariables], [*mixed* $sqlBindTypes]) +public [Phalcon\Db\Profiler](/[[language]]/[[version]]/api/Phalcon_Db_Profiler) **startProfile** (*string* $sqlStatement, [*mixed* $sqlVariables], [*mixed* $sqlBindTypes]) Starts the profile of a SQL sentence diff --git a/uk/api/Phalcon_Db_Reference.md b/uk/api/Phalcon_Db_Reference.md index 2e83e14de226..8a0fb59d7263 100644 --- a/uk/api/Phalcon_Db_Reference.md +++ b/uk/api/Phalcon_Db_Reference.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Reference** -*implements* [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) +*implements* [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) Source on GitHub diff --git a/uk/api/Phalcon_Db_Result_Pdo.md b/uk/api/Phalcon_Db_Result_Pdo.md index 91808dece71f..e152b23a7627 100644 --- a/uk/api/Phalcon_Db_Result_Pdo.md +++ b/uk/api/Phalcon_Db_Result_Pdo.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Db\\Result\\Pdo** -*implements* [Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) +*implements* [Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) Source on GitHub @@ -23,7 +23,7 @@ while ($robot = $result->fetchArray()) { ## Methods -public **__construct** ([Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [PDOStatement](http://php.net/manual/en/class.pdostatement.php) $result, [*string* $sqlStatement], [*array* $bindParams], [*array* $bindTypes]) +public **__construct** ([Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [PDOStatement](http://php.net/manual/en/class.pdostatement.php) $result, [*string* $sqlStatement], [*array* $bindParams], [*array* $bindTypes]) Phalcon\\Db\\Result\\Pdo constructor diff --git a/uk/api/Phalcon_Debug_Exception.md b/uk/api/Phalcon_Debug_Exception.md index 170f204a2e35..7d7ec4c5af2d 100644 --- a/uk/api/Phalcon_Debug_Exception.md +++ b/uk/api/Phalcon_Debug_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Debug\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Di.md b/uk/api/Phalcon_Di.md index b8952c5e506b..f64b45fac2aa 100644 --- a/uk/api/Phalcon_Di.md +++ b/uk/api/Phalcon_Di.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di** -*implements* [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -41,7 +41,7 @@ public **__construct** () Phalcon\\Di constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the internal event manager @@ -65,7 +65,7 @@ public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) Sets a service using a raw Phalcon\\Di\\Service definition @@ -131,7 +131,7 @@ public **__call** (*mixed* $method, [*mixed* $arguments]) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) Registers a service provider. @@ -153,7 +153,7 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Set a default dependency injection container to be obtained into static methods @@ -241,6 +241,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) Loads services from a Config object. \ No newline at end of file diff --git a/uk/api/Phalcon_DiInterface.md b/uk/api/Phalcon_DiInterface.md index d5aaf481d165..faf55118df51 100644 --- a/uk/api/Phalcon_DiInterface.md +++ b/uk/api/Phalcon_DiInterface.md @@ -30,7 +30,7 @@ abstract public **getShared** (*mixed* $name, [*mixed* $parameters]) ... -abstract public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) +abstract public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) ... @@ -54,7 +54,7 @@ abstract public **getServices** () ... -abstract public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... diff --git a/uk/api/Phalcon_Di_Exception.md b/uk/api/Phalcon_Di_Exception.md index 01369a279ffe..1ed3c8df0665 100644 --- a/uk/api/Phalcon_Di_Exception.md +++ b/uk/api/Phalcon_Di_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Di_FactoryDefault.md b/uk/api/Phalcon_Di_FactoryDefault.md index def22fd023e0..809eb0b4e265 100644 --- a/uk/api/Phalcon_Di_FactoryDefault.md +++ b/uk/api/Phalcon_Di_FactoryDefault.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Di\\FactoryDefault** -*extends* class [Phalcon\Di](/en/3.2/api/Phalcon_Di) +*extends* class [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) -*implements* [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) +*implements* [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) Source on GitHub @@ -14,67 +14,67 @@ public **__construct** () Phalcon\\Di\\FactoryDefault constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets the internal event manager -public **getInternalEventsManager** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getInternalEventsManager** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns the internal event manager -public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service in the services container -public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers an "always shared" service in the services container -public **remove** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **remove** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service in the services container It also removes any shared instance created for the service -public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets a service using a raw Phalcon\\Di\\Service definition -public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a service definition without resolving -public **getService** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getService** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a Phalcon\\Di\\Service instance -public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves the service based on its configuration -public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves a service, the resolved service is stored in the DI, subsequent requests for this service will return the same instance -public **has** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **has** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the DI contains a service by a name -public **wasFreshInstance** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **wasFreshInstance** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the last service obtained via getShared produced a fresh instance or an existing one -public **getServices** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getServices** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the services registered in the DI -public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check if a service is registered using the array syntax -public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to register a shared service using the array syntax @@ -85,7 +85,7 @@ $di["request"] = new \Phalcon\Http\Request(); ``` -public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to obtain a shared service using the array syntax @@ -96,15 +96,15 @@ var_dump($di["request"]); ``` -public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service from the services container using the array syntax -public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service provider. @@ -126,19 +126,19 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Set a default dependency injection container to be obtained into static methods -public static **getDefault** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **getDefault** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the latest DI created -public static **reset** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **reset** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resets the internal default DI -public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a yaml file. @@ -177,7 +177,7 @@ user: ``` -public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a php config file. @@ -214,6 +214,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a Config object. \ No newline at end of file diff --git a/uk/api/Phalcon_Di_FactoryDefault_Cli.md b/uk/api/Phalcon_Di_FactoryDefault_Cli.md index 808c2429947d..dfb8708307a9 100644 --- a/uk/api/Phalcon_Di_FactoryDefault_Cli.md +++ b/uk/api/Phalcon_Di_FactoryDefault_Cli.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Di\\FactoryDefault\\Cli** -*extends* class [Phalcon\Di\FactoryDefault](/en/3.2/api/Phalcon_Di_FactoryDefault) +*extends* class [Phalcon\Di\FactoryDefault](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault) -*implements* [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -14,67 +14,67 @@ public **__construct** () Phalcon\\Di\\FactoryDefault\\Cli constructor -public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setInternalEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets the internal event manager -public **getInternalEventsManager** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getInternalEventsManager** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns the internal event manager -public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **set** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service in the services container -public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setShared** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers an "always shared" service in the services container -public **remove** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **remove** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service in the services container It also removes any shared instance created for the service -public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **attempt** (*mixed* $name, *mixed* $definition, [*mixed* $shared]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name -public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **setRaw** (*mixed* $name, [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) $rawDefinition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Sets a service using a raw Phalcon\\Di\\Service definition -public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getRaw** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a service definition without resolving -public **getService** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getService** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Returns a Phalcon\\Di\\Service instance -public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **get** (*mixed* $name, [*mixed* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves the service based on its configuration -public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public *mixed* **getShared** (*string* $name, [*array* $parameters]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resolves a service, the resolved service is stored in the DI, subsequent requests for this service will return the same instance -public **has** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **has** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the DI contains a service by a name -public **wasFreshInstance** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **wasFreshInstance** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check whether the last service obtained via getShared produced a fresh instance or an existing one -public **getServices** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **getServices** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the services registered in the DI -public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetExists** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Check if a service is registered using the array syntax -public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetSet** (*mixed* $name, *mixed* $definition) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to register a shared service using the array syntax @@ -85,7 +85,7 @@ $di["request"] = new \Phalcon\Http\Request(); ``` -public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetGet** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Allows to obtain a shared service using the array syntax @@ -96,15 +96,15 @@ var_dump($di["request"]); ``` -public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **offsetUnset** (*mixed* $name) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Removes a service from the services container using the array syntax -public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **__call** (*mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Magic method to get or set services using setters/getters -public **register** ([Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **register** ([Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) $provider) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Registers a service provider. @@ -126,19 +126,19 @@ class SomeServiceProvider implements ServiceProviderInterface ``` -public static **setDefault** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **setDefault** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Set a default dependency injection container to be obtained into static methods -public static **getDefault** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **getDefault** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Return the latest DI created -public static **reset** () inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public static **reset** () inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Resets the internal default DI -public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromYaml** (*mixed* $filePath, [*array* $callbacks]) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a yaml file. @@ -177,7 +177,7 @@ user: ``` -public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +public **loadFromPhp** (*mixed* $filePath) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a php config file. @@ -214,6 +214,6 @@ return [ ``` -protected **loadFromConfig** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/en/3.2/api/Phalcon_Di) +protected **loadFromConfig** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) $config) inherited from [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) Loads services from a Config object. \ No newline at end of file diff --git a/uk/api/Phalcon_Di_Injectable.md b/uk/api/Phalcon_Di_Injectable.md index 3eb8ada1dbc1..5a81520bde57 100644 --- a/uk/api/Phalcon_Di_Injectable.md +++ b/uk/api/Phalcon_Di_Injectable.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Di\\Injectable** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -8,7 +8,7 @@ This class allows to access services in the services container by just only acce ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -16,7 +16,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager diff --git a/uk/api/Phalcon_Di_InjectionAwareInterface.md b/uk/api/Phalcon_Di_InjectionAwareInterface.md index 570151b78465..a43b8c2862f2 100644 --- a/uk/api/Phalcon_Di_InjectionAwareInterface.md +++ b/uk/api/Phalcon_Di_InjectionAwareInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +abstract public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) ... diff --git a/uk/api/Phalcon_Di_Service.md b/uk/api/Phalcon_Di_Service.md index eb7bb0ec7de4..71a74ecdef9e 100644 --- a/uk/api/Phalcon_Di_Service.md +++ b/uk/api/Phalcon_Di_Service.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Di\\Service** -*implements* [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) +*implements* [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) Source on GitHub @@ -45,7 +45,7 @@ public *mixed* **getDefinition** () Returns the service definition -public *mixed* **resolve** ([*array* $parameters], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public *mixed* **resolve** ([*array* $parameters], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Resolves the service diff --git a/uk/api/Phalcon_Di_ServiceInterface.md b/uk/api/Phalcon_Di_ServiceInterface.md index 6e5a374a90a0..2dc295e79f31 100644 --- a/uk/api/Phalcon_Di_ServiceInterface.md +++ b/uk/api/Phalcon_Di_ServiceInterface.md @@ -24,7 +24,7 @@ abstract public **getDefinition** () ... -abstract public **resolve** ([*mixed* $parameters], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +abstract public **resolve** ([*mixed* $parameters], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) ... diff --git a/uk/api/Phalcon_Di_ServiceProviderInterface.md b/uk/api/Phalcon_Di_ServiceProviderInterface.md index 287d4bf0463f..9123461b1d9c 100644 --- a/uk/api/Phalcon_Di_ServiceProviderInterface.md +++ b/uk/api/Phalcon_Di_ServiceProviderInterface.md @@ -4,6 +4,6 @@ ## Methods -abstract public **register** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $di) +abstract public **register** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $di) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Di_Service_Builder.md b/uk/api/Phalcon_Di_Service_Builder.md index 6d24fd254ec0..fd58fcc7f9d6 100644 --- a/uk/api/Phalcon_Di_Service_Builder.md +++ b/uk/api/Phalcon_Di_Service_Builder.md @@ -6,14 +6,14 @@ This class builds instances based on complex definitions ## Methods -private *mixed* **_buildParameter** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *int* $position, *array* $argument) +private *mixed* **_buildParameter** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *int* $position, *array* $argument) Resolves a constructor/call parameter -private **_buildParameters** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *array* $arguments) +private **_buildParameters** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *array* $arguments) Resolves an array of parameters -public *mixed* **build** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *array* $definition, [*array* $parameters]) +public *mixed* **build** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *array* $definition, [*array* $parameters]) Builds a service using a complex service definition \ No newline at end of file diff --git a/uk/api/Phalcon_Dispatcher.md b/uk/api/Phalcon_Dispatcher.md index 968c8da4e2d4..bac32ced3cd6 100644 --- a/uk/api/Phalcon_Dispatcher.md +++ b/uk/api/Phalcon_Dispatcher.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Dispatcher** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -22,7 +22,7 @@ This is the base class for Phalcon\\Mvc\\Dispatcher and Phalcon\\Cli\\Dispatcher ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -30,7 +30,7 @@ public **getDI** () Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -134,7 +134,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) Enable model binding during dispatch diff --git a/uk/api/Phalcon_Escaper.md b/uk/api/Phalcon_Escaper.md index 877841068750..1982c7c16ba4 100644 --- a/uk/api/Phalcon_Escaper.md +++ b/uk/api/Phalcon_Escaper.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Escaper** -*implements* [Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) +*implements* [Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) Source on GitHub diff --git a/uk/api/Phalcon_Escaper_Exception.md b/uk/api/Phalcon_Escaper_Exception.md index adf11a235541..8408988bd6c0 100644 --- a/uk/api/Phalcon_Escaper_Exception.md +++ b/uk/api/Phalcon_Escaper_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Escaper\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Events_Event.md b/uk/api/Phalcon_Events_Event.md index 169aea9f622f..186ef0ff4601 100644 --- a/uk/api/Phalcon_Events_Event.md +++ b/uk/api/Phalcon_Events_Event.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Event** -*implements* [Phalcon\Events\EventInterface](/en/3.2/api/Phalcon_Events_EventInterface) +*implements* [Phalcon\Events\EventInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventInterface) Source on GitHub diff --git a/uk/api/Phalcon_Events_EventsAwareInterface.md b/uk/api/Phalcon_Events_EventsAwareInterface.md index ddcd3e24a896..660aeca60b88 100644 --- a/uk/api/Phalcon_Events_EventsAwareInterface.md +++ b/uk/api/Phalcon_Events_EventsAwareInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +abstract public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) ... diff --git a/uk/api/Phalcon_Events_Exception.md b/uk/api/Phalcon_Events_Exception.md index de8a2952e638..d856fd18e02f 100644 --- a/uk/api/Phalcon_Events_Exception.md +++ b/uk/api/Phalcon_Events_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Events_Manager.md b/uk/api/Phalcon_Events_Manager.md index 86998390c28d..e965f588adfc 100644 --- a/uk/api/Phalcon_Events_Manager.md +++ b/uk/api/Phalcon_Events_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Events\\Manager** -*implements* [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) +*implements* [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) Source on GitHub @@ -40,7 +40,7 @@ public **detachAll** ([*mixed* $type]) Removes all events from the EventsManager -final public *mixed* **fireQueue** ([SplPriorityQueue](http://php.net/manual/en/class.splpriorityqueue.php) | *array* $queue, [Phalcon\Events\Event](/en/3.2/api/Phalcon_Events_Event) $event) +final public *mixed* **fireQueue** ([SplPriorityQueue](http://php.net/manual/en/class.splpriorityqueue.php) | *array* $queue, [Phalcon\Events\Event](/[[language]]/[[version]]/api/Phalcon_Events_Event) $event) Internal handler to call a queue of events diff --git a/uk/api/Phalcon_Factory.md b/uk/api/Phalcon_Factory.md index c82c01e32646..5455ab8d366c 100644 --- a/uk/api/Phalcon_Factory.md +++ b/uk/api/Phalcon_Factory.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Factory** -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -10,6 +10,6 @@ protected static **loadClass** (*mixed* $namespace, *mixed* $config) ... -abstract public static **load** (*mixed* $config) inherited from [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +abstract public static **load** (*mixed* $config) inherited from [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Factory_Exception.md b/uk/api/Phalcon_Factory_Exception.md index 0cc131643a2d..3d23358fc93a 100644 --- a/uk/api/Phalcon_Factory_Exception.md +++ b/uk/api/Phalcon_Factory_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Factory\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Filter.md b/uk/api/Phalcon_Filter.md index 7f7d114cea22..8a3294e7e346 100644 --- a/uk/api/Phalcon_Filter.md +++ b/uk/api/Phalcon_Filter.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Filter** -*implements* [Phalcon\FilterInterface](/en/3.2/api/Phalcon_FilterInterface) +*implements* [Phalcon\FilterInterface](/[[language]]/[[version]]/api/Phalcon_FilterInterface) Source on GitHub diff --git a/uk/api/Phalcon_Filter_Exception.md b/uk/api/Phalcon_Filter_Exception.md index 25c5e6ee0d60..17a4a92ec866 100644 --- a/uk/api/Phalcon_Filter_Exception.md +++ b/uk/api/Phalcon_Filter_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Filter\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Flash.md b/uk/api/Phalcon_Flash.md index fab60ddca1fb..b84065699982 100644 --- a/uk/api/Phalcon_Flash.md +++ b/uk/api/Phalcon_Flash.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Flash** -*implements* [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -32,11 +32,11 @@ public **getEscaperService** () Returns the Escaper Service -public **setEscaperService** ([Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) $escaperService) +public **setEscaperService** ([Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) $escaperService) Sets the Escaper Service -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -115,6 +115,6 @@ public **clear** () Clears accumulated messages when implicit flush is disabled -abstract public **message** (*mixed* $type, *mixed* $message) inherited from [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) +abstract public **message** (*mixed* $type, *mixed* $message) inherited from [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Flash_Direct.md b/uk/api/Phalcon_Flash_Direct.md index 9b8045cf2a4e..055edf9d64b5 100644 --- a/uk/api/Phalcon_Flash_Direct.md +++ b/uk/api/Phalcon_Flash_Direct.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Flash\\Direct** -*extends* abstract class [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +*extends* abstract class [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) Source on GitHub @@ -18,47 +18,47 @@ public **output** ([*mixed* $remove]) Prints the messages accumulated in the flasher -public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Phalcon\\Flash constructor -public **getAutoescape** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getAutoescape** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the autoescape mode in generated html -public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set the autoescape mode in generated html -public **getEscaperService** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getEscaperService** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the Escaper Service -public **setEscaperService** ([Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setEscaperService** ([Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the Escaper Service -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getDI** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the internal dependency injector -public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set whether the output must be implicitly flushed to the output or returned as string -public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set if the output must be implicitly formatted with HTML -public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set an array with CSS classes to format the messages -public **error** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **error** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML error message @@ -69,7 +69,7 @@ $flash->error("This is an error"); ``` -public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML notice/information message @@ -80,7 +80,7 @@ $flash->notice("This is an information"); ``` -public **success** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **success** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML success message @@ -91,7 +91,7 @@ $flash->success("The process was finished successfully"); ``` -public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML warning message @@ -102,7 +102,7 @@ $flash->warning("Hey, this is important"); ``` -public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Outputs a message formatting it with HTML @@ -113,6 +113,6 @@ $flash->outputMessage("error", $message); ``` -public **clear** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **clear** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Clears accumulated messages when implicit flush is disabled \ No newline at end of file diff --git a/uk/api/Phalcon_Flash_Exception.md b/uk/api/Phalcon_Flash_Exception.md index f5ec6b0dd447..b27c1e2a2657 100644 --- a/uk/api/Phalcon_Flash_Exception.md +++ b/uk/api/Phalcon_Flash_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Flash\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Flash_Session.md b/uk/api/Phalcon_Flash_Session.md index 79a563d1d532..426ed0ce19db 100644 --- a/uk/api/Phalcon_Flash_Session.md +++ b/uk/api/Phalcon_Flash_Session.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Flash\\Session** -*extends* abstract class [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +*extends* abstract class [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) Source on GitHub @@ -38,47 +38,47 @@ public **clear** () Clear messages in the session messenger -public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **__construct** ([*mixed* $cssClasses]) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Phalcon\\Flash constructor -public **getAutoescape** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getAutoescape** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the autoescape mode in generated html -public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutoescape** (*mixed* $autoescape) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set the autoescape mode in generated html -public **getEscaperService** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getEscaperService** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the Escaper Service -public **setEscaperService** ([Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setEscaperService** ([Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) $escaperService) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the Escaper Service -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **getDI** () inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Returns the internal dependency injector -public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setImplicitFlush** (*mixed* $implicitFlush) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set whether the output must be implicitly flushed to the output or returned as string -public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setAutomaticHtml** (*mixed* $automaticHtml) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set if the output must be implicitly formatted with HTML -public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **setCssClasses** (*array* $cssClasses) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Set an array with CSS classes to format the messages -public **error** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **error** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML error message @@ -89,7 +89,7 @@ $flash->error("This is an error"); ``` -public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **notice** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML notice/information message @@ -100,7 +100,7 @@ $flash->notice("This is an information"); ``` -public **success** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **success** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML success message @@ -111,7 +111,7 @@ $flash->success("The process was finished successfully"); ``` -public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public **warning** (*mixed* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Shows a HTML warning message @@ -122,7 +122,7 @@ $flash->warning("Hey, this is important"); ``` -public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) +public *string* | *void* **outputMessage** (*mixed* $type, *string* | *array* $message) inherited from [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) Outputs a message formatting it with HTML diff --git a/uk/api/Phalcon_Forms_Element.md b/uk/api/Phalcon_Forms_Element.md index 7bb82341d83b..181e6589f9a6 100644 --- a/uk/api/Phalcon_Forms_Element.md +++ b/uk/api/Phalcon_Forms_Element.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Forms\\Element** -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -12,7 +12,7 @@ public **__construct** (*string* $name, [*array* $attributes]) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) Sets the parent form to the element @@ -28,7 +28,7 @@ public **getName** () Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) Sets the element filters @@ -40,11 +40,11 @@ public *mixed* **getFilters** () Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Adds a validator to the element @@ -56,7 +56,7 @@ public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) Sets a default attribute for the element @@ -72,7 +72,7 @@ public **getAttributes** () Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) Sets an option for the element @@ -100,7 +100,7 @@ public **label** ([*array* $attributes]) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST @@ -120,11 +120,11 @@ public **hasMessages** () Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) Appends a message to the internal message list @@ -136,6 +136,6 @@ public **__toString** () Magic method __toString renders the widget without attributes -abstract public **render** ([*mixed* $attributes]) inherited from [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +abstract public **render** ([*mixed* $attributes]) inherited from [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Forms_ElementInterface.md b/uk/api/Phalcon_Forms_ElementInterface.md index 8108787311a9..cf1956898f32 100644 --- a/uk/api/Phalcon_Forms_ElementInterface.md +++ b/uk/api/Phalcon_Forms_ElementInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) +abstract public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) ... @@ -36,7 +36,7 @@ abstract public **addValidators** (*array* $validators, [*mixed* $merge]) ... -abstract public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +abstract public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) ... @@ -112,11 +112,11 @@ abstract public **hasMessages** () ... -abstract public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) +abstract public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) ... -abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) ... diff --git a/uk/api/Phalcon_Forms_Element_Check.md b/uk/api/Phalcon_Forms_Element_Check.md index 320a3d0b2bed..23b308a86c1c 100644 --- a/uk/api/Phalcon_Forms_Element_Check.md +++ b/uk/api/Phalcon_Forms_Element_Check.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Check** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/uk/api/Phalcon_Forms_Element_Date.md b/uk/api/Phalcon_Forms_Element_Date.md index 701a6b5ffe81..9391d7976724 100644 --- a/uk/api/Phalcon_Forms_Element_Date.md +++ b/uk/api/Phalcon_Forms_Element_Date.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Date** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/uk/api/Phalcon_Forms_Element_Email.md b/uk/api/Phalcon_Forms_Element_Email.md index e732f646f360..af11a80fffe3 100644 --- a/uk/api/Phalcon_Forms_Element_Email.md +++ b/uk/api/Phalcon_Forms_Element_Email.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Email** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/uk/api/Phalcon_Forms_Element_File.md b/uk/api/Phalcon_Forms_Element_File.md index b81797926b6f..c92c9c1183b2 100644 --- a/uk/api/Phalcon_Forms_Element_File.md +++ b/uk/api/Phalcon_Forms_Element_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\File** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/uk/api/Phalcon_Forms_Element_Hidden.md b/uk/api/Phalcon_Forms_Element_Hidden.md index 91457ea53c89..ba96df47ecea 100644 --- a/uk/api/Phalcon_Forms_Element_Hidden.md +++ b/uk/api/Phalcon_Forms_Element_Hidden.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Hidden** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/uk/api/Phalcon_Forms_Element_Numeric.md b/uk/api/Phalcon_Forms_Element_Numeric.md index cd365f3c022b..aa6ea9089611 100644 --- a/uk/api/Phalcon_Forms_Element_Numeric.md +++ b/uk/api/Phalcon_Forms_Element_Numeric.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Numeric** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/uk/api/Phalcon_Forms_Element_Password.md b/uk/api/Phalcon_Forms_Element_Password.md index 78e7c35036be..fb70583fd7e2 100644 --- a/uk/api/Phalcon_Forms_Element_Password.md +++ b/uk/api/Phalcon_Forms_Element_Password.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Password** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/uk/api/Phalcon_Forms_Element_Radio.md b/uk/api/Phalcon_Forms_Element_Radio.md index 8610c12cb06f..cb5d34fa9d70 100644 --- a/uk/api/Phalcon_Forms_Element_Radio.md +++ b/uk/api/Phalcon_Forms_Element_Radio.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Radio** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/uk/api/Phalcon_Forms_Element_Select.md b/uk/api/Phalcon_Forms_Element_Select.md index 6af1689d8354..91090200e8b5 100644 --- a/uk/api/Phalcon_Forms_Element_Select.md +++ b/uk/api/Phalcon_Forms_Element_Select.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Select** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,7 +14,7 @@ public **__construct** (*string* $name, [*object* | *array* $options], [*array* Phalcon\\Forms\\Element constructor -public [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) **setOptions** (*array* | *object* $options) +public [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) **setOptions** (*array* | *object* $options) Set the choice's options @@ -30,126 +30,126 @@ public **render** ([*array* $attributes]) Renders the element widget returning html -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/uk/api/Phalcon_Forms_Element_Submit.md b/uk/api/Phalcon_Forms_Element_Submit.md index f129d0029002..22aa2dc82e7f 100644 --- a/uk/api/Phalcon_Forms_Element_Submit.md +++ b/uk/api/Phalcon_Forms_Element_Submit.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Submit** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/uk/api/Phalcon_Forms_Element_Text.md b/uk/api/Phalcon_Forms_Element_Text.md index 25c304d50b24..8cf40957bd0d 100644 --- a/uk/api/Phalcon_Forms_Element_Text.md +++ b/uk/api/Phalcon_Forms_Element_Text.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\Text** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/uk/api/Phalcon_Forms_Element_TextArea.md b/uk/api/Phalcon_Forms_Element_TextArea.md index 9b4aafd60c49..84367e788931 100644 --- a/uk/api/Phalcon_Forms_Element_TextArea.md +++ b/uk/api/Phalcon_Forms_Element_TextArea.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Element\\TextArea** -*extends* abstract class [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +*extends* abstract class [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) -*implements* [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) +*implements* [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) Source on GitHub @@ -14,130 +14,130 @@ public **render** ([*array* $attributes]) Renders the element widget -public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__construct** (*string* $name, [*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Phalcon\\Forms\\Element constructor -public **setForm** ([Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setForm** ([Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the parent form to the element -public **getForm** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getForm** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the parent form to the element -public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setName** (*mixed* $name) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element name -public **getName** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getName** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element name -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setFilters** (*array* | *string* $filters) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element filters -public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addFilter** (*mixed* $filter) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a filter to current list of filters -public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getFilters** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element filters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **addValidators** (*array* $validators, [*mixed* $merge]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a group of validators -public **addValidator** ([Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **addValidator** ([Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Adds a validator to the element -public **getValidators** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValidators** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the validators registered for the element -public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **prepareAttributes** ([*array* $attributes], [*mixed* $useChecked]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns an array of prepared attributes for Phalcon\\Tag helpers according to the element parameters -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setAttribute** (*string* $attribute, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default attribute for the element -public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getAttribute** (*string* $attribute, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an attribute if present -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets default attributes for the element -public **getAttributes** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getAttributes** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default attributes for the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setUserOption** (*string* $option, *mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets an option for the element -public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public *mixed* **getUserOption** (*string* $option, [*mixed* $defaultValue]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the value of an option if present -public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setUserOptions** (*array* $options) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets options for the element -public **getUserOptions** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getUserOptions** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the options for the element -public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setLabel** (*mixed* $label) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the element label -public **getLabel** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getLabel** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element label -public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **label** ([*array* $attributes]) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Generate the HTML to label the element -public [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) **setDefault** (*mixed* $value) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets a default value in case the form does not use an entity or there is no value available for the element in _POST -public **getDefault** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getDefault** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the default value assigned to the element -public **getValue** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getValue** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the element value -public **getMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **getMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Returns the messages that belongs to the element The element needs to be attached to a form -public **hasMessages** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **hasMessages** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Checks whether there are messages attached to the element -public **setMessages** ([Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **setMessages** ([Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) $group) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Sets the validation messages related to the element -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Appends a message to the internal message list -public **clear** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **clear** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Clears every element in the form to its default value -public **__toString** () inherited from [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) +public **__toString** () inherited from [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) Magic method __toString renders the widget without attributes \ No newline at end of file diff --git a/uk/api/Phalcon_Forms_Exception.md b/uk/api/Phalcon_Forms_Exception.md index 82d6b1f793ac..33b76c3158df 100644 --- a/uk/api/Phalcon_Forms_Exception.md +++ b/uk/api/Phalcon_Forms_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Forms\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Forms_Form.md b/uk/api/Phalcon_Forms_Form.md index 3cf5cbdf64d8..ec6dee2debb1 100644 --- a/uk/api/Phalcon_Forms_Form.md +++ b/uk/api/Phalcon_Forms_Form.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Forms\\Form** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Countable](http://php.net/manual/en/class.countable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Countable](http://php.net/manual/en/class.countable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php) Source on GitHub @@ -78,7 +78,7 @@ public **hasMessagesFor** (*mixed* $name) Check if messages were generated for a specific element -public **add** ([Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) $element, [*mixed* $position], [*mixed* $type]) +public **add** ([Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) $element, [*mixed* $position], [*mixed* $type]) Adds an element to the form @@ -138,22 +138,22 @@ public **valid** () Check if the current element in the iterator is valid -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/uk/api/Phalcon_Forms_Manager.md b/uk/api/Phalcon_Forms_Manager.md index 65a3cf6089d1..a908d1745866 100644 --- a/uk/api/Phalcon_Forms_Manager.md +++ b/uk/api/Phalcon_Forms_Manager.md @@ -16,6 +16,6 @@ public **has** (*mixed* $name) Checks if a form is registered in the forms manager -public **set** (*mixed* $name, [Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) $form) +public **set** (*mixed* $name, [Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) $form) Registers a form in the Forms Manager \ No newline at end of file diff --git a/uk/api/Phalcon_Http_Cookie.md b/uk/api/Phalcon_Http_Cookie.md index 42b5b4faef6d..61d16bc992ff 100644 --- a/uk/api/Phalcon_Http_Cookie.md +++ b/uk/api/Phalcon_Http_Cookie.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Cookie** -*implements* [Phalcon\Http\CookieInterface](/en/3.2/api/Phalcon_Http_CookieInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Http\CookieInterface](/[[language]]/[[version]]/api/Phalcon_Http_CookieInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -12,7 +12,7 @@ public **__construct** (*string* $name, [*mixed* $value], [*int* $expire], [*str Phalcon\\Http\\Cookie constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -20,7 +20,7 @@ public **getDI** () Returns the internal dependency injector -public [Phalcon\Http\Cookie](/en/3.2/api/Phalcon_Http_Cookie) **setValue** (*string* $value) +public [Phalcon\Http\Cookie](/[[language]]/[[version]]/api/Phalcon_Http_Cookie) **setValue** (*string* $value) Sets the cookie's value diff --git a/uk/api/Phalcon_Http_Cookie_Exception.md b/uk/api/Phalcon_Http_Cookie_Exception.md index be4124756c76..add3babdf9f9 100644 --- a/uk/api/Phalcon_Http_Cookie_Exception.md +++ b/uk/api/Phalcon_Http_Cookie_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Cookie\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Http_Request.md b/uk/api/Phalcon_Http_Request.md index 55ebb164d3cc..9ccc8224635f 100644 --- a/uk/api/Phalcon_Http_Request.md +++ b/uk/api/Phalcon_Http_Request.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Request** -*implements* [Phalcon\Http\RequestInterface](/en/3.2/api/Phalcon_Http_RequestInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Http\RequestInterface](/[[language]]/[[version]]/api/Phalcon_Http_RequestInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -35,7 +35,7 @@ public **setHttpMethodParameterOverride** (*mixed* $httpMethodParameterOverride) ... -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/uk/api/Phalcon_Http_Request_Exception.md b/uk/api/Phalcon_Http_Request_Exception.md index 80cb112df815..134fbb42f1b7 100644 --- a/uk/api/Phalcon_Http_Request_Exception.md +++ b/uk/api/Phalcon_Http_Request_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Request\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Http_Request_File.md b/uk/api/Phalcon_Http_Request_File.md index 1f64e491f19b..01189b5c462e 100644 --- a/uk/api/Phalcon_Http_Request_File.md +++ b/uk/api/Phalcon_Http_Request_File.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Request\\File** -*implements* [Phalcon\Http\Request\FileInterface](/en/3.2/api/Phalcon_Http_Request_FileInterface) +*implements* [Phalcon\Http\Request\FileInterface](/[[language]]/[[version]]/api/Phalcon_Http_Request_FileInterface) Source on GitHub diff --git a/uk/api/Phalcon_Http_Response.md b/uk/api/Phalcon_Http_Response.md index 2a08883b6979..5fb73f4cc701 100644 --- a/uk/api/Phalcon_Http_Response.md +++ b/uk/api/Phalcon_Http_Response.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Response** -*implements* [Phalcon\Http\ResponseInterface](/en/3.2/api/Phalcon_Http_ResponseInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Http\ResponseInterface](/[[language]]/[[version]]/api/Phalcon_Http_ResponseInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -24,7 +24,7 @@ public **__construct** ([*mixed* $content], [*mixed* $code], [*mixed* $status]) Phalcon\\Http\\Response constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -56,7 +56,7 @@ print_r( ``` -public **setHeaders** ([Phalcon\Http\Response\HeadersInterface](/en/3.2/api/Phalcon_Http_Response_HeadersInterface) $headers) +public **setHeaders** ([Phalcon\Http\Response\HeadersInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_HeadersInterface) $headers) Sets a headers bag for the response externally @@ -64,11 +64,11 @@ public **getHeaders** () Returns headers set by the user -public **setCookies** ([Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface) $cookies) +public **setCookies** ([Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface) $cookies) Sets a cookies bag for the response externally -public [Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface) **getCookies** () +public [Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface) **getCookies** () Returns cookies set by the user diff --git a/uk/api/Phalcon_Http_Response_Cookies.md b/uk/api/Phalcon_Http_Response_Cookies.md index 80652eff6c74..b01b1fcccb36 100644 --- a/uk/api/Phalcon_Http_Response_Cookies.md +++ b/uk/api/Phalcon_Http_Response_Cookies.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Response\\Cookies** -*implements* [Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -8,7 +8,7 @@ This class is a bag to manage the cookies A cookies bag is automatically registe ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/uk/api/Phalcon_Http_Response_Exception.md b/uk/api/Phalcon_Http_Response_Exception.md index da342d9ee7f8..2ee30924c8f1 100644 --- a/uk/api/Phalcon_Http_Response_Exception.md +++ b/uk/api/Phalcon_Http_Response_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Response\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Http_Response_Headers.md b/uk/api/Phalcon_Http_Response_Headers.md index 848e25b292bc..a6b5a8d9d859 100644 --- a/uk/api/Phalcon_Http_Response_Headers.md +++ b/uk/api/Phalcon_Http_Response_Headers.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Http\\Response\\Headers** -*implements* [Phalcon\Http\Response\HeadersInterface](/en/3.2/api/Phalcon_Http_Response_HeadersInterface) +*implements* [Phalcon\Http\Response\HeadersInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_HeadersInterface) Source on GitHub diff --git a/uk/api/Phalcon_Image_Adapter.md b/uk/api/Phalcon_Image_Adapter.md index 8b78f77c33ac..31228de571bf 100644 --- a/uk/api/Phalcon_Image_Adapter.md +++ b/uk/api/Phalcon_Image_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Image\\Adapter** -*implements* [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) +*implements* [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) Source on GitHub @@ -60,7 +60,7 @@ public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) Add a reflection to an image -public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) +public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) Add a watermark to an image with the specified opacity @@ -68,7 +68,7 @@ public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* Add a text to an image with a specified opacity -public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) +public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) Composite one image onto another diff --git a/uk/api/Phalcon_Image_AdapterInterface.md b/uk/api/Phalcon_Image_AdapterInterface.md index 42f3aea4a0a0..81d8315bac91 100644 --- a/uk/api/Phalcon_Image_AdapterInterface.md +++ b/uk/api/Phalcon_Image_AdapterInterface.md @@ -28,7 +28,7 @@ abstract public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $f ... -abstract public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) +abstract public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) ... @@ -36,7 +36,7 @@ abstract public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], ... -abstract public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) +abstract public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) ... diff --git a/uk/api/Phalcon_Image_Adapter_Gd.md b/uk/api/Phalcon_Image_Adapter_Gd.md index e9bc88ee7063..a38a3307e6ae 100644 --- a/uk/api/Phalcon_Image_Adapter_Gd.md +++ b/uk/api/Phalcon_Image_Adapter_Gd.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Image\\Adapter\\Gd** -*extends* abstract class [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +*extends* abstract class [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) -*implements* [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) +*implements* [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) Source on GitHub @@ -40,7 +40,7 @@ protected **_reflection** (*mixed* $height, *mixed* $opacity, *mixed* $fadeIn) ... -protected **_watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) +protected **_watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) ... @@ -48,7 +48,7 @@ protected **_text** (*mixed* $text, *mixed* $offsetX, *mixed* $offsetY, *mixed* ... -protected **_mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $mask) +protected **_mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $mask) ... @@ -80,86 +80,86 @@ public **__destruct** () ... -public **getImage** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getImage** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getRealpath** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getRealpath** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getWidth** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getWidth** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image width -public **getHeight** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getHeight** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image height -public **getType** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getType** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image type Driver dependent -public **getMime** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getMime** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image mime type -public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Resize the image to the given size -public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) This method scales the images using liquid rescaling method. Only support Imagick -public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Crop an image to the given size -public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Rotate the image by a given amount -public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Flip the image along the horizontal or vertical axis -public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Sharpen the image by a given amount -public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a reflection to an image -public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a watermark to an image with the specified opacity -public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a text to an image with a specified opacity -public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Composite one image onto another -public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Set the background color of an image -public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Blur image -public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Pixelate image -public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Save the image -public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Render the image and return the binary string \ No newline at end of file diff --git a/uk/api/Phalcon_Image_Adapter_Imagick.md b/uk/api/Phalcon_Image_Adapter_Imagick.md index eb478e0c0b95..56a7ceb16bbf 100644 --- a/uk/api/Phalcon_Image_Adapter_Imagick.md +++ b/uk/api/Phalcon_Image_Adapter_Imagick.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Image\\Adapter\\Imagick** -*extends* abstract class [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +*extends* abstract class [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) -*implements* [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) +*implements* [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) Source on GitHub @@ -59,7 +59,7 @@ protected **_reflection** (*mixed* $height, *mixed* $opacity, *mixed* $fadeIn) Execute a reflection. -protected **_watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $image, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) +protected **_watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $image, *mixed* $offsetX, *mixed* $offsetY, *mixed* $opacity) Execute a watermarking. @@ -67,7 +67,7 @@ protected **_text** (*mixed* $text, *mixed* $offsetX, *mixed* $offsetY, *mixed* Execute a text -protected **_mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $image) +protected **_mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $image) Composite one image onto another @@ -103,86 +103,86 @@ public **setResourceLimit** (*mixed* $type, *mixed* $limit) Sets the limit for a particular resource in megabytes -public **getImage** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getImage** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getRealpath** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getRealpath** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) ... -public **getWidth** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getWidth** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image width -public **getHeight** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getHeight** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image height -public **getType** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getType** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image type Driver dependent -public **getMime** () inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **getMime** () inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Image mime type -public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **resize** ([*mixed* $width], [*mixed* $height], [*mixed* $master]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Resize the image to the given size -public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **liquidRescale** (*mixed* $width, *mixed* $height, [*mixed* $deltaX], [*mixed* $rigidity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) This method scales the images using liquid rescaling method. Only support Imagick -public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **crop** (*mixed* $width, *mixed* $height, [*mixed* $offsetX], [*mixed* $offsetY]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Crop an image to the given size -public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **rotate** (*mixed* $degrees) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Rotate the image by a given amount -public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **flip** (*mixed* $direction) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Flip the image along the horizontal or vertical axis -public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **sharpen** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Sharpen the image by a given amount -public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **reflection** (*mixed* $height, [*mixed* $opacity], [*mixed* $fadeIn]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a reflection to an image -public **watermark** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **watermark** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a watermark to an image with the specified opacity -public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **text** (*mixed* $text, [*mixed* $offsetX], [*mixed* $offsetY], [*mixed* $opacity], [*mixed* $color], [*mixed* $size], [*mixed* $fontfile]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Add a text to an image with a specified opacity -public **mask** ([Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **mask** ([Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) $watermark) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Composite one image onto another -public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **background** (*mixed* $color, [*mixed* $opacity]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Set the background color of an image -public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **blur** (*mixed* $radius) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Blur image -public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **pixelate** (*mixed* $amount) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Pixelate image -public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **save** ([*mixed* $file], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Save the image -public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) +public **render** ([*mixed* $ext], [*mixed* $quality]) inherited from [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) Render the image and return the binary string \ No newline at end of file diff --git a/uk/api/Phalcon_Image_Exception.md b/uk/api/Phalcon_Image_Exception.md index 97537830f20d..95016e8b635d 100644 --- a/uk/api/Phalcon_Image_Exception.md +++ b/uk/api/Phalcon_Image_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Image\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Image_Factory.md b/uk/api/Phalcon_Image_Factory.md index c590ae2e7efc..9b4aee854f3d 100644 --- a/uk/api/Phalcon_Image_Factory.md +++ b/uk/api/Phalcon_Image_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Image\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -25,7 +25,7 @@ $image = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/uk/api/Phalcon_Loader.md b/uk/api/Phalcon_Loader.md index a5ead9ad432d..505b35586428 100644 --- a/uk/api/Phalcon_Loader.md +++ b/uk/api/Phalcon_Loader.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Loader** -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -33,7 +33,7 @@ $adapter = new \Example\Adapter\Some(); ## Methods -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager diff --git a/uk/api/Phalcon_Loader_Exception.md b/uk/api/Phalcon_Loader_Exception.md index b2c7854ad910..2aa7f3d6c02a 100644 --- a/uk/api/Phalcon_Loader_Exception.md +++ b/uk/api/Phalcon_Loader_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Loader\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Logger_Adapter.md b/uk/api/Phalcon_Logger_Adapter.md index c62ce8c7069b..fc7e66f7bad5 100644 --- a/uk/api/Phalcon_Logger_Adapter.md +++ b/uk/api/Phalcon_Logger_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Logger\\Adapter** -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -16,7 +16,7 @@ public **getLogLevel** () Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) Sets the message formatter @@ -72,10 +72,10 @@ public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) Logs messages to the internal logger. Appends logs to the logger -abstract public **getFormatter** () inherited from [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +abstract public **getFormatter** () inherited from [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) ... -abstract public **close** () inherited from [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +abstract public **close** () inherited from [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Logger_AdapterInterface.md b/uk/api/Phalcon_Logger_AdapterInterface.md index dee9f12b4a9f..826e72de54fd 100644 --- a/uk/api/Phalcon_Logger_AdapterInterface.md +++ b/uk/api/Phalcon_Logger_AdapterInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) +abstract public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) ... diff --git a/uk/api/Phalcon_Logger_Adapter_File.md b/uk/api/Phalcon_Logger_Adapter_File.md index 2c56f282dd51..f40e200d076f 100644 --- a/uk/api/Phalcon_Logger_Adapter_File.md +++ b/uk/api/Phalcon_Logger_Adapter_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\File** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -47,66 +47,66 @@ public **__wakeup** () Opens the internal file handler after unserialization -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/uk/api/Phalcon_Logger_Adapter_Firephp.md b/uk/api/Phalcon_Logger_Adapter_Firephp.md index a4f375c956df..9628f23d25a4 100644 --- a/uk/api/Phalcon_Logger_Adapter_Firephp.md +++ b/uk/api/Phalcon_Logger_Adapter_Firephp.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\Firephp** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -35,66 +35,66 @@ public **close** () Closes the logger -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/uk/api/Phalcon_Logger_Adapter_Stream.md b/uk/api/Phalcon_Logger_Adapter_Stream.md index 9e853ebffda4..526a09f89d71 100644 --- a/uk/api/Phalcon_Logger_Adapter_Stream.md +++ b/uk/api/Phalcon_Logger_Adapter_Stream.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\Stream** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -40,66 +40,66 @@ public **close** () Closes the logger -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/uk/api/Phalcon_Logger_Adapter_Syslog.md b/uk/api/Phalcon_Logger_Adapter_Syslog.md index a8dfcd193c0c..908a74753efb 100644 --- a/uk/api/Phalcon_Logger_Adapter_Syslog.md +++ b/uk/api/Phalcon_Logger_Adapter_Syslog.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Adapter\\Syslog** -*extends* abstract class [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +*extends* abstract class [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) -*implements* [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) +*implements* [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) Source on GitHub @@ -47,66 +47,66 @@ public **close** () Closes the logger -public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setLogLevel** (*mixed* $level) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Filters the logs sent to the handlers that are less or equal than a specific level -public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **getLogLevel** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the current log level -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sets the message formatter -public **begin** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **begin** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Starts a transaction -public **commit** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **commit** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Commits the internal transaction -public **rollback** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **rollback** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Rollbacks the internal transaction -public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **isTransaction** () inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Returns the whether the logger is currently in an active transaction or not -public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **critical** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a critical message to the log -public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **emergency** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an emergency message to the log -public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **debug** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a debug message to the log -public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **error** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an error message to the log -public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **info** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an info message to the log -public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **notice** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a notice message to the log -public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **warning** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes a warning message to the log -public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **alert** (*mixed* $message, [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Sends/Writes an alert message to the log -public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) +public **log** (*mixed* $type, [*mixed* $message], [*array* $context]) inherited from [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) Logs messages to the internal logger. Appends logs to the logger \ No newline at end of file diff --git a/uk/api/Phalcon_Logger_Exception.md b/uk/api/Phalcon_Logger_Exception.md index 436526629ced..f59a9c04d78d 100644 --- a/uk/api/Phalcon_Logger_Exception.md +++ b/uk/api/Phalcon_Logger_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Logger\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Logger_Factory.md b/uk/api/Phalcon_Logger_Factory.md index 387db6228afb..450fee8bec8b 100644 --- a/uk/api/Phalcon_Logger_Factory.md +++ b/uk/api/Phalcon_Logger_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $logger = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/uk/api/Phalcon_Logger_Formatter.md b/uk/api/Phalcon_Logger_Formatter.md index e8964b6bbd2e..900df963cbfc 100644 --- a/uk/api/Phalcon_Logger_Formatter.md +++ b/uk/api/Phalcon_Logger_Formatter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Logger\\Formatter** -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -16,6 +16,6 @@ public **interpolate** (*string* $message, [*array* $context]) Interpolates context values into the message placeholders -abstract public **format** (*mixed* $message, *mixed* $type, *mixed* $timestamp, [*mixed* $context]) inherited from [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +abstract public **format** (*mixed* $message, *mixed* $type, *mixed* $timestamp, [*mixed* $context]) inherited from [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Logger_Formatter_Firephp.md b/uk/api/Phalcon_Logger_Formatter_Firephp.md index 316bf30006d5..319c47cb3a08 100644 --- a/uk/api/Phalcon_Logger_Formatter_Firephp.md +++ b/uk/api/Phalcon_Logger_Formatter_Firephp.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Firephp** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -34,6 +34,6 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [* Applies a format to a message before sending it to the log -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/uk/api/Phalcon_Logger_Formatter_Json.md b/uk/api/Phalcon_Logger_Formatter_Json.md index 813f988c345a..f5419112a3bb 100644 --- a/uk/api/Phalcon_Logger_Formatter_Json.md +++ b/uk/api/Phalcon_Logger_Formatter_Json.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Json** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -14,10 +14,10 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [* Applies a format to a message before sent it to the internal log -public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Returns the string meaning of a logger constant -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/uk/api/Phalcon_Logger_Formatter_Line.md b/uk/api/Phalcon_Logger_Formatter_Line.md index 074dfc292350..a2f39f811a65 100644 --- a/uk/api/Phalcon_Logger_Formatter_Line.md +++ b/uk/api/Phalcon_Logger_Formatter_Line.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Line** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -34,10 +34,10 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [* Applies a format to a message before sent it to the internal log -public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Returns the string meaning of a logger constant -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/uk/api/Phalcon_Logger_Formatter_Syslog.md b/uk/api/Phalcon_Logger_Formatter_Syslog.md index 6b3d02fefa3d..a65208134306 100644 --- a/uk/api/Phalcon_Logger_Formatter_Syslog.md +++ b/uk/api/Phalcon_Logger_Formatter_Syslog.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Logger\\Formatter\\Syslog** -*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) -*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) +*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) Source on GitHub @@ -14,10 +14,10 @@ public *array* **format** (*string* $message, *int* $type, *int* $timestamp, [*a Applies a format to a message before sent it to the internal log -public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Returns the string meaning of a logger constant -public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) +public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) Interpolates context values into the message placeholders \ No newline at end of file diff --git a/uk/api/Phalcon_Logger_Multiple.md b/uk/api/Phalcon_Logger_Multiple.md index ae3936aaa0d0..1c9c44cbf0f8 100644 --- a/uk/api/Phalcon_Logger_Multiple.md +++ b/uk/api/Phalcon_Logger_Multiple.md @@ -18,11 +18,11 @@ public **getLogLevel** () ... -public **push** ([Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) $logger) +public **push** ([Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) $logger) Pushes a logger to the logger tail -public **setFormatter** ([Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) $formatter) +public **setFormatter** ([Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) $formatter) Sets a global formatter diff --git a/uk/api/Phalcon_Mvc_Application.md b/uk/api/Phalcon_Mvc_Application.md index 822b2659e723..e5104635039b 100644 --- a/uk/api/Phalcon_Mvc_Application.md +++ b/uk/api/Phalcon_Mvc_Application.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Application** -*extends* abstract class [Phalcon\Application](/en/3.2/api/Phalcon_Application) +*extends* abstract class [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -60,19 +60,19 @@ public **handle** ([*mixed* $uri]) Handles a MVC request -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Phalcon\\Application -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getEventsManager** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the internal event manager -public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Register an array of modules present in the application @@ -94,30 +94,30 @@ $this->registerModules( ``` -public **getModules** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModules** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Return the modules registered in the application -public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Gets the module definition registered in the application via module name -public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the module name to be used if the router doesn't return a valid module -public **getDefaultModule** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getDefaultModule** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the default module name -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Application_Exception.md b/uk/api/Phalcon_Mvc_Application_Exception.md index 2a65b2a3edcb..6e50cf1ebc97 100644 --- a/uk/api/Phalcon_Mvc_Application_Exception.md +++ b/uk/api/Phalcon_Mvc_Application_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Application\\Exception** -*extends* class [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) +*extends* class [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Mvc_Collection.md b/uk/api/Phalcon_Mvc_Collection.md index d1d30716ba90..1a9eebe00c36 100644 --- a/uk/api/Phalcon_Mvc_Collection.md +++ b/uk/api/Phalcon_Mvc_Collection.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Collection** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php) Source on GitHub @@ -24,7 +24,7 @@ This component implements a high level abstraction for NoSQL databases which wor ## Methods -final public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) $modelsManager]) +final public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) $modelsManager]) Phalcon\\Mvc\\Collection constructor @@ -36,7 +36,7 @@ public *MongoId* **getId** () Returns the value of the _id property -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -44,7 +44,7 @@ public **getDI** () Returns the dependency injection container -protected **setEventsManager** ([Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) $eventsManager) +protected **setEventsManager** ([Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) $eventsManager) Sets a custom events manager @@ -106,19 +106,19 @@ $robot->writeAttribute("name", "Rosey"); ``` -public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) +public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) Returns a cloned collection -protected static *array* **_getResultset** (*array* $params, [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection, *boolean* $unique) +protected static *array* **_getResultset** (*array* $params, [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection, *boolean* $unique) Returns a collection resultset -protected static *int* **_getGroupResultset** (*array* $params, [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection) +protected static *int* **_getGroupResultset** (*array* $params, [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) $collection, *MongoDb* $connection) Perform a count over a resultset -final protected *boolean* **_preSave** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *boolean* $disableEvents, *boolean* $exists) +final protected *boolean* **_preSave** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *boolean* $disableEvents, *boolean* $exists) Executes internal hooks before save a document @@ -255,7 +255,7 @@ if ($robot->save() === false) { ``` -public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) Appends a customized message on the validation process @@ -494,7 +494,7 @@ public **getDirtyState** () Returns one of the DIRTY_STATE_* constants telling if the document exists in the collection or not -protected **addBehavior** ([Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) +protected **addBehavior** ([Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) Sets up a behavior in a collection diff --git a/uk/api/Phalcon_Mvc_CollectionInterface.md b/uk/api/Phalcon_Mvc_CollectionInterface.md index 4cc6783ce7c4..3099335a53db 100644 --- a/uk/api/Phalcon_Mvc_CollectionInterface.md +++ b/uk/api/Phalcon_Mvc_CollectionInterface.md @@ -36,7 +36,7 @@ abstract public **getDirtyState** () ... -abstract public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) +abstract public static **cloneResult** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection, *array* $document) ... @@ -56,7 +56,7 @@ abstract public **getMessages** () ... -abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) ... diff --git a/uk/api/Phalcon_Mvc_Collection_Behavior.md b/uk/api/Phalcon_Mvc_Collection_Behavior.md index e4c0bafe58e6..f3cada666761 100644 --- a/uk/api/Phalcon_Mvc_Collection_Behavior.md +++ b/uk/api/Phalcon_Mvc_Collection_Behavior.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Collection\\Behavior** -*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) +*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) Source on GitHub @@ -18,10 +18,10 @@ protected *array* **getOptions** ([*string* $eventName]) Returns the behavior options related to an event -public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) This method receives the notifications from the EventsManager -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) Acts as fallbacks when a missing method is called on the collection \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Collection_BehaviorInterface.md b/uk/api/Phalcon_Mvc_Collection_BehaviorInterface.md index 45cb1ca091f7..30222f30324d 100644 --- a/uk/api/Phalcon_Mvc_Collection_BehaviorInterface.md +++ b/uk/api/Phalcon_Mvc_Collection_BehaviorInterface.md @@ -4,10 +4,10 @@ ## Methods -abstract public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection) +abstract public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection) ... -abstract public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $collection, *mixed* $method, [*mixed* $arguments]) +abstract public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $collection, *mixed* $method, [*mixed* $arguments]) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md b/uk/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md index 22b6a3be0c2b..c6bcf48af8f9 100644 --- a/uk/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md +++ b/uk/api/Phalcon_Mvc_Collection_Behavior_SoftDelete.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Collection\\Behavior\\SoftDelete** -*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) -*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) +*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Instead of permanently delete a record it marks the record as deleted changing t ## Methods -public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Phalcon\\Mvc\\Collection\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Acts as fallbacks when a missing method is called on the collection \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md b/uk/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md index 6beed40a9e52..d9b329f4ec4c 100644 --- a/uk/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md +++ b/uk/api/Phalcon_Mvc_Collection_Behavior_Timestampable.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Collection\\Behavior\\Timestampable** -*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +*extends* abstract class [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) -*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) +*implements* [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Allows to automatically update a model’s attribute saving the datetime when a ## Methods -public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Phalcon\\Mvc\\Collection\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $method, [*mixed* $arguments]) inherited from [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) Acts as fallbacks when a missing method is called on the collection \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Collection_Document.md b/uk/api/Phalcon_Mvc_Collection_Document.md index 8d21c0450217..fcc5a9b1de87 100644 --- a/uk/api/Phalcon_Mvc_Collection_Document.md +++ b/uk/api/Phalcon_Mvc_Collection_Document.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Collection\\Document** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub diff --git a/uk/api/Phalcon_Mvc_Collection_Exception.md b/uk/api/Phalcon_Mvc_Collection_Exception.md index b956956254ea..c752a31f55f7 100644 --- a/uk/api/Phalcon_Mvc_Collection_Exception.md +++ b/uk/api/Phalcon_Mvc_Collection_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Collection\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Mvc_Collection_Manager.md b/uk/api/Phalcon_Mvc_Collection_Manager.md index 113367a76868..ac60a80397f8 100644 --- a/uk/api/Phalcon_Mvc_Collection_Manager.md +++ b/uk/api/Phalcon_Mvc_Collection_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Collection\\Manager** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -34,7 +34,7 @@ public **setServiceName** (*mixed* $serviceName) ... -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -42,7 +42,7 @@ public **getDI** () Returns the DependencyInjector container -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the event manager @@ -50,15 +50,15 @@ public **getEventsManager** () Returns the internal event manager -public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a custom events manager for a specific model -public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Returns a custom events manager related to a model -public **initialize** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **initialize** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Initializes a model in the models manager @@ -70,34 +70,34 @@ public **getLastInitialized** () Get the latest initialized model -public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) +public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) Sets a connection service for a specific model -public **getConnectionService** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **getConnectionService** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Gets a connection service for a specific model -public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) +public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) Sets whether a model must use implicit objects ids -public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Checks if a model is using implicit object ids -public *Mongo* **getConnection** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public *Mongo* **getConnection** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Returns the connection related to a model -public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) Receives events generated in the models and dispatches them to an events-manager if available Notify the behaviors that are listening in the model -public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $eventName, *mixed* $data) +public **missingMethod** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $eventName, *mixed* $data) Dispatch an event to the listeners and behaviors This method expects that the endpoint listeners/behaviors returns true meaning that at least one was implemented -public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) +public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) Binds a behavior to a model \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Collection_ManagerInterface.md b/uk/api/Phalcon_Mvc_Collection_ManagerInterface.md index fdc4e5d752fb..3f3cee0fce09 100644 --- a/uk/api/Phalcon_Mvc_Collection_ManagerInterface.md +++ b/uk/api/Phalcon_Mvc_Collection_ManagerInterface.md @@ -4,15 +4,15 @@ ## Methods -abstract public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +abstract public **setCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) ... -abstract public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **getCustomEventsManager** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **initialize** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **initialize** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... @@ -24,26 +24,26 @@ abstract public **getLastInitialized** () ... -abstract public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) +abstract public **setConnectionService** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $connectionService) ... -abstract public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) +abstract public **useImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, *mixed* $useImplicitObjectIds) ... -abstract public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **isUsingImplicitObjectIds** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **getConnection** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **getConnection** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model) +abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model) ... -abstract public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) +abstract public **addBehavior** ([Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) $model, [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) $behavior) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Controller.md b/uk/api/Phalcon_Mvc_Controller.md index 911605e5179c..c528748c49a4 100644 --- a/uk/api/Phalcon_Mvc_Controller.md +++ b/uk/api/Phalcon_Mvc_Controller.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Mvc\\Controller** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ControllerInterface](/en/3.2/api/Phalcon_Mvc_ControllerInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ControllerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ControllerInterface) Source on GitHub @@ -48,22 +48,22 @@ final public **__construct** () Phalcon\\Mvc\\Controller constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Dispatcher.md b/uk/api/Phalcon_Mvc_Dispatcher.md index 7964d9b44d44..72d90d1068d5 100644 --- a/uk/api/Phalcon_Mvc_Dispatcher.md +++ b/uk/api/Phalcon_Mvc_Dispatcher.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Dispatcher** -*extends* abstract class [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +*extends* abstract class [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Mvc\DispatcherInterface](/en/3.2/api/Phalcon_Mvc_DispatcherInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Mvc\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_DispatcherInterface) Source on GitHub @@ -145,103 +145,103 @@ public **getActiveController** () Returns the active controller in the dispatcher -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDI** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getEventsManager** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal event manager -public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action suffix -public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the default action suffix -public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the module where the controller is (only informative) -public **getModuleName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModuleName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the module where the controller class is -public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the namespace where the controller class is -public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a namespace to be prepended to the current handler name -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default namespace -public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the default namespace -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action name -public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the action name to be dispatched -public **getActionName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the latest dispatched action name -public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets action params to be dispatched -public **getParams** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getParams** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets action params -public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set a param by its name or numeric index -public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a param by its name or numeric index -public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if a param exists -public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the current method to be/executed in the dispatcher -public **isFinished** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **isFinished** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Checks if the dispatch loop is finished or has more pendent controllers/tasks to dispatch -public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the latest returned value by an action manually -public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns value returned by the latest dispatched action -public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable/Disable model binding during dispatch @@ -257,7 +257,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable model binding during dispatch @@ -273,31 +273,31 @@ $di->set('dispatcher', function() { ``` -public **getModelBinder** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModelBinder** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets model binder -public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -public **wasForwarded** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **wasForwarded** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if the current executed action was forwarded by another one -public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Possible class name that will be located to dispatch the request -public **callActionMethod** (*mixed* $handler, *mixed* $actionMethod, [*array* $params]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **callActionMethod** (*mixed* $handler, *mixed* $actionMethod, [*array* $params]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) ... -public **getBoundModels** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getBoundModels** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns bound models from binder instance @@ -314,6 +314,6 @@ class UserController extends Controller ``` -protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set empty properties to their defaults (where defaults are available) \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_DispatcherInterface.md b/uk/api/Phalcon_Mvc_DispatcherInterface.md index 09922d02dc20..19071fe7cb65 100644 --- a/uk/api/Phalcon_Mvc_DispatcherInterface.md +++ b/uk/api/Phalcon_Mvc_DispatcherInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Mvc\\DispatcherInterface** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) Source on GitHub @@ -30,70 +30,70 @@ abstract public **getActiveController** () ... -abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Dispatcher_Exception.md b/uk/api/Phalcon_Mvc_Dispatcher_Exception.md index 5a20412f43a8..e8763bf0900f 100644 --- a/uk/api/Phalcon_Mvc_Dispatcher_Exception.md +++ b/uk/api/Phalcon_Mvc_Dispatcher_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Dispatcher\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Mvc_Micro.md b/uk/api/Phalcon_Mvc_Micro.md index 369c74df54b9..99ddeac99b12 100644 --- a/uk/api/Phalcon_Mvc_Micro.md +++ b/uk/api/Phalcon_Mvc_Micro.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Micro** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -26,55 +26,55 @@ $app->handle(); ## Methods -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\Micro constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **map** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **map** (*string* $routePattern, *callable* $handler) Maps a route to a handler without any HTTP method constraint -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **get** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **get** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is GET -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **post** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **post** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is POST -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **put** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **put** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is PUT -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **patch** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **patch** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is PATCH -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **head** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **head** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is HEAD -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **delete** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **delete** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is DELETE -public [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) **options** (*string* $routePattern, *callable* $handler) +public [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) **options** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is OPTIONS -public **mount** ([Phalcon\Mvc\Micro\CollectionInterface](/en/3.2/api/Phalcon_Mvc_Micro_CollectionInterface) $collection) +public **mount** ([Phalcon\Mvc\Micro\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_CollectionInterface) $collection) Mounts a collection of handlers -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **notFound** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **notFound** (*callable* $handler) Sets a handler that will be called when the router doesn't match any of the defined routes -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **error** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **error** (*callable* $handler) Sets a handler that will be called when an exception is thrown handling the route @@ -82,7 +82,7 @@ public **getRouter** () Returns the internal router used by the application -public [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) **setService** (*string* $serviceName, *mixed* $definition, [*boolean* $shared]) +public [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) **setService** (*string* $serviceName, *mixed* $definition, [*boolean* $shared]) Sets a service from the DI @@ -150,19 +150,19 @@ public **offsetUnset** (*string* $alias) Removes a service from the internal services container using the array syntax -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **before** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **before** (*callable* $handler) Appends a before middleware to be called before execute the route -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **afterBinding** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **afterBinding** (*callable* $handler) Appends a afterBinding middleware to be called after model binding -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **after** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **after** (*callable* $handler) Appends an 'after' middleware to be called after execute the route -public [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) **finish** (*callable* $handler) +public [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) **finish** (*callable* $handler) Appends a 'finish' middleware to be called when the request is finished @@ -174,7 +174,7 @@ public **getModelBinder** () Gets model binder -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) Sets model binder @@ -190,18 +190,18 @@ public **getBoundModels** () Returns bound models from binder instance -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Micro_Collection.md b/uk/api/Phalcon_Mvc_Micro_Collection.md index 0ba8b80e2809..1aef37ed6b94 100644 --- a/uk/api/Phalcon_Mvc_Micro_Collection.md +++ b/uk/api/Phalcon_Mvc_Micro_Collection.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Micro\\Collection** -*implements* [Phalcon\Mvc\Micro\CollectionInterface](/en/3.2/api/Phalcon_Mvc_Micro_CollectionInterface) +*implements* [Phalcon\Mvc\Micro\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_CollectionInterface) Source on GitHub @@ -41,7 +41,7 @@ public *array* **getHandlers** () Returns the registered handlers -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **setHandler** (*mixed* $handler, [*boolean* $lazy]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **setHandler** (*mixed* $handler, [*boolean* $lazy]) Sets the main handler @@ -57,34 +57,34 @@ public *mixed* **getHandler** () Returns the main handler -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **map** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **map** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **get** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **get** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is GET -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **post** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **post** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is POST -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **put** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **put** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is PUT -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **patch** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **patch** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is PATCH -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **head** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **head** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is HEAD -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **delete** (*string* $routePattern, *callable* $handler, [*string* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **delete** (*string* $routePattern, *callable* $handler, [*string* $name]) Maps a route to a handler that only matches if the HTTP method is DELETE -public [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) **options** (*string* $routePattern, *callable* $handler, [*mixed* $name]) +public [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) **options** (*string* $routePattern, *callable* $handler, [*mixed* $name]) Maps a route to a handler that only matches if the HTTP method is OPTIONS \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Micro_Exception.md b/uk/api/Phalcon_Mvc_Micro_Exception.md index 346de38a00ff..d3f24303139d 100644 --- a/uk/api/Phalcon_Mvc_Micro_Exception.md +++ b/uk/api/Phalcon_Mvc_Micro_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Micro\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Mvc_Micro_LazyLoader.md b/uk/api/Phalcon_Mvc_Micro_LazyLoader.md index d5b2ba5dcf4f..f37a285328e4 100644 --- a/uk/api/Phalcon_Mvc_Micro_LazyLoader.md +++ b/uk/api/Phalcon_Mvc_Micro_LazyLoader.md @@ -18,6 +18,6 @@ public *mixed* **__call** (*string* $method, *array* $arguments) Initializes the internal handler, calling functions on it -public *mixed* **callMethod** (*string* $method, *array* $arguments, [[Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder]) +public *mixed* **callMethod** (*string* $method, *array* $arguments, [[Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder]) Calling __call method \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Micro_MiddlewareInterface.md b/uk/api/Phalcon_Mvc_Micro_MiddlewareInterface.md index a482126a1c4f..9a9b2bb645af 100644 --- a/uk/api/Phalcon_Mvc_Micro_MiddlewareInterface.md +++ b/uk/api/Phalcon_Mvc_Micro_MiddlewareInterface.md @@ -4,6 +4,6 @@ ## Methods -abstract public **call** ([Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) $application) +abstract public **call** ([Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) $application) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Model.md b/uk/api/Phalcon_Mvc_Model.md index ced7746105a1..03956f54d840 100644 --- a/uk/api/Phalcon_Mvc_Model.md +++ b/uk/api/Phalcon_Mvc_Model.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model** -*implements* [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface), [Phalcon\Mvc\Model\ResultInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) +*implements* [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface), [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface), [Phalcon\Mvc\Model\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) Source on GitHub @@ -51,11 +51,11 @@ if ($robot->save() === false) { ## Methods -final public **__construct** ([*mixed* $data], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) $modelsManager]) +final public **__construct** ([*mixed* $data], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector], [[Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) $modelsManager]) Phalcon\\Mvc\\Model constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -63,7 +63,7 @@ public **getDI** () Returns the dependency injection container -protected **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +protected **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a custom events manager @@ -79,7 +79,7 @@ public **getModelsManager** () Returns the models manager related to the entity instance -public **setTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +public **setTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) Sets a transaction related to the Model instance @@ -174,7 +174,7 @@ public **getWriteConnection** () Gets the connection used to write data to the model -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **assign** (*array* $data, [*mixed* $dataColumnMap], [*array* $whiteList]) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **assign** (*array* $data, [*mixed* $dataColumnMap], [*array* $whiteList]) Assigns values to a model from an array @@ -224,7 +224,7 @@ $robot->assign( ``` -public static **cloneResultMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/en/3.2/api/Phalcon_Mvc_Model_Row) $base, *array* $data, *array* $columnMap, [*int* $dirtyState], [*boolean* $keepSnapshots]) +public static **cloneResultMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\Model\Row](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Row) $base, *array* $data, *array* $columnMap, [*int* $dirtyState], [*boolean* $keepSnapshots]) Assigns values to a model from an array, returning a new model. @@ -246,7 +246,7 @@ public static *mixed* **cloneResultMapHydrate** (*array* $data, *array* $columnM Returns an hydrated result based on the data and the column map -public static [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) **cloneResult** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $base, *array* $data, [*int* $dirtyState]) +public static [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) **cloneResult** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $base, *array* $data, [*int* $dirtyState]) Assigns values to a model from an array returning a new model @@ -341,15 +341,15 @@ echo "The first virtual robot name is ", $robot->name; ``` -public static **query** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public static **query** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Create a criteria for a specific model -protected *boolean* **_exists** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [*string* | *array* $table]) +protected *boolean* **_exists** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [*string* | *array* $table]) Checks whether the current record already exists -protected static [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) **_groupResult** (*mixed* $functionName, *string* $alias, *array* $parameters) +protected static [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) **_groupResult** (*mixed* $functionName, *string* $alias, *array* $parameters) Generate a PHQL SELECT statement for an aggregate @@ -496,7 +496,7 @@ protected **_cancelOperation** () Cancel the current operation -public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) Appends a customized message on the validation process @@ -522,7 +522,7 @@ class Robots extends Model ``` -protected **validate** ([Phalcon\ValidationInterface](/en/3.2/api/Phalcon_ValidationInterface) $validator) +protected **validate** ([Phalcon\ValidationInterface](/[[language]]/[[version]]/api/Phalcon_ValidationInterface) $validator) Executes validators on every validation call @@ -631,7 +631,7 @@ final protected **_checkForeignKeysReverseRestrict** () Reads both "hasMany" and "hasOne" relations and checks the virtual foreign keys (restrict) when deleting records -protected **_preSave** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, *mixed* $exists, *mixed* $identityField) +protected **_preSave** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, *mixed* $exists, *mixed* $identityField) Executes internal hooks before save a record @@ -639,19 +639,19 @@ protected **_postSave** (*mixed* $success, *mixed* $exists) Executes internal events after save a record -protected *boolean* **_doLowInsert** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table, *boolean* | *string* $identityField) +protected *boolean* **_doLowInsert** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table, *boolean* | *string* $identityField) Sends a pre-build INSERT SQL statement to the relational database system -protected *boolean* **_doLowUpdate** ([Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table) +protected *boolean* **_doLowUpdate** ([Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) $metaData, [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, *string* | *array* $table) Sends a pre-build UPDATE SQL statement to the relational database system -protected *boolean* **_preSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $related) +protected *boolean* **_preSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $related) Saves related records that must be stored prior to save the master record -protected *boolean* **_postSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $related) +protected *boolean* **_postSaveRelatedRecords** ([Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) $connection, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $related) Save the related records assigned in the has-one/has-many relations @@ -913,7 +913,7 @@ class Robots extends \Phalcon\Mvc\Model ``` -protected [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **hasManyToMany** (*string* | *array* $fields, *string* $intermediateModel, *string* | *array* $intermediateFields, *string* | *array* $intermediateReferencedFields, *mixed* $referenceModel, *string* | *array* $referencedFields, [*array* $options]) +protected [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **hasManyToMany** (*string* | *array* $fields, *string* $intermediateModel, *string* | *array* $intermediateFields, *string* | *array* $intermediateReferencedFields, *mixed* $referenceModel, *string* | *array* $referencedFields, [*array* $options]) Setup an n-n relation between two models, through an intermediate relation @@ -938,7 +938,7 @@ class Robots extends \Phalcon\Mvc\Model ``` -public **addBehavior** ([Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) +public **addBehavior** ([Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) Setups a behavior in a model @@ -1083,7 +1083,7 @@ class Robots extends Model ``` -public [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) **getRelated** (*string* $alias, [*array* $arguments]) +public [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) **getRelated** (*string* $alias, [*array* $arguments]) Returns related records based on defined relations @@ -1091,7 +1091,7 @@ protected *mixed* **_getRelatedRecords** (*string* $modelName, *string* $method, Returns related records defined relations depending on the method name -final protected static [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) | *boolean* **_invokeFinder** (*string* $method, *array* $arguments) +final protected static [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) | *boolean* **_invokeFinder** (*string* $method, *array* $arguments) Try to check if the query must invoke a finder @@ -1111,7 +1111,7 @@ final protected *string* **_possibleSetter** (*string* $property, *mixed* $value Check for, and attempt to use, possible setter. -public [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) | [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **__get** (*string* $property) +public [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) | [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **__get** (*string* $property) Magic method to get related records using the relation alias as a property diff --git a/uk/api/Phalcon_Mvc_ModelInterface.md b/uk/api/Phalcon_Mvc_ModelInterface.md index bc76211a7894..ba3df8b287b1 100644 --- a/uk/api/Phalcon_Mvc_ModelInterface.md +++ b/uk/api/Phalcon_Mvc_ModelInterface.md @@ -4,7 +4,7 @@ ## Methods -abstract public **setTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) +abstract public **setTransaction** ([Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) $transaction) ... @@ -60,7 +60,7 @@ abstract public static **cloneResultMap** (*mixed* $base, *array* $data, *mixed* ... -abstract public static **cloneResult** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $base, *array* $data, [*mixed* $dirtyState]) +abstract public static **cloneResult** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $base, *array* $data, [*mixed* $dirtyState]) ... @@ -76,7 +76,7 @@ abstract public static **findFirst** ([*mixed* $parameters]) ... -abstract public static **query** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +abstract public static **query** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) ... @@ -108,7 +108,7 @@ abstract public **fireEventCancel** (*mixed* $eventName) ... -abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) $message) ... diff --git a/uk/api/Phalcon_Mvc_Model_Behavior.md b/uk/api/Phalcon_Mvc_Model_Behavior.md index 9ed7aef6abfb..ca363aa4457c 100644 --- a/uk/api/Phalcon_Mvc_Model_Behavior.md +++ b/uk/api/Phalcon_Mvc_Model_Behavior.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\Behavior** -*implements* [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) +*implements* [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) Source on GitHub @@ -18,10 +18,10 @@ protected *array* **getOptions** ([*string* $eventName]) Returns the behavior options related to an event -public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) This method receives the notifications from the EventsManager -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) Acts as fallbacks when a missing method is called on the model \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Model_BehaviorInterface.md b/uk/api/Phalcon_Mvc_Model_BehaviorInterface.md index 06e70a09cca5..048b1cecf30e 100644 --- a/uk/api/Phalcon_Mvc_Model_BehaviorInterface.md +++ b/uk/api/Phalcon_Mvc_Model_BehaviorInterface.md @@ -4,10 +4,10 @@ ## Methods -abstract public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $method, [*mixed* $arguments]) +abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $method, [*mixed* $arguments]) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md b/uk/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md index 80a45763e129..0b7513a245ac 100644 --- a/uk/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md +++ b/uk/api/Phalcon_Mvc_Model_Behavior_SoftDelete.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Behavior\\SoftDelete** -*extends* abstract class [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +*extends* abstract class [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) -*implements* [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) +*implements* [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Instead of permanently delete a record it marks the record as deleted changing t ## Methods -public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Phalcon\\Mvc\\Model\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Acts as fallbacks when a missing method is called on the model \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Model_Behavior_Timestampable.md b/uk/api/Phalcon_Mvc_Model_Behavior_Timestampable.md index f2e5a612fec9..d6bbcfc791c0 100644 --- a/uk/api/Phalcon_Mvc_Model_Behavior_Timestampable.md +++ b/uk/api/Phalcon_Mvc_Model_Behavior_Timestampable.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Behavior\\Timestampable** -*extends* abstract class [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +*extends* abstract class [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) -*implements* [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) +*implements* [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) Source on GitHub @@ -10,22 +10,22 @@ Allows to automatically update a model’s attribute saving the datetime when a ## Methods -public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notify** (*mixed* $type, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Listens for notifications from the models manager -public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **__construct** ([*array* $options]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Phalcon\\Mvc\\Model\\Behavior -protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected **mustTakeAction** (*mixed* $eventName) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Checks whether the behavior must take action on certain event -protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +protected *array* **getOptions** ([*string* $eventName]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Returns the behavior options related to an event -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $method, [*array* $arguments]) inherited from [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) Acts as fallbacks when a missing method is called on the model \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_Model_Binder.md b/uk/api/Phalcon_Mvc_Model_Binder.md index b8a47817037b..2f8dada38a50 100644 --- a/uk/api/Phalcon_Mvc_Model_Binder.md +++ b/uk/api/Phalcon_Mvc_Model_Binder.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Binder** -*implements* [Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) +*implements* [Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) Source on GitHub @@ -18,11 +18,11 @@ public **getOriginalValues** () Array for original values -public **__construct** ([[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +public **__construct** ([[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Phalcon\\Mvc\\Model\\Binder constructor -public **setCache** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache) +public **setCache** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache) Gets cache instance diff --git a/uk/api/Phalcon_Mvc_Model_BinderInterface.md b/uk/api/Phalcon_Mvc_Model_BinderInterface.md index 7c35c5dbb069..587ebfc2fa97 100644 --- a/uk/api/Phalcon_Mvc_Model_BinderInterface.md +++ b/uk/api/Phalcon_Mvc_Model_BinderInterface.md @@ -12,7 +12,7 @@ abstract public **getCache** () ... -abstract public **setCache** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache) +abstract public **setCache** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache) ... diff --git a/uk/api/Phalcon_Mvc_Model_Criteria.md b/uk/api/Phalcon_Mvc_Model_Criteria.md index 509e1c58d19b..820bc8d6ff6b 100644 --- a/uk/api/Phalcon_Mvc_Model_Criteria.md +++ b/uk/api/Phalcon_Mvc_Model_Criteria.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Criteria** -*implements* [Phalcon\Mvc\Model\CriteriaInterface](/en/3.2/api/Phalcon_Mvc_Model_CriteriaInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\CriteriaInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_CriteriaInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -21,7 +21,7 @@ $robots = Robots::query() ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -49,7 +49,7 @@ public **distinct** (*mixed* $distinct) Sets SELECT DISTINCT / SELECT ALL flag -public [Phalcon\Mvc\Model\Criteria](/en/3.2/api/Phalcon_Mvc_Model_Criteria) **columns** (*string* | *array* $columns) +public [Phalcon\Mvc\Model\Criteria](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Criteria) **columns** (*string* | *array* $columns) Sets the columns to be queried @@ -251,7 +251,7 @@ public *array* **getParams** () Returns all the parameters defined in the criteria -public static **fromInput** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector, *mixed* $modelName, *array* $data, [*mixed* $operator]) +public static **fromInput** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector, *mixed* $modelName, *array* $data, [*mixed* $operator]) Builds a Phalcon\\Mvc\\Model\\Criteria based on an input array like $_POST diff --git a/uk/api/Phalcon_Mvc_Model_Exception.md b/uk/api/Phalcon_Mvc_Model_Exception.md index 1ed0e1550fa3..341cdc73b4b4 100644 --- a/uk/api/Phalcon_Mvc_Model_Exception.md +++ b/uk/api/Phalcon_Mvc_Model_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Mvc_Model_Manager.md b/uk/api/Phalcon_Mvc_Model_Manager.md index cef59c6fd159..84db128030fd 100644 --- a/uk/api/Phalcon_Mvc_Model_Manager.md +++ b/uk/api/Phalcon_Mvc_Model_Manager.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Manager** -*implements* [Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -29,7 +29,7 @@ $robot = new Robots($di); ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -37,7 +37,7 @@ public **getDI** () Returns the DependencyInjector container -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a global events manager @@ -45,15 +45,15 @@ public **getEventsManager** () Returns the internal event manager -public **setCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets a custom events manager for a specific model -public **getCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getCustomEventsManager** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns a custom events manager related to a model -public **initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Initializes a model in the model manager @@ -111,11 +111,11 @@ echo $robots->getSource(); // wp_robots ``` -public **setModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) +public **setModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) Sets the mapped source for a model -final public **isVisibleModelProperty** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $property) +final public **isVisibleModelProperty** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $property) Check whether a model property is declared as public. @@ -129,95 +129,95 @@ $isPublic = $manager->isVisibleModelProperty( ``` -public **getModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the mapped source for a model -public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) +public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) Sets the mapped schema for a model -public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the mapped schema for a model -public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) Sets both write and read connection service for a model -public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) Sets write connection service for a model -public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) Sets read connection service for a model -public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection to read data related to a model -public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection to write data related to a model -protected **_getConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) +protected **_getConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) Returns the connection to read or write data related to a model depending on the connection services. -public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection service name used to read data related to a model -public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Returns the connection service name used to write data related to a model -public **_getConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) +public **_getConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionServices) Returns the connection service name used to read or write data related to a model depending on the connection services -public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Receives events generated in the models and dispatches them to an events-manager if available Notify the behaviors that are listening in the model -public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) +public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) Dispatch an event to the listeners and behaviors This method expects that the endpoint listeners/behaviors returns true meaning that a least one was implemented -public **addBehavior** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) +public **addBehavior** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) Binds a behavior to a model -public **keepSnapshots** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $keepSnapshots) +public **keepSnapshots** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $keepSnapshots) Sets if a model must keep snapshots -public **isKeepingSnapshots** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **isKeepingSnapshots** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Checks if a model is keeping snapshots for the queried records -public **useDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $dynamicUpdate) +public **useDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $dynamicUpdate) Sets if a model must use dynamic update instead of the all-field update -public **isUsingDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **isUsingDynamicUpdate** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Checks if a model is using dynamic update instead of all-field update -public [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **addHasOne** ([Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) +public [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **addHasOne** ([Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) Setup a 1-1 relation between two models -public [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **addBelongsTo** ([Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) +public [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **addBelongsTo** ([Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) Setup a relation reverse many to one between two models -public **addHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) +public **addHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *string* $referencedModel, *mixed* $referencedFields, [*array* $options]) Setup a relation 1-n between two models -public [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) **addHasManyToMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *string* $fields, *string* $intermediateModel, *string* $intermediateFields, *string* $intermediateReferencedFields, *string* $referencedModel, *string* $referencedFields, [*array* $options]) +public [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) **addHasManyToMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *string* $fields, *string* $intermediateModel, *string* $intermediateFields, *string* $intermediateReferencedFields, *string* $referencedModel, *string* $referencedFields, [*array* $options]) Setups a relation n-m between two models @@ -245,7 +245,7 @@ final protected **_mergeFindParameters** (*mixed* $findParamsOne, *mixed* $findP Merge two arrays of find parameters -public [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) | [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) | *int* | *false* **getRelationRecords** ([Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) $relation, *mixed* $method, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) | [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) | *int* | *false* **getRelationRecords** ([Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) $relation, *mixed* $method, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Helper method to query records based on a relation definition @@ -261,19 +261,19 @@ public **clearReusableObjects** () Clears the internal reusable list -public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Gets belongsTo related records from a model -public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Gets hasMany related records from a model -public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) Gets belongsTo related records from a model -public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets all the belongsTo relations defined in a model @@ -286,19 +286,19 @@ $relations = $modelsManager->getBelongsTo( ``` -public **getHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasMany relations defined on a model -public **getHasOne** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasOne** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasOne relations defined on a model -public **getHasManyToMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasManyToMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasManyToMany relations defined on a model -public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) Gets hasOne relations defined on a model diff --git a/uk/api/Phalcon_Mvc_Model_ManagerInterface.md b/uk/api/Phalcon_Mvc_Model_ManagerInterface.md index f11e8adb33af..8a5d42979c7a 100644 --- a/uk/api/Phalcon_Mvc_Model_ManagerInterface.md +++ b/uk/api/Phalcon_Mvc_Model_ManagerInterface.md @@ -4,51 +4,51 @@ ## Methods -abstract public **initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) +abstract public **setModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $source) ... -abstract public **getModelSource** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getModelSource** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) +abstract public **setModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $schema) ... -abstract public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getModelSchema** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +abstract public **setConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) ... -abstract public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +abstract public **setReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) ... -abstract public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getReadConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) +abstract public **setWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $connectionService) ... -abstract public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getWriteConnectionService** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getReadConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getWriteConnection** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... @@ -64,15 +64,15 @@ abstract public **load** (*mixed* $modelName, [*mixed* $newInstance]) ... -abstract public **addHasOne** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) +abstract public **addHasOne** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) ... -abstract public **addBelongsTo** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) +abstract public **addBelongsTo** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) ... -abstract public **addHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) +abstract public **addHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $fields, *mixed* $referencedModel, *mixed* $referencedFields, [*mixed* $options]) ... @@ -88,31 +88,31 @@ abstract public **existsHasOne** (*mixed* $modelName, *mixed* $modelRelation) ... -abstract public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +abstract public **getBelongsToRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) ... -abstract public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +abstract public **getHasManyRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) ... -abstract public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) +abstract public **getHasOneRecords** (*mixed* $method, *mixed* $modelName, *mixed* $modelRelation, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $record, [*mixed* $parameters]) ... -abstract public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getBelongsTo** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getHasOne** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getHasOne** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **getHasOneAndHasMany** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... @@ -136,15 +136,15 @@ abstract public **createBuilder** ([*mixed* $params]) ... -abstract public **addBehavior** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) +abstract public **addBehavior** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) $behavior) ... -abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) +abstract public **notifyEvent** (*mixed* $eventName, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) ... -abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) +abstract public **missingMethod** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $eventName, *mixed* $data) ... diff --git a/uk/api/Phalcon_Mvc_Model_MetaData_Xcache.md b/uk/api/Phalcon_Mvc_Model_MetaData_Xcache.md index 4b244f29e225..3c085659457c 100644 --- a/uk/api/Phalcon_Mvc_Model_MetaData_Xcache.md +++ b/uk/api/Phalcon_Mvc_Model_MetaData_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\MetaData\\Xcache** -*extends* abstract class [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +*extends* abstract class [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) -*implements* [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -72,27 +72,27 @@ public **write** (*string* $key, *array* $data) Writes the metadata to XCache -final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final protected **_initialize** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $key, *mixed* $table, *mixed* $schema) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Initialize the metadata for certain table -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Sets the DependencyInjector container -public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDI** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the DependencyInjector container -public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setStrategy** ([Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) $strategy) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the meta-data extraction strategy -public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getStrategy** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Return the strategy to obtain the meta-data -final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaData** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the complete meta-data for certain model @@ -107,7 +107,7 @@ print_r( ``` -final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads meta-data for certain model @@ -123,7 +123,7 @@ print_r( ``` -final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **writeMetaDataIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index, *mixed* $data) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Writes meta-data for certain model using a MODEL_* constant @@ -142,7 +142,7 @@ print_r( ``` -final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads the ordered/reversed column map for certain model @@ -157,7 +157,7 @@ print_r( ``` -final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +final public **readColumnMapIndex** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $index) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Reads column-map information for certain model using a MODEL_* constant @@ -173,7 +173,7 @@ print_r( ``` -public **getAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns table attributes names (fields) @@ -188,7 +188,7 @@ print_r( ``` -public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are part of the primary key @@ -203,7 +203,7 @@ print_r( ``` -public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNonPrimaryKeyAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of fields which are not part of the primary key @@ -218,7 +218,7 @@ print_r( ``` -public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getNotNullAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns an array of not null attributes @@ -233,7 +233,7 @@ print_r( ``` -public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their data types @@ -248,7 +248,7 @@ print_r( ``` -public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDataTypesNumeric** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes which types are numerical @@ -263,7 +263,7 @@ print_r( ``` -public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public *string* **getIdentityField** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the name of identity field (if one is present) @@ -278,7 +278,7 @@ print_r( ``` -public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getBindTypes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes and their bind data types @@ -293,7 +293,7 @@ print_r( ``` -public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the INSERT SQL generation @@ -308,7 +308,7 @@ print_r( ``` -public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes that must be ignored from the UPDATE SQL generation @@ -323,7 +323,7 @@ print_r( ``` -public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticCreateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the INSERT SQL generation @@ -339,7 +339,7 @@ $metaData->setAutomaticCreateAttributes( ``` -public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setAutomaticUpdateAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that must be ignored from the UPDATE SQL generation @@ -355,7 +355,7 @@ $metaData->setAutomaticUpdateAttributes( ``` -public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **setEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $attributes) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Set the attributes that allow empty string values @@ -371,7 +371,7 @@ $metaData->setEmptyStringAttributes( ``` -public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getEmptyStringAttributes** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes allow empty strings @@ -386,7 +386,7 @@ print_r( ``` -public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getDefaultValues** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns attributes (which have default values) and their default values @@ -401,7 +401,7 @@ print_r( ``` -public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the column map if any @@ -416,7 +416,7 @@ print_r( ``` -public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **getReverseColumnMap** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Returns the reverse column map if any @@ -431,7 +431,7 @@ print_r( ``` -public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **hasAttribute** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *mixed* $attribute) inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Check if a model has certain attribute @@ -447,7 +447,7 @@ var_dump( ``` -public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **isEmpty** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Checks if the internal meta-data container is empty @@ -460,7 +460,7 @@ var_dump( ``` -public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) +public **reset** () inherited from [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) Resets internal meta-data in order to regenerate it diff --git a/uk/api/Phalcon_Mvc_Model_Query.md b/uk/api/Phalcon_Mvc_Model_Query.md index c97dbc937b4d..0a3ba4fc344f 100644 --- a/uk/api/Phalcon_Mvc_Model_Query.md +++ b/uk/api/Phalcon_Mvc_Model_Query.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Query** -*implements* [Phalcon\Mvc\Model\QueryInterface](/en/3.2/api/Phalcon_Mvc_Model_QueryInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\QueryInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_QueryInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -39,11 +39,11 @@ foreach ($result as $row) { ## Methods -public **__construct** ([*string* $phql], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector], [*mixed* $options]) +public **__construct** ([*string* $phql], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector], [*mixed* $options]) Phalcon\\Mvc\\Model\\Query constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injection container @@ -83,11 +83,11 @@ final protected **_getSelectColumn** (*array* $column) Resolves a column from its intermediate representation into an array used to determine if the resultset produced is simple or complex -final protected *string* **_getTable** ([Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *array* $qualifiedName) +final protected *string* **_getTable** ([Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *array* $qualifiedName) Resolves a table in a SELECT statement checking if the model exists -final protected **_getJoin** ([Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *mixed* $join) +final protected **_getJoin** ([Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) $manager, *mixed* $join) Resolves a JOIN clause checking if the associated models exist @@ -95,11 +95,11 @@ final protected *string* **_getJoinType** (*array* $join) Resolves a JOIN type -final protected *array* **_getSingleJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) $relation) +final protected *array* **_getSingleJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) $relation) Resolves joins involving has-one/belongs-to/has-many relations -final protected *array* **_getMultiJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) $relation) +final protected *array* **_getMultiJoin** (*string* $joinType, *string* $joinSource, *string* $modelAlias, *string* $joinAlias, [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) $relation) Resolves joins involving many-to-many relations @@ -147,19 +147,19 @@ final protected **_executeSelect** (*mixed* $intermediate, *mixed* $bindParams, Executes the SELECT intermediate representation producing a Phalcon\\Mvc\\Model\\Resultset -final protected [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeInsert** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeInsert** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) Executes the INSERT intermediate representation producing a Phalcon\\Mvc\\Model\\Query\\Status -final protected [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeUpdate** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeUpdate** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) Executes the UPDATE intermediate representation producing a Phalcon\\Mvc\\Model\\Query\\Status -final protected [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeDelete** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) **_executeDelete** (*array* $intermediate, *array* $bindParams, *array* $bindTypes) Executes the DELETE intermediate representation producing a Phalcon\\Mvc\\Model\\Query\\Status -final protected [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) **_getRelatedRecords** ([Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model, *array* $intermediate, *array* $bindParams, *array* $bindTypes) +final protected [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) **_getRelatedRecords** ([Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model, *array* $intermediate, *array* $bindParams, *array* $bindTypes) Query the records on which the UPDATE/DELETE operation well be done @@ -167,7 +167,7 @@ public *mixed* **execute** ([*array* $bindParams], [*array* $bindTypes]) Executes a parsed PHQL statement -public [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) **getSingleResult** ([*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) **getSingleResult** ([*array* $bindParams], [*array* $bindTypes]) Executes the query returning the first result diff --git a/uk/api/Phalcon_Mvc_Model_Query_Builder.md b/uk/api/Phalcon_Mvc_Model_Query_Builder.md index a1c7466a7e7c..407fb2358d03 100644 --- a/uk/api/Phalcon_Mvc_Model_Query_Builder.md +++ b/uk/api/Phalcon_Mvc_Model_Query_Builder.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Query\\Builder** -*implements* [Phalcon\Mvc\Model\Query\BuilderInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_BuilderInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\Model\Query\BuilderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_BuilderInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -46,11 +46,11 @@ $queryBuilder = new \Phalcon\Mvc\Model\Query\Builder($params); ## Methods -public **__construct** ([*mixed* $params], [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([*mixed* $params], [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\Model\\Query\\Builder constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container @@ -162,7 +162,7 @@ public *string* | *array* **getFrom** () Return the models who makes part of the query -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **join** (*string* $model, [*string* $conditions], [*string* $alias], [*string* $type]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **join** (*string* $model, [*string* $conditions], [*string* $alias], [*string* $type]) Adds an :type: join (by default type - INNER) to the query @@ -183,7 +183,7 @@ $builder->join("Robots", "r.id = RobotsParts.robots_id", "r", "LEFT"); ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **innerJoin** (*string* $model, [*string* $conditions], [*string* $alias]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **innerJoin** (*string* $model, [*string* $conditions], [*string* $alias]) Adds an INNER join to the query @@ -201,7 +201,7 @@ $builder->innerJoin("Robots", "r.id = RobotsParts.robots_id", "r"); ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **leftJoin** (*string* $model, [*string* $conditions], [*string* $alias]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **leftJoin** (*string* $model, [*string* $conditions], [*string* $alias]) Adds a LEFT join to the query @@ -212,7 +212,7 @@ $builder->leftJoin("Robots", "r.id = RobotsParts.robots_id", "r"); ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **rightJoin** (*string* $model, [*string* $conditions], [*string* $alias]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **rightJoin** (*string* $model, [*string* $conditions], [*string* $alias]) Adds a RIGHT join to the query @@ -227,7 +227,7 @@ public *array* **getJoins** () Return join parts of the query -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **where** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **where** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) Sets the query WHERE conditions @@ -248,7 +248,7 @@ $builder->where( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **andWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **andWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current WHERE conditions using a AND operator @@ -267,7 +267,7 @@ $builder->andWhere( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **orWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **orWhere** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current conditions using an OR operator @@ -334,7 +334,7 @@ public *string* | *array* **getWhere** () Return the conditions for the query -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **orderBy** (*string* | *array* $orderBy) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **orderBy** (*string* | *array* $orderBy) Sets an ORDER BY condition clause @@ -350,7 +350,7 @@ public *string* | *array* **getOrderBy** () Returns the set ORDER BY clause -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **having** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **having** (*mixed* $conditions, [*array* $bindParams], [*array* $bindTypes]) Sets the HAVING condition clause @@ -368,7 +368,7 @@ $builder->having( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **andHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **andHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current HAVING conditions clause using a AND operator @@ -386,7 +386,7 @@ $builder->andHaving( ``` -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **orHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **orHaving** (*string* $conditions, [*array* $bindParams], [*array* $bindTypes]) Appends a condition to the current HAVING conditions clause using an OR operator @@ -495,7 +495,7 @@ public *string* | *array* **getOffset** () Returns the current OFFSET clause -public [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) **groupBy** (*string* | *array* $group) +public [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) **groupBy** (*string* | *array* $group) Sets a GROUP BY clause diff --git a/uk/api/Phalcon_Mvc_Model_Query_Status.md b/uk/api/Phalcon_Mvc_Model_Query_Status.md index 109f7859eccb..dc1b39759cbb 100644 --- a/uk/api/Phalcon_Mvc_Model_Query_Status.md +++ b/uk/api/Phalcon_Mvc_Model_Query_Status.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Query\\Status** -*implements* [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) +*implements* [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) Source on GitHub @@ -30,7 +30,7 @@ if ($status->success() === true) { ## Methods -public **__construct** (*mixed* $success, [[Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $model]) +public **__construct** (*mixed* $success, [[Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $model]) public **getModel** () diff --git a/uk/api/Phalcon_Mvc_Model_Relation.md b/uk/api/Phalcon_Mvc_Model_Relation.md index 53f9e43b3536..04b627e8c2f5 100644 --- a/uk/api/Phalcon_Mvc_Model_Relation.md +++ b/uk/api/Phalcon_Mvc_Model_Relation.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Model\\Relation** -*implements* [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) +*implements* [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) Source on GitHub diff --git a/uk/api/Phalcon_Mvc_Model_Resultset.md b/uk/api/Phalcon_Mvc_Model_Resultset.md index 12a785cf8a84..78f52624d98f 100644 --- a/uk/api/Phalcon_Mvc_Model_Resultset.md +++ b/uk/api/Phalcon_Mvc_Model_Resultset.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Mvc\\Model\\Resultset** -*implements* [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) +*implements* [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface), [Iterator](http://php.net/manual/en/class.iterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Countable](http://php.net/manual/en/class.countable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Serializable](http://php.net/manual/en/class.serializable.php), [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php) Source on GitHub @@ -55,7 +55,7 @@ while ($robots->valid()) { ## Methods -public **__construct** ([Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) | *false* $result, [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +public **__construct** ([Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) | *false* $result, [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Phalcon\\Mvc\\Model\\Resultset constructor @@ -91,7 +91,7 @@ public **offsetGet** (*mixed* $index) Gets row in a specific position of the resultset -public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) +public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface @@ -143,7 +143,7 @@ public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $condi Deletes every record in the resultset -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) Filters a resultset returning only those the developer requires @@ -172,7 +172,7 @@ echo json_encode($robots); ``` -abstract public **toArray** () inherited from [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) +abstract public **toArray** () inherited from [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) ... diff --git a/uk/api/Phalcon_Mvc_Model_Resultset_Complex.md b/uk/api/Phalcon_Mvc_Model_Resultset_Complex.md index b2321aa2bab5..bcc460486376 100644 --- a/uk/api/Phalcon_Mvc_Model_Resultset_Complex.md +++ b/uk/api/Phalcon_Mvc_Model_Resultset_Complex.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\Model\\Resultset\\Complex** -*extends* abstract class [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +*extends* abstract class [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) -*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) +*implements* [JsonSerializable](http://php.net/manual/en/class.jsonserializable.php), [Serializable](http://php.net/manual/en/class.serializable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php), [SeekableIterator](http://php.net/manual/en/class.seekableiterator.php), [Traversable](http://php.net/manual/en/class.traversable.php), [Iterator](http://php.net/manual/en/class.iterator.php), [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) Source on GitHub @@ -22,7 +22,7 @@ Complex resultsets may include complete objects and scalar values. This class bu ## Methods -public **__construct** (*array* $columnTypes, [[Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) $result], [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +public **__construct** (*array* $columnTypes, [[Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) $result], [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Phalcon\\Mvc\\Model\\Resultset\\Complex constructor @@ -42,91 +42,91 @@ public **unserialize** (*mixed* $data) Unserializing a resultset will allow to only works on the rows present in the saved state -public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **next** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Moves cursor to next row in the resultset -public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **valid** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Check whether internal resource has rows to fetch -public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **key** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets pointer number of active row in the resultset -final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **rewind** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Rewinds resultset to its beginning -final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **seek** (*mixed* $position) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Changes internal pointer to a specific position in the resultset Set new position if required and set this->_row -final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +final public **count** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Counts how many rows are in the resultset -public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetExists** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Checks whether offset exists in the resultset -public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetGet** (*mixed* $index) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Gets row in a specific position of the resultset -public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetSet** (*int* $index, [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) $value) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **offsetUnset** (*mixed* $offset) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface -public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getType** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the internal type of data retrieval that the resultset is using -public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getFirst** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get first row in the resultset -public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getLast** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Get last row in the resultset -public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setIsFresh** (*mixed* $isFresh) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Set if the resultset is fresh or an old one cached -public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **isFresh** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Tell if the resultset if fresh or an old one cached -public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **setHydrateMode** (*mixed* $hydrateMode) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Sets the hydration mode in the resultset -public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getHydrateMode** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the current hydration mode -public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getCache** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the associated cache for the resultset -public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **getMessages** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns the error messages produced by a batch operation -public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *boolean* **update** (*array* $data, [[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Updates every record in the resultset -public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public **delete** ([[Closure](http://php.net/manual/en/class.closure.php) $conditionCallback]) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Deletes every record in the resultset -public [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) **filter** (*callback* $filter) inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Filters a resultset returning only those the developer requires @@ -143,7 +143,7 @@ $filtered = $robots->filter( ``` -public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) +public *array* **jsonSerialize** () inherited from [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) Returns serialised model objects as array for json_encode. Calls jsonSerialize on each object if present diff --git a/uk/api/Phalcon_Mvc_Url.md b/uk/api/Phalcon_Mvc_Url.md index 328f57aedb29..6d0b5788d4d0 100644 --- a/uk/api/Phalcon_Mvc_Url.md +++ b/uk/api/Phalcon_Mvc_Url.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Url** -*implements* [Phalcon\Mvc\UrlInterface](/en/3.2/api/Phalcon_Mvc_UrlInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Mvc\UrlInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_UrlInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -25,7 +25,7 @@ echo $url->get( ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container diff --git a/uk/api/Phalcon_Mvc_Url_Exception.md b/uk/api/Phalcon_Mvc_Url_Exception.md index 39b05c29f564..ac21fa87cc20 100644 --- a/uk/api/Phalcon_Mvc_Url_Exception.md +++ b/uk/api/Phalcon_Mvc_Url_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\Url\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Mvc_User_Component.md b/uk/api/Phalcon_Mvc_User_Component.md index d2a833d28c1f..76a1ad2c2736 100644 --- a/uk/api/Phalcon_Mvc_User_Component.md +++ b/uk/api/Phalcon_Mvc_User_Component.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Component** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_User_Module.md b/uk/api/Phalcon_Mvc_User_Module.md index 55bbde494ddb..9db03bbd9faf 100644 --- a/uk/api/Phalcon_Mvc_User_Module.md +++ b/uk/api/Phalcon_Mvc_User_Module.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Module** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_User_Plugin.md b/uk/api/Phalcon_Mvc_User_Plugin.md index 4cafec636188..6a751cef5fde 100644 --- a/uk/api/Phalcon_Mvc_User_Plugin.md +++ b/uk/api/Phalcon_Mvc_User_Plugin.md @@ -1,29 +1,29 @@ # Class **Phalcon\\Mvc\\User\\Plugin** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub ## Methods -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_View.md b/uk/api/Phalcon_Mvc_View.md index f96f1271ec28..eace2784eafc 100644 --- a/uk/api/Phalcon_Mvc_View.md +++ b/uk/api/Phalcon_Mvc_View.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewInterface](/en/3.2/api/Phalcon_Mvc_ViewInterface), [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewInterface), [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -260,7 +260,7 @@ protected **_loadTemplateEngines** () Loads registered template engines, if none is registered it will use Phalcon\\Mvc\\View\\Engine\\Php -protected **_engineRender** (*array* $engines, *string* $viewPath, *boolean* $silence, *boolean* $mustClean, [[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $cache]) +protected **_engineRender** (*array* $engines, *string* $viewPath, *boolean* $silence, *boolean* $mustClean, [[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $cache]) Checks whether view exists on registered extensions and render it @@ -490,18 +490,18 @@ protected **getViewsDirs** () Gets views directories -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_ViewInterface.md b/uk/api/Phalcon_Mvc_ViewInterface.md index 543c0471b48e..5b8ac57186ab 100644 --- a/uk/api/Phalcon_Mvc_ViewInterface.md +++ b/uk/api/Phalcon_Mvc_ViewInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Mvc\\ViewInterface** -*implements* [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -118,42 +118,42 @@ abstract public **isDisabled** () ... -abstract public **setViewsDir** (*mixed* $viewsDir) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setViewsDir** (*mixed* $viewsDir) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getViewsDir** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getViewsDir** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setParamToView** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setParamToView** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setVar** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setVar** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getParamsToView** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getParamsToView** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getCache** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getCache** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **cache** ([*mixed* $options]) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **cache** ([*mixed* $options]) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **setContent** (*mixed* $content) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **setContent** (*mixed* $content) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **getContent** () inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **getContent** () inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... -abstract public **partial** (*mixed* $partialPath, [*mixed* $params]) inherited from [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +abstract public **partial** (*mixed* $partialPath, [*mixed* $params]) inherited from [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_View_Engine.md b/uk/api/Phalcon_Mvc_View_Engine.md index 3ced1cebed7e..70ccc369182d 100644 --- a/uk/api/Phalcon_Mvc_View_Engine.md +++ b/uk/api/Phalcon_Mvc_View_Engine.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Mvc\\View\\Engine** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) Source on GitHub @@ -10,7 +10,7 @@ All the template engine adapters must inherit this class. This provides basic in ## Methods -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Mvc\\View\\Engine constructor @@ -26,26 +26,26 @@ public **getView** () Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get -abstract public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) inherited from [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) +abstract public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) inherited from [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_View_Engine_Php.md b/uk/api/Phalcon_Mvc_View_Engine_Php.md index d9a7d398b51c..8de999a7097e 100644 --- a/uk/api/Phalcon_Mvc_View_Engine_Php.md +++ b/uk/api/Phalcon_Mvc_View_Engine_Php.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Php** -*extends* abstract class [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +*extends* abstract class [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) -*implements* [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -14,38 +14,38 @@ public **render** (*mixed* $path, *mixed* $params, [*mixed* $mustClean]) Renders a view using the template engine -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Phalcon\\Mvc\\View\\Engine constructor -public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns cached output on another view stage -public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Renders a partial inside another view -public **getView** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getView** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_View_Engine_Volt.md b/uk/api/Phalcon_Mvc_View_Engine_Volt.md index 51bcbd0b4069..09e27df7eec8 100644 --- a/uk/api/Phalcon_Mvc_View_Engine_Volt.md +++ b/uk/api/Phalcon_Mvc_View_Engine_Volt.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt** -*extends* abstract class [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +*extends* abstract class [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) -*implements* [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -50,38 +50,38 @@ public **callMacro** (*mixed* $name, [*array* $arguments]) Checks if a macro is defined and calls it -public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **__construct** ([Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view, [[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Phalcon\\Mvc\\View\\Engine constructor -public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getContent** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns cached output on another view stage -public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public *string* **partial** (*string* $partialPath, [*array* $params]) inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Renders a partial inside another view -public **getView** () inherited from [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) +public **getView** () inherited from [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) Returns the view component related to the adapter -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/uk/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md b/uk/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md index 9f4709fc2397..1cff2c03c71c 100644 --- a/uk/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md +++ b/uk/api/Phalcon_Mvc_View_Engine_Volt_Compiler.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt\\Compiler** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -19,9 +19,9 @@ require $compiler->getCompiledTemplatePath(); ## Methods -public **__construct** ([[Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) $view]) +public **__construct** ([[Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) $view]) -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/uk/api/Phalcon_Mvc_View_Engine_Volt_Exception.md b/uk/api/Phalcon_Mvc_View_Engine_Volt_Exception.md index 8b3302f56a84..7d858d34074e 100644 --- a/uk/api/Phalcon_Mvc_View_Engine_Volt_Exception.md +++ b/uk/api/Phalcon_Mvc_View_Engine_Volt_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Engine\\Volt\\Exception** -*extends* class [Phalcon\Mvc\View\Exception](/en/3.2/api/Phalcon_Mvc_View_Exception) +*extends* class [Phalcon\Mvc\View\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Mvc_View_Exception.md b/uk/api/Phalcon_Mvc_View_Exception.md index 2d43c11197c2..ae2fede35d54 100644 --- a/uk/api/Phalcon_Mvc_View_Exception.md +++ b/uk/api/Phalcon_Mvc_View_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Mvc\\View\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Mvc_View_Simple.md b/uk/api/Phalcon_Mvc_View_Simple.md index a27c183e396c..02b3d713392a 100644 --- a/uk/api/Phalcon_Mvc_View_Simple.md +++ b/uk/api/Phalcon_Mvc_View_Simple.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Mvc\\View\\Simple** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) Source on GitHub @@ -221,18 +221,18 @@ echo $this->view->products; ``` -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager \ No newline at end of file diff --git a/uk/api/Phalcon_Paginator_Adapter.md b/uk/api/Phalcon_Paginator_Adapter.md index 4f7bd5286f14..e6094c3f196e 100644 --- a/uk/api/Phalcon_Paginator_Adapter.md +++ b/uk/api/Phalcon_Paginator_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Paginator\\Adapter** -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -18,6 +18,6 @@ public **getLimit** () Get current rows limit -abstract public **getPaginate** () inherited from [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +abstract public **getPaginate** () inherited from [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Paginator_Adapter_Model.md b/uk/api/Phalcon_Paginator_Adapter_Model.md index 1b6f1ba04a74..5eed7c0efb4b 100644 --- a/uk/api/Phalcon_Paginator_Adapter_Model.md +++ b/uk/api/Phalcon_Paginator_Adapter_Model.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\Model** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -35,14 +35,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/uk/api/Phalcon_Paginator_Adapter_NativeArray.md b/uk/api/Phalcon_Paginator_Adapter_NativeArray.md index c399691b9f21..0ed15659e21d 100644 --- a/uk/api/Phalcon_Paginator_Adapter_NativeArray.md +++ b/uk/api/Phalcon_Paginator_Adapter_NativeArray.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\NativeArray** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -39,14 +39,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/uk/api/Phalcon_Paginator_Adapter_QueryBuilder.md b/uk/api/Phalcon_Paginator_Adapter_QueryBuilder.md index d7b956b38370..cadb5a75a560 100644 --- a/uk/api/Phalcon_Paginator_Adapter_QueryBuilder.md +++ b/uk/api/Phalcon_Paginator_Adapter_QueryBuilder.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Adapter\\QueryBuilder** -*extends* abstract class [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +*extends* abstract class [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) -*implements* [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) +*implements* [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) Source on GitHub @@ -36,7 +36,7 @@ public **getCurrentPage** () Get the current page number -public **setQueryBuilder** ([Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) $builder) +public **setQueryBuilder** ([Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) $builder) Set query builder object @@ -48,14 +48,14 @@ public **getPaginate** () Returns a slice of the resultset to show in the pagination -public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setCurrentPage** (*mixed* $page) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set the current page number -public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **setLimit** (*mixed* $limitRows) inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Set current rows limit -public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) +public **getLimit** () inherited from [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) Get current rows limit \ No newline at end of file diff --git a/uk/api/Phalcon_Paginator_Exception.md b/uk/api/Phalcon_Paginator_Exception.md index e263167ae42b..cd640676cd57 100644 --- a/uk/api/Phalcon_Paginator_Exception.md +++ b/uk/api/Phalcon_Paginator_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Paginator\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Paginator_Factory.md b/uk/api/Phalcon_Paginator_Factory.md index b87215eae4c1..5c0d62c36b72 100644 --- a/uk/api/Phalcon_Paginator_Factory.md +++ b/uk/api/Phalcon_Paginator_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Paginator\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -29,8 +29,8 @@ $paginator = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Queue_Beanstalk_Exception.md b/uk/api/Phalcon_Queue_Beanstalk_Exception.md index d31d84525db3..fc99eb9bfe65 100644 --- a/uk/api/Phalcon_Queue_Beanstalk_Exception.md +++ b/uk/api/Phalcon_Queue_Beanstalk_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Queue\\Beanstalk\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Queue_Beanstalk_Job.md b/uk/api/Phalcon_Queue_Beanstalk_Job.md index 91a3cbce0af4..cdc344022d51 100644 --- a/uk/api/Phalcon_Queue_Beanstalk_Job.md +++ b/uk/api/Phalcon_Queue_Beanstalk_Job.md @@ -10,7 +10,7 @@ public **getId** () public **getBody** () -public **__construct** ([Phalcon\Queue\Beanstalk](/en/3.2/api/Phalcon_Queue_Beanstalk) $queue, *mixed* $id, *mixed* $body) +public **__construct** ([Phalcon\Queue\Beanstalk](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk) $queue, *mixed* $id, *mixed* $body) public **delete** () diff --git a/uk/api/Phalcon_Security.md b/uk/api/Phalcon_Security.md index 46df12e08b8c..a39038ccdc84 100644 --- a/uk/api/Phalcon_Security.md +++ b/uk/api/Phalcon_Security.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Security** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -58,7 +58,7 @@ public **__construct** () Phalcon\\Security constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector diff --git a/uk/api/Phalcon_Security_Exception.md b/uk/api/Phalcon_Security_Exception.md index 1c67ea749c39..d76804f88304 100644 --- a/uk/api/Phalcon_Security_Exception.md +++ b/uk/api/Phalcon_Security_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Security\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Session_Adapter.md b/uk/api/Phalcon_Session_Adapter.md index 6575ae9d0960..bf0fbeac2dba 100644 --- a/uk/api/Phalcon_Session_Adapter.md +++ b/uk/api/Phalcon_Session_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Session\\Adapter** -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub diff --git a/uk/api/Phalcon_Session_Adapter_Files.md b/uk/api/Phalcon_Session_Adapter_Files.md index f822abd76b18..e1c64d1d9f91 100644 --- a/uk/api/Phalcon_Session_Adapter_Files.md +++ b/uk/api/Phalcon_Session_Adapter_Files.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Files** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -16,15 +16,15 @@ ## Methods -public **__construct** ([*array* $options]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__construct** ([*array* $options]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Phalcon\\Session\\Adapter constructor -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -39,21 +39,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -64,7 +64,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -75,7 +75,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -88,7 +88,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -99,7 +99,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -110,7 +110,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -121,7 +121,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -134,7 +134,7 @@ var_dump( ``` -public **destroy** ([*mixed* $removeData]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **destroy** ([*mixed* $removeData]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Destroys the active session @@ -151,7 +151,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -168,19 +168,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -191,10 +191,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Session_Adapter_Libmemcached.md b/uk/api/Phalcon_Session_Adapter_Libmemcached.md index b4c626d76602..7937cb6d97fe 100644 --- a/uk/api/Phalcon_Session_Adapter_Libmemcached.md +++ b/uk/api/Phalcon_Session_Adapter_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Libmemcached** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -77,11 +77,11 @@ public **destroy** ([*mixed* $sessionId]) public **gc** () -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -96,21 +96,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -121,7 +121,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -132,7 +132,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -145,7 +145,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -156,7 +156,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -167,7 +167,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -178,7 +178,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -191,7 +191,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -208,19 +208,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -231,10 +231,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Session_Adapter_Memcache.md b/uk/api/Phalcon_Session_Adapter_Memcache.md index f6a220f939e1..4530826a4201 100644 --- a/uk/api/Phalcon_Session_Adapter_Memcache.md +++ b/uk/api/Phalcon_Session_Adapter_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Memcache** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -70,11 +70,11 @@ public **destroy** ([*mixed* $sessionId]) public **gc** () -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -89,21 +89,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -114,7 +114,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -125,7 +125,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -138,7 +138,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -149,7 +149,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -160,7 +160,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -171,7 +171,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -184,7 +184,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -201,19 +201,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -224,10 +224,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Session_Adapter_Redis.md b/uk/api/Phalcon_Session_Adapter_Redis.md index f3a461b2f111..8140b3922300 100644 --- a/uk/api/Phalcon_Session_Adapter_Redis.md +++ b/uk/api/Phalcon_Session_Adapter_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Adapter\\Redis** -*extends* abstract class [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +*extends* abstract class [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -*implements* [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) +*implements* [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) Source on GitHub @@ -68,11 +68,11 @@ public **destroy** ([*mixed* $sessionId]) public **gc** () -public **start** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **start** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Starts the session (if headers are already sent the session will not be started) -public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setOptions** (*array* $options) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets session's options @@ -87,21 +87,21 @@ $session->setOptions( ``` -public **getOptions** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getOptions** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get internal options -public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setName** (*mixed* $name) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set session name -public **getName** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getName** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Get session name -public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **regenerateId** ([*mixed* $deleteOldSession]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) -public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **get** (*mixed* $index, [*mixed* $defaultValue], [*mixed* $remove]) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Gets a session variable from an application context @@ -112,7 +112,7 @@ $session->get("auth", "yes"); ``` -public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Sets a session variable in an application context @@ -123,7 +123,7 @@ $session->set("auth", "yes"); ``` -public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **has** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether a session variable is set in an application context @@ -136,7 +136,7 @@ var_dump( ``` -public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **remove** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Removes a session variable from an application context @@ -147,7 +147,7 @@ $session->remove("auth"); ``` -public **getId** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **getId** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns active session id @@ -158,7 +158,7 @@ echo $session->getId(); ``` -public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **setId** (*mixed* $id) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Set the current session id @@ -169,7 +169,7 @@ $session->setId($id); ``` -public **isStarted** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **isStarted** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Check whether the session has been started @@ -182,7 +182,7 @@ var_dump( ``` -public **status** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **status** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Returns the status of the current session. @@ -199,19 +199,19 @@ if ($session->status() !== $session::SESSION_ACTIVE) { ``` -public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__get** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Gets a session variable from an application context -public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__set** (*mixed* $index, *mixed* $value) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Sets a session variable in an application context -public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__isset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Check whether a session variable is set in an application context -public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__unset** (*mixed* $index) inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) Alias: Removes a session variable from an application context @@ -222,10 +222,10 @@ unset($session->auth); ``` -public **__destruct** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +public **__destruct** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... -protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) +protected **removeSessionData** () inherited from [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Session_Bag.md b/uk/api/Phalcon_Session_Bag.md index dd3b1765d192..36bc9e7e6612 100644 --- a/uk/api/Phalcon_Session_Bag.md +++ b/uk/api/Phalcon_Session_Bag.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Session\\Bag** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Session\BagInterface](/en/3.2/api/Phalcon_Session_BagInterface), [IteratorAggregate](http://php.net/manual/en/class.iteratoraggregate.php), [Traversable](http://php.net/manual/en/class.traversable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Session\BagInterface](/[[language]]/[[version]]/api/Phalcon_Session_BagInterface), [IteratorAggregate](http://php.net/manual/en/class.iteratoraggregate.php), [Traversable](http://php.net/manual/en/class.traversable.php), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php), [Countable](http://php.net/manual/en/class.countable.php) Source on GitHub @@ -22,7 +22,7 @@ public **__construct** (*mixed* $name) Phalcon\\Session\\Bag constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the DependencyInjector container diff --git a/uk/api/Phalcon_Session_Exception.md b/uk/api/Phalcon_Session_Exception.md index 3be5afaeb368..ac8c9c935696 100644 --- a/uk/api/Phalcon_Session_Exception.md +++ b/uk/api/Phalcon_Session_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Session\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Session_Factory.md b/uk/api/Phalcon_Session_Factory.md index 2ec52018c904..d51bce4976a2 100644 --- a/uk/api/Phalcon_Session_Factory.md +++ b/uk/api/Phalcon_Session_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Session\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -28,8 +28,8 @@ $session = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Tag.md b/uk/api/Phalcon_Tag.md index fc303e5d04c2..b4fe1c6a7c02 100644 --- a/uk/api/Phalcon_Tag.md +++ b/uk/api/Phalcon_Tag.md @@ -38,7 +38,7 @@ public static **renderAttributes** (*mixed* $code, *array* $attributes) Renders parameters keeping order in their HTML attributes -public static **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public static **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector container. diff --git a/uk/api/Phalcon_Tag_Exception.md b/uk/api/Phalcon_Tag_Exception.md index 14a0b4432296..627b20da27da 100644 --- a/uk/api/Phalcon_Tag_Exception.md +++ b/uk/api/Phalcon_Tag_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Tag\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Tag_Select.md b/uk/api/Phalcon_Tag_Select.md index 54c9231c55b9..32838423225f 100644 --- a/uk/api/Phalcon_Tag_Select.md +++ b/uk/api/Phalcon_Tag_Select.md @@ -10,7 +10,7 @@ public static **selectField** (*array* $parameters, [*array* $data]) Generates a SELECT tag -private static **_optionsFromResultset** ([Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) $resultset, *array* $using, *mixed* $value, *string* $closeOption) +private static **_optionsFromResultset** ([Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) $resultset, *array* $using, *mixed* $value, *string* $closeOption) Generate the OPTION tags based on a resultset diff --git a/uk/api/Phalcon_Translate_Adapter.md b/uk/api/Phalcon_Translate_Adapter.md index f7dd44a78348..a34672e03fff 100644 --- a/uk/api/Phalcon_Translate_Adapter.md +++ b/uk/api/Phalcon_Translate_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Translate\\Adapter** -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) Source on GitHub @@ -12,7 +12,7 @@ public **__construct** (*array* $options) ... -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) ... @@ -44,10 +44,10 @@ protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders] Replaces placeholders by the values passed -abstract public **query** (*mixed* $index, [*mixed* $placeholders]) inherited from [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +abstract public **query** (*mixed* $index, [*mixed* $placeholders]) inherited from [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) ... -abstract public **exists** (*mixed* $index) inherited from [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) +abstract public **exists** (*mixed* $index) inherited from [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Translate_Adapter_Csv.md b/uk/api/Phalcon_Translate_Adapter_Csv.md index 96d9abe19bc6..8ae450215757 100644 --- a/uk/api/Phalcon_Translate_Adapter_Csv.md +++ b/uk/api/Phalcon_Translate_Adapter_Csv.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\Csv** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -26,34 +26,34 @@ public **exists** (*mixed* $index) Check whether is defined a translation key in the internal array -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/uk/api/Phalcon_Translate_Adapter_Gettext.md b/uk/api/Phalcon_Translate_Adapter_Gettext.md index de2f2558647e..22ebafb278b6 100644 --- a/uk/api/Phalcon_Translate_Adapter_Gettext.md +++ b/uk/api/Phalcon_Translate_Adapter_Gettext.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\Gettext** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -112,34 +112,34 @@ protected **getOptionsDefault** () Gets default options -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/uk/api/Phalcon_Translate_Adapter_NativeArray.md b/uk/api/Phalcon_Translate_Adapter_NativeArray.md index c3f861c63cf8..71258c159da4 100644 --- a/uk/api/Phalcon_Translate_Adapter_NativeArray.md +++ b/uk/api/Phalcon_Translate_Adapter_NativeArray.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Adapter\\NativeArray** -*extends* abstract class [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +*extends* abstract class [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) -*implements* [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) +*implements* [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface), [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) Source on GitHub @@ -22,34 +22,34 @@ public **exists** (*mixed* $index) Check whether is defined a translation key in the internal array -public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **setInterpolator** ([Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) $interpolator) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) ... -public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **t** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key -public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **_** (*string* $translateKey, [*array* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation string of the given key (alias of method 't') -public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetSet** (*string* $offset, *string* $value) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Sets a translation value -public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetExists** (*mixed* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Check whether a translation key exists -public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public **offsetUnset** (*string* $offset) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Unsets a translation from the dictionary -public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +public *string* **offsetGet** (*string* $translateKey) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Returns the translation related to the given key -protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) +protected **replacePlaceholders** (*mixed* $translation, [*mixed* $placeholders]) inherited from [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) Replaces placeholders by the values passed \ No newline at end of file diff --git a/uk/api/Phalcon_Translate_Exception.md b/uk/api/Phalcon_Translate_Exception.md index 4f2ba4cc4209..bda89014f4d6 100644 --- a/uk/api/Phalcon_Translate_Exception.md +++ b/uk/api/Phalcon_Translate_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Translate\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Translate_Factory.md b/uk/api/Phalcon_Translate_Factory.md index dc147abaff46..93c8e6a17e16 100644 --- a/uk/api/Phalcon_Translate_Factory.md +++ b/uk/api/Phalcon_Translate_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Translate\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -26,8 +26,8 @@ $translate = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Translate_Interpolator_AssociativeArray.md b/uk/api/Phalcon_Translate_Interpolator_AssociativeArray.md index 090ed88b894d..8782c1d9e246 100644 --- a/uk/api/Phalcon_Translate_Interpolator_AssociativeArray.md +++ b/uk/api/Phalcon_Translate_Interpolator_AssociativeArray.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Translate\\Interpolator\\AssociativeArray** -*implements* [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) +*implements* [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) Source on GitHub diff --git a/uk/api/Phalcon_Translate_Interpolator_IndexedArray.md b/uk/api/Phalcon_Translate_Interpolator_IndexedArray.md index ca3d0635caaf..ff1b0457bcba 100644 --- a/uk/api/Phalcon_Translate_Interpolator_IndexedArray.md +++ b/uk/api/Phalcon_Translate_Interpolator_IndexedArray.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Translate\\Interpolator\\IndexedArray** -*implements* [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) +*implements* [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) Source on GitHub diff --git a/uk/api/Phalcon_Validation.md b/uk/api/Phalcon_Validation.md index 9737110a55cb..6145493c66ce 100644 --- a/uk/api/Phalcon_Validation.md +++ b/uk/api/Phalcon_Validation.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\ValidationInterface](/en/3.2/api/Phalcon_ValidationInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\ValidationInterface](/[[language]]/[[version]]/api/Phalcon_ValidationInterface) Source on GitHub @@ -22,15 +22,15 @@ public **__construct** ([*array* $validators]) Phalcon\\Validation constructor -public [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) **validate** ([*array* | *object* $data], [*object* $entity]) +public [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) **validate** ([*array* | *object* $data], [*object* $entity]) Validate a set of data according to a set of rules -public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Adds a validator to a field -public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Alias of `add` method @@ -38,7 +38,7 @@ public **rules** (*mixed* $field, *array* $validators) Adds the validators to a field -public [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) **setFilters** (*string* $field, *array* | *string* $filters) +public [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) **setFilters** (*string* $field, *array* | *string* $filters) Adds filters to the field @@ -78,11 +78,11 @@ public *string* **getLabel** (*string* $field) Get label for field -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) Appends a message to the messages list -public [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) **bind** (*object* $entity, *array* | *object* $data) +public [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) **bind** (*object* $entity, *array* | *object* $data) Assigns the data to an entity The entity is used to obtain the validation values @@ -90,26 +90,26 @@ public *mixed* **getValue** (*string* $field) Gets the a value to validate in the array/object data source -protected **preChecking** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +protected **preChecking** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) Internal validations, if it returns true, then skip the current validator -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the event manager -public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getEventsManager** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal event manager -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/uk/api/Phalcon_ValidationInterface.md b/uk/api/Phalcon_ValidationInterface.md index facf2fc02375..a877fabd4d8b 100644 --- a/uk/api/Phalcon_ValidationInterface.md +++ b/uk/api/Phalcon_ValidationInterface.md @@ -8,11 +8,11 @@ abstract public **validate** ([*mixed* $data], [*mixed* $entity]) ... -abstract public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +abstract public **add** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) ... -abstract public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) $validator) +abstract public **rule** (*mixed* $field, [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) $validator) ... @@ -56,7 +56,7 @@ abstract public **getLabel** (*mixed* $field) ... -abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +abstract public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) ... diff --git a/uk/api/Phalcon_Validation_CombinedFieldsValidator.md b/uk/api/Phalcon_Validation_CombinedFieldsValidator.md index 1d7c0192bf1f..732484c1270a 100644 --- a/uk/api/Phalcon_Validation_CombinedFieldsValidator.md +++ b/uk/api/Phalcon_Validation_CombinedFieldsValidator.md @@ -1,45 +1,45 @@ # Abstract class **Phalcon\\Validation\\CombinedFieldsValidator** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub ## Methods -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -abstract public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $attribute) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +abstract public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $attribute) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Executes the validation -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Exception.md b/uk/api/Phalcon_Validation_Exception.md index 5d09c05d9d73..b72451968f56 100644 --- a/uk/api/Phalcon_Validation_Exception.md +++ b/uk/api/Phalcon_Validation_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Validation\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Validation_Message.md b/uk/api/Phalcon_Validation_Message.md index e7decd785082..4c2981c7c748 100644 --- a/uk/api/Phalcon_Validation_Message.md +++ b/uk/api/Phalcon_Validation_Message.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Validation\\Message** -*implements* [Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) +*implements* [Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) Source on GitHub diff --git a/uk/api/Phalcon_Validation_Message_Group.md b/uk/api/Phalcon_Validation_Message_Group.md index dc3b3b9ede64..b95624353483 100644 --- a/uk/api/Phalcon_Validation_Message_Group.md +++ b/uk/api/Phalcon_Validation_Message_Group.md @@ -12,7 +12,7 @@ public **__construct** ([*array* $messages]) Phalcon\\Validation\\Message\\Group constructor -public [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) **offsetGet** (*int* $index) +public [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) **offsetGet** (*int* $index) Gets an attribute a message using the array syntax @@ -25,7 +25,7 @@ print_r( ``` -public **offsetSet** (*int* $index, [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) $message) +public **offsetSet** (*int* $index, [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) $message) Sets an attribute using the array-syntax @@ -60,7 +60,7 @@ unset($message["database"]); ``` -public **appendMessage** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $message) +public **appendMessage** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $message) Appends a message to the group @@ -73,7 +73,7 @@ $messages->appendMessage( ``` -public **appendMessages** ([Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) $messages) +public **appendMessages** ([Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) $messages) Appends an array of messages to the group @@ -112,6 +112,6 @@ public **valid** () Check if the current message in the iterator is valid -public static [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) **__set_state** (*array* $group) +public static [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) **__set_state** (*array* $group) Magic __set_state helps to re-build messages variable when exporting \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator.md b/uk/api/Phalcon_Validation_Validator.md index a77d8d5e5641..fd5b27320bab 100644 --- a/uk/api/Phalcon_Validation_Validator.md +++ b/uk/api/Phalcon_Validation_Validator.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Validation\\Validator** -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -28,15 +28,15 @@ public **setOption** (*mixed* $key, *mixed* $value) Sets an option in the validator -abstract public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $attribute) +abstract public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $attribute) Executes the validation -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) Prepares a validation message. diff --git a/uk/api/Phalcon_Validation_ValidatorInterface.md b/uk/api/Phalcon_Validation_ValidatorInterface.md index f2ae64d16a79..3e5fd86684bd 100644 --- a/uk/api/Phalcon_Validation_ValidatorInterface.md +++ b/uk/api/Phalcon_Validation_ValidatorInterface.md @@ -12,6 +12,6 @@ abstract public **getOption** (*mixed* $key, [*mixed* $defaultValue]) ... -abstract public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $attribute) +abstract public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $attribute) ... \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_Alnum.md b/uk/api/Phalcon_Validation_Validator_Alnum.md index 5b7ff39a99a1..eb459132d7d2 100644 --- a/uk/api/Phalcon_Validation_Validator_Alnum.md +++ b/uk/api/Phalcon_Validation_Validator_Alnum.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Alnum** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_Alpha.md b/uk/api/Phalcon_Validation_Validator_Alpha.md index e4e341184c86..6a03102acaa3 100644 --- a/uk/api/Phalcon_Validation_Validator_Alpha.md +++ b/uk/api/Phalcon_Validation_Validator_Alpha.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Alpha** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_Between.md b/uk/api/Phalcon_Validation_Validator_Between.md index 6090d87cccf6..8d307e692ea5 100644 --- a/uk/api/Phalcon_Validation_Validator_Between.md +++ b/uk/api/Phalcon_Validation_Validator_Between.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Between** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -54,38 +54,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_Callback.md b/uk/api/Phalcon_Validation_Validator_Callback.md index 2c4b51d26001..5ee1f111a435 100644 --- a/uk/api/Phalcon_Validation_Validator_Callback.md +++ b/uk/api/Phalcon_Validation_Validator_Callback.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Callback** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -54,38 +54,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_Confirmation.md b/uk/api/Phalcon_Validation_Validator_Confirmation.md index 83a5ffd546a0..73f77e150218 100644 --- a/uk/api/Phalcon_Validation_Validator_Confirmation.md +++ b/uk/api/Phalcon_Validation_Validator_Confirmation.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Confirmation** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,7 +49,7 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation @@ -57,34 +57,34 @@ final protected **compare** (*mixed* $a, *mixed* $b) Compare strings -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_CreditCard.md b/uk/api/Phalcon_Validation_Validator_CreditCard.md index 810a05b974dc..cef2157b0520 100644 --- a/uk/api/Phalcon_Validation_Validator_CreditCard.md +++ b/uk/api/Phalcon_Validation_Validator_CreditCard.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\CreditCard** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,7 +44,7 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation @@ -52,34 +52,34 @@ private *boolean* **verifyByLuhnAlgorithm** (*string* $number) is a simple checksum formula used to validate a variety of identification numbers -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_Date.md b/uk/api/Phalcon_Validation_Validator_Date.md index 4aa94d98efa2..fe67244f29c0 100644 --- a/uk/api/Phalcon_Validation_Validator_Date.md +++ b/uk/api/Phalcon_Validation_Validator_Date.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Date** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,7 +49,7 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation @@ -57,34 +57,34 @@ private **checkDate** (*mixed* $value, *mixed* $format) ... -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_Digit.md b/uk/api/Phalcon_Validation_Validator_Digit.md index ba0922b99ac5..8d239fb7a507 100644 --- a/uk/api/Phalcon_Validation_Validator_Digit.md +++ b/uk/api/Phalcon_Validation_Validator_Digit.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Digit** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_Email.md b/uk/api/Phalcon_Validation_Validator_Email.md index 794f2be27d50..1d3235446ef5 100644 --- a/uk/api/Phalcon_Validation_Validator_Email.md +++ b/uk/api/Phalcon_Validation_Validator_Email.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Email** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_Exception.md b/uk/api/Phalcon_Validation_Validator_Exception.md index b72eb455c76c..adaf4f2c5e27 100644 --- a/uk/api/Phalcon_Validation_Validator_Exception.md +++ b/uk/api/Phalcon_Validation_Validator_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Validation\\Validator\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/uk/api/Phalcon_Validation_Validator_ExclusionIn.md b/uk/api/Phalcon_Validation_Validator_ExclusionIn.md index b2978d1cf8e0..262f0b206288 100644 --- a/uk/api/Phalcon_Validation_Validator_ExclusionIn.md +++ b/uk/api/Phalcon_Validation_Validator_ExclusionIn.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\ExclusionIn** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -55,38 +55,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_File.md b/uk/api/Phalcon_Validation_Validator_File.md index f0257f0dfd9d..37885149f99d 100644 --- a/uk/api/Phalcon_Validation_Validator_File.md +++ b/uk/api/Phalcon_Validation_Validator_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\File** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -77,42 +77,42 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **isAllowEmpty** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **isAllowEmpty** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Check on empty -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_Identical.md b/uk/api/Phalcon_Validation_Validator_Identical.md index 24f342468836..176449673952 100644 --- a/uk/api/Phalcon_Validation_Validator_Identical.md +++ b/uk/api/Phalcon_Validation_Validator_Identical.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Identical** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,38 +49,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_InclusionIn.md b/uk/api/Phalcon_Validation_Validator_InclusionIn.md index 63b9c54f09f6..351873050a24 100644 --- a/uk/api/Phalcon_Validation_Validator_InclusionIn.md +++ b/uk/api/Phalcon_Validation_Validator_InclusionIn.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\InclusionIn** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,38 +49,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_Numericality.md b/uk/api/Phalcon_Validation_Validator_Numericality.md index 8e22c3522e0e..b7e016657ec2 100644 --- a/uk/api/Phalcon_Validation_Validator_Numericality.md +++ b/uk/api/Phalcon_Validation_Validator_Numericality.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Numericality** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_PresenceOf.md b/uk/api/Phalcon_Validation_Validator_PresenceOf.md index e4804f42f631..afd811671b34 100644 --- a/uk/api/Phalcon_Validation_Validator_PresenceOf.md +++ b/uk/api/Phalcon_Validation_Validator_PresenceOf.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\PresenceOf** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_Regex.md b/uk/api/Phalcon_Validation_Validator_Regex.md index 48d9f16fc15f..8da47543094d 100644 --- a/uk/api/Phalcon_Validation_Validator_Regex.md +++ b/uk/api/Phalcon_Validation_Validator_Regex.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Regex** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -49,38 +49,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_StringLength.md b/uk/api/Phalcon_Validation_Validator_StringLength.md index dada5652fce9..2e554c56fc38 100644 --- a/uk/api/Phalcon_Validation_Validator_StringLength.md +++ b/uk/api/Phalcon_Validation_Validator_StringLength.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\StringLength** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -59,38 +59,38 @@ $validation->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_Uniqueness.md b/uk/api/Phalcon_Validation_Validator_Uniqueness.md index 3d3fe815d9af..7dc90ee03b46 100644 --- a/uk/api/Phalcon_Validation_Validator_Uniqueness.md +++ b/uk/api/Phalcon_Validation_Validator_Uniqueness.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Uniqueness** -*extends* abstract class [Phalcon\Validation\CombinedFieldsValidator](/en/3.2/api/Phalcon_Validation_CombinedFieldsValidator) +*extends* abstract class [Phalcon\Validation\CombinedFieldsValidator](/[[language]]/[[version]]/api/Phalcon_Validation_CombinedFieldsValidator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -94,11 +94,11 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -protected **isUniqueness** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +protected **isUniqueness** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) ... @@ -114,34 +114,34 @@ protected **isUniquenessCollection** (*mixed* $record, *array* $field, *array* $ Uniqueness method used for collection -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/Phalcon_Validation_Validator_Url.md b/uk/api/Phalcon_Validation_Validator_Url.md index 26a1e6c0edd5..f7c450efca04 100644 --- a/uk/api/Phalcon_Validation_Validator_Url.md +++ b/uk/api/Phalcon_Validation_Validator_Url.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Validation\\Validator\\Url** -*extends* abstract class [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +*extends* abstract class [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) -*implements* [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) +*implements* [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) Source on GitHub @@ -44,38 +44,38 @@ $validator->add( ## Methods -public **validate** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) +public **validate** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) Executes the validation -public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **__construct** ([*array* $options]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Phalcon\\Validation\\Validator constructor -public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **isSetOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option has been defined -public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **hasOption** (*mixed* $key) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Checks if an option is defined -public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **getOption** (*mixed* $key, [*mixed* $defaultValue]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Returns an option in the validator's options Returns null if the option hasn't set -public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +public **setOption** (*mixed* $key, *mixed* $value) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Sets an option in the validator -protected **prepareLabel** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareLabel** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a label for the field. -protected **prepareMessage** ([Phalcon\Validation](/en/3.2/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareMessage** ([Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) $validation, *mixed* $field, *mixed* $type, [*mixed* $option]) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation message. -protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) +protected **prepareCode** (*mixed* $field) inherited from [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) Prepares a validation code. \ No newline at end of file diff --git a/uk/api/index.md b/uk/api/index.md index 3b2ff8ce680a..69eff128a480 100644 --- a/uk/api/index.md +++ b/uk/api/index.md @@ -1,394 +1,394 @@ ## API Index -- [Phalcon\Acl](/en/3.2/api/Phalcon_Acl) -- [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) -- [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) -- [Phalcon\Acl\Adapter\Memory](/en/3.2/api/Phalcon_Acl_Adapter_Memory) -- [Phalcon\Acl\Exception](/en/3.2/api/Phalcon_Acl_Exception) -- [Phalcon\Acl\Resource](/en/3.2/api/Phalcon_Acl_Resource) -- [Phalcon\Acl\ResourceAware](/en/3.2/api/Phalcon_Acl_ResourceAware) -- [Phalcon\Acl\ResourceInterface](/en/3.2/api/Phalcon_Acl_ResourceInterface) -- [Phalcon\Acl\Role](/en/3.2/api/Phalcon_Acl_Role) -- [Phalcon\Acl\RoleAware](/en/3.2/api/Phalcon_Acl_RoleAware) -- [Phalcon\Acl\RoleInterface](/en/3.2/api/Phalcon_Acl_RoleInterface) -- [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) -- [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) -- [Phalcon\Annotations\Adapter\Apc](/en/3.2/api/Phalcon_Annotations_Adapter_Apc) -- [Phalcon\Annotations\Adapter\Apcu](/en/3.2/api/Phalcon_Annotations_Adapter_Apcu) -- [Phalcon\Annotations\Adapter\Files](/en/3.2/api/Phalcon_Annotations_Adapter_Files) -- [Phalcon\Annotations\Adapter\Memory](/en/3.2/api/Phalcon_Annotations_Adapter_Memory) -- [Phalcon\Annotations\Adapter\Xcache](/en/3.2/api/Phalcon_Annotations_Adapter_Xcache) -- [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) -- [Phalcon\Annotations\Collection](/en/3.2/api/Phalcon_Annotations_Collection) -- [Phalcon\Annotations\Exception](/en/3.2/api/Phalcon_Annotations_Exception) -- [Phalcon\Annotations\Factory](/en/3.2/api/Phalcon_Annotations_Factory) -- [Phalcon\Annotations\Reader](/en/3.2/api/Phalcon_Annotations_Reader) -- [Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) -- [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) -- [Phalcon\Application](/en/3.2/api/Phalcon_Application) -- [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) -- [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) -- [Phalcon\Assets\Exception](/en/3.2/api/Phalcon_Assets_Exception) -- [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) -- [Phalcon\Assets\Filters\Cssmin](/en/3.2/api/Phalcon_Assets_Filters_Cssmin) -- [Phalcon\Assets\Filters\Jsmin](/en/3.2/api/Phalcon_Assets_Filters_Jsmin) -- [Phalcon\Assets\Filters\None](/en/3.2/api/Phalcon_Assets_Filters_None) -- [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) -- [Phalcon\Assets\Inline\Css](/en/3.2/api/Phalcon_Assets_Inline_Css) -- [Phalcon\Assets\Inline\Js](/en/3.2/api/Phalcon_Assets_Inline_Js) -- [Phalcon\Assets\Manager](/en/3.2/api/Phalcon_Assets_Manager) -- [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) -- [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) -- [Phalcon\Assets\Resource\Css](/en/3.2/api/Phalcon_Assets_Resource_Css) -- [Phalcon\Assets\Resource\Js](/en/3.2/api/Phalcon_Assets_Resource_Js) -- [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) -- [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) -- [Phalcon\Cache\Backend\Apc](/en/3.2/api/Phalcon_Cache_Backend_Apc) -- [Phalcon\Cache\Backend\Apcu](/en/3.2/api/Phalcon_Cache_Backend_Apcu) -- [Phalcon\Cache\Backend\Factory](/en/3.2/api/Phalcon_Cache_Backend_Factory) -- [Phalcon\Cache\Backend\File](/en/3.2/api/Phalcon_Cache_Backend_File) -- [Phalcon\Cache\Backend\Libmemcached](/en/3.2/api/Phalcon_Cache_Backend_Libmemcached) -- [Phalcon\Cache\Backend\Memcache](/en/3.2/api/Phalcon_Cache_Backend_Memcache) -- [Phalcon\Cache\Backend\Memory](/en/3.2/api/Phalcon_Cache_Backend_Memory) -- [Phalcon\Cache\Backend\Mongo](/en/3.2/api/Phalcon_Cache_Backend_Mongo) -- [Phalcon\Cache\Backend\Redis](/en/3.2/api/Phalcon_Cache_Backend_Redis) -- [Phalcon\Cache\Backend\Xcache](/en/3.2/api/Phalcon_Cache_Backend_Xcache) -- [Phalcon\Cache\Exception](/en/3.2/api/Phalcon_Cache_Exception) -- [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) -- [Phalcon\Cache\Frontend\Base64](/en/3.2/api/Phalcon_Cache_Frontend_Base64) -- [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) -- [Phalcon\Cache\Frontend\Factory](/en/3.2/api/Phalcon_Cache_Frontend_Factory) -- [Phalcon\Cache\Frontend\Igbinary](/en/3.2/api/Phalcon_Cache_Frontend_Igbinary) -- [Phalcon\Cache\Frontend\Json](/en/3.2/api/Phalcon_Cache_Frontend_Json) -- [Phalcon\Cache\Frontend\Msgpack](/en/3.2/api/Phalcon_Cache_Frontend_Msgpack) -- [Phalcon\Cache\Frontend\None](/en/3.2/api/Phalcon_Cache_Frontend_None) -- [Phalcon\Cache\Frontend\Output](/en/3.2/api/Phalcon_Cache_Frontend_Output) -- [Phalcon\Cache\Multiple](/en/3.2/api/Phalcon_Cache_Multiple) -- [Phalcon\Cli\Console](/en/3.2/api/Phalcon_Cli_Console) -- [Phalcon\Cli\Console\Exception](/en/3.2/api/Phalcon_Cli_Console_Exception) -- [Phalcon\Cli\Dispatcher](/en/3.2/api/Phalcon_Cli_Dispatcher) -- [Phalcon\Cli\DispatcherInterface](/en/3.2/api/Phalcon_Cli_DispatcherInterface) -- [Phalcon\Cli\Dispatcher\Exception](/en/3.2/api/Phalcon_Cli_Dispatcher_Exception) -- [Phalcon\Cli\Router](/en/3.2/api/Phalcon_Cli_Router) -- [Phalcon\Cli\RouterInterface](/en/3.2/api/Phalcon_Cli_RouterInterface) -- [Phalcon\Cli\Router\Exception](/en/3.2/api/Phalcon_Cli_Router_Exception) -- [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) -- [Phalcon\Cli\Router\RouteInterface](/en/3.2/api/Phalcon_Cli_Router_RouteInterface) -- [Phalcon\Cli\Task](/en/3.2/api/Phalcon_Cli_Task) -- [Phalcon\Cli\TaskInterface](/en/3.2/api/Phalcon_Cli_TaskInterface) -- [Phalcon\Config](/en/3.2/api/Phalcon_Config) -- [Phalcon\Config\Adapter\Grouped](/en/3.2/api/Phalcon_Config_Adapter_Grouped) -- [Phalcon\Config\Adapter\Ini](/en/3.2/api/Phalcon_Config_Adapter_Ini) -- [Phalcon\Config\Adapter\Json](/en/3.2/api/Phalcon_Config_Adapter_Json) -- [Phalcon\Config\Adapter\Php](/en/3.2/api/Phalcon_Config_Adapter_Php) -- [Phalcon\Config\Adapter\Yaml](/en/3.2/api/Phalcon_Config_Adapter_Yaml) -- [Phalcon\Config\Exception](/en/3.2/api/Phalcon_Config_Exception) -- [Phalcon\Config\Factory](/en/3.2/api/Phalcon_Config_Factory) -- [Phalcon\Crypt](/en/3.2/api/Phalcon_Crypt) -- [Phalcon\CryptInterface](/en/3.2/api/Phalcon_CryptInterface) -- [Phalcon\Crypt\Exception](/en/3.2/api/Phalcon_Crypt_Exception) -- [Phalcon\Db](/en/3.2/api/Phalcon_Db) -- [Phalcon\Db\Adapter](/en/3.2/api/Phalcon_Db_Adapter) -- [Phalcon\Db\AdapterInterface](/en/3.2/api/Phalcon_Db_AdapterInterface) -- [Phalcon\Db\Adapter\Pdo](/en/3.2/api/Phalcon_Db_Adapter_Pdo) -- [Phalcon\Db\Adapter\Pdo\Factory](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Factory) -- [Phalcon\Db\Adapter\Pdo\Mysql](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Mysql) -- [Phalcon\Db\Adapter\Pdo\Postgresql](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Postgresql) -- [Phalcon\Db\Adapter\Pdo\Sqlite](/en/3.2/api/Phalcon_Db_Adapter_Pdo_Sqlite) -- [Phalcon\Db\Column](/en/3.2/api/Phalcon_Db_Column) -- [Phalcon\Db\ColumnInterface](/en/3.2/api/Phalcon_Db_ColumnInterface) -- [Phalcon\Db\Dialect](/en/3.2/api/Phalcon_Db_Dialect) -- [Phalcon\Db\DialectInterface](/en/3.2/api/Phalcon_Db_DialectInterface) -- [Phalcon\Db\Dialect\Mysql](/en/3.2/api/Phalcon_Db_Dialect_Mysql) -- [Phalcon\Db\Dialect\Postgresql](/en/3.2/api/Phalcon_Db_Dialect_Postgresql) -- [Phalcon\Db\Dialect\Sqlite](/en/3.2/api/Phalcon_Db_Dialect_Sqlite) -- [Phalcon\Db\Exception](/en/3.2/api/Phalcon_Db_Exception) -- [Phalcon\Db\Index](/en/3.2/api/Phalcon_Db_Index) -- [Phalcon\Db\IndexInterface](/en/3.2/api/Phalcon_Db_IndexInterface) -- [Phalcon\Db\Profiler](/en/3.2/api/Phalcon_Db_Profiler) -- [Phalcon\Db\Profiler\Item](/en/3.2/api/Phalcon_Db_Profiler_Item) -- [Phalcon\Db\RawValue](/en/3.2/api/Phalcon_Db_RawValue) -- [Phalcon\Db\Reference](/en/3.2/api/Phalcon_Db_Reference) -- [Phalcon\Db\ReferenceInterface](/en/3.2/api/Phalcon_Db_ReferenceInterface) -- [Phalcon\Db\ResultInterface](/en/3.2/api/Phalcon_Db_ResultInterface) -- [Phalcon\Db\Result\Pdo](/en/3.2/api/Phalcon_Db_Result_Pdo) -- [Phalcon\Debug](/en/3.2/api/Phalcon_Debug) -- [Phalcon\Debug\Dump](/en/3.2/api/Phalcon_Debug_Dump) -- [Phalcon\Debug\Exception](/en/3.2/api/Phalcon_Debug_Exception) -- [Phalcon\Di](/en/3.2/api/Phalcon_Di) -- [Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) -- [Phalcon\Di\Exception](/en/3.2/api/Phalcon_Di_Exception) -- [Phalcon\Di\FactoryDefault](/en/3.2/api/Phalcon_Di_FactoryDefault) -- [Phalcon\Di\FactoryDefault\Cli](/en/3.2/api/Phalcon_Di_FactoryDefault_Cli) -- [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) -- [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) -- [Phalcon\Di\Service](/en/3.2/api/Phalcon_Di_Service) -- [Phalcon\Di\ServiceInterface](/en/3.2/api/Phalcon_Di_ServiceInterface) -- [Phalcon\Di\ServiceProviderInterface](/en/3.2/api/Phalcon_Di_ServiceProviderInterface) -- [Phalcon\Di\Service\Builder](/en/3.2/api/Phalcon_Di_Service_Builder) -- [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) -- [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) -- [Phalcon\Escaper](/en/3.2/api/Phalcon_Escaper) -- [Phalcon\EscaperInterface](/en/3.2/api/Phalcon_EscaperInterface) -- [Phalcon\Escaper\Exception](/en/3.2/api/Phalcon_Escaper_Exception) -- [Phalcon\Events\Event](/en/3.2/api/Phalcon_Events_Event) -- [Phalcon\Events\EventInterface](/en/3.2/api/Phalcon_Events_EventInterface) -- [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) -- [Phalcon\Events\Exception](/en/3.2/api/Phalcon_Events_Exception) -- [Phalcon\Events\Manager](/en/3.2/api/Phalcon_Events_Manager) -- [Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) -- [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) -- [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) -- [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) -- [Phalcon\Factory\Exception](/en/3.2/api/Phalcon_Factory_Exception) -- [Phalcon\Filter](/en/3.2/api/Phalcon_Filter) -- [Phalcon\FilterInterface](/en/3.2/api/Phalcon_FilterInterface) -- [Phalcon\Filter\Exception](/en/3.2/api/Phalcon_Filter_Exception) -- [Phalcon\Filter\UserFilterInterface](/en/3.2/api/Phalcon_Filter_UserFilterInterface) -- [Phalcon\Flash](/en/3.2/api/Phalcon_Flash) -- [Phalcon\FlashInterface](/en/3.2/api/Phalcon_FlashInterface) -- [Phalcon\Flash\Direct](/en/3.2/api/Phalcon_Flash_Direct) -- [Phalcon\Flash\Exception](/en/3.2/api/Phalcon_Flash_Exception) -- [Phalcon\Flash\Session](/en/3.2/api/Phalcon_Flash_Session) -- [Phalcon\Forms\Element](/en/3.2/api/Phalcon_Forms_Element) -- [Phalcon\Forms\ElementInterface](/en/3.2/api/Phalcon_Forms_ElementInterface) -- [Phalcon\Forms\Element\Check](/en/3.2/api/Phalcon_Forms_Element_Check) -- [Phalcon\Forms\Element\Date](/en/3.2/api/Phalcon_Forms_Element_Date) -- [Phalcon\Forms\Element\Email](/en/3.2/api/Phalcon_Forms_Element_Email) -- [Phalcon\Forms\Element\File](/en/3.2/api/Phalcon_Forms_Element_File) -- [Phalcon\Forms\Element\Hidden](/en/3.2/api/Phalcon_Forms_Element_Hidden) -- [Phalcon\Forms\Element\Numeric](/en/3.2/api/Phalcon_Forms_Element_Numeric) -- [Phalcon\Forms\Element\Password](/en/3.2/api/Phalcon_Forms_Element_Password) -- [Phalcon\Forms\Element\Radio](/en/3.2/api/Phalcon_Forms_Element_Radio) -- [Phalcon\Forms\Element\Select](/en/3.2/api/Phalcon_Forms_Element_Select) -- [Phalcon\Forms\Element\Submit](/en/3.2/api/Phalcon_Forms_Element_Submit) -- [Phalcon\Forms\Element\Text](/en/3.2/api/Phalcon_Forms_Element_Text) -- [Phalcon\Forms\Element\TextArea](/en/3.2/api/Phalcon_Forms_Element_TextArea) -- [Phalcon\Forms\Exception](/en/3.2/api/Phalcon_Forms_Exception) -- [Phalcon\Forms\Form](/en/3.2/api/Phalcon_Forms_Form) -- [Phalcon\Forms\Manager](/en/3.2/api/Phalcon_Forms_Manager) -- [Phalcon\Http\Cookie](/en/3.2/api/Phalcon_Http_Cookie) -- [Phalcon\Http\CookieInterface](/en/3.2/api/Phalcon_Http_CookieInterface) -- [Phalcon\Http\Cookie\Exception](/en/3.2/api/Phalcon_Http_Cookie_Exception) -- [Phalcon\Http\Request](/en/3.2/api/Phalcon_Http_Request) -- [Phalcon\Http\RequestInterface](/en/3.2/api/Phalcon_Http_RequestInterface) -- [Phalcon\Http\Request\Exception](/en/3.2/api/Phalcon_Http_Request_Exception) -- [Phalcon\Http\Request\File](/en/3.2/api/Phalcon_Http_Request_File) -- [Phalcon\Http\Request\FileInterface](/en/3.2/api/Phalcon_Http_Request_FileInterface) -- [Phalcon\Http\Response](/en/3.2/api/Phalcon_Http_Response) -- [Phalcon\Http\ResponseInterface](/en/3.2/api/Phalcon_Http_ResponseInterface) -- [Phalcon\Http\Response\Cookies](/en/3.2/api/Phalcon_Http_Response_Cookies) -- [Phalcon\Http\Response\CookiesInterface](/en/3.2/api/Phalcon_Http_Response_CookiesInterface) -- [Phalcon\Http\Response\Exception](/en/3.2/api/Phalcon_Http_Response_Exception) -- [Phalcon\Http\Response\Headers](/en/3.2/api/Phalcon_Http_Response_Headers) -- [Phalcon\Http\Response\HeadersInterface](/en/3.2/api/Phalcon_Http_Response_HeadersInterface) -- [Phalcon\Image](/en/3.2/api/Phalcon_Image) -- [Phalcon\Image\Adapter](/en/3.2/api/Phalcon_Image_Adapter) -- [Phalcon\Image\AdapterInterface](/en/3.2/api/Phalcon_Image_AdapterInterface) -- [Phalcon\Image\Adapter\Gd](/en/3.2/api/Phalcon_Image_Adapter_Gd) -- [Phalcon\Image\Adapter\Imagick](/en/3.2/api/Phalcon_Image_Adapter_Imagick) -- [Phalcon\Image\Exception](/en/3.2/api/Phalcon_Image_Exception) -- [Phalcon\Image\Factory](/en/3.2/api/Phalcon_Image_Factory) -- [Phalcon\Kernel](/en/3.2/api/Phalcon_Kernel) -- [Phalcon\Loader](/en/3.2/api/Phalcon_Loader) -- [Phalcon\Loader\Exception](/en/3.2/api/Phalcon_Loader_Exception) -- [Phalcon\Logger](/en/3.2/api/Phalcon_Logger) -- [Phalcon\Logger\Adapter](/en/3.2/api/Phalcon_Logger_Adapter) -- [Phalcon\Logger\AdapterInterface](/en/3.2/api/Phalcon_Logger_AdapterInterface) -- [Phalcon\Logger\Adapter\File](/en/3.2/api/Phalcon_Logger_Adapter_File) -- [Phalcon\Logger\Adapter\Firephp](/en/3.2/api/Phalcon_Logger_Adapter_Firephp) -- [Phalcon\Logger\Adapter\Stream](/en/3.2/api/Phalcon_Logger_Adapter_Stream) -- [Phalcon\Logger\Adapter\Syslog](/en/3.2/api/Phalcon_Logger_Adapter_Syslog) -- [Phalcon\Logger\Exception](/en/3.2/api/Phalcon_Logger_Exception) -- [Phalcon\Logger\Factory](/en/3.2/api/Phalcon_Logger_Factory) -- [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter) -- [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface) -- [Phalcon\Logger\Formatter\Firephp](/en/3.2/api/Phalcon_Logger_Formatter_Firephp) -- [Phalcon\Logger\Formatter\Json](/en/3.2/api/Phalcon_Logger_Formatter_Json) -- [Phalcon\Logger\Formatter\Line](/en/3.2/api/Phalcon_Logger_Formatter_Line) -- [Phalcon\Logger\Formatter\Syslog](/en/3.2/api/Phalcon_Logger_Formatter_Syslog) -- [Phalcon\Logger\Item](/en/3.2/api/Phalcon_Logger_Item) -- [Phalcon\Logger\Multiple](/en/3.2/api/Phalcon_Logger_Multiple) -- [Phalcon\Mvc\Application](/en/3.2/api/Phalcon_Mvc_Application) -- [Phalcon\Mvc\Application\Exception](/en/3.2/api/Phalcon_Mvc_Application_Exception) -- [Phalcon\Mvc\Collection](/en/3.2/api/Phalcon_Mvc_Collection) -- [Phalcon\Mvc\CollectionInterface](/en/3.2/api/Phalcon_Mvc_CollectionInterface) -- [Phalcon\Mvc\Collection\Behavior](/en/3.2/api/Phalcon_Mvc_Collection_Behavior) -- [Phalcon\Mvc\Collection\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Collection_BehaviorInterface) -- [Phalcon\Mvc\Collection\Behavior\SoftDelete](/en/3.2/api/Phalcon_Mvc_Collection_Behavior_SoftDelete) -- [Phalcon\Mvc\Collection\Behavior\Timestampable](/en/3.2/api/Phalcon_Mvc_Collection_Behavior_Timestampable) -- [Phalcon\Mvc\Collection\Document](/en/3.2/api/Phalcon_Mvc_Collection_Document) -- [Phalcon\Mvc\Collection\Exception](/en/3.2/api/Phalcon_Mvc_Collection_Exception) -- [Phalcon\Mvc\Collection\Manager](/en/3.2/api/Phalcon_Mvc_Collection_Manager) -- [Phalcon\Mvc\Collection\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Collection_ManagerInterface) -- [Phalcon\Mvc\Controller](/en/3.2/api/Phalcon_Mvc_Controller) -- [Phalcon\Mvc\ControllerInterface](/en/3.2/api/Phalcon_Mvc_ControllerInterface) -- [Phalcon\Mvc\Controller\BindModelInterface](/en/3.2/api/Phalcon_Mvc_Controller_BindModelInterface) -- [Phalcon\Mvc\Dispatcher](/en/3.2/api/Phalcon_Mvc_Dispatcher) -- [Phalcon\Mvc\DispatcherInterface](/en/3.2/api/Phalcon_Mvc_DispatcherInterface) -- [Phalcon\Mvc\Dispatcher\Exception](/en/3.2/api/Phalcon_Mvc_Dispatcher_Exception) -- [Phalcon\Mvc\EntityInterface](/en/3.2/api/Phalcon_Mvc_EntityInterface) -- [Phalcon\Mvc\Micro](/en/3.2/api/Phalcon_Mvc_Micro) -- [Phalcon\Mvc\Micro\Collection](/en/3.2/api/Phalcon_Mvc_Micro_Collection) -- [Phalcon\Mvc\Micro\CollectionInterface](/en/3.2/api/Phalcon_Mvc_Micro_CollectionInterface) -- [Phalcon\Mvc\Micro\Exception](/en/3.2/api/Phalcon_Mvc_Micro_Exception) -- [Phalcon\Mvc\Micro\LazyLoader](/en/3.2/api/Phalcon_Mvc_Micro_LazyLoader) -- [Phalcon\Mvc\Micro\MiddlewareInterface](/en/3.2/api/Phalcon_Mvc_Micro_MiddlewareInterface) -- [Phalcon\Mvc\Model](/en/3.2/api/Phalcon_Mvc_Model) -- [Phalcon\Mvc\ModelInterface](/en/3.2/api/Phalcon_Mvc_ModelInterface) -- [Phalcon\Mvc\Model\Behavior](/en/3.2/api/Phalcon_Mvc_Model_Behavior) -- [Phalcon\Mvc\Model\BehaviorInterface](/en/3.2/api/Phalcon_Mvc_Model_BehaviorInterface) -- [Phalcon\Mvc\Model\Behavior\SoftDelete](/en/3.2/api/Phalcon_Mvc_Model_Behavior_SoftDelete) -- [Phalcon\Mvc\Model\Behavior\Timestampable](/en/3.2/api/Phalcon_Mvc_Model_Behavior_Timestampable) -- [Phalcon\Mvc\Model\Binder](/en/3.2/api/Phalcon_Mvc_Model_Binder) -- [Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) -- [Phalcon\Mvc\Model\Binder\BindableInterface](/en/3.2/api/Phalcon_Mvc_Model_Binder_BindableInterface) -- [Phalcon\Mvc\Model\Criteria](/en/3.2/api/Phalcon_Mvc_Model_Criteria) -- [Phalcon\Mvc\Model\CriteriaInterface](/en/3.2/api/Phalcon_Mvc_Model_CriteriaInterface) -- [Phalcon\Mvc\Model\Exception](/en/3.2/api/Phalcon_Mvc_Model_Exception) -- [Phalcon\Mvc\Model\Manager](/en/3.2/api/Phalcon_Mvc_Model_Manager) -- [Phalcon\Mvc\Model\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_ManagerInterface) -- [Phalcon\Mvc\Model\Message](/en/3.2/api/Phalcon_Mvc_Model_Message) -- [Phalcon\Mvc\Model\MessageInterface](/en/3.2/api/Phalcon_Mvc_Model_MessageInterface) -- [Phalcon\Mvc\Model\MetaData](/en/3.2/api/Phalcon_Mvc_Model_MetaData) -- [Phalcon\Mvc\Model\MetaDataInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaDataInterface) -- [Phalcon\Mvc\Model\MetaData\Apc](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Apc) -- [Phalcon\Mvc\Model\MetaData\Files](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Files) -- [Phalcon\Mvc\Model\MetaData\Libmemcached](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Libmemcached) -- [Phalcon\Mvc\Model\MetaData\Memcache](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Memcache) -- [Phalcon\Mvc\Model\MetaData\Memory](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Memory) -- [Phalcon\Mvc\Model\MetaData\Redis](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Redis) -- [Phalcon\Mvc\Model\MetaData\Session](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Session) -- [Phalcon\Mvc\Model\MetaData\StrategyInterface](/en/3.2/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) -- [Phalcon\Mvc\Model\MetaData\Strategy\Annotations](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations) -- [Phalcon\Mvc\Model\MetaData\Strategy\Introspection](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection) -- [Phalcon\Mvc\Model\MetaData\Xcache](/en/3.2/api/Phalcon_Mvc_Model_MetaData_Xcache) -- [Phalcon\Mvc\Model\Query](/en/3.2/api/Phalcon_Mvc_Model_Query) -- [Phalcon\Mvc\Model\QueryInterface](/en/3.2/api/Phalcon_Mvc_Model_QueryInterface) -- [Phalcon\Mvc\Model\Query\Builder](/en/3.2/api/Phalcon_Mvc_Model_Query_Builder) -- [Phalcon\Mvc\Model\Query\BuilderInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_BuilderInterface) -- [Phalcon\Mvc\Model\Query\Lang](/en/3.2/api/Phalcon_Mvc_Model_Query_Lang) -- [Phalcon\Mvc\Model\Query\Status](/en/3.2/api/Phalcon_Mvc_Model_Query_Status) -- [Phalcon\Mvc\Model\Query\StatusInterface](/en/3.2/api/Phalcon_Mvc_Model_Query_StatusInterface) -- [Phalcon\Mvc\Model\Relation](/en/3.2/api/Phalcon_Mvc_Model_Relation) -- [Phalcon\Mvc\Model\RelationInterface](/en/3.2/api/Phalcon_Mvc_Model_RelationInterface) -- [Phalcon\Mvc\Model\ResultInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultInterface) -- [Phalcon\Mvc\Model\Resultset](/en/3.2/api/Phalcon_Mvc_Model_Resultset) -- [Phalcon\Mvc\Model\ResultsetInterface](/en/3.2/api/Phalcon_Mvc_Model_ResultsetInterface) -- [Phalcon\Mvc\Model\Resultset\Complex](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Complex) -- [Phalcon\Mvc\Model\Resultset\Simple](/en/3.2/api/Phalcon_Mvc_Model_Resultset_Simple) -- [Phalcon\Mvc\Model\Row](/en/3.2/api/Phalcon_Mvc_Model_Row) -- [Phalcon\Mvc\Model\Transaction](/en/3.2/api/Phalcon_Mvc_Model_Transaction) -- [Phalcon\Mvc\Model\TransactionInterface](/en/3.2/api/Phalcon_Mvc_Model_TransactionInterface) -- [Phalcon\Mvc\Model\Transaction\Exception](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Exception) -- [Phalcon\Mvc\Model\Transaction\Failed](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Failed) -- [Phalcon\Mvc\Model\Transaction\Manager](/en/3.2/api/Phalcon_Mvc_Model_Transaction_Manager) -- [Phalcon\Mvc\Model\Transaction\ManagerInterface](/en/3.2/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) -- [Phalcon\Mvc\Model\ValidationFailed](/en/3.2/api/Phalcon_Mvc_Model_ValidationFailed) -- [Phalcon\Mvc\Model\Validator](/en/3.2/api/Phalcon_Mvc_Model_Validator) -- [Phalcon\Mvc\Model\ValidatorInterface](/en/3.2/api/Phalcon_Mvc_Model_ValidatorInterface) -- [Phalcon\Mvc\Model\Validator\Email](/en/3.2/api/Phalcon_Mvc_Model_Validator_Email) -- [Phalcon\Mvc\Model\Validator\Exclusionin](/en/3.2/api/Phalcon_Mvc_Model_Validator_Exclusionin) -- [Phalcon\Mvc\Model\Validator\Inclusionin](/en/3.2/api/Phalcon_Mvc_Model_Validator_Inclusionin) -- [Phalcon\Mvc\Model\Validator\Ip](/en/3.2/api/Phalcon_Mvc_Model_Validator_Ip) -- [Phalcon\Mvc\Model\Validator\Numericality](/en/3.2/api/Phalcon_Mvc_Model_Validator_Numericality) -- [Phalcon\Mvc\Model\Validator\PresenceOf](/en/3.2/api/Phalcon_Mvc_Model_Validator_PresenceOf) -- [Phalcon\Mvc\Model\Validator\Regex](/en/3.2/api/Phalcon_Mvc_Model_Validator_Regex) -- [Phalcon\Mvc\Model\Validator\StringLength](/en/3.2/api/Phalcon_Mvc_Model_Validator_StringLength) -- [Phalcon\Mvc\Model\Validator\Uniqueness](/en/3.2/api/Phalcon_Mvc_Model_Validator_Uniqueness) -- [Phalcon\Mvc\Model\Validator\Url](/en/3.2/api/Phalcon_Mvc_Model_Validator_Url) -- [Phalcon\Mvc\ModuleDefinitionInterface](/en/3.2/api/Phalcon_Mvc_ModuleDefinitionInterface) -- [Phalcon\Mvc\Router](/en/3.2/api/Phalcon_Mvc_Router) -- [Phalcon\Mvc\RouterInterface](/en/3.2/api/Phalcon_Mvc_RouterInterface) -- [Phalcon\Mvc\Router\Annotations](/en/3.2/api/Phalcon_Mvc_Router_Annotations) -- [Phalcon\Mvc\Router\Exception](/en/3.2/api/Phalcon_Mvc_Router_Exception) -- [Phalcon\Mvc\Router\Group](/en/3.2/api/Phalcon_Mvc_Router_Group) -- [Phalcon\Mvc\Router\GroupInterface](/en/3.2/api/Phalcon_Mvc_Router_GroupInterface) -- [Phalcon\Mvc\Router\Route](/en/3.2/api/Phalcon_Mvc_Router_Route) -- [Phalcon\Mvc\Router\RouteInterface](/en/3.2/api/Phalcon_Mvc_Router_RouteInterface) -- [Phalcon\Mvc\Url](/en/3.2/api/Phalcon_Mvc_Url) -- [Phalcon\Mvc\UrlInterface](/en/3.2/api/Phalcon_Mvc_UrlInterface) -- [Phalcon\Mvc\Url\Exception](/en/3.2/api/Phalcon_Mvc_Url_Exception) -- [Phalcon\Mvc\User\Component](/en/3.2/api/Phalcon_Mvc_User_Component) -- [Phalcon\Mvc\User\Module](/en/3.2/api/Phalcon_Mvc_User_Module) -- [Phalcon\Mvc\User\Plugin](/en/3.2/api/Phalcon_Mvc_User_Plugin) -- [Phalcon\Mvc\View](/en/3.2/api/Phalcon_Mvc_View) -- [Phalcon\Mvc\ViewBaseInterface](/en/3.2/api/Phalcon_Mvc_ViewBaseInterface) -- [Phalcon\Mvc\ViewInterface](/en/3.2/api/Phalcon_Mvc_ViewInterface) -- [Phalcon\Mvc\View\Engine](/en/3.2/api/Phalcon_Mvc_View_Engine) -- [Phalcon\Mvc\View\EngineInterface](/en/3.2/api/Phalcon_Mvc_View_EngineInterface) -- [Phalcon\Mvc\View\Engine\Php](/en/3.2/api/Phalcon_Mvc_View_Engine_Php) -- [Phalcon\Mvc\View\Engine\Volt](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt) -- [Phalcon\Mvc\View\Engine\Volt\Compiler](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt_Compiler) -- [Phalcon\Mvc\View\Engine\Volt\Exception](/en/3.2/api/Phalcon_Mvc_View_Engine_Volt_Exception) -- [Phalcon\Mvc\View\Exception](/en/3.2/api/Phalcon_Mvc_View_Exception) -- [Phalcon\Mvc\View\Simple](/en/3.2/api/Phalcon_Mvc_View_Simple) -- [Phalcon\Paginator\Adapter](/en/3.2/api/Phalcon_Paginator_Adapter) -- [Phalcon\Paginator\AdapterInterface](/en/3.2/api/Phalcon_Paginator_AdapterInterface) -- [Phalcon\Paginator\Adapter\Model](/en/3.2/api/Phalcon_Paginator_Adapter_Model) -- [Phalcon\Paginator\Adapter\NativeArray](/en/3.2/api/Phalcon_Paginator_Adapter_NativeArray) -- [Phalcon\Paginator\Adapter\QueryBuilder](/en/3.2/api/Phalcon_Paginator_Adapter_QueryBuilder) -- [Phalcon\Paginator\Exception](/en/3.2/api/Phalcon_Paginator_Exception) -- [Phalcon\Paginator\Factory](/en/3.2/api/Phalcon_Paginator_Factory) -- [Phalcon\Queue\Beanstalk](/en/3.2/api/Phalcon_Queue_Beanstalk) -- [Phalcon\Queue\Beanstalk\Exception](/en/3.2/api/Phalcon_Queue_Beanstalk_Exception) -- [Phalcon\Queue\Beanstalk\Job](/en/3.2/api/Phalcon_Queue_Beanstalk_Job) -- [Phalcon\Registry](/en/3.2/api/Phalcon_Registry) -- [Phalcon\Security](/en/3.2/api/Phalcon_Security) -- [Phalcon\Security\Exception](/en/3.2/api/Phalcon_Security_Exception) -- [Phalcon\Security\Random](/en/3.2/api/Phalcon_Security_Random) -- [Phalcon\Session\Adapter](/en/3.2/api/Phalcon_Session_Adapter) -- [Phalcon\Session\AdapterInterface](/en/3.2/api/Phalcon_Session_AdapterInterface) -- [Phalcon\Session\Adapter\Files](/en/3.2/api/Phalcon_Session_Adapter_Files) -- [Phalcon\Session\Adapter\Libmemcached](/en/3.2/api/Phalcon_Session_Adapter_Libmemcached) -- [Phalcon\Session\Adapter\Memcache](/en/3.2/api/Phalcon_Session_Adapter_Memcache) -- [Phalcon\Session\Adapter\Redis](/en/3.2/api/Phalcon_Session_Adapter_Redis) -- [Phalcon\Session\Bag](/en/3.2/api/Phalcon_Session_Bag) -- [Phalcon\Session\BagInterface](/en/3.2/api/Phalcon_Session_BagInterface) -- [Phalcon\Session\Exception](/en/3.2/api/Phalcon_Session_Exception) -- [Phalcon\Session\Factory](/en/3.2/api/Phalcon_Session_Factory) -- [Phalcon\Tag](/en/3.2/api/Phalcon_Tag) -- [Phalcon\Tag\Exception](/en/3.2/api/Phalcon_Tag_Exception) -- [Phalcon\Tag\Select](/en/3.2/api/Phalcon_Tag_Select) -- [Phalcon\Text](/en/3.2/api/Phalcon_Text) -- [Phalcon\Translate](/en/3.2/api/Phalcon_Translate) -- [Phalcon\Translate\Adapter](/en/3.2/api/Phalcon_Translate_Adapter) -- [Phalcon\Translate\AdapterInterface](/en/3.2/api/Phalcon_Translate_AdapterInterface) -- [Phalcon\Translate\Adapter\Csv](/en/3.2/api/Phalcon_Translate_Adapter_Csv) -- [Phalcon\Translate\Adapter\Gettext](/en/3.2/api/Phalcon_Translate_Adapter_Gettext) -- [Phalcon\Translate\Adapter\NativeArray](/en/3.2/api/Phalcon_Translate_Adapter_NativeArray) -- [Phalcon\Translate\Exception](/en/3.2/api/Phalcon_Translate_Exception) -- [Phalcon\Translate\Factory](/en/3.2/api/Phalcon_Translate_Factory) -- [Phalcon\Translate\InterpolatorInterface](/en/3.2/api/Phalcon_Translate_InterpolatorInterface) -- [Phalcon\Translate\Interpolator\AssociativeArray](/en/3.2/api/Phalcon_Translate_Interpolator_AssociativeArray) -- [Phalcon\Translate\Interpolator\IndexedArray](/en/3.2/api/Phalcon_Translate_Interpolator_IndexedArray) -- [Phalcon\Validation](/en/3.2/api/Phalcon_Validation) -- [Phalcon\ValidationInterface](/en/3.2/api/Phalcon_ValidationInterface) -- [Phalcon\Validation\CombinedFieldsValidator](/en/3.2/api/Phalcon_Validation_CombinedFieldsValidator) -- [Phalcon\Validation\Exception](/en/3.2/api/Phalcon_Validation_Exception) -- [Phalcon\Validation\Message](/en/3.2/api/Phalcon_Validation_Message) -- [Phalcon\Validation\MessageInterface](/en/3.2/api/Phalcon_Validation_MessageInterface) -- [Phalcon\Validation\Message\Group](/en/3.2/api/Phalcon_Validation_Message_Group) -- [Phalcon\Validation\Validator](/en/3.2/api/Phalcon_Validation_Validator) -- [Phalcon\Validation\ValidatorInterface](/en/3.2/api/Phalcon_Validation_ValidatorInterface) -- [Phalcon\Validation\Validator\Alnum](/en/3.2/api/Phalcon_Validation_Validator_Alnum) -- [Phalcon\Validation\Validator\Alpha](/en/3.2/api/Phalcon_Validation_Validator_Alpha) -- [Phalcon\Validation\Validator\Between](/en/3.2/api/Phalcon_Validation_Validator_Between) -- [Phalcon\Validation\Validator\Callback](/en/3.2/api/Phalcon_Validation_Validator_Callback) -- [Phalcon\Validation\Validator\Confirmation](/en/3.2/api/Phalcon_Validation_Validator_Confirmation) -- [Phalcon\Validation\Validator\CreditCard](/en/3.2/api/Phalcon_Validation_Validator_CreditCard) -- [Phalcon\Validation\Validator\Date](/en/3.2/api/Phalcon_Validation_Validator_Date) -- [Phalcon\Validation\Validator\Digit](/en/3.2/api/Phalcon_Validation_Validator_Digit) -- [Phalcon\Validation\Validator\Email](/en/3.2/api/Phalcon_Validation_Validator_Email) -- [Phalcon\Validation\Validator\Exception](/en/3.2/api/Phalcon_Validation_Validator_Exception) -- [Phalcon\Validation\Validator\ExclusionIn](/en/3.2/api/Phalcon_Validation_Validator_ExclusionIn) -- [Phalcon\Validation\Validator\File](/en/3.2/api/Phalcon_Validation_Validator_File) -- [Phalcon\Validation\Validator\Identical](/en/3.2/api/Phalcon_Validation_Validator_Identical) -- [Phalcon\Validation\Validator\InclusionIn](/en/3.2/api/Phalcon_Validation_Validator_InclusionIn) -- [Phalcon\Validation\Validator\Numericality](/en/3.2/api/Phalcon_Validation_Validator_Numericality) -- [Phalcon\Validation\Validator\PresenceOf](/en/3.2/api/Phalcon_Validation_Validator_PresenceOf) -- [Phalcon\Validation\Validator\Regex](/en/3.2/api/Phalcon_Validation_Validator_Regex) -- [Phalcon\Validation\Validator\StringLength](/en/3.2/api/Phalcon_Validation_Validator_StringLength) -- [Phalcon\Validation\Validator\Uniqueness](/en/3.2/api/Phalcon_Validation_Validator_Uniqueness) -- [Phalcon\Validation\Validator\Url](/en/3.2/api/Phalcon_Validation_Validator_Url) -- [Phalcon\Version](/en/3.2/api/Phalcon_Version) \ No newline at end of file +- [Phalcon\Acl](/[[language]]/[[version]]/api/Phalcon_Acl) +- [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) +- [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) +- [Phalcon\Acl\Adapter\Memory](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter_Memory) +- [Phalcon\Acl\Exception](/[[language]]/[[version]]/api/Phalcon_Acl_Exception) +- [Phalcon\Acl\Resource](/[[language]]/[[version]]/api/Phalcon_Acl_Resource) +- [Phalcon\Acl\ResourceAware](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceAware) +- [Phalcon\Acl\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceInterface) +- [Phalcon\Acl\Role](/[[language]]/[[version]]/api/Phalcon_Acl_Role) +- [Phalcon\Acl\RoleAware](/[[language]]/[[version]]/api/Phalcon_Acl_RoleAware) +- [Phalcon\Acl\RoleInterface](/[[language]]/[[version]]/api/Phalcon_Acl_RoleInterface) +- [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) +- [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) +- [Phalcon\Annotations\Adapter\Apc](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Apc) +- [Phalcon\Annotations\Adapter\Apcu](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Apcu) +- [Phalcon\Annotations\Adapter\Files](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Files) +- [Phalcon\Annotations\Adapter\Memory](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Memory) +- [Phalcon\Annotations\Adapter\Xcache](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter_Xcache) +- [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) +- [Phalcon\Annotations\Collection](/[[language]]/[[version]]/api/Phalcon_Annotations_Collection) +- [Phalcon\Annotations\Exception](/[[language]]/[[version]]/api/Phalcon_Annotations_Exception) +- [Phalcon\Annotations\Factory](/[[language]]/[[version]]/api/Phalcon_Annotations_Factory) +- [Phalcon\Annotations\Reader](/[[language]]/[[version]]/api/Phalcon_Annotations_Reader) +- [Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) +- [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) +- [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) +- [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) +- [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) +- [Phalcon\Assets\Exception](/[[language]]/[[version]]/api/Phalcon_Assets_Exception) +- [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) +- [Phalcon\Assets\Filters\Cssmin](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_Cssmin) +- [Phalcon\Assets\Filters\Jsmin](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_Jsmin) +- [Phalcon\Assets\Filters\None](/[[language]]/[[version]]/api/Phalcon_Assets_Filters_None) +- [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) +- [Phalcon\Assets\Inline\Css](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) +- [Phalcon\Assets\Inline\Js](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Js) +- [Phalcon\Assets\Manager](/[[language]]/[[version]]/api/Phalcon_Assets_Manager) +- [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) +- [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) +- [Phalcon\Assets\Resource\Css](/[[language]]/[[version]]/api/Phalcon_Assets_Resource_Css) +- [Phalcon\Assets\Resource\Js](/[[language]]/[[version]]/api/Phalcon_Assets_Resource_Js) +- [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) +- [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) +- [Phalcon\Cache\Backend\Apc](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Apc) +- [Phalcon\Cache\Backend\Apcu](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Apcu) +- [Phalcon\Cache\Backend\Factory](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Factory) +- [Phalcon\Cache\Backend\File](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_File) +- [Phalcon\Cache\Backend\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Libmemcached) +- [Phalcon\Cache\Backend\Memcache](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Memcache) +- [Phalcon\Cache\Backend\Memory](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Memory) +- [Phalcon\Cache\Backend\Mongo](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Mongo) +- [Phalcon\Cache\Backend\Redis](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Redis) +- [Phalcon\Cache\Backend\Xcache](/[[language]]/[[version]]/api/Phalcon_Cache_Backend_Xcache) +- [Phalcon\Cache\Exception](/[[language]]/[[version]]/api/Phalcon_Cache_Exception) +- [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) +- [Phalcon\Cache\Frontend\Base64](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Base64) +- [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) +- [Phalcon\Cache\Frontend\Factory](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Factory) +- [Phalcon\Cache\Frontend\Igbinary](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Igbinary) +- [Phalcon\Cache\Frontend\Json](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Json) +- [Phalcon\Cache\Frontend\Msgpack](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Msgpack) +- [Phalcon\Cache\Frontend\None](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_None) +- [Phalcon\Cache\Frontend\Output](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Output) +- [Phalcon\Cache\Multiple](/[[language]]/[[version]]/api/Phalcon_Cache_Multiple) +- [Phalcon\Cli\Console](/[[language]]/[[version]]/api/Phalcon_Cli_Console) +- [Phalcon\Cli\Console\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Console_Exception) +- [Phalcon\Cli\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Cli_Dispatcher) +- [Phalcon\Cli\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Cli_DispatcherInterface) +- [Phalcon\Cli\Dispatcher\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Dispatcher_Exception) +- [Phalcon\Cli\Router](/[[language]]/[[version]]/api/Phalcon_Cli_Router) +- [Phalcon\Cli\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Cli_RouterInterface) +- [Phalcon\Cli\Router\Exception](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Exception) +- [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) +- [Phalcon\Cli\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Cli_Router_RouteInterface) +- [Phalcon\Cli\Task](/[[language]]/[[version]]/api/Phalcon_Cli_Task) +- [Phalcon\Cli\TaskInterface](/[[language]]/[[version]]/api/Phalcon_Cli_TaskInterface) +- [Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) +- [Phalcon\Config\Adapter\Grouped](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Grouped) +- [Phalcon\Config\Adapter\Ini](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Ini) +- [Phalcon\Config\Adapter\Json](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Json) +- [Phalcon\Config\Adapter\Php](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Php) +- [Phalcon\Config\Adapter\Yaml](/[[language]]/[[version]]/api/Phalcon_Config_Adapter_Yaml) +- [Phalcon\Config\Exception](/[[language]]/[[version]]/api/Phalcon_Config_Exception) +- [Phalcon\Config\Factory](/[[language]]/[[version]]/api/Phalcon_Config_Factory) +- [Phalcon\Crypt](/[[language]]/[[version]]/api/Phalcon_Crypt) +- [Phalcon\CryptInterface](/[[language]]/[[version]]/api/Phalcon_CryptInterface) +- [Phalcon\Crypt\Exception](/[[language]]/[[version]]/api/Phalcon_Crypt_Exception) +- [Phalcon\Db](/[[language]]/[[version]]/api/Phalcon_Db) +- [Phalcon\Db\Adapter](/[[language]]/[[version]]/api/Phalcon_Db_Adapter) +- [Phalcon\Db\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Db_AdapterInterface) +- [Phalcon\Db\Adapter\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo) +- [Phalcon\Db\Adapter\Pdo\Factory](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Factory) +- [Phalcon\Db\Adapter\Pdo\Mysql](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Mysql) +- [Phalcon\Db\Adapter\Pdo\Postgresql](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Postgresql) +- [Phalcon\Db\Adapter\Pdo\Sqlite](/[[language]]/[[version]]/api/Phalcon_Db_Adapter_Pdo_Sqlite) +- [Phalcon\Db\Column](/[[language]]/[[version]]/api/Phalcon_Db_Column) +- [Phalcon\Db\ColumnInterface](/[[language]]/[[version]]/api/Phalcon_Db_ColumnInterface) +- [Phalcon\Db\Dialect](/[[language]]/[[version]]/api/Phalcon_Db_Dialect) +- [Phalcon\Db\DialectInterface](/[[language]]/[[version]]/api/Phalcon_Db_DialectInterface) +- [Phalcon\Db\Dialect\Mysql](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Mysql) +- [Phalcon\Db\Dialect\Postgresql](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Postgresql) +- [Phalcon\Db\Dialect\Sqlite](/[[language]]/[[version]]/api/Phalcon_Db_Dialect_Sqlite) +- [Phalcon\Db\Exception](/[[language]]/[[version]]/api/Phalcon_Db_Exception) +- [Phalcon\Db\Index](/[[language]]/[[version]]/api/Phalcon_Db_Index) +- [Phalcon\Db\IndexInterface](/[[language]]/[[version]]/api/Phalcon_Db_IndexInterface) +- [Phalcon\Db\Profiler](/[[language]]/[[version]]/api/Phalcon_Db_Profiler) +- [Phalcon\Db\Profiler\Item](/[[language]]/[[version]]/api/Phalcon_Db_Profiler_Item) +- [Phalcon\Db\RawValue](/[[language]]/[[version]]/api/Phalcon_Db_RawValue) +- [Phalcon\Db\Reference](/[[language]]/[[version]]/api/Phalcon_Db_Reference) +- [Phalcon\Db\ReferenceInterface](/[[language]]/[[version]]/api/Phalcon_Db_ReferenceInterface) +- [Phalcon\Db\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Db_ResultInterface) +- [Phalcon\Db\Result\Pdo](/[[language]]/[[version]]/api/Phalcon_Db_Result_Pdo) +- [Phalcon\Debug](/[[language]]/[[version]]/api/Phalcon_Debug) +- [Phalcon\Debug\Dump](/[[language]]/[[version]]/api/Phalcon_Debug_Dump) +- [Phalcon\Debug\Exception](/[[language]]/[[version]]/api/Phalcon_Debug_Exception) +- [Phalcon\Di](/[[language]]/[[version]]/api/Phalcon_Di) +- [Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) +- [Phalcon\Di\Exception](/[[language]]/[[version]]/api/Phalcon_Di_Exception) +- [Phalcon\Di\FactoryDefault](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault) +- [Phalcon\Di\FactoryDefault\Cli](/[[language]]/[[version]]/api/Phalcon_Di_FactoryDefault_Cli) +- [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) +- [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) +- [Phalcon\Di\Service](/[[language]]/[[version]]/api/Phalcon_Di_Service) +- [Phalcon\Di\ServiceInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceInterface) +- [Phalcon\Di\ServiceProviderInterface](/[[language]]/[[version]]/api/Phalcon_Di_ServiceProviderInterface) +- [Phalcon\Di\Service\Builder](/[[language]]/[[version]]/api/Phalcon_Di_Service_Builder) +- [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) +- [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) +- [Phalcon\Escaper](/[[language]]/[[version]]/api/Phalcon_Escaper) +- [Phalcon\EscaperInterface](/[[language]]/[[version]]/api/Phalcon_EscaperInterface) +- [Phalcon\Escaper\Exception](/[[language]]/[[version]]/api/Phalcon_Escaper_Exception) +- [Phalcon\Events\Event](/[[language]]/[[version]]/api/Phalcon_Events_Event) +- [Phalcon\Events\EventInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventInterface) +- [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) +- [Phalcon\Events\Exception](/[[language]]/[[version]]/api/Phalcon_Events_Exception) +- [Phalcon\Events\Manager](/[[language]]/[[version]]/api/Phalcon_Events_Manager) +- [Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) +- [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) +- [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) +- [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) +- [Phalcon\Factory\Exception](/[[language]]/[[version]]/api/Phalcon_Factory_Exception) +- [Phalcon\Filter](/[[language]]/[[version]]/api/Phalcon_Filter) +- [Phalcon\FilterInterface](/[[language]]/[[version]]/api/Phalcon_FilterInterface) +- [Phalcon\Filter\Exception](/[[language]]/[[version]]/api/Phalcon_Filter_Exception) +- [Phalcon\Filter\UserFilterInterface](/[[language]]/[[version]]/api/Phalcon_Filter_UserFilterInterface) +- [Phalcon\Flash](/[[language]]/[[version]]/api/Phalcon_Flash) +- [Phalcon\FlashInterface](/[[language]]/[[version]]/api/Phalcon_FlashInterface) +- [Phalcon\Flash\Direct](/[[language]]/[[version]]/api/Phalcon_Flash_Direct) +- [Phalcon\Flash\Exception](/[[language]]/[[version]]/api/Phalcon_Flash_Exception) +- [Phalcon\Flash\Session](/[[language]]/[[version]]/api/Phalcon_Flash_Session) +- [Phalcon\Forms\Element](/[[language]]/[[version]]/api/Phalcon_Forms_Element) +- [Phalcon\Forms\ElementInterface](/[[language]]/[[version]]/api/Phalcon_Forms_ElementInterface) +- [Phalcon\Forms\Element\Check](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Check) +- [Phalcon\Forms\Element\Date](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Date) +- [Phalcon\Forms\Element\Email](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Email) +- [Phalcon\Forms\Element\File](/[[language]]/[[version]]/api/Phalcon_Forms_Element_File) +- [Phalcon\Forms\Element\Hidden](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Hidden) +- [Phalcon\Forms\Element\Numeric](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Numeric) +- [Phalcon\Forms\Element\Password](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Password) +- [Phalcon\Forms\Element\Radio](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Radio) +- [Phalcon\Forms\Element\Select](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Select) +- [Phalcon\Forms\Element\Submit](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Submit) +- [Phalcon\Forms\Element\Text](/[[language]]/[[version]]/api/Phalcon_Forms_Element_Text) +- [Phalcon\Forms\Element\TextArea](/[[language]]/[[version]]/api/Phalcon_Forms_Element_TextArea) +- [Phalcon\Forms\Exception](/[[language]]/[[version]]/api/Phalcon_Forms_Exception) +- [Phalcon\Forms\Form](/[[language]]/[[version]]/api/Phalcon_Forms_Form) +- [Phalcon\Forms\Manager](/[[language]]/[[version]]/api/Phalcon_Forms_Manager) +- [Phalcon\Http\Cookie](/[[language]]/[[version]]/api/Phalcon_Http_Cookie) +- [Phalcon\Http\CookieInterface](/[[language]]/[[version]]/api/Phalcon_Http_CookieInterface) +- [Phalcon\Http\Cookie\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Cookie_Exception) +- [Phalcon\Http\Request](/[[language]]/[[version]]/api/Phalcon_Http_Request) +- [Phalcon\Http\RequestInterface](/[[language]]/[[version]]/api/Phalcon_Http_RequestInterface) +- [Phalcon\Http\Request\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Request_Exception) +- [Phalcon\Http\Request\File](/[[language]]/[[version]]/api/Phalcon_Http_Request_File) +- [Phalcon\Http\Request\FileInterface](/[[language]]/[[version]]/api/Phalcon_Http_Request_FileInterface) +- [Phalcon\Http\Response](/[[language]]/[[version]]/api/Phalcon_Http_Response) +- [Phalcon\Http\ResponseInterface](/[[language]]/[[version]]/api/Phalcon_Http_ResponseInterface) +- [Phalcon\Http\Response\Cookies](/[[language]]/[[version]]/api/Phalcon_Http_Response_Cookies) +- [Phalcon\Http\Response\CookiesInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_CookiesInterface) +- [Phalcon\Http\Response\Exception](/[[language]]/[[version]]/api/Phalcon_Http_Response_Exception) +- [Phalcon\Http\Response\Headers](/[[language]]/[[version]]/api/Phalcon_Http_Response_Headers) +- [Phalcon\Http\Response\HeadersInterface](/[[language]]/[[version]]/api/Phalcon_Http_Response_HeadersInterface) +- [Phalcon\Image](/[[language]]/[[version]]/api/Phalcon_Image) +- [Phalcon\Image\Adapter](/[[language]]/[[version]]/api/Phalcon_Image_Adapter) +- [Phalcon\Image\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Image_AdapterInterface) +- [Phalcon\Image\Adapter\Gd](/[[language]]/[[version]]/api/Phalcon_Image_Adapter_Gd) +- [Phalcon\Image\Adapter\Imagick](/[[language]]/[[version]]/api/Phalcon_Image_Adapter_Imagick) +- [Phalcon\Image\Exception](/[[language]]/[[version]]/api/Phalcon_Image_Exception) +- [Phalcon\Image\Factory](/[[language]]/[[version]]/api/Phalcon_Image_Factory) +- [Phalcon\Kernel](/[[language]]/[[version]]/api/Phalcon_Kernel) +- [Phalcon\Loader](/[[language]]/[[version]]/api/Phalcon_Loader) +- [Phalcon\Loader\Exception](/[[language]]/[[version]]/api/Phalcon_Loader_Exception) +- [Phalcon\Logger](/[[language]]/[[version]]/api/Phalcon_Logger) +- [Phalcon\Logger\Adapter](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter) +- [Phalcon\Logger\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_AdapterInterface) +- [Phalcon\Logger\Adapter\File](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_File) +- [Phalcon\Logger\Adapter\Firephp](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Firephp) +- [Phalcon\Logger\Adapter\Stream](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Stream) +- [Phalcon\Logger\Adapter\Syslog](/[[language]]/[[version]]/api/Phalcon_Logger_Adapter_Syslog) +- [Phalcon\Logger\Exception](/[[language]]/[[version]]/api/Phalcon_Logger_Exception) +- [Phalcon\Logger\Factory](/[[language]]/[[version]]/api/Phalcon_Logger_Factory) +- [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter) +- [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface) +- [Phalcon\Logger\Formatter\Firephp](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Firephp) +- [Phalcon\Logger\Formatter\Json](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Json) +- [Phalcon\Logger\Formatter\Line](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Line) +- [Phalcon\Logger\Formatter\Syslog](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter_Syslog) +- [Phalcon\Logger\Item](/[[language]]/[[version]]/api/Phalcon_Logger_Item) +- [Phalcon\Logger\Multiple](/[[language]]/[[version]]/api/Phalcon_Logger_Multiple) +- [Phalcon\Mvc\Application](/[[language]]/[[version]]/api/Phalcon_Mvc_Application) +- [Phalcon\Mvc\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Application_Exception) +- [Phalcon\Mvc\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection) +- [Phalcon\Mvc\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_CollectionInterface) +- [Phalcon\Mvc\Collection\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior) +- [Phalcon\Mvc\Collection\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_BehaviorInterface) +- [Phalcon\Mvc\Collection\Behavior\SoftDelete](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior_SoftDelete) +- [Phalcon\Mvc\Collection\Behavior\Timestampable](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Behavior_Timestampable) +- [Phalcon\Mvc\Collection\Document](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Document) +- [Phalcon\Mvc\Collection\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Exception) +- [Phalcon\Mvc\Collection\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_Manager) +- [Phalcon\Mvc\Collection\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Collection_ManagerInterface) +- [Phalcon\Mvc\Controller](/[[language]]/[[version]]/api/Phalcon_Mvc_Controller) +- [Phalcon\Mvc\ControllerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ControllerInterface) +- [Phalcon\Mvc\Controller\BindModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Controller_BindModelInterface) +- [Phalcon\Mvc\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Mvc_Dispatcher) +- [Phalcon\Mvc\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_DispatcherInterface) +- [Phalcon\Mvc\Dispatcher\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Dispatcher_Exception) +- [Phalcon\Mvc\EntityInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_EntityInterface) +- [Phalcon\Mvc\Micro](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro) +- [Phalcon\Mvc\Micro\Collection](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Collection) +- [Phalcon\Mvc\Micro\CollectionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_CollectionInterface) +- [Phalcon\Mvc\Micro\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_Exception) +- [Phalcon\Mvc\Micro\LazyLoader](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_LazyLoader) +- [Phalcon\Mvc\Micro\MiddlewareInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Micro_MiddlewareInterface) +- [Phalcon\Mvc\Model](/[[language]]/[[version]]/api/Phalcon_Mvc_Model) +- [Phalcon\Mvc\ModelInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModelInterface) +- [Phalcon\Mvc\Model\Behavior](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior) +- [Phalcon\Mvc\Model\BehaviorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BehaviorInterface) +- [Phalcon\Mvc\Model\Behavior\SoftDelete](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior_SoftDelete) +- [Phalcon\Mvc\Model\Behavior\Timestampable](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Behavior_Timestampable) +- [Phalcon\Mvc\Model\Binder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Binder) +- [Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) +- [Phalcon\Mvc\Model\Binder\BindableInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Binder_BindableInterface) +- [Phalcon\Mvc\Model\Criteria](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Criteria) +- [Phalcon\Mvc\Model\CriteriaInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_CriteriaInterface) +- [Phalcon\Mvc\Model\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Exception) +- [Phalcon\Mvc\Model\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Manager) +- [Phalcon\Mvc\Model\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ManagerInterface) +- [Phalcon\Mvc\Model\Message](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Message) +- [Phalcon\Mvc\Model\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MessageInterface) +- [Phalcon\Mvc\Model\MetaData](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData) +- [Phalcon\Mvc\Model\MetaDataInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaDataInterface) +- [Phalcon\Mvc\Model\MetaData\Apc](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Apc) +- [Phalcon\Mvc\Model\MetaData\Files](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Files) +- [Phalcon\Mvc\Model\MetaData\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Libmemcached) +- [Phalcon\Mvc\Model\MetaData\Memcache](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Memcache) +- [Phalcon\Mvc\Model\MetaData\Memory](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Memory) +- [Phalcon\Mvc\Model\MetaData\Redis](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Redis) +- [Phalcon\Mvc\Model\MetaData\Session](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Session) +- [Phalcon\Mvc\Model\MetaData\StrategyInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_StrategyInterface) +- [Phalcon\Mvc\Model\MetaData\Strategy\Annotations](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Strategy_Annotations) +- [Phalcon\Mvc\Model\MetaData\Strategy\Introspection](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Strategy_Introspection) +- [Phalcon\Mvc\Model\MetaData\Xcache](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_MetaData_Xcache) +- [Phalcon\Mvc\Model\Query](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query) +- [Phalcon\Mvc\Model\QueryInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_QueryInterface) +- [Phalcon\Mvc\Model\Query\Builder](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Builder) +- [Phalcon\Mvc\Model\Query\BuilderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_BuilderInterface) +- [Phalcon\Mvc\Model\Query\Lang](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Lang) +- [Phalcon\Mvc\Model\Query\Status](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_Status) +- [Phalcon\Mvc\Model\Query\StatusInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Query_StatusInterface) +- [Phalcon\Mvc\Model\Relation](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Relation) +- [Phalcon\Mvc\Model\RelationInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_RelationInterface) +- [Phalcon\Mvc\Model\ResultInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultInterface) +- [Phalcon\Mvc\Model\Resultset](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset) +- [Phalcon\Mvc\Model\ResultsetInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ResultsetInterface) +- [Phalcon\Mvc\Model\Resultset\Complex](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Complex) +- [Phalcon\Mvc\Model\Resultset\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Resultset_Simple) +- [Phalcon\Mvc\Model\Row](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Row) +- [Phalcon\Mvc\Model\Transaction](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction) +- [Phalcon\Mvc\Model\TransactionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_TransactionInterface) +- [Phalcon\Mvc\Model\Transaction\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Exception) +- [Phalcon\Mvc\Model\Transaction\Failed](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Failed) +- [Phalcon\Mvc\Model\Transaction\Manager](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_Manager) +- [Phalcon\Mvc\Model\Transaction\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Transaction_ManagerInterface) +- [Phalcon\Mvc\Model\ValidationFailed](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidationFailed) +- [Phalcon\Mvc\Model\Validator](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator) +- [Phalcon\Mvc\Model\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_ValidatorInterface) +- [Phalcon\Mvc\Model\Validator\Email](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Email) +- [Phalcon\Mvc\Model\Validator\Exclusionin](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Exclusionin) +- [Phalcon\Mvc\Model\Validator\Inclusionin](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Inclusionin) +- [Phalcon\Mvc\Model\Validator\Ip](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Ip) +- [Phalcon\Mvc\Model\Validator\Numericality](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Numericality) +- [Phalcon\Mvc\Model\Validator\PresenceOf](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_PresenceOf) +- [Phalcon\Mvc\Model\Validator\Regex](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Regex) +- [Phalcon\Mvc\Model\Validator\StringLength](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_StringLength) +- [Phalcon\Mvc\Model\Validator\Uniqueness](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Uniqueness) +- [Phalcon\Mvc\Model\Validator\Url](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_Validator_Url) +- [Phalcon\Mvc\ModuleDefinitionInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ModuleDefinitionInterface) +- [Phalcon\Mvc\Router](/[[language]]/[[version]]/api/Phalcon_Mvc_Router) +- [Phalcon\Mvc\RouterInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_RouterInterface) +- [Phalcon\Mvc\Router\Annotations](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Annotations) +- [Phalcon\Mvc\Router\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Exception) +- [Phalcon\Mvc\Router\Group](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Group) +- [Phalcon\Mvc\Router\GroupInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_GroupInterface) +- [Phalcon\Mvc\Router\Route](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_Route) +- [Phalcon\Mvc\Router\RouteInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Router_RouteInterface) +- [Phalcon\Mvc\Url](/[[language]]/[[version]]/api/Phalcon_Mvc_Url) +- [Phalcon\Mvc\UrlInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_UrlInterface) +- [Phalcon\Mvc\Url\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_Url_Exception) +- [Phalcon\Mvc\User\Component](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Component) +- [Phalcon\Mvc\User\Module](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Module) +- [Phalcon\Mvc\User\Plugin](/[[language]]/[[version]]/api/Phalcon_Mvc_User_Plugin) +- [Phalcon\Mvc\View](/[[language]]/[[version]]/api/Phalcon_Mvc_View) +- [Phalcon\Mvc\ViewBaseInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewBaseInterface) +- [Phalcon\Mvc\ViewInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_ViewInterface) +- [Phalcon\Mvc\View\Engine](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine) +- [Phalcon\Mvc\View\EngineInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_View_EngineInterface) +- [Phalcon\Mvc\View\Engine\Php](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Php) +- [Phalcon\Mvc\View\Engine\Volt](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt) +- [Phalcon\Mvc\View\Engine\Volt\Compiler](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt_Compiler) +- [Phalcon\Mvc\View\Engine\Volt\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Engine_Volt_Exception) +- [Phalcon\Mvc\View\Exception](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Exception) +- [Phalcon\Mvc\View\Simple](/[[language]]/[[version]]/api/Phalcon_Mvc_View_Simple) +- [Phalcon\Paginator\Adapter](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter) +- [Phalcon\Paginator\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Paginator_AdapterInterface) +- [Phalcon\Paginator\Adapter\Model](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_Model) +- [Phalcon\Paginator\Adapter\NativeArray](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_NativeArray) +- [Phalcon\Paginator\Adapter\QueryBuilder](/[[language]]/[[version]]/api/Phalcon_Paginator_Adapter_QueryBuilder) +- [Phalcon\Paginator\Exception](/[[language]]/[[version]]/api/Phalcon_Paginator_Exception) +- [Phalcon\Paginator\Factory](/[[language]]/[[version]]/api/Phalcon_Paginator_Factory) +- [Phalcon\Queue\Beanstalk](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk) +- [Phalcon\Queue\Beanstalk\Exception](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk_Exception) +- [Phalcon\Queue\Beanstalk\Job](/[[language]]/[[version]]/api/Phalcon_Queue_Beanstalk_Job) +- [Phalcon\Registry](/[[language]]/[[version]]/api/Phalcon_Registry) +- [Phalcon\Security](/[[language]]/[[version]]/api/Phalcon_Security) +- [Phalcon\Security\Exception](/[[language]]/[[version]]/api/Phalcon_Security_Exception) +- [Phalcon\Security\Random](/[[language]]/[[version]]/api/Phalcon_Security_Random) +- [Phalcon\Session\Adapter](/[[language]]/[[version]]/api/Phalcon_Session_Adapter) +- [Phalcon\Session\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Session_AdapterInterface) +- [Phalcon\Session\Adapter\Files](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Files) +- [Phalcon\Session\Adapter\Libmemcached](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Libmemcached) +- [Phalcon\Session\Adapter\Memcache](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Memcache) +- [Phalcon\Session\Adapter\Redis](/[[language]]/[[version]]/api/Phalcon_Session_Adapter_Redis) +- [Phalcon\Session\Bag](/[[language]]/[[version]]/api/Phalcon_Session_Bag) +- [Phalcon\Session\BagInterface](/[[language]]/[[version]]/api/Phalcon_Session_BagInterface) +- [Phalcon\Session\Exception](/[[language]]/[[version]]/api/Phalcon_Session_Exception) +- [Phalcon\Session\Factory](/[[language]]/[[version]]/api/Phalcon_Session_Factory) +- [Phalcon\Tag](/[[language]]/[[version]]/api/Phalcon_Tag) +- [Phalcon\Tag\Exception](/[[language]]/[[version]]/api/Phalcon_Tag_Exception) +- [Phalcon\Tag\Select](/[[language]]/[[version]]/api/Phalcon_Tag_Select) +- [Phalcon\Text](/[[language]]/[[version]]/api/Phalcon_Text) +- [Phalcon\Translate](/[[language]]/[[version]]/api/Phalcon_Translate) +- [Phalcon\Translate\Adapter](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter) +- [Phalcon\Translate\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Translate_AdapterInterface) +- [Phalcon\Translate\Adapter\Csv](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_Csv) +- [Phalcon\Translate\Adapter\Gettext](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_Gettext) +- [Phalcon\Translate\Adapter\NativeArray](/[[language]]/[[version]]/api/Phalcon_Translate_Adapter_NativeArray) +- [Phalcon\Translate\Exception](/[[language]]/[[version]]/api/Phalcon_Translate_Exception) +- [Phalcon\Translate\Factory](/[[language]]/[[version]]/api/Phalcon_Translate_Factory) +- [Phalcon\Translate\InterpolatorInterface](/[[language]]/[[version]]/api/Phalcon_Translate_InterpolatorInterface) +- [Phalcon\Translate\Interpolator\AssociativeArray](/[[language]]/[[version]]/api/Phalcon_Translate_Interpolator_AssociativeArray) +- [Phalcon\Translate\Interpolator\IndexedArray](/[[language]]/[[version]]/api/Phalcon_Translate_Interpolator_IndexedArray) +- [Phalcon\Validation](/[[language]]/[[version]]/api/Phalcon_Validation) +- [Phalcon\ValidationInterface](/[[language]]/[[version]]/api/Phalcon_ValidationInterface) +- [Phalcon\Validation\CombinedFieldsValidator](/[[language]]/[[version]]/api/Phalcon_Validation_CombinedFieldsValidator) +- [Phalcon\Validation\Exception](/[[language]]/[[version]]/api/Phalcon_Validation_Exception) +- [Phalcon\Validation\Message](/[[language]]/[[version]]/api/Phalcon_Validation_Message) +- [Phalcon\Validation\MessageInterface](/[[language]]/[[version]]/api/Phalcon_Validation_MessageInterface) +- [Phalcon\Validation\Message\Group](/[[language]]/[[version]]/api/Phalcon_Validation_Message_Group) +- [Phalcon\Validation\Validator](/[[language]]/[[version]]/api/Phalcon_Validation_Validator) +- [Phalcon\Validation\ValidatorInterface](/[[language]]/[[version]]/api/Phalcon_Validation_ValidatorInterface) +- [Phalcon\Validation\Validator\Alnum](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Alnum) +- [Phalcon\Validation\Validator\Alpha](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Alpha) +- [Phalcon\Validation\Validator\Between](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Between) +- [Phalcon\Validation\Validator\Callback](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Callback) +- [Phalcon\Validation\Validator\Confirmation](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Confirmation) +- [Phalcon\Validation\Validator\CreditCard](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_CreditCard) +- [Phalcon\Validation\Validator\Date](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Date) +- [Phalcon\Validation\Validator\Digit](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Digit) +- [Phalcon\Validation\Validator\Email](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Email) +- [Phalcon\Validation\Validator\Exception](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Exception) +- [Phalcon\Validation\Validator\ExclusionIn](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_ExclusionIn) +- [Phalcon\Validation\Validator\File](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_File) +- [Phalcon\Validation\Validator\Identical](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Identical) +- [Phalcon\Validation\Validator\InclusionIn](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_InclusionIn) +- [Phalcon\Validation\Validator\Numericality](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Numericality) +- [Phalcon\Validation\Validator\PresenceOf](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_PresenceOf) +- [Phalcon\Validation\Validator\Regex](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Regex) +- [Phalcon\Validation\Validator\StringLength](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_StringLength) +- [Phalcon\Validation\Validator\Uniqueness](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Uniqueness) +- [Phalcon\Validation\Validator\Url](/[[language]]/[[version]]/api/Phalcon_Validation_Validator_Url) +- [Phalcon\Version](/[[language]]/[[version]]/api/Phalcon_Version) \ No newline at end of file diff --git a/vi/api/Phalcon_Acl_Adapter.md b/vi/api/Phalcon_Acl_Adapter.md index 1696a50b6e15..1e2005a44be1 100644 --- a/vi/api/Phalcon_Acl_Adapter.md +++ b/vi/api/Phalcon_Acl_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Acl\\Adapter** -*implements* [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -20,7 +20,7 @@ public **getActiveAccess** () Active access which the list is checking if some role can access it -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -36,58 +36,58 @@ public **getDefaultAction** () Returns the default ACL access level -abstract public **setNoArgumentsDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **setNoArgumentsDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getNoArgumentsDefaultAction** () inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getNoArgumentsDefaultAction** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addRole** (*mixed* $role, [*mixed* $accessInherits]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addRole** (*mixed* $role, [*mixed* $accessInherits]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addInherit** (*mixed* $roleName, *mixed* $roleToInherit) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addInherit** (*mixed* $roleName, *mixed* $roleToInherit) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isRole** (*mixed* $roleName) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isRole** (*mixed* $roleName) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isResource** (*mixed* $resourceName) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isResource** (*mixed* $resourceName) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addResource** (*mixed* $resourceObject, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addResource** (*mixed* $resourceObject, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **addResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **addResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **dropResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **dropResourceAccess** (*mixed* $resourceName, *mixed* $accessList) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **allow** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **allow** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **deny** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **deny** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*mixed* $func]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **isAllowed** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*array* $parameters]) inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **isAllowed** (*mixed* $roleName, *mixed* $resourceName, *mixed* $access, [*array* $parameters]) inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getRoles** () inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getRoles** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... -abstract public **getResources** () inherited from [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +abstract public **getResources** () inherited from [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) ... \ No newline at end of file diff --git a/vi/api/Phalcon_Acl_Adapter_Memory.md b/vi/api/Phalcon_Acl_Adapter_Memory.md index 889751c95b98..8e3548f98ae9 100644 --- a/vi/api/Phalcon_Acl_Adapter_Memory.md +++ b/vi/api/Phalcon_Acl_Adapter_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Acl\\Adapter\\Memory** -*extends* abstract class [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +*extends* abstract class [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Acl\AdapterInterface](/en/3.2/api/Phalcon_Acl_AdapterInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Acl\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Acl_AdapterInterface) Source on GitHub @@ -105,7 +105,7 @@ public **isResource** (*mixed* $resourceName) Check whether resource exist in the resources list -public **addResource** ([Phalcon\Acl\Resource](/en/3.2/api/Phalcon_Acl_Resource) | *string* $resourceValue, *array* | *string* $accessList) +public **addResource** ([Phalcon\Acl\Resource](/[[language]]/[[version]]/api/Phalcon_Acl_Resource) | *string* $resourceValue, *array* | *string* $accessList) Adds a resource to the ACL list Access names can be a particular action, by example search, update, delete, etc or a list of them Example: @@ -224,30 +224,30 @@ public **getResources** () Return an array with every resource registered in the list -public **getActiveRole** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveRole** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Role which the list is checking if it's allowed to certain resource/access -public **getActiveResource** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveResource** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Resource which the list is checking if some role can access it -public **getActiveAccess** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getActiveAccess** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Active access which the list is checking if some role can access it -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getEventsManager** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Returns the internal event manager -public **setDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **setDefaultAction** (*mixed* $defaultAccess) inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Sets the default access level (Phalcon\\Acl::ALLOW or Phalcon\\Acl::DENY) -public **getDefaultAction** () inherited from [Phalcon\Acl\Adapter](/en/3.2/api/Phalcon_Acl_Adapter) +public **getDefaultAction** () inherited from [Phalcon\Acl\Adapter](/[[language]]/[[version]]/api/Phalcon_Acl_Adapter) Returns the default ACL access level \ No newline at end of file diff --git a/vi/api/Phalcon_Acl_Exception.md b/vi/api/Phalcon_Acl_Exception.md index 9c1b44ab7b5d..bb780905021c 100644 --- a/vi/api/Phalcon_Acl_Exception.md +++ b/vi/api/Phalcon_Acl_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Acl\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/vi/api/Phalcon_Acl_Resource.md b/vi/api/Phalcon_Acl_Resource.md index 25ac2d3e792b..2cf5fa6783c8 100644 --- a/vi/api/Phalcon_Acl_Resource.md +++ b/vi/api/Phalcon_Acl_Resource.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Acl\\Resource** -*implements* [Phalcon\Acl\ResourceInterface](/en/3.2/api/Phalcon_Acl_ResourceInterface) +*implements* [Phalcon\Acl\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Acl_ResourceInterface) Source on GitHub diff --git a/vi/api/Phalcon_Acl_Role.md b/vi/api/Phalcon_Acl_Role.md index c8252648d6c8..5e9655fe33dc 100644 --- a/vi/api/Phalcon_Acl_Role.md +++ b/vi/api/Phalcon_Acl_Role.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Acl\\Role** -*implements* [Phalcon\Acl\RoleInterface](/en/3.2/api/Phalcon_Acl_RoleInterface) +*implements* [Phalcon\Acl\RoleInterface](/[[language]]/[[version]]/api/Phalcon_Acl_RoleInterface) Source on GitHub diff --git a/vi/api/Phalcon_Annotations_Adapter.md b/vi/api/Phalcon_Annotations_Adapter.md index d42ac348bbc9..e9ba9d098f7a 100644 --- a/vi/api/Phalcon_Annotations_Adapter.md +++ b/vi/api/Phalcon_Annotations_Adapter.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Annotations\\Adapter** -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -8,7 +8,7 @@ This is the base class for Phalcon\\Annotations adapters ## Methods -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) Sets the annotations parser diff --git a/vi/api/Phalcon_Annotations_AdapterInterface.md b/vi/api/Phalcon_Annotations_AdapterInterface.md index 7f9c8598cba2..b428f0ce8c85 100644 --- a/vi/api/Phalcon_Annotations_AdapterInterface.md +++ b/vi/api/Phalcon_Annotations_AdapterInterface.md @@ -6,7 +6,7 @@ This interface must be implemented by adapters in Phalcon\Annotations ## Methods -abstract public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) +abstract public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) Sets the annotations parser diff --git a/vi/api/Phalcon_Annotations_Adapter_Apc.md b/vi/api/Phalcon_Annotations_Adapter_Apc.md index 467622a88425..e613a76f1822 100644 --- a/vi/api/Phalcon_Annotations_Adapter_Apc.md +++ b/vi/api/Phalcon_Annotations_Adapter_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Apc** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,34 +27,34 @@ public **read** (*mixed* $key) Reads parsed annotations from APC -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to APC -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/vi/api/Phalcon_Annotations_Adapter_Apcu.md b/vi/api/Phalcon_Annotations_Adapter_Apcu.md index ebea340ec92a..615bd450fc80 100644 --- a/vi/api/Phalcon_Annotations_Adapter_Apcu.md +++ b/vi/api/Phalcon_Annotations_Adapter_Apcu.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Apcu** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,34 +27,34 @@ public **read** (*mixed* $key) Reads parsed annotations from APCu -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to APCu -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/vi/api/Phalcon_Annotations_Adapter_Files.md b/vi/api/Phalcon_Annotations_Adapter_Files.md index e4c407e5954e..653483fef5dd 100644 --- a/vi/api/Phalcon_Annotations_Adapter_Files.md +++ b/vi/api/Phalcon_Annotations_Adapter_Files.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Files** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -27,38 +27,38 @@ public **__construct** ([*array* $options]) Phalcon\\Annotations\\Adapter\\Files constructor -public [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) **read** (*string* $key) +public [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) **read** (*string* $key) Reads parsed annotations from files -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to files -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/vi/api/Phalcon_Annotations_Adapter_Memory.md b/vi/api/Phalcon_Annotations_Adapter_Memory.md index 205f20e6b1b8..558ef73179e1 100644 --- a/vi/api/Phalcon_Annotations_Adapter_Memory.md +++ b/vi/api/Phalcon_Annotations_Adapter_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Memory** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -14,34 +14,34 @@ public **read** (*mixed* $key) Reads parsed annotations from memory -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to memory -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/vi/api/Phalcon_Annotations_Adapter_Xcache.md b/vi/api/Phalcon_Annotations_Adapter_Xcache.md index 37c97e7e6b8c..4ea64217b769 100644 --- a/vi/api/Phalcon_Annotations_Adapter_Xcache.md +++ b/vi/api/Phalcon_Annotations_Adapter_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Adapter\\Xcache** -*extends* abstract class [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +*extends* abstract class [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) -*implements* [Phalcon\Annotations\AdapterInterface](/en/3.2/api/Phalcon_Annotations_AdapterInterface) +*implements* [Phalcon\Annotations\AdapterInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_AdapterInterface) Source on GitHub @@ -17,38 +17,38 @@ $annotations = new \Phalcon\Annotations\Adapter\Xcache(); ## Methods -public [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) **read** (*string* $key) +public [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) **read** (*string* $key) Reads parsed annotations from XCache -public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/en/3.2/api/Phalcon_Annotations_Reflection) $data) +public **write** (*mixed* $key, [Phalcon\Annotations\Reflection](/[[language]]/[[version]]/api/Phalcon_Annotations_Reflection) $data) Writes parsed annotations to XCache -public **setReader** ([Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **setReader** ([Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) $reader) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Sets the annotations parser -public **getReader** () inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getReader** () inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotation reader -public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **get** (*string* | *object* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Parses or retrieves all the annotations found in a class -public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethods** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getMethod** (*mixed* $className, *mixed* $methodName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific method -public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperties** (*mixed* $className) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in all the class' methods -public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/en/3.2/api/Phalcon_Annotations_Adapter) +public **getProperty** (*mixed* $className, *mixed* $propertyName) inherited from [Phalcon\Annotations\Adapter](/[[language]]/[[version]]/api/Phalcon_Annotations_Adapter) Returns the annotations found in a specific property \ No newline at end of file diff --git a/vi/api/Phalcon_Annotations_Collection.md b/vi/api/Phalcon_Annotations_Collection.md index dac8ff1acd5b..791f30938af9 100644 --- a/vi/api/Phalcon_Annotations_Collection.md +++ b/vi/api/Phalcon_Annotations_Collection.md @@ -36,7 +36,7 @@ public **rewind** () Rewinds the internal iterator -public [Phalcon\Annotations\Annotation](/en/3.2/api/Phalcon_Annotations_Annotation) **current** () +public [Phalcon\Annotations\Annotation](/[[language]]/[[version]]/api/Phalcon_Annotations_Annotation) **current** () Returns the current annotation in the iterator diff --git a/vi/api/Phalcon_Annotations_Factory.md b/vi/api/Phalcon_Annotations_Factory.md index 644067bb57ce..5c5766d8a800 100644 --- a/vi/api/Phalcon_Annotations_Factory.md +++ b/vi/api/Phalcon_Annotations_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Annotations\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -24,8 +24,8 @@ $annotations = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) -protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +protected static **loadClass** (*mixed* $namespace, *mixed* $config) inherited from [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) ... \ No newline at end of file diff --git a/vi/api/Phalcon_Annotations_Reader.md b/vi/api/Phalcon_Annotations_Reader.md index 4e8e513ffea9..7dcb4c27c146 100644 --- a/vi/api/Phalcon_Annotations_Reader.md +++ b/vi/api/Phalcon_Annotations_Reader.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Annotations\\Reader** -*implements* [Phalcon\Annotations\ReaderInterface](/en/3.2/api/Phalcon_Annotations_ReaderInterface) +*implements* [Phalcon\Annotations\ReaderInterface](/[[language]]/[[version]]/api/Phalcon_Annotations_ReaderInterface) Source on GitHub diff --git a/vi/api/Phalcon_Application.md b/vi/api/Phalcon_Application.md index bf48f3ab94bf..4eb6b28f3090 100644 --- a/vi/api/Phalcon_Application.md +++ b/vi/api/Phalcon_Application.md @@ -1,8 +1,8 @@ # Abstract class **Phalcon\\Application** -*extends* abstract class [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +*extends* abstract class [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -10,11 +10,11 @@ Base class for Phalcon\\Cli\\Console and Phalcon\\Mvc\\Application. ## Methods -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) Phalcon\\Application Constructor -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) Sets the events manager @@ -64,14 +64,14 @@ abstract public **handle** () Handles a request -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*string* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*string* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/vi/api/Phalcon_Application_Exception.md b/vi/api/Phalcon_Application_Exception.md index 49637aa88e5e..271cfe64e058 100644 --- a/vi/api/Phalcon_Application_Exception.md +++ b/vi/api/Phalcon_Application_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Application\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/vi/api/Phalcon_Assets_Collection.md b/vi/api/Phalcon_Assets_Collection.md index f6f18d5a1d60..56c1ccff2bed 100644 --- a/vi/api/Phalcon_Assets_Collection.md +++ b/vi/api/Phalcon_Assets_Collection.md @@ -60,15 +60,15 @@ public **__construct** () Phalcon\\Assets\\Collection constructor -public **add** ([Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **add** ([Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a resource to the collection -public **addInline** ([Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInline** ([Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds an inline code to the collection -public **has** ([Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) $resource) +public **has** ([Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) $resource) Checks this the resource is added to the collection. @@ -93,7 +93,7 @@ public **addInlineCss** (*mixed* $content, [*mixed* $filter], [*mixed* $attribut Adds an inline CSS to the collection -public [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) **addJs** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) +public [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) **addJs** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) Adds a javascript resource to the collection @@ -165,10 +165,10 @@ public **getRealTargetPath** (*mixed* $basePath) Returns the complete location where the joined/filtered collection must be written -public **addFilter** ([Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) $filter) +public **addFilter** ([Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) $filter) Adds a filter to the collection -final protected **addResource** ([Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) $resource) +final protected **addResource** ([Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) $resource) Adds a resource or inline-code to the collection \ No newline at end of file diff --git a/vi/api/Phalcon_Assets_Exception.md b/vi/api/Phalcon_Assets_Exception.md index 4c8c0516fd94..bd7488dccb6f 100644 --- a/vi/api/Phalcon_Assets_Exception.md +++ b/vi/api/Phalcon_Assets_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/vi/api/Phalcon_Assets_Filters_Cssmin.md b/vi/api/Phalcon_Assets_Filters_Cssmin.md index a807a59e4880..96fe00be94d7 100644 --- a/vi/api/Phalcon_Assets_Filters_Cssmin.md +++ b/vi/api/Phalcon_Assets_Filters_Cssmin.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\Cssmin** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/vi/api/Phalcon_Assets_Filters_Jsmin.md b/vi/api/Phalcon_Assets_Filters_Jsmin.md index 2bfe2b4851a4..3e9e94f7bd29 100644 --- a/vi/api/Phalcon_Assets_Filters_Jsmin.md +++ b/vi/api/Phalcon_Assets_Filters_Jsmin.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\Jsmin** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/vi/api/Phalcon_Assets_Filters_None.md b/vi/api/Phalcon_Assets_Filters_None.md index 60e59aac09de..27f570f4bc31 100644 --- a/vi/api/Phalcon_Assets_Filters_None.md +++ b/vi/api/Phalcon_Assets_Filters_None.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Filters\\None** -*implements* [Phalcon\Assets\FilterInterface](/en/3.2/api/Phalcon_Assets_FilterInterface) +*implements* [Phalcon\Assets\FilterInterface](/[[language]]/[[version]]/api/Phalcon_Assets_FilterInterface) Source on GitHub diff --git a/vi/api/Phalcon_Assets_Inline.md b/vi/api/Phalcon_Assets_Inline.md index e5c3ef631536..067ea910d450 100644 --- a/vi/api/Phalcon_Assets_Inline.md +++ b/vi/api/Phalcon_Assets_Inline.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Inline** -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub diff --git a/vi/api/Phalcon_Assets_Inline_Css.md b/vi/api/Phalcon_Assets_Inline_Css.md index aad74b78beca..df3da97b2598 100644 --- a/vi/api/Phalcon_Assets_Inline_Css.md +++ b/vi/api/Phalcon_Assets_Inline_Css.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Inline\\Css** -*extends* class [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +*extends* class [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,34 +12,36 @@ Represents an inlined CSS public **__construct** (*string* $content, [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Phalcon\\Assets\\Inline\\Css Constructor -... +public *string* **getType** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getContent** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets the resource's type. -... +public *string* **getContent** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getFilter** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets the content. -... +public *boolean* **getFilter** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **getAttributes** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets if the resource must be filtered or not. -... +public *array* **getAttributes** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +Gets extra HTML attributes. + +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setType** (*string* $type) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets the inline's type -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setFilter** (*boolean* $filter) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public [*self*](/[[language]]/[[version]]/api/Phalcon_Assets_Inline_Css) **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets extra HTML attributes -public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public *string* **getResourceKey** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Gets the resource's key. \ No newline at end of file diff --git a/vi/api/Phalcon_Assets_Inline_Js.md b/vi/api/Phalcon_Assets_Inline_Js.md index 1cce336b4116..38f45537ae5b 100644 --- a/vi/api/Phalcon_Assets_Inline_Js.md +++ b/vi/api/Phalcon_Assets_Inline_Js.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Inline\\Js** -*extends* class [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +*extends* class [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,34 +12,34 @@ Represents an inline Javascript public **__construct** (*string* $content, [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getType** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getContent** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getContent** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getFilter** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getFilter** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **getAttributes** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getAttributes** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets the inline's type -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Sets extra HTML attributes -public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) +public **getResourceKey** () inherited from [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) Gets the resource's key. \ No newline at end of file diff --git a/vi/api/Phalcon_Assets_Manager.md b/vi/api/Phalcon_Assets_Manager.md index 13ecabf4ff9c..023c9dab7abb 100644 --- a/vi/api/Phalcon_Assets_Manager.md +++ b/vi/api/Phalcon_Assets_Manager.md @@ -52,7 +52,7 @@ public **addInlineJs** (*mixed* $content, [*mixed* $filter], [*mixed* $attribute Adds an inline javascript to the 'js' collection -public **addResourceByType** (*mixed* $type, [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **addResourceByType** (*mixed* $type, [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a resource by its type @@ -65,11 +65,11 @@ $assets->addResourceByType("css", ``` -public **addInlineCodeByType** (*mixed* $type, [Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInlineCodeByType** (*mixed* $type, [Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds an inline code by its type -public **addResource** ([Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) $resource) +public **addResource** ([Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) $resource) Adds a raw resource to the manager @@ -82,11 +82,11 @@ $assets->addResource( ``` -public **addInlineCode** ([Phalcon\Assets\Inline](/en/3.2/api/Phalcon_Assets_Inline) $code) +public **addInlineCode** ([Phalcon\Assets\Inline](/[[language]]/[[version]]/api/Phalcon_Assets_Inline) $code) Adds a raw inline code to the manager -public **set** (*mixed* $id, [Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection) +public **set** (*mixed* $id, [Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection) Sets a collection in the Assets Manager @@ -120,11 +120,11 @@ public **collection** (*mixed* $name) Creates/Returns a collection of resources -public **output** ([Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection, *callback* $callback, *string* $type) +public **output** ([Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection, *callback* $callback, *string* $type) Traverses a collection calling the callback to generate its HTML -public **outputInline** ([Phalcon\Assets\Collection](/en/3.2/api/Phalcon_Assets_Collection) $collection, *string* $type) +public **outputInline** ([Phalcon\Assets\Collection](/[[language]]/[[version]]/api/Phalcon_Assets_Collection) $collection, *string* $type) Traverses a collection and generate its HTML diff --git a/vi/api/Phalcon_Assets_Resource.md b/vi/api/Phalcon_Assets_Resource.md index d67dc71b7929..d20032f2a7b8 100644 --- a/vi/api/Phalcon_Assets_Resource.md +++ b/vi/api/Phalcon_Assets_Resource.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Assets\\Resource** -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub diff --git a/vi/api/Phalcon_Assets_Resource_Css.md b/vi/api/Phalcon_Assets_Resource_Css.md index 11c938e391ca..fe644a45f159 100644 --- a/vi/api/Phalcon_Assets_Resource_Css.md +++ b/vi/api/Phalcon_Assets_Resource_Css.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Resource\\Css** -*extends* class [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +*extends* class [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,76 +12,76 @@ Represents CSS resources public **__construct** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getType** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getLocal** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getLocal** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getFilter** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getFilter** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getAttributes** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getAttributes** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's type -public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's path -public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource is local or external -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets extra HTML attributes -public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets a target uri for the generated HTML -public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's source path -public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's target path -public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the content of the resource as an string Optionally a base path where the resource is located can be set -public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the real target uri for the generated HTML -public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource is located -public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource must be written -public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Gets the resource's key. \ No newline at end of file diff --git a/vi/api/Phalcon_Assets_Resource_Js.md b/vi/api/Phalcon_Assets_Resource_Js.md index 2acc4d239b9d..4695b7fb7e30 100644 --- a/vi/api/Phalcon_Assets_Resource_Js.md +++ b/vi/api/Phalcon_Assets_Resource_Js.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Assets\\Resource\\Js** -*extends* class [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +*extends* class [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -*implements* [Phalcon\Assets\ResourceInterface](/en/3.2/api/Phalcon_Assets_ResourceInterface) +*implements* [Phalcon\Assets\ResourceInterface](/[[language]]/[[version]]/api/Phalcon_Assets_ResourceInterface) Source on GitHub @@ -12,76 +12,76 @@ Represents Javascript resources public **__construct** (*string* $path, [*boolean* $local], [*boolean* $filter], [*array* $attributes]) -public **getType** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getType** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getLocal** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getLocal** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getFilter** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getFilter** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getAttributes** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getAttributes** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) -public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getSourcePath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetPath** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) ... -public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setType** (*mixed* $type) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's type -public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setPath** (*mixed* $path) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's path -public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setLocal** (*mixed* $local) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource is local or external -public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setFilter** (*mixed* $filter) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets if the resource must be filtered or not -public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setAttributes** (*array* $attributes) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets extra HTML attributes -public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetUri** (*mixed* $targetUri) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets a target uri for the generated HTML -public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setSourcePath** (*mixed* $sourcePath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's source path -public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **setTargetPath** (*mixed* $targetPath) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Sets the resource's target path -public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getContent** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the content of the resource as an string Optionally a base path where the resource is located can be set -public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetUri** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the real target uri for the generated HTML -public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealSourcePath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource is located -public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getRealTargetPath** ([*mixed* $basePath]) inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Returns the complete location where the resource must be written -public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/en/3.2/api/Phalcon_Assets_Resource) +public **getResourceKey** () inherited from [Phalcon\Assets\Resource](/[[language]]/[[version]]/api/Phalcon_Assets_Resource) Gets the resource's key. \ No newline at end of file diff --git a/vi/api/Phalcon_Cache_Backend.md b/vi/api/Phalcon_Cache_Backend.md index 6e8b2e14bbff..730f3a94146e 100644 --- a/vi/api/Phalcon_Cache_Backend.md +++ b/vi/api/Phalcon_Cache_Backend.md @@ -1,6 +1,6 @@ # Abstract class **Phalcon\\Cache\\Backend** -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -32,7 +32,7 @@ public **setLastKey** (*mixed* $lastKey) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend constructor @@ -56,22 +56,22 @@ public *int* **getLifetime** () Gets the last lifetime set -abstract public **get** (*mixed* $keyName, [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **get** (*mixed* $keyName, [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **save** ([*mixed* $keyName], [*mixed* $content], [*mixed* $lifetime], [*mixed* $stopBuffer]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **save** ([*mixed* $keyName], [*mixed* $content], [*mixed* $lifetime], [*mixed* $stopBuffer]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **delete** (*mixed* $keyName) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **delete** (*mixed* $keyName) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **queryKeys** ([*mixed* $prefix]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **queryKeys** ([*mixed* $prefix]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... -abstract public **exists** ([*mixed* $keyName], [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +abstract public **exists** ([*mixed* $keyName], [*mixed* $lifetime]) inherited from [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) ... \ No newline at end of file diff --git a/vi/api/Phalcon_Cache_Backend_Apc.md b/vi/api/Phalcon_Cache_Backend_Apc.md index 92b01c89d25a..6e3d65e1f101 100644 --- a/vi/api/Phalcon_Cache_Backend_Apc.md +++ b/vi/api/Phalcon_Cache_Backend_Apc.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Apc** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -94,50 +94,50 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/vi/api/Phalcon_Cache_Backend_Apcu.md b/vi/api/Phalcon_Cache_Backend_Apcu.md index b5bf1d628fc1..015d46a4f62b 100644 --- a/vi/api/Phalcon_Cache_Backend_Apcu.md +++ b/vi/api/Phalcon_Cache_Backend_Apcu.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Apcu** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -94,50 +94,50 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/vi/api/Phalcon_Cache_Backend_Factory.md b/vi/api/Phalcon_Cache_Backend_Factory.md index 703d878c3fc6..822536aaf29a 100644 --- a/vi/api/Phalcon_Cache_Backend_Factory.md +++ b/vi/api/Phalcon_Cache_Backend_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -25,7 +25,7 @@ $backendCache = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/vi/api/Phalcon_Cache_Backend_File.md b/vi/api/Phalcon_Cache_Backend_File.md index 3ea73b705889..a0d7c7ed554c 100644 --- a/vi/api/Phalcon_Cache_Backend_File.md +++ b/vi/api/Phalcon_Cache_Backend_File.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\File** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -44,7 +44,7 @@ if ($content === null) { ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, *array* $options) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, *array* $options) Phalcon\\Cache\\Backend\\File constructor @@ -98,46 +98,46 @@ public **useSafeKey** (*mixed* $useSafeKey) Set whether to use the safekey or not -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/vi/api/Phalcon_Cache_Backend_Libmemcached.md b/vi/api/Phalcon_Cache_Backend_Libmemcached.md index 9ec4b031d82e..3165b9222ecb 100644 --- a/vi/api/Phalcon_Cache_Backend_Libmemcached.md +++ b/vi/api/Phalcon_Cache_Backend_Libmemcached.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Libmemcached** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -49,7 +49,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Memcache constructor @@ -116,46 +116,46 @@ $cache->flush(); ``` -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/vi/api/Phalcon_Cache_Backend_Memcache.md b/vi/api/Phalcon_Cache_Backend_Memcache.md index 6f2575ca5c8d..61c26bca5745 100644 --- a/vi/api/Phalcon_Cache_Backend_Memcache.md +++ b/vi/api/Phalcon_Cache_Backend_Memcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Memcache** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -43,7 +43,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Memcache constructor @@ -97,46 +97,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/vi/api/Phalcon_Cache_Backend_Memory.md b/vi/api/Phalcon_Cache_Backend_Memory.md index a269432ab9f3..56e512c11de6 100644 --- a/vi/api/Phalcon_Cache_Backend_Memory.md +++ b/vi/api/Phalcon_Cache_Backend_Memory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Memory** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface), [Serializable](http://php.net/manual/en/class.serializable.php) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface), [Serializable](http://php.net/manual/en/class.serializable.php) Source on GitHub @@ -79,50 +79,50 @@ public **unserialize** (*mixed* $data) Required for interface \\Serializable -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Phalcon\\Cache\\Backend constructor -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/vi/api/Phalcon_Cache_Backend_Mongo.md b/vi/api/Phalcon_Cache_Backend_Mongo.md index 6421cd0f4f29..be4778c7d3b2 100644 --- a/vi/api/Phalcon_Cache_Backend_Mongo.md +++ b/vi/api/Phalcon_Cache_Backend_Mongo.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Mongo** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -44,7 +44,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Mongo constructor @@ -98,46 +98,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/vi/api/Phalcon_Cache_Backend_Redis.md b/vi/api/Phalcon_Cache_Backend_Redis.md index a3509251d509..4ec50555c243 100644 --- a/vi/api/Phalcon_Cache_Backend_Redis.md +++ b/vi/api/Phalcon_Cache_Backend_Redis.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Redis** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -45,7 +45,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Redis constructor @@ -105,46 +105,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/vi/api/Phalcon_Cache_Backend_Xcache.md b/vi/api/Phalcon_Cache_Backend_Xcache.md index 7dac8215d5f3..4074d8e3778e 100644 --- a/vi/api/Phalcon_Cache_Backend_Xcache.md +++ b/vi/api/Phalcon_Cache_Backend_Xcache.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Backend\\Xcache** -*extends* abstract class [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +*extends* abstract class [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) -*implements* [Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) +*implements* [Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) Source on GitHub @@ -38,7 +38,7 @@ $data = $cache->get("my-data"); ## Methods -public **__construct** ([Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) +public **__construct** ([Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) $frontend, [*array* $options]) Phalcon\\Cache\\Backend\\Xcache constructor @@ -84,46 +84,46 @@ public **flush** () Immediately invalidates all existing items. -public **getFrontend** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getFrontend** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setFrontend** (*mixed* $frontend) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getOptions** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getOptions** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setOptions** (*mixed* $options) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **getLastKey** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **getLastKey** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **setLastKey** (*mixed* $lastKey) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) ... -public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *mixed* **start** (*int* | *string* $keyName, [*int* $lifetime]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Starts a cache. The keyname allows to identify the created fragment -public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **stop** ([*mixed* $stopBuffer]) inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Stops the frontend without store any cached content -public **isFresh** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isFresh** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the last cache is fresh or cached -public **isStarted** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public **isStarted** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Checks whether the cache has starting buffering or not -public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/en/3.2/api/Phalcon_Cache_Backend) +public *int* **getLifetime** () inherited from [Phalcon\Cache\Backend](/[[language]]/[[version]]/api/Phalcon_Cache_Backend) Gets the last lifetime set \ No newline at end of file diff --git a/vi/api/Phalcon_Cache_Exception.md b/vi/api/Phalcon_Cache_Exception.md index 87f2372e7864..283372e4e9e7 100644 --- a/vi/api/Phalcon_Cache_Exception.md +++ b/vi/api/Phalcon_Cache_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/vi/api/Phalcon_Cache_Frontend_Base64.md b/vi/api/Phalcon_Cache_Frontend_Base64.md index 473895a88aa8..4439e4c4cba8 100644 --- a/vi/api/Phalcon_Cache_Frontend_Base64.md +++ b/vi/api/Phalcon_Cache_Frontend_Base64.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Base64** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/vi/api/Phalcon_Cache_Frontend_Data.md b/vi/api/Phalcon_Cache_Frontend_Data.md index 1f249be7103c..652f3dfb9691 100644 --- a/vi/api/Phalcon_Cache_Frontend_Data.md +++ b/vi/api/Phalcon_Cache_Frontend_Data.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Data** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/vi/api/Phalcon_Cache_Frontend_Factory.md b/vi/api/Phalcon_Cache_Frontend_Factory.md index cdd59eeb8b72..ea32c63d78a6 100644 --- a/vi/api/Phalcon_Cache_Frontend_Factory.md +++ b/vi/api/Phalcon_Cache_Frontend_Factory.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Factory** -*extends* abstract class [Phalcon\Factory](/en/3.2/api/Phalcon_Factory) +*extends* abstract class [Phalcon\Factory](/[[language]]/[[version]]/api/Phalcon_Factory) -*implements* [Phalcon\FactoryInterface](/en/3.2/api/Phalcon_FactoryInterface) +*implements* [Phalcon\FactoryInterface](/[[language]]/[[version]]/api/Phalcon_FactoryInterface) Source on GitHub @@ -23,7 +23,7 @@ $frontendCache = Factory::load($options); ## Methods -public static **load** ([Phalcon\Config](/en/3.2/api/Phalcon_Config) | *array* $config) +public static **load** ([Phalcon\Config](/[[language]]/[[version]]/api/Phalcon_Config) | *array* $config) protected static **loadClass** (*mixed* $namespace, *mixed* $config) diff --git a/vi/api/Phalcon_Cache_Frontend_Igbinary.md b/vi/api/Phalcon_Cache_Frontend_Igbinary.md index 714a96bb4de1..e7ceabc8e033 100644 --- a/vi/api/Phalcon_Cache_Frontend_Igbinary.md +++ b/vi/api/Phalcon_Cache_Frontend_Igbinary.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Igbinary** -*extends* class [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) +*extends* class [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/vi/api/Phalcon_Cache_Frontend_Json.md b/vi/api/Phalcon_Cache_Frontend_Json.md index bfe39cdc53c4..274217cf9b9d 100644 --- a/vi/api/Phalcon_Cache_Frontend_Json.md +++ b/vi/api/Phalcon_Cache_Frontend_Json.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Json** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/vi/api/Phalcon_Cache_Frontend_Msgpack.md b/vi/api/Phalcon_Cache_Frontend_Msgpack.md index 857b40d4bbdc..39e65a338ef3 100644 --- a/vi/api/Phalcon_Cache_Frontend_Msgpack.md +++ b/vi/api/Phalcon_Cache_Frontend_Msgpack.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cache\\Frontend\\Msgpack** -*extends* class [Phalcon\Cache\Frontend\Data](/en/3.2/api/Phalcon_Cache_Frontend_Data) +*extends* class [Phalcon\Cache\Frontend\Data](/[[language]]/[[version]]/api/Phalcon_Cache_Frontend_Data) -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/vi/api/Phalcon_Cache_Frontend_None.md b/vi/api/Phalcon_Cache_Frontend_None.md index bdc0af2d4135..08055277c76f 100644 --- a/vi/api/Phalcon_Cache_Frontend_None.md +++ b/vi/api/Phalcon_Cache_Frontend_None.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\None** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/vi/api/Phalcon_Cache_Frontend_Output.md b/vi/api/Phalcon_Cache_Frontend_Output.md index affdd100d260..31a22d047dbb 100644 --- a/vi/api/Phalcon_Cache_Frontend_Output.md +++ b/vi/api/Phalcon_Cache_Frontend_Output.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cache\\Frontend\\Output** -*implements* [Phalcon\Cache\FrontendInterface](/en/3.2/api/Phalcon_Cache_FrontendInterface) +*implements* [Phalcon\Cache\FrontendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_FrontendInterface) Source on GitHub diff --git a/vi/api/Phalcon_Cache_Multiple.md b/vi/api/Phalcon_Cache_Multiple.md index 9aa7e6fd6276..7376b89f12fb 100644 --- a/vi/api/Phalcon_Cache_Multiple.md +++ b/vi/api/Phalcon_Cache_Multiple.md @@ -65,11 +65,11 @@ $cache->save("my-key", $data); ## Methods -public **__construct** ([[Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $backends]) +public **__construct** ([[Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $backends]) Phalcon\\Cache\\Multiple constructor -public **push** ([Phalcon\Cache\BackendInterface](/en/3.2/api/Phalcon_Cache_BackendInterface) $backend) +public **push** ([Phalcon\Cache\BackendInterface](/[[language]]/[[version]]/api/Phalcon_Cache_BackendInterface) $backend) Adds a backend diff --git a/vi/api/Phalcon_Cli_Console.md b/vi/api/Phalcon_Cli_Console.md index f0337bf3f1ec..8b0677b53498 100644 --- a/vi/api/Phalcon_Cli_Console.md +++ b/vi/api/Phalcon_Cli_Console.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Console** -*extends* abstract class [Phalcon\Application](/en/3.2/api/Phalcon_Application) +*extends* abstract class [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface) Source on GitHub @@ -36,19 +36,19 @@ public **setArgument** ([*array* $arguments], [*mixed* $str], [*mixed* $shift]) Set an specific argument -public **__construct** ([[Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **__construct** ([[Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Phalcon\\Application -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getEventsManager** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the internal event manager -public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **registerModules** (*array* $modules, [*mixed* $merge]) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Register an array of modules present in the application @@ -70,30 +70,30 @@ $this->registerModules( ``` -public **getModules** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModules** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Return the modules registered in the application -public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getModule** (*mixed* $name) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Gets the module definition registered in the application via module name -public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **setDefaultModule** (*mixed* $defaultModule) inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Sets the module name to be used if the router doesn't return a valid module -public **getDefaultModule** () inherited from [Phalcon\Application](/en/3.2/api/Phalcon_Application) +public **getDefaultModule** () inherited from [Phalcon\Application](/[[language]]/[[version]]/api/Phalcon_Application) Returns the default module name -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **getDI** () inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Returns the internal dependency injector -public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/en/3.2/api/Phalcon_Di_Injectable) +public **__get** (*mixed* $propertyName) inherited from [Phalcon\Di\Injectable](/[[language]]/[[version]]/api/Phalcon_Di_Injectable) Magic method __get \ No newline at end of file diff --git a/vi/api/Phalcon_Cli_Console_Exception.md b/vi/api/Phalcon_Cli_Console_Exception.md index e7bfea5dbde1..1304054159b0 100644 --- a/vi/api/Phalcon_Cli_Console_Exception.md +++ b/vi/api/Phalcon_Cli_Console_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Console\\Exception** -*extends* class [Phalcon\Application\Exception](/en/3.2/api/Phalcon_Application_Exception) +*extends* class [Phalcon\Application\Exception](/[[language]]/[[version]]/api/Phalcon_Application_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/vi/api/Phalcon_Cli_Dispatcher.md b/vi/api/Phalcon_Cli_Dispatcher.md index f03b7c7c61ac..5f0c10cce0f1 100644 --- a/vi/api/Phalcon_Cli_Dispatcher.md +++ b/vi/api/Phalcon_Cli_Dispatcher.md @@ -1,8 +1,8 @@ # Class **Phalcon\\Cli\\Dispatcher** -*extends* abstract class [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +*extends* abstract class [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) -*implements* [Phalcon\Events\EventsAwareInterface](/en/3.2/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface), [Phalcon\Cli\DispatcherInterface](/en/3.2/api/Phalcon_Cli_DispatcherInterface) +*implements* [Phalcon\Events\EventsAwareInterface](/[[language]]/[[version]]/api/Phalcon_Events_EventsAwareInterface), [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface), [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface), [Phalcon\Cli\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_Cli_DispatcherInterface) Source on GitHub @@ -94,103 +94,103 @@ public **callActionMethod** (*mixed* $handler, *mixed* $actionMethod, [*array* $ Calls the action method. -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the dependency injector -public **getDI** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDI** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal dependency injector -public **setEventsManager** ([Phalcon\Events\ManagerInterface](/en/3.2/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setEventsManager** ([Phalcon\Events\ManagerInterface](/[[language]]/[[version]]/api/Phalcon_Events_ManagerInterface) $eventsManager) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the events manager -public **getEventsManager** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getEventsManager** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the internal event manager -public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action suffix -public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionSuffix** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the default action suffix -public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the module where the controller is (only informative) -public **getModuleName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModuleName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the module where the controller class is -public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the namespace where the controller class is -public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getNamespaceName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a namespace to be prepended to the current handler name -public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultNamespace** (*mixed* $namespaceName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default namespace -public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getDefaultNamespace** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the default namespace -public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the default action name -public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setActionName** (*mixed* $actionName) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the action name to be dispatched -public **getActionName** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActionName** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets the latest dispatched action name -public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParams** (*array* $params) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets action params to be dispatched -public **getParams** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getParams** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets action params -public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set a param by its name or numeric index -public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getParam** (*mixed* $param, [*string* | *array* $filters], [*mixed* $defaultValue]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets a param by its name or numeric index -public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *boolean* **hasParam** (*mixed* $param) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if a param exists -public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getActiveMethod** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns the current method to be/executed in the dispatcher -public **isFinished** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **isFinished** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Checks if the dispatch loop is finished or has more pendent controllers/tasks to dispatch -public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setReturnedValue** (*mixed* $value) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Sets the latest returned value by an action manually -public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *mixed* **getReturnedValue** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns value returned by the latest dispatched action -public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinding** (*mixed* $value, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable/Disable model binding during dispatch @@ -206,7 +206,7 @@ $di->set('dispatcher', function() { ``` -public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/en/3.2/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **setModelBinder** ([Phalcon\Mvc\Model\BinderInterface](/[[language]]/[[version]]/api/Phalcon_Mvc_Model_BinderInterface) $modelBinder, [*mixed* $cache]) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Enable model binding during dispatch @@ -222,19 +222,19 @@ $di->set('dispatcher', function() { ``` -public **getModelBinder** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getModelBinder** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Gets model binder -public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public *object* **dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected *object* **_dispatch** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Dispatches a handle action taking into account the routing parameters -public **forward** (*array* $forward) inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **forward** (*array* $forward) inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Forwards the execution flow to another controller/action. @@ -250,15 +250,15 @@ $this->dispatcher->forward( ``` -public **wasForwarded** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **wasForwarded** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Check if the current executed action was forwarded by another one -public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getHandlerClass** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Possible class name that will be located to dispatch the request -public **getBoundModels** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +public **getBoundModels** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Returns bound models from binder instance @@ -275,6 +275,6 @@ class UserController extends Controller ``` -protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/en/3.2/api/Phalcon_Dispatcher) +protected **_resolveEmptyProperties** () inherited from [Phalcon\Dispatcher](/[[language]]/[[version]]/api/Phalcon_Dispatcher) Set empty properties to their defaults (where defaults are available) \ No newline at end of file diff --git a/vi/api/Phalcon_Cli_DispatcherInterface.md b/vi/api/Phalcon_Cli_DispatcherInterface.md index 78f4d7b40c9c..b2113a4f6788 100644 --- a/vi/api/Phalcon_Cli_DispatcherInterface.md +++ b/vi/api/Phalcon_Cli_DispatcherInterface.md @@ -1,6 +1,6 @@ # Interface **Phalcon\\Cli\\DispatcherInterface** -*implements* [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +*implements* [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) Source on GitHub @@ -30,70 +30,70 @@ abstract public **getActiveTask** () ... -abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionSuffix** (*mixed* $actionSuffix) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionSuffix** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultNamespace** (*mixed* $defaultNamespace) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setDefaultAction** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setNamespaceName** (*mixed* $namespaceName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setModuleName** (*mixed* $moduleName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setActionName** (*mixed* $actionName) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getActionName** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParams** (*mixed* $params) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParams** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **setParam** (*mixed* $param, *mixed* $value) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getParam** (*mixed* $param, [*mixed* $filters]) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **hasParam** (*mixed* $param) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **isFinished** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **getReturnedValue** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **dispatch** () inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... -abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/en/3.2/api/Phalcon_DispatcherInterface) +abstract public **forward** (*mixed* $forward) inherited from [Phalcon\DispatcherInterface](/[[language]]/[[version]]/api/Phalcon_DispatcherInterface) ... \ No newline at end of file diff --git a/vi/api/Phalcon_Cli_Dispatcher_Exception.md b/vi/api/Phalcon_Cli_Dispatcher_Exception.md index fbd0a6c4292d..3d26680ebc57 100644 --- a/vi/api/Phalcon_Cli_Dispatcher_Exception.md +++ b/vi/api/Phalcon_Cli_Dispatcher_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Dispatcher\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/vi/api/Phalcon_Cli_Router.md b/vi/api/Phalcon_Cli_Router.md index 5a0943627b36..332959ad9219 100644 --- a/vi/api/Phalcon_Cli_Router.md +++ b/vi/api/Phalcon_Cli_Router.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Router** -*implements* [Phalcon\Di\InjectionAwareInterface](/en/3.2/api/Phalcon_Di_InjectionAwareInterface) +*implements* [Phalcon\Di\InjectionAwareInterface](/[[language]]/[[version]]/api/Phalcon_Di_InjectionAwareInterface) Source on GitHub @@ -29,7 +29,7 @@ public **__construct** ([*mixed* $defaultRoutes]) Phalcon\\Cli\\Router constructor -public **setDI** ([Phalcon\DiInterface](/en/3.2/api/Phalcon_DiInterface) $dependencyInjector) +public **setDI** ([Phalcon\DiInterface](/[[language]]/[[version]]/api/Phalcon_DiInterface) $dependencyInjector) Sets the dependency injector @@ -69,7 +69,7 @@ public **handle** ([*array* $arguments]) Handles routing information received from command-line arguments -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **add** (*string* $pattern, [*string/array* $paths]) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **add** (*string* $pattern, [*string/array* $paths]) Adds a route to the router @@ -112,7 +112,7 @@ public **getRoutes** () Returns all the routes defined in the router -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **getRouteById** (*int* $id) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **getRouteById** (*int* $id) Returns a route object by its id diff --git a/vi/api/Phalcon_Cli_Router_Exception.md b/vi/api/Phalcon_Cli_Router_Exception.md index e063b3861132..6e9cc404e6c2 100644 --- a/vi/api/Phalcon_Cli_Router_Exception.md +++ b/vi/api/Phalcon_Cli_Router_Exception.md @@ -1,6 +1,6 @@ # Class **Phalcon\\Cli\\Router\\Exception** -*extends* class [Phalcon\Exception](/en/3.2/api/Phalcon_Exception) +*extends* class [Phalcon\Exception](/[[language]]/[[version]]/api/Phalcon_Exception) *implements* [Throwable](http://php.net/manual/en/class.throwable.php) diff --git a/vi/api/Phalcon_Cli_Router_Route.md b/vi/api/Phalcon_Cli_Router_Route.md index 290d5404abd8..68834babb910 100644 --- a/vi/api/Phalcon_Cli_Router_Route.md +++ b/vi/api/Phalcon_Cli_Router_Route.md @@ -46,7 +46,7 @@ $router->add( ``` -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **beforeMatch** (*callback* $callback) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **beforeMatch** (*callback* $callback) Sets a callback that is called if the route is matched. The developer can implement any arbitrary conditions here If the callback returns false the route is treated as not matched @@ -74,7 +74,7 @@ public **getReversedPaths** () Returns the paths using positions as keys and names as values -public [Phalcon\Cli\Router\Route](/en/3.2/api/Phalcon_Cli_Router_Route) **convert** (*string* $name, *callable* $converter) +public [Phalcon\Cli\Router\Route](/[[language]]/[[version]]/api/Phalcon_Cli_Router_Route) **convert** (*string* $name, *callable* $converter) Adds a converter to perform an additional transformation for certain parameter