A

Load::addDirs() — Method in class Load
Add more directories to our list of directories to test.
Load::autoLoad() — Method in class Load
Performs the logic to locate the file based on the namespaced classname. This method derives a filename by converting the PHP namespace separator \ into the directory separator appropriate for this server and appending the extension .php.
AuthControllerClass in namespace Alxarafe\Core\Base
Class AuthController
AuthController::adjustCookieUser() — Method in class AuthController
Adjust auth cookie user.
AuthPageControllerClass in namespace Alxarafe\Core\Base
Class AuthPageController, all controllers that needs to be accessed as a page must extends from this.
AuthPageExtendedControllerClass in namespace Alxarafe\Core\Base
Class AuthPageExtendedController
AuthPageExtendedController::addMethod() — Method in class AuthPageExtendedController
Create new record, used as alias
AuthPageExtendedController::accessDenied() — Method in class AuthPageExtendedController
Access denied page.
Controller::addToVar() — Method in class Controller
Add a new element to a value saved in the array that is passed to the template.
Controller::addResource() — Method in class Controller
Check if the resource is in the application's resource folder (for example, in the css or js folders of the skin folder). It's a specific file.
Controller::addCSS() — Method in class Controller
addCSS includes the CSS files to template.
Controller::addJS() — Method in class Controller
addJS includes the JS files to template.
Login::adjustCookieUser() — Method in class Login
Adjust auth cookie user.
TranslatorCollector::addTranslations() — Method in class TranslatorCollector
Add a translation key to the collector
SchemaDB::assignFields() — Method in class SchemaDB
Convert an array of fields into a string to be added to an SQL command, CREATE TABLE or ALTER TABLE.
ArrayUtilsClass in namespace Alxarafe\Core\Helpers\Utils
Class ArrayUtils
ArrayUtils::addToArray() — Method in class ArrayUtils
Add the elements of the 2nd array behind those of the first.
ArrayUtils::arrayMergeRecursiveEx() — Method in class ArrayUtils
Array recursive merge excluding duplicate values.
$Page#activeProperty in class Page
$Role#activeProperty in class Role
$User#activeProperty in class User
Models::addClassDependencies() — Method in class Models
Load class dependencies before load direct class.
Models::addClassFirst() — Method in class Models
Load class only if not yet loaded.
Models::addClass() — Method in class Models
Load class only if not yet loaded.
Models::addTableData() — Method in class Models
Adds Model needed data to TableModel.
Container::add() — Method in class Container
Add new object to the container.
DebugTool::addMessage() — Method in class DebugTool
Write a message in a channel (tab) of the debug bar.
DebugTool::addException() — Method in class DebugTool
Add a new exception to the debug bar.
ModuleManager::addTranslatorFolders() — Method in class ModuleManager
Adds enabled module folders to translator.
ModuleManager::addRenderFolders() — Method in class ModuleManager
Adds enabled module folders to renderer.
Router::addRoute() — Method in class Router
Add a new route if is not yet added.
TemplateRender::addDirs() — Method in class TemplateRender
Add additional language folders.
TemplateRender::addExtensions() — Method in class TemplateRender
Add extensions to skin render.
TemplateRender::addVars() — Method in class TemplateRender
Add vars to template vars.
Translator::addDirs() — Method in class Translator
Add additional language folders.
AbstractComponentClass in namespace Alxarafe\Core\Renders\Twig\Components
Class AbstractComponent
AlertClass in namespace Alxarafe\Core\Renders\Twig\Components
Class Alert component
AjaxDataTableTraitClass in namespace Alxarafe\Core\Traits
Trait AjaxDataTable.
AjaxDataTableTrait::ajaxTableDataMethod() — Method in class AjaxDataTableTrait
Return the table data using AJAX
AuthControllerTestClass in namespace Alxarafe\Test\Core\Base
AuthPageControllerTestClass in namespace Alxarafe\Test\Core\Base
AuthPageExtendedControllerTestClass in namespace Alxarafe\Test\Core\Base
ArrayUtilsTestClass in namespace Alxarafe\Test\Core\Helpers\Utils
Generated by PHPUnit_SkeletonGenerator on 2019-03-05 at 15:29:42.

B

BootStrapClass in namespace Alxarafe\Core
Class BootStrap
$BootStrap#basePathProperty in class BootStrap
The base path where project is placed.
Engine::batchExec() — Method in class Engine
Execute SQL statements on the database (INSERT, UPDATE or DELETE).
Engine::beginTransaction() — Method in class Engine
Start transaction
$Singleton#basePathProperty in class Singleton
The base path where config files are placed.
ButtonClass in namespace Alxarafe\Core\Renders\Twig\Components
Class Button component

C

AuthController::checkAuth() — Method in class AuthController
Check that user is logged in.
AuthController::checkLoginWeb() — Method in class AuthController
Check if user is logged-in from Login.
AuthController::checkLoginAPI() — Method in class AuthController
Check if user is logged-in from API.
$AuthPageController#canAccessProperty in class AuthPageController
Can user access?
$AuthPageController#canCreateProperty in class AuthPageController
Can user create?
$AuthPageController#canReadProperty in class AuthPageController
Can user read?
$AuthPageController#canUpdateProperty in class AuthPageController
Can user update?
$AuthPageController#canDeleteProperty in class AuthPageController
Can user delete?
$AuthPageController#canPrintProperty in class AuthPageController
Can user print?
$AuthPageController#canExportProperty in class AuthPageController
Can user export?
$AuthPageController#canSendMailProperty in class AuthPageController
Can user send mail?
AuthPageController::createMethod() — Method in class AuthPageController
Default create method for new registers.
AuthPageController::canAction() — Method in class AuthPageController
Verify if this user can do an action.
$AuthPageExtendedController#codeProperty in class AuthPageExtendedController
Code to table id.
$AuthPageExtendedController#currentIdProperty in class AuthPageExtendedController
Contains the primary key of register in use.
AuthPageExtendedController::createMethod() — Method in class AuthPageExtendedController
Create new record.
AuthPageExtendedController::cancel() — Method in class AuthPageExtendedController
Cancels goes to main controller status.
CacheClass in namespace Alxarafe\Core\Base
Class Cache. This class is fully supported with Symfony Cache.
Cache::connectMemcache() — Method in class Cache
Sets Memcache engine. Requires ext-memcached
Cache::connectPDO() — Method in class Cache
Sets PDO engine.
Cache::connectPhpFiles() — Method in class Cache
Sets PHP Files engine.
Cache::connectFilesystem() — Method in class Cache
Sets Filesystem engine.
CacheCoreClass in namespace Alxarafe\Core\Base
Class CacheCore. This class is fully supported with Symfony Cache.
CacheCore::connectPhpArray() — Method in class CacheCore
Sets PhpArray engine.
ControllerClass in namespace Alxarafe\Core\Base
Class Controller
$Controller#containerProperty in class Controller
Contains dependencies.
SimpleTable::countAllRecords() — Method in class SimpleTable
Count all registers in table.
Table::checkStructure() — Method in class Table
Create a new table if it does not exist and it has been passed true as a parameter.
$BootStrap#configDataProperty in class BootStrap
The list of config value from file.
$BootStrap#containerProperty in class BootStrap
Contains dependencies.
$BootStrap#configManagerProperty in class BootStrap
$BootStrap#cacheEngineProperty in class BootStrap
The caché core engine adapter.
CreateConfigClass in namespace Alxarafe\Core\Controllers
Controller for editing database and skin settings.
EditConfig::createMethod() — Method in class EditConfig
Default create method for new registers.
Login::clearCookieUser() — Method in class Login
Clear the cookie user.
Modules::createMethod() — Method in class Modules
Default create method for new registers.
Engine::clearCoreCache() — Method in class Engine
Clear item from cache.
Engine::checkConnection() — Method in class Engine
Returns if a database connection exists or not.
Engine::connect() — Method in class Engine
Establish a connection to the database.
Engine::commit() — Method in class Engine
Commit current transaction
PdoMySql::connect() — Method in class PdoMySql
Connect to the database.
PhpCollector::collect() — Method in class PhpCollector
Called by the DebugBar when data needs to be collected.
TranslatorCollector::collect() — Method in class TranslatorCollector
Called by the DebugBar when data needs to be collected
$FormatUtils#configProperty in class FormatUtils
Config fields.
SchemaDB::checkTableStructure() — Method in class SchemaDB
Create or update the structure of the table.
SchemaDB::createFields() — Method in class SchemaDB
Build the SQL statement to create the fields in the table.
SchemaDB::createIndex() — Method in class SchemaDB
Create the SQL statements for the construction of one index.
SchemaDB::createPrimaryIndex() — Method in class SchemaDB
Creates index for primary key of tablename.
SchemaDB::createConstraint() — Method in class SchemaDB
Creates a constraint for tablename.
SchemaDB::createStandardIndex() — Method in class SchemaDB
Creates a standard index for tablename.
SchemaDB::createUniqueIndex() — Method in class SchemaDB
Creates a unique index for the tablename.
SchemaDB::createTableView() — Method in class SchemaDB
Create a tableView
TwigFunctions::copyright() — Method in class TwigFunctions
Returns the copyright content.
ClassUtilsClass in namespace Alxarafe\Core\Helpers\Utils
Class ClassUtils
TextUtils::camelToSnake() — Method in class TextUtils
Translate a literal in CamelCase format to snake_case format
$Page#controllerProperty in class Page
$RolePage#can_accessProperty in class RolePage
$RolePage#can_createProperty in class RolePage
$RolePage#can_readProperty in class RolePage
$RolePage#can_updateProperty in class RolePage
$RolePage#can_deleteProperty in class RolePage
$Models#classDependenciesProperty in class Models
A list of class dependencies
Pages::checkPageControllers() — Method in class Pages
Check all clases that extends from PageController, an store it to pages table.
Routes::checkRoutesControllers() — Method in class Routes
Check all clases that extends from PageController, an store it to pages table.
ConfigClass in namespace Alxarafe\Core\Providers
Class ConfigurationManager
$Config#configContentProperty in class Config
Contains the config content.
Config::configFileExists() — Method in class Config
Return true y the config file exists
ContainerClass in namespace Alxarafe\Core\Providers
Class Container
$Container#containerProperty in class Container
Contains all items added.
$Database#configProperty in class Database
Array of config data
Database::connectToDatabase() — Method in class Database
If Database::getInstance()->getDbEngine() contain null, create an Engine instance with the database connection and assigns it to Database::getInstance()->getDbEngine().
$RegionalInfo#configContentProperty in class RegionalInfo
Contains the config content.
$Singleton#classNameProperty in class Singleton
Name of the class
$TemplateRender#commonTemplatesFolderProperty in class TemplateRender
Indicates the folder where the files common to all the templates are located.
$TemplateRender#currentSkinProperty in class TemplateRender
It's the name of the skin that is being used.
$AbstractComponent#classProperty in class AbstractComponent
Class tag for the component.
$AuthControllerTest#cookiesProperty in class AuthControllerTest
CacheCoreTestClass in namespace Alxarafe\Test\Core\Base
ControllerTestClass in namespace Alxarafe\Test\Core\Base
CreateConfigTestClass in namespace Alxarafe\Test\Core\Controllers
ClassUtilsTestClass in namespace Alxarafe\Test\Core\Helpers\Utils
Generated by PHPUnit_SkeletonGenerator on 2019-03-05 at 15:29:42.
CountriesClass in namespace Modules\Sample\Controllers
Class Countries
CountryClass in namespace Modules\Sample\Models
Class Country

D

$Load#dirsProperty in class Load
Array of directories.
$AuthController#defaultRedirectProperty in class AuthController
Page to redirect.
$AuthPageController#descriptionProperty in class AuthPageController
Page description.
AuthPageController::deleteMethod() — Method in class AuthPageController
Default delete method for delete an individual register.
AuthPageExtendedController::deleteMethod() — Method in class AuthPageExtendedController
Default delete method for delete an individual register.
$Cache#defaultLifeTimeProperty in class Cache
Default life time of cache.
$CacheCore#defaultLifeTimeProperty in class CacheCore
Defautl max time to life.
$Controller#debugToolProperty in class Controller
The debug tool used.
$Entity#debugToolProperty in class Entity
The debug tool used.
FlatTable::defaultData() — Method in class FlatTable
TODO: Undocummented.
FlatTable::delete() — Method in class FlatTable
Deletes the active record.
SimpleTable::defaultData() — Method in class SimpleTable
TODO: Undocummented.
$BootStrap#defaultLangProperty in class BootStrap
Default language to use.
$BootStrap#databaseProperty in class BootStrap
Manage connection and database queries.
$BootStrap#debugToolProperty in class BootStrap
The debug tool used.
$CreateConfig#dbEnginesProperty in class CreateConfig
List of engines available.
$CreateConfig#dbEngineNameProperty in class CreateConfig
Engine in use.
$CreateConfig#dbConfigProperty in class CreateConfig
Database config values.
$EditConfig#dbEnginesProperty in class EditConfig
List of engines available.
$EditConfig#dbEngineNameProperty in class EditConfig
Engine in use.
$EditConfig#dbConfigProperty in class EditConfig
Database config values.
EditConfig::deleteMethod() — Method in class EditConfig
Default delete method for delete an individual register.
Modules::deleteMethod() — Method in class Modules
Default delete method for delete an individual register.
Modules::disableMethod() — Method in class Modules
Default disable method for disable an individual register.
$Engine#debugToolProperty in class Engine
The debug tool used.
$Engine#dbStructureProperty in class Engine
Contains the database structure data.
$Engine#dsnProperty in class Engine
Data Source Name
$Engine#dbConfigProperty in class Engine
Array that contains the access data to the database.
$Engine#dbHandlerProperty in class Engine
The handler of the database.
$FormatUtils#dateFormatProperty in class FormatUtils
Date format to use.
$FormatUtils#datetimeFormatProperty in class FormatUtils
Date time format to use.
$TwigFunctions#debugToolProperty in class TwigFunctions
The debug tool used.
ClassUtils::defineIfNotExists() — Method in class ClassUtils
Define a constant if it does not exist
InitializerAbstract::disabled() — Method in class InitializerAbstract
Code to load when module is disabled.
$Page#descriptionProperty in class Page
DatabaseClass in namespace Alxarafe\Core\Providers
Class Database
$Database#dbEngineProperty in class Database
Contains the instance to the database engine (or null)
DebugToolClass in namespace Alxarafe\Core\Providers
Class DebugTool
$DebugTool#debugToolProperty in class DebugTool
The debug bar.
ModuleManager::disableModule() — Method in class ModuleManager
Disable a module.
$Alert#dismissibleProperty in class Alert
Contains if component is dismissible.
AuthControllerTest::doGetRequest() — Method in class AuthControllerTest

E

$AuthPageExtendedController#encTypeProperty in class AuthPageExtendedController
Type of encryption for form.
AuthPageExtendedController::editMethod() — Method in class AuthPageExtendedController
Update existing record, used as alias
$Cache#engineProperty in class Cache
Cache engine.
$CacheCore#engineProperty in class CacheCore
Engine to cache data.
EntityClass in namespace Alxarafe\Core\Base
Class Entity
$Entity#existsProperty in class Entity
EditConfigClass in namespace Alxarafe\Core\Controllers
Controller for editing database and skin settings.
Languages::exportAction() — Method in class Languages
Export language files with all strings for each language.
Modules::enableMethod() — Method in class Modules
Default enable method for enable an individual register.
EngineClass in namespace Alxarafe\Core\Database
Engine provides generic support for databases.
Engine::exec() — Method in class Engine
Prepare and execute the query.
Engine::execute() — Method in class Engine
Executes a prepared statement
PhpCollector::errorHandler() — Method in class PhpCollector
Exception error handler. Called from constructor with set_error_handler to add all details.
InitializerAbstract::enabled() — Method in class InitializerAbstract
Code to load when module is enabled.
$Module#enabledProperty in class Module
$User#emailProperty in class User
Languages::exportLanguages() — Method in class Languages
The best way to get the list is still to be determined, as well as if domains are going to be used.
Logger::exceptionHandler() — Method in class Logger
Catch the exception handler and adds to logger.
$ModuleManager#enabledModulesProperty in class ModuleManager
Contains all enabled modules.
ModuleManager::executePreprocesses() — Method in class ModuleManager
Execute all preprocessors from one point.
ModuleManager::enableModule() — Method in class ModuleManager
Enable a module.
EditConfigTestClass in namespace Alxarafe\Test\Core\Controllers
Class EditConfigTest

F

$Load#fileExistsProperty in class Load
Contains if loaded file exists.
$Load#fileLoadedProperty in class Load
$AuthPageExtendedController#fieldsStructProperty in class AuthPageExtendedController
Contains the field structure.
FlatTableClass in namespace Alxarafe\Core\Base
Class SimpleTable has all the basic methods to access and manipulate information, but without modifying its structure.
$SqlHelper#fieldQuoteProperty in class SqlHelper
Character used as quotes to enclose the name of a field
$SqlHelper#fieldTypesProperty in class SqlHelper
It contains an associative array in which each index is a type of virtual field, and its content is each of the types it represents.
PhpCollector::friendlyErrorType() — Method in class PhpCollector
Return error name from error code.
FormatUtilsClass in namespace Alxarafe\Core\Helpers
Class FormatUtils, this class simplifies the way to get the final format for date, time and datetime.
$Schema#filesProperty in class Schema
Content files yet readed.
TwigFunctions::flash() — Method in class TwigFunctions
Returns data messages from flash information.
ArrayUtils::flatArray() — Method in class ArrayUtils
Flatten an array to leave it at a single level.
FileSystemUtilsClass in namespace Alxarafe\Core\Helpers\Utils
Class FileSystemUtils
Models::fillList() — Method in class Models
Fill list of classes.
FlashMessagesClass in namespace Alxarafe\Core\Providers
Class FlashMessages
RegionalInfo::fillList() — Method in class RegionalInfo
Fill list with key => value, where key is style and value a sample.
Singleton::fileExists() — Method in class Singleton
Returns if file exists.
AjaxDataTableTrait::fillActions() — Method in class AjaxDataTableTrait
Fill 'col-action' fields with action buttons.
FormatUtilsTestClass in namespace Alxarafe\Test\Core\Helpers
Generated by PHPUnit_SkeletonGenerator on 2019-03-05 at 15:25:12.
FileSystemUtilsTestClass in namespace Alxarafe\Test\Core\Helpers\Utils
Generated by PHPUnit_SkeletonGenerator on 2019-03-05 at 15:29:42.

G

Load::getInstance() — Method in class Load
Return this instance.
AuthPageController::getUserMenu() — Method in class AuthPageController
Return a list of pages for generate user menu.
AuthPageController::getPageDetails() — Method in class AuthPageController
Returns the page details as array.
AuthPageExtendedController::getExtraActions() — Method in class AuthPageExtendedController
Returns a list of extra actions.
AuthPageExtendedController::getStatus() — Method in class AuthPageExtendedController
Returns the actual status of the controller.
AuthPageExtendedController::getRecordData() — Method in class AuthPageExtendedController
Obtains an array of data from register $this->currentId.
AuthPageExtendedController::getDataPost() — Method in class AuthPageExtendedController
Returns the data received from $_POST
AuthPageExtendedController::getActionButtons() — Method in class AuthPageExtendedController
Returns a list of actions buttons. By default returns Read/Update/Delete actions.
CacheCore::getInstance() — Method in class CacheCore
Return this instance.
CacheCore::getDefaultValues() — Method in class CacheCore
Return default values
CacheCore::getEngine() — Method in class CacheCore
Give access to the cache engine.
Controller::getArrayPost() — Method in class Controller
Return body parameters $_POST values.
Controller::getArrayGet() — Method in class Controller
Return query string parameters $_GET values.
Controller::getArrayServer() — Method in class Controller
Return server and execution environment parameters from $_SERVER values.
Controller::getArrayHeaders() — Method in class Controller
Return headers from $_SERVER header values.
Controller::getArrayFiles() — Method in class Controller
Return uploaded files from $_FILES.
Controller::getArrayCookies() — Method in class Controller
Return cookies from $_COOKIES.
Entity::getId() — Method in class Entity
Return the value of id.
Entity::getNameField() — Method in class Entity
Returns the name of the identification field of the record. By default it will be name.
Entity::getIdField() — Method in class Entity
Returns the name of the main key field of the table (PK-Primary Key). By default it will be id.
Entity::getData() — Method in class Entity
Return newData details.
Entity::getOldData() — Method in class Entity
Return oldData details.
FlatTable::get() — Method in class FlatTable
Returns a new instance of the table with the requested record.
FlatTable::getDataById() — Method in class FlatTable
This method is private. Use load instead.
FlatTable::getQuotedTableName() — Method in class FlatTable
Get the name of the table (with prefix)
FlatTable::getTableName() — Method in class FlatTable
Get the name of the table (with prefix)
FlatTable::getDataArray() — Method in class FlatTable
Return an array with the current active record.
SimpleTable::getStructureArray() — Method in class SimpleTable
A raw array is built with all the information available in the table, configuration files and code.
SimpleTable::getFieldsFromTable() — Method in class SimpleTable
Return a list of fields and their table structure. Each final model that needed, must overwrite it.
SimpleTable::getBy() — Method in class SimpleTable
Returns a new instance of the table with the requested record.
SimpleTable::getDataBy() — Method in class SimpleTable
This method is private. Use getBy instead.
SimpleTable::getStructure() — Method in class SimpleTable
Returns the structure of the normalized table
SimpleTable::getAllRecords() — Method in class SimpleTable
Get an array with all data in table.
SimpleTable::getAllRecordsPaged() — Method in class SimpleTable
Get an array with all data per page.
Table::getIdByName() — Method in class Table
Perform a search of a record by the name, returning the id of the corresponding record, or '' if it is not found or does not have a name field.
Table::getAllRecordsBy() — Method in class Table
Get an array with all data.
Table::getIndexesFromTable() — Method in class Table
Return a list of key indexes.
Table::getDefaultValues() — Method in class Table
Return a list of default values.
Table::getDefaultValue() — Method in class Table
Get default value data for this valueData.
Table::getChecksFromTable() — Method in class Table
TODO: Undocumented
BootStrap::getInstance() — Method in class BootStrap
Returns this instance.
BootStrap::getStartTime() — Method in class BootStrap
Return start time with microtime.
CreateConfig::generateMethod() — Method in class CreateConfig
Regenerate some needed data.
CreateConfig::getTimezoneList() — Method in class CreateConfig
Returns a list of timezones list with GMT offset
EditConfig::getTimezoneList() — Method in class EditConfig
Returns a list of timezones list with GMT offset
Languages::getExtraActions() — Method in class Languages
Returns a list of extra actions.
Login::getCookieUser() — Method in class Login
Returns the cookie from the user
Login::getUserName() — Method in class Login
Returns the user name if setted or null.
Login::getUser() — Method in class Login
Returns the user if setted or null.
Modules::getAvailableModules() — Method in class Modules
Returns a list of availabe modules.
Modules::getActionButtons() — Method in class Modules
Returns a list of actions buttons. By default returns Read/Update/Delete actions.
Engine::getEngines() — Method in class Engine
Return a list of available database engines.
Engine::getStructure() — Method in class Engine
Obtain an array with the table structure with a standardized format.
Engine::getLastInserted() — Method in class Engine
Returns the id of the last inserted record. Failing that, it returns ''.
Engine::getDbStructure() — Method in class Engine
Returns database structure.
Engine::getDbTableStructure() — Method in class Engine
Returns database table structure.
SqlHelper::getTables() — Method in class SqlHelper
Returns an array with the name of all the tables in the database.
SqlHelper::getSqlTableExists() — Method in class SqlHelper
Returns if table exists in the database.
SqlHelper::getSQLField() — Method in class SqlHelper
TODO: Undocummented.
SqlHelper::getColumns() — Method in class SqlHelper
Returns an array with all the columns of a table
SqlHelper::getColumnsSql() — Method in class SqlHelper
SQL statement that returns the fields in the table
SqlHelper::getIndexes() — Method in class SqlHelper
Obtains information about the indices of the table in a normalized array and independent of the database engine
SqlHelper::getIndexesSql() — Method in class SqlHelper
Obtain an array with the basic information about the indexes of the table, which will be supplemented with the restrictions later.
SqlFirebird::getTables() — Method in class SqlFirebird
Returns an array with the name of all the tables in the database.
SqlFirebird::getColumnsSql() — Method in class SqlFirebird
SQL statement that returns the fields in the table
SqlFirebird::getIndexesSql() — Method in class SqlFirebird
Obtain an array with the basic information about the indexes of the table, which will be supplemented with the restrictions later.
SqlFirebird::getViewsSql() — Method in class SqlFirebird
Returns the views from the database.
SqlFirebird::getConstraintsSql() — Method in class SqlFirebird
TODO: Undocumented and pending complete.
SqlFirebird::getSQLField() — Method in class SqlFirebird
TODO: Undocummented.
SqlFirebird::getSqlTableExists() — Method in class SqlFirebird
Returns if table exists in the database.
SqlMySql::getTables() — Method in class SqlMySql
Returns an array with the name of all the tables in the database.
SqlMySql::getColumnsSql() — Method in class SqlMySql
SQL statement that returns the fields in the table
SqlMySql::getSQLField() — Method in class SqlMySql
TODO: Undocummented.
SqlMySql::getConstraintData() — Method in class SqlMySql
The data about the constraint that is found in the KEY_COLUMN_USAGE table is returned.
SqlMySql::getTablename() — Method in class SqlMySql
Return the DataBaseName or an empty string.
SqlMySql::getConstraintRules() — Method in class SqlMySql
The rules for updating and deleting data with constraint (table REFERENTIAL_CONSTRAINTS) are returned.
SqlMySql::getIndexesSql() — Method in class SqlMySql
Obtain an array with the basic information about the indexes of the table, which will be supplemented with the restrictions later.
SqlMySql::getSqlTableExists() — Method in class SqlMySql
Returns if table exists in the database.
PhpCollector::getMessages() — Method in class PhpCollector
Returns a list of messages ordered by their timestamp.
PhpCollector::getWidgets() — Method in class PhpCollector
Returns a hash where keys are control names and their values an array of options as defined in {see DebugBar\JavascriptRenderer::addControl()}
PhpCollector::getName() — Method in class PhpCollector
Returns the unique name of the collector.
TranslatorCollector::getName() — Method in class TranslatorCollector
Returns the unique name of the collector
TranslatorCollector::getWidgets() — Method in class TranslatorCollector
Returns a hash where keys are control names and their values an array of options as defined in {see DebugBar\JavascriptRenderer::addControl()}
TranslatorCollector::getAssets() — Method in class TranslatorCollector
Returns the needed assets
FormatUtils::getFormatDate() — Method in class FormatUtils
Returns the format for date.
FormatUtils::getFormatDateTime() — Method in class FormatUtils
Returns the format for date time.
FormatUtils::getFormatTime() — Method in class FormatUtils
Returns the format for time.
FormatUtils::getFormattedDate() — Method in class FormatUtils
Return date formatted.
FormatUtils::getFormatted() — Method in class FormatUtils
Return formatted string.
FormatUtils::getFormattedTime() — Method in class FormatUtils
Return date formatted.
FormatUtils::getFormattedDateTime() — Method in class FormatUtils
Return date formatted.
Schema::getFromYamlFile() — Method in class Schema
Returns an array with data from the specified yaml file
Schema::getSchemaFileName() — Method in class Schema
Returns the path to the specified file, or empty string if it does not exist.
SchemaDB::getTables() — Method in class SchemaDB
Return the tables on the database.
Session::getInstance() — Method in class Session
Return this instance.
Session::getDefaultValues() — Method in class Session
Return default values
Session::getCsrfToken() — Method in class Session
Gets the value of the outgoing CSRF token.
Session::getSession() — Method in class Session
Return this session.
Session::get() — Method in class Session
Get data from segment.
Session::getSegment() — Method in class Session
Return segment session.
Session::getFlash() — Method in class Session
Get flash now data by key.
Session::getFlashNow() — Method in class Session
Get flash now data by key.
Session::getFlashNext() — Method in class Session
Get flash next data by key.
TwigFilters::getFilters() — Method in class TwigFilters
Return a list of filters.
TwigFunctions::getFunctions() — Method in class TwigFunctions
Return a list of functions.
TwigFunctions::getTotalTime() — Method in class TwigFunctions
Returns the total execution time.
TwigFunctions::getResourceUri() — Method in class TwigFunctions
Check different possible locations for the file and return the corresponding URI, if it exists.
TwigFunctions::getHeader() — Method in class TwigFunctions
Returns the necessary html code in the header of the template, to display the debug bar.
TwigFunctions::getFooter() — Method in class TwigFunctions
Returns the necessary html code at the footer of the template, to display the debug bar.
TwigFunctions::getUrl() — Method in class TwigFunctions
Returns the base url.
ArrayUtils::getItem() — Method in class ArrayUtils
Given an array of parameters, an index and a possible default value, returns a literal of the form: index = 'value'.
ClassUtils::getShortName() — Method in class ClassUtils
Returns the short name of the class.
Language::getNameField() — Method in class Language
Returns the name of the identification field of the record. By default it will be name.
Module::getEnabledModules() — Method in class Module
Returns an ordered list of enabled modules.
Module::getAllModules() — Method in class Module
Returns a list of modules.
TableModel::getDependencies() — Method in class TableModel
Return class dependencies
User::generateLogKey() — Method in class User
Generate a log key.
Config::getConfigContent() — Method in class Config
Returns the config content.
Config::getInstance() — Method in class Config
Return this instance.
Config::getDefaultValues() — Method in class Config
Return default values
Container::getContainer() — Method in class Container
Return the full container.
Container::get() — Method in class Container
Returns and object from the container if exists, or null.
Container::getInstance() — Method in class Container
Return this instance.
Container::getDefaultValues() — Method in class Container
Return default values
Database::getInstance() — Method in class Database
Return this instance.
Database::getDefaultValues() — Method in class Database
Return default values
Database::getDbEngine() — Method in class Database
Returns the database engine.
Database::getSqlHelper() — Method in class Database
Return the sql helper for the engine in use.
Database::getConnectionData() — Method in class Database
Returns the connections data details.
DebugTool::getInstance() — Method in class DebugTool
Return this instance.
DebugTool::getDefaultValues() — Method in class DebugTool
Return default values
DebugTool::getDebugTool() — Method in class DebugTool
Return the internal debug instance.
DebugTool::getRenderHeader() — Method in class DebugTool
Return the render header needed when debug is enabled. Otherwise return an empty string.
DebugTool::getRenderFooter() — Method in class DebugTool
Return the render footer needed when debug is enabled. Otherwise return an empty string.
FlashMessages::getContainer() — Method in class FlashMessages
Return the full container.
FlashMessages::getInstance() — Method in class FlashMessages
Return this instance.
FlashMessages::getDefaultValues() — Method in class FlashMessages
Return default values
Logger::getInstance() — Method in class Logger
Return this instance.
Logger::getDefaultValues() — Method in class Logger
Return default values
Logger::getLogger() — Method in class Logger
Returns the logger.
ModuleManager::getModules() — Method in class ModuleManager
Return the full modules from database.
ModuleManager::getEnabledModules() — Method in class ModuleManager
Return a list of enabled modules from database.
ModuleManager::getInstance() — Method in class ModuleManager
Return this instance.
ModuleManager::getDefaultValues() — Method in class ModuleManager
Return default values
ModuleManager::getFoldersEnabledModules() — Method in class ModuleManager
Returns a list of folder from enabled modules.
ModuleManager::getEnabledFolders() — Method in class ModuleManager
Return a list of enabled folders.
ModuleManager::getConfig() — Method in class ModuleManager
Returns the data from database.
RegionalInfo::getConfigContent() — Method in class RegionalInfo
Returns the config content.
RegionalInfo::getInstance() — Method in class RegionalInfo
Return this instance.
RegionalInfo::getDefaultValues() — Method in class RegionalInfo
Return default values
RegionalInfo::getDateFormats() — Method in class RegionalInfo
Returns a list of date formats
RegionalInfo::getFormatted() — Method in class RegionalInfo
Return formatted string.
RegionalInfo::getTimeFormats() — Method in class RegionalInfo
Returns a list of time formats
Router::getRoutes() — Method in class Router
Return a list of routes.
Router::getDefaultValues() — Method in class Router
Return default values
Router::getInstance() — Method in class Router
Return this instance.
Router::getRoute() — Method in class Router
Returns the FQCN if exists or null.
Singleton::getInstance() — Method in class Singleton
The object is created from within the class itself only if the class has no instance.
Singleton::getClassName() — Method in class Singleton
Returns the class name.
Singleton::getYamlContent() — Method in class Singleton
Returns the content of the Yaml file.
Singleton::getFilePath() — Method in class Singleton
Return the full file config path.
Singleton::getFileName() — Method in class Singleton
Return the file name.
Singleton::getConfig() — Method in class Singleton
Returns the yaml config params.
Singleton::getDefaultValues() — Method in class Singleton
Return default values
Singleton::getBasePath() — Method in class Singleton
Return the base path.
TemplateRender::getTemplatesFolder() — Method in class TemplateRender
Return the template folder path.
TemplateRender::getPaths() — Method in class TemplateRender
Returns a list of available paths.
TemplateRender::getCommonTemplatesFolder() — Method in class TemplateRender
Return the common template folder path.
TemplateRender::getInstance() — Method in class TemplateRender
Return this instance.
TemplateRender::getDefaultValues() — Method in class TemplateRender
Return default values
TemplateRender::getTwig() — Method in class TemplateRender
Return the full twig environtment.
TemplateRender::getOptions() — Method in class TemplateRender
Returns a list of options.
TemplateRender::getTemplate() — Method in class TemplateRender
Return the assigned template to use.
TemplateRender::getTemplateVars() — Method in class TemplateRender
Return a list of template vars, merged with $vars,
TemplateRender::getSkins() — Method in class TemplateRender
Returns an array with the list of skins (folders inside the folder specified for the templates).
TemplateRender::getResourceUri() — Method in class TemplateRender
Check different possible locations for the file and return the corresponding URI, if it exists.
TemplateRender::getTemplatesUri() — Method in class TemplateRender
Return the template folder path from uri.
TemplateRender::getCommonTemplatesUri() — Method in class TemplateRender
Return the common template folder path from uri.
Translator::getLangFolders() — Method in class Translator
Return the lang folders.
Translator::getBaseLangFolder() — Method in class Translator
Returns the base lang folder.
Translator::getInstance() — Method in class Translator
Return this instance.
Translator::getDefaultValues() — Method in class Translator
Return default values
Translator::getAvailableLanguages() — Method in class Translator
Returns an array with the languages with available translations.
Translator::getLocale() — Method in class Translator
Returns the language code in use.
Translator::getMissingStrings() — Method in class Translator
Returns the missing strings.
Translator::getUsedStrings() — Method in class Translator
Returns the strings used.
Translator::getTranslator() — Method in class Translator
Returns the original translator.
AbstractComponent::getTemplatePath() — Method in class AbstractComponent
Return the template path to render this component.
Alert::getTemplatePath() — Method in class Alert
Return the template path to render this component.
Button::getTemplatePath() — Method in class Button
Return the template path to render this component.
AjaxDataTableTrait::getDefaultColumnsSearch() — Method in class AjaxDataTableTrait
Return a default list of col.
AjaxDataTableTrait::getActionButtons() — Method in class AjaxDataTableTrait
Returns a list of actions buttons. By default returns Read/Update/Delete actions.
AjaxDataTableTrait::getTableHeader() — Method in class AjaxDataTableTrait
Returns the header for table.
AjaxDataTableTrait::getTableBody() — Method in class AjaxDataTableTrait
Returns the content for the body of table.
AjaxDataTableTrait::getListFields() — Method in class AjaxDataTableTrait
Returns a list of fields for the tablename.
AjaxDataTableTrait::getTableFooter() — Method in class AjaxDataTableTrait
Returns a footer list of fields for the table.
Country::getNameField() — Method in class Country
Returns the name of the identification field of the record. By default it will be name.
Country::getDependencies() — Method in class Country
Return class dependencies
Person::getNameField() — Method in class Person
Returns the name of the identification field of the record. By default it will be name.
Person::getDependencies() — Method in class Person
Return class dependencies

H

Router::hasRoute() — Method in class Router
Returns if route is setted.
TemplateRender::hasTemplate() — Method in class TemplateRender
Returns true if a template has been specified.
$AuthControllerTest#httpProperty in class AuthControllerTest
$AuthControllerTest#httpDataProperty in class AuthControllerTest

I

$Load#instanceProperty in class Load
Hold the classes on instance.
Load::init() — Method in class Load
Adds a directory to the list of supported directories.
$AuthPageController#iconProperty in class AuthPageController
Page icon.
AuthPageController::indexMethod() — Method in class AuthPageController
Start point and default list of registers.
AuthPageExtendedController::initialize() — Method in class AuthPageExtendedController
Initialize common properties
AuthPageExtendedController::indexMethod() — Method in class AuthPageExtendedController
The start point of the controller.
$Entity#idProperty in class Entity
$Entity#idFieldProperty in class Entity
FlatTable::insertRecord() — Method in class FlatTable
Insert a new record.
$BootStrap#instanceProperty in class BootStrap
Hold the classes on instance.
$BootStrap#isDebugProperty in class BootStrap
True if it's in debug mode, otherwise false.
BootStrap::init() — Method in class BootStrap
Initialize the class.
CreateConfig::indexMethod() — Method in class CreateConfig
The start point of the controller.
EditConfig::indexMethod() — Method in class EditConfig
The start point of the controller.
Languages::indexMethod() — Method in class Languages
Main is invoked if method is not specified. Check if you have to save changes or just exit.
Login::indexMethod() — Method in class Login
The start point of the controller.
Modules::indexMethod() — Method in class Modules
The start point of the controller.
Engine::issetDbTableStructure() — Method in class Engine
Returns if table is set to database structure.
Engine::issetDbTableStructureKey() — Method in class Engine
Returns if key is set to database structure.
Session::isValid() — Method in class Session
Checks whether an incoming CSRF token value is valid.
ArrayUtils::isTrue() — Method in class ArrayUtils
Return true if $param is setted and is 'yes', otherwise return false.
InitializerAbstractClass in namespace Alxarafe\Core
Class InitializerAbstract
InitializerAbstract::init() — Method in class InitializerAbstract
Code to load on every exection.
InitializerAbstract::install() — Method in class InitializerAbstract
Code to load when module is installed.
$Language#idProperty in class Language
$Module#idProperty in class Module
$Module#inserted_dateProperty in class Module
$Page#idProperty in class Page
$Page#iconProperty in class Page
$Page#inserted_dateProperty in class Page
$Role#idProperty in class Role
$RolePage#idProperty in class RolePage
$RolePage#id_roleProperty in class RolePage
$RolePage#id_pageProperty in class RolePage
$User#idProperty in class User
$UserRole#idProperty in class UserRole
$UserRole#id_userProperty in class UserRole
$UserRole#id_roleProperty in class UserRole
Models::instantiateModels() — Method in class Models
Instantiate all available models
Pages::instantiateClass() — Method in class Pages
Instanciate class and update page data if needed.
Routes::instantiateClass() — Method in class Routes
Instanciate class and update page data if needed.
ModuleManager::initializeModules() — Method in class ModuleManager
Initialize modules.
$Singleton#instancesProperty in class Singleton
Hold the classes on instance.
Singleton::initSingleton() — Method in class Singleton
Initialization, equivalent to __construct and must be called from main class.
$AbstractComponent#idProperty in class AbstractComponent
ID tag for the component.
AjaxDataTableTrait::initialize() — Method in class AjaxDataTableTrait
Initialize common properties
IntermediateRegionsClass in namespace Modules\Sample\Controllers
Class IntermediateRegions
IntermediateRegionClass in namespace Modules\Sample\Models
Class IntermediateRegion

J

$DebugTool#jsRenderProperty in class DebugTool
The JS renderer.

L

LoadClass in namespace Alxarafe\Core\Autoload
Class Load
Load::loadFile() — Method in class Load
Load a file if exists.
$AuthController#logkeyProperty in class AuthController
User log key.
AuthController::logout() — Method in class AuthController
Close the user session and go to the main page
AuthPageController::loadPerms() — Method in class AuthPageController
Load perms for this user.
AuthPageExtendedController::listData() — Method in class AuthPageExtendedController
List all records on model.
$Controller#loggerProperty in class Controller
The logger.
FlatTable::load() — Method in class FlatTable
Establishes a record as an active record.
$Table#lockedProperty in class Table
This field can exist or not (added here to avoid scrutinizer "property not exists")
$BootStrap#logProperty in class BootStrap
The logger.
$CreateConfig#languagesProperty in class CreateConfig
List of available languages
$CreateConfig#languageProperty in class CreateConfig
Selected language
$EditConfig#languagesProperty in class EditConfig
List of available languages
$EditConfig#languageProperty in class EditConfig
Selected language
LanguagesClass in namespace Alxarafe\Core\Controllers
Class Languages
LoginClass in namespace Alxarafe\Core\Controllers
Class Login
$Login#logkeyProperty in class Login
User log key.
Login::logoutMethod() — Method in class Login
Close the user session and go to the main page
$SqlHelper#literalQuoteProperty in class SqlHelper
Character used as quotes to enclose the literal fields
FormatUtils::loadConfig() — Method in class FormatUtils
Load config.
Schema::loadDataFromCsv() — Method in class Schema
Load data from CSV file.
Schema::loadDataFromYaml() — Method in class Schema
Load data from Yaml file.
FileSystemUtils::locate() — Method in class FileSystemUtils
Locate a file in a subfolder, returning the FQCN or filepath.
LanguageClass in namespace Alxarafe\Core\Models
Class Language
$Language#languageProperty in class Language
$Role#lockedProperty in class Role
$RolePage#lockedProperty in class RolePage
$User#logkeyProperty in class User
LanguagesClass in namespace Alxarafe\Core\PreProcessors
This class pre-process pages to generate some needed information.
Config::loadConfigConstants() — Method in class Config
Loads some constants from config file.
Config::loadConstants() — Method in class Config
Loads some constants.
$DebugTool#loggerProperty in class DebugTool
The logger.
LoggerClass in namespace Alxarafe\Core\Providers
Class Logger
$Logger#loggerProperty in class Logger
The logger.
Router::loadRoutes() — Method in class Router
Load routes from configuration file.
$TemplateRender#loaderProperty in class TemplateRender
Template loader from filesystem.
TemplateRender::loadPaths() — Method in class TemplateRender
Load paths, including modules.
$Translator#languageFolderProperty in class Translator
Main language folder.
$Translator#languageFoldersProperty in class Translator
Array of all language folders.
Translator::loadLangFiles() — Method in class Translator
Load the translation files following the priorities.
$Button#linkProperty in class Button
Contains the link for this component.
LoadTestClass in namespace Alxarafe\Test\Core\Autoload
$AuthControllerTest#logkeyProperty in class AuthControllerTest
LanguagesTestClass in namespace Alxarafe\Test\Core\Controllers
LoginTestClass in namespace Alxarafe\Test\Core\Controllers
LanguageTestClass in namespace Alxarafe\Test\Core\Models

M

$AuthPageController#menuProperty in class AuthPageController
Page menu place.
$AuthPageExtendedController#modelProperty in class AuthPageExtendedController
Main table model.
$FlatTable#modelNameProperty in class FlatTable
It's the name of the model associated with the table
Login::main() — Method in class Login
Main is invoked if method is not specified.
ModulesClass in namespace Alxarafe\Core\Controllers
Class Modules
$Modules#modulesFolderProperty in class Modules
Modules folder were are stored.
$Modules#modulesListProperty in class Modules
$PhpCollector#messagesProperty in class PhpCollector
List of messages. Each item includes: 'message', 'message_html', 'is_string', 'label', 'time'.
Schema::mergeArray() — Method in class Schema
Merge the existing yaml file with the structure of the database, prevailing the latter.
Schema::mergeViewData() — Method in class Schema
Verify the parameters established in the yaml file with the structure of the database, creating the missing data and correcting the possible errors.
Schema::mergeViewField() — Method in class Schema
Verify the $fieldData established in the yaml file with the structure of the database, creating the missing data and correcting the possible errors.
SchemaDB::modifyFields() — Method in class SchemaDB
Modify (add or change) fields for tablename.
FileSystemUtils::mkdir() — Method in class FileSystemUtils
Attempts to create the directory specified by pathname.
ModuleClass in namespace Alxarafe\Core\Models
Class Module
$Page#menuProperty in class Page
$TableModel#modelProperty in class TableModel
ModelsClass in namespace Alxarafe\Core\PreProcessors
This class pre-process Models to generate some needed information.
$FlashMessages#messagesListNowProperty in class FlashMessages
Contains a message list for now.
$FlashMessages#messagesListNextProperty in class FlashMessages
Contains a message list for next.
ModuleManagerClass in namespace Alxarafe\Core\Providers
Class ModuleManager
$ModuleManager#modulesProperty in class ModuleManager
Contains all modules.
$ModuleManager#moduleProperty in class ModuleManager
Module model to do queries.
$Translator#missingStringsProperty in class Translator
List of strings without translation.
$Alert#messageProperty in class Alert
Contains the text message for this component.
MagicTraitClass in namespace Alxarafe\Core\Traits
Trait MagicTrait. Contains magic methods: setter, getter, isset, call and has To reduce code on pure PHP classes with good practices and recomendations.
ModulesTestClass in namespace Alxarafe\Test\Core\Controllers
ModuleTestClass in namespace Alxarafe\Test\Core\Models

N

$Entity#nameFieldProperty in class Entity
$Entity#newDataProperty in class Entity
FlatTable::newRecord() — Method in class FlatTable
Sets the active record in a new record.
SqlHelper::normalizeFields() — Method in class SqlHelper
Modifies the structure returned by the query generated with getColumnsSql to the normalized format that returns getColumns
SqlHelper::normalizeIndexes() — Method in class SqlHelper
Returns an array with the index information, and if there are, also constraints.
SqlFirebird::normalizeFields() — Method in class SqlFirebird
Modifies the structure returned by the query generated with getColumnsSql to the normalized format that returns getColumns
SqlFirebird::normalizeIndexes() — Method in class SqlFirebird
uniqueConstraints: TC_ARTICULOS_CODIGO_U: columns: - CODIGOARTICULO indexes: FK_ARTICULO_PORCENTAJEIMPUESTO: columns: - IDPORCENTAJEIMPUESTO
SqlFirebird::normalizeConstraints() — Method in class SqlFirebird
'TABLE_NAME' => string 'clientes' (length=8) 'COLUMN_NAME' => string 'codgrupo' (length=8) 'CONSTRAINT_NAME' => string 'ca_clientes_grupos' (length=18) 'REFERENCED_TABLE_NAME' => string 'gruposclientes' (length=14) 'REFERENCED_COLUMN_NAME' => string 'codgrupo' (length=8)
SqlMySql::normalizeFields() — Method in class SqlMySql
Modifies the structure returned by the query generated with getColumnsSql to the normalized format that returns getColumns
SqlMySql::normalizeIndexes() — Method in class SqlMySql
Returns an array with the index information, and if there are, also constraints.
$PhpCollector#nameProperty in class PhpCollector
Collector name.
Schema::normalizeField() — Method in class Schema
Take the definition of a field, and make sure you have all the information that is necessary for its creation or maintenance, calculating the missing data if possible. It can cause an exception if some vital data is missing, but this should only occur at the design stage.
$Language#nameProperty in class Language
$Module#nameProperty in class Module
$Role#nameProperty in class Role
$TableModel#namespaceProperty in class TableModel
$AbstractComponent#nameProperty in class AbstractComponent
Name tag for the component.
AuthControllerTest::newClient() — Method in class AuthControllerTest

O

$AuthPageExtendedController#oldDataProperty in class AuthPageExtendedController
Contains all data from table.
$Entity#oldDataProperty in class Entity
$LoadTest#objectProperty in class LoadTest
$CacheCoreTest#objectProperty in class CacheCoreTest
$ControllerTest#objectProperty in class ControllerTest
$FormatUtilsTest#objectProperty in class FormatUtilsTest
$ArrayUtilsTest#objectProperty in class ArrayUtilsTest
$ClassUtilsTest#objectProperty in class ClassUtilsTest
$FileSystemUtilsTest#objectProperty in class FileSystemUtilsTest
$TextUtilsTest#objectProperty in class TextUtilsTest

P

AuthPageController::pageDetails() — Method in class AuthPageController
Returns the page details.
$AuthPageExtendedController#postDataProperty in class AuthPageExtendedController
Contains all data received from $_POST.
$Cache#prefixProperty in class Cache
Prefix for the cache.
CreateConfig::pageDetails() — Method in class CreateConfig
EditConfig::pageDetails() — Method in class EditConfig
Returns the page details.
Languages::pageDetails() — Method in class Languages
Returns the page details.
Login::pageDetails() — Method in class Login
Returns the page details.
Modules::pageDetails() — Method in class Modules
Returns the page details.
PagesClass in namespace Alxarafe\Core\Controllers
Class Pages
Pages::pageDetails() — Method in class Pages
Returns the page details.
Roles::pageDetails() — Method in class Roles
Returns the page details.
RolesPages::pageDetails() — Method in class RolesPages
Returns the page details.
Tables::pageDetails() — Method in class Tables
Returns the page details.
Users::pageDetails() — Method in class Users
Returns the page details.
UsersRoles::pageDetails() — Method in class UsersRoles
Returns the page details.
$Engine#pdoCollectorProperty in class Engine
PDO Data collector.
$Engine#pdoProperty in class Engine
Connection between PHP and a database server.
Engine::prepare() — Method in class Engine
Prepares a statement for execution and returns a statement object
PdoFirebirdClass in namespace Alxarafe\Core\Database\Engines
Personalization of PDO to use Firebird.
PdoMySqlClass in namespace Alxarafe\Core\Database\Engines
Personalization of PDO to use MySQL.
PhpCollectorClass in namespace Alxarafe\Core\DebugBarCollectors
This class collects all PHP errors, notice, advices, trigger_error, .
$Module#pathProperty in class Module
PageClass in namespace Alxarafe\Core\Models
Class Page
$Page#pluginProperty in class Page
$User#passwordProperty in class User
PagesClass in namespace Alxarafe\Core\PreProcessors
This class pre-process pages to generate some needed information.
PagesTestClass in namespace Alxarafe\Test\Core\Controllers
PageTestClass in namespace Alxarafe\Test\Core\Models
Countries::pageDetails() — Method in class Countries
Returns the page details.
IntermediateRegions::pageDetails() — Method in class IntermediateRegions
Returns the page details.
PeopleClass in namespace Modules\Sample\Controllers
Class People
People::pageDetails() — Method in class People
Returns the page details.
Regions::pageDetails() — Method in class Regions
Returns the page details.
Subregions::pageDetails() — Method in class Subregions
Returns the page details.
PersonClass in namespace Modules\Sample\Models
Class Person

Q

SqlHelper::quoteTableName() — Method in class SqlHelper
Returns the name of the table in quotes.
SqlHelper::quoteFieldName() — Method in class SqlHelper
Returns the name of the field in quotes.
SqlHelper::quoteLiteral() — Method in class SqlHelper
Returns the name of the field in quotes.
SqlFirebird::quoteLiteral() — Method in class SqlFirebird
Returns the name of the field in quotes.
SqlFirebird::quoteTableName() — Method in class SqlFirebird
Returns the name of the table in quotes.
SchemaDB::quoteTableName() — Method in class SchemaDB
Returns the name of the table in quotes.
SchemaDB::quoteFieldName() — Method in class SchemaDB
Returns the name of the field in quotes.

R

$Load#registeredProperty in class Load
Total number of registered classes.
AuthController::runMethod() — Method in class AuthController
$AuthPageController#rolesProperty in class AuthPageController
The roles where user is assigned.
AuthPageController::readMethod() — Method in class AuthPageController
Default show method for show an individual register.
AuthPageController::runMethod() — Method in class AuthPageController
AuthPageExtendedController::readMethod() — Method in class AuthPageExtendedController
Read existing record.
AuthPageExtendedController::removeMethod() — Method in class AuthPageExtendedController
Default delete method for delete an individual register, used as alias
$Controller#rendererProperty in class Controller
Manage the renderer.
$Controller#requestProperty in class Controller
Request from client.
$Controller#responseProperty in class Controller
Response to client.
Controller::redirect() — Method in class Controller
Send a RedirectResponse to destiny receive.
Controller::runMethod() — Method in class Controller
$BootStrap#routeFileProperty in class BootStrap
The full route file path.
$BootStrap#routerProperty in class BootStrap
Route to manage available routes.
$BootStrap#rendererProperty in class BootStrap
Manage the renderer.
$BootStrap#requestProperty in class BootStrap
Request from client.
$BootStrap#responseProperty in class BootStrap
Response to client.
$BootStrap#regionalInfoProperty in class BootStrap
The regional information for this app.
BootStrap::run() — Method in class BootStrap
$CreateConfig#regionalConfigProperty in class CreateConfig
Contains regional information configuration.
$EditConfig#regionalConfigProperty in class EditConfig
Contains regional information configuration.
EditConfig::readMethod() — Method in class EditConfig
Default read method for show an individual register.
$Login#redirectUrlProperty in class Login
Where to redirect if needed.
Login::redirectToController() — Method in class Login
Redirect to controller, default or selected by the user.
Modules::readMethod() — Method in class Modules
Default read method for new registers.
RolesClass in namespace Alxarafe\Core\Controllers
Class Roles
RolesPagesClass in namespace Alxarafe\Core\Controllers
Class RolesPages
Engine::rollBackTransactions() — Method in class Engine
Undo all active transactions
Engine::rollBack() — Method in class Engine
Rollback current transaction,
Engine::resultSet() — Method in class Engine
Returns an array containing all of the result set rows
$TwigFunctions#rendererProperty in class TwigFunctions
Manage the renderer.
TwigFunctions::renderComponent() — Method in class TwigFunctions
Renders the component with shared data.
FileSystemUtils::rrmdir() — Method in class FileSystemUtils
Recursively removes a folder along with all its files and directories
TextUtils::randomString() — Method in class TextUtils
Generate a random string for a given length.
RoleClass in namespace Alxarafe\Core\Models
Class Role. Define the roles available in the application. By default, the administrator and the user are defined.
RolePageClass in namespace Alxarafe\Core\Models
Class RolePage. Link each role with the assigned page.
$User#register_dateProperty in class User
RoutesClass in namespace Alxarafe\Core\PreProcessors
This class pre-process pages to generate some needed information.
$Routes#routerProperty in class Routes
Route to manage available routes.
$ModuleManager#routerProperty in class ModuleManager
Route to manage available routes.
$ModuleManager#rendererProperty in class ModuleManager
Manage the renderer.
ModuleManager::runInitializer() — Method in class ModuleManager
Exec Initializer::init() from each enabled module.
ModuleManager::runPreprocessors() — Method in class ModuleManager
Run preprocessors for update modules dependencies.
RegionalInfoClass in namespace Alxarafe\Core\Providers
Class RegionalInfo
RouterClass in namespace Alxarafe\Core\Providers
Class Routes A route is a pair key => value, where key is the short name of the controller and the value the FQCN
$Router#routesProperty in class Router
Contains all routes.
TemplateRender::render() — Method in class TemplateRender
Renders a template.
RolesPagesTestClass in namespace Alxarafe\Test\Core\Controllers
RolesTestClass in namespace Alxarafe\Test\Core\Controllers
RolePageTestClass in namespace Alxarafe\Test\Core\Models
RoleTestClass in namespace Alxarafe\Test\Core\Models
RegionsClass in namespace Modules\Sample\Controllers
Class Regions
RegionClass in namespace Modules\Sample\Models
Class Region

S

AuthPageController::setPageDetails() — Method in class AuthPageController
Set the page details.
$AuthPageExtendedController#statusProperty in class AuthPageExtendedController
Can contain: listing, adding or editing.
AuthPageExtendedController::showMethod() — Method in class AuthPageExtendedController
Read existing record, used as alias
AuthPageExtendedController::save() — Method in class AuthPageExtendedController
Save the data.
AuthPageExtendedController::setDefaults() — Method in class AuthPageExtendedController
Se le pasa un registro con datos de la tabla actual, y cumplimenta los que falten con los datos por defecto.
$Controller#shortNameProperty in class Controller
Class short name.
$Controller#sessionProperty in class Controller
To manage PHP Sessions.
Controller::sendResponseTemplate() — Method in class Controller
Add new vars to render, render the template and send the Response.
Controller::sendResponse() — Method in class Controller
Send the Response with data received.
$Entity#shortNameProperty in class Entity
Class short name.
Entity::setData() — Method in class Entity
Assign newData from $data.
Entity::setOldData() — Method in class Entity
Assign oldData from an array.
FlatTable::save() — Method in class FlatTable
Saves the changes made to the active record.
SimpleTableClass in namespace Alxarafe\Core\Base
Class SimpleTable has all the basic methods to access and manipulate information, but without modifying its structure.
SimpleTable::setStructure() — Method in class SimpleTable
Execute a call to setTableStructure with an array containing 3 arrays with the fields, keys and default values for the table.
SimpleTable::setTableStructure() — Method in class SimpleTable
Save the structure of the table in a static array, so that it is available at all times.
SimpleTable::search() — Method in class SimpleTable
Do a search to a table.
SimpleTable::searchQuery() — Method in class SimpleTable
Return the main part of the search SQL query.
SimpleTable::searchCount() — Method in class SimpleTable
Do a search to a table.
Table::saveRecord() — Method in class Table
Save the data to a record if pass the test and returns true/false based on the result.
Table::saveData() — Method in class Table
Try to save the data and return true/false based on the result.
$BootStrap#startTimerProperty in class BootStrap
Return current Unix timestamp with microseconds.
$BootStrap#sessionProperty in class BootStrap
To manage PHP Sessions.
$CreateConfig#skinsProperty in class CreateConfig
List of skins available.
$CreateConfig#skinProperty in class CreateConfig
Skin in use.
CreateConfig::setDefaultData() — Method in class CreateConfig
Sets default data values
CreateConfig::save() — Method in class CreateConfig
Save the form changes in the configuration file
$EditConfig#skinsProperty in class EditConfig
List of skins available.
$EditConfig#skinProperty in class EditConfig
Skin in use.
EditConfig::setDefaultData() — Method in class EditConfig
Sets default data values
EditConfig::save() — Method in class EditConfig
Save the form changes in the configuration file
Login::setUser() — Method in class Login
Set cookie's user.
$Engine#statementProperty in class Engine
Represents a prepared statement and, after the statement is executed, an associated result set.
$Engine#savePointsSupportProperty in class Engine
True if the database engine supports SAVEPOINT in transactions
Engine::selectCoreCache() — Method in class Engine
Executes a SELECT SQL statement on the core cache.
Engine::select() — Method in class Engine
Executes a SELECT SQL statement on the database, returning the result in an array.
Engine::setDbTableStructure() — Method in class Engine
Sets database structure for a tablename.
PdoFirebird::select() — Method in class PdoFirebird
Executes a SELECT SQL statement on the database, returning the result in an array.
SqlHelperClass in namespace Alxarafe\Core\Database
Engine provides generic support for databases.
SqlFirebirdClass in namespace Alxarafe\Core\Database\SqlHelpers
Personalization of SQL queries to use Firebird.
SqlMySqlClass in namespace Alxarafe\Core\Database\SqlHelpers
Personalization of SQL queries to use MySQL.
SqlMySql::splitType() — Method in class SqlMySql
Divide the data type of a MySQL field into its various components: type, length, unsigned or zerofill, if applicable.
SchemaClass in namespace Alxarafe\Core\Helpers
The Schema class contains static methods that allow you to manipulate the database. It is used to create and modify tables and indexes in the database.
Schema::saveStructure() — Method in class Schema
It collects the information from the database and creates files in YAML format for the reconstruction of its structure. Also save the view structure.
Schema::saveTableStructure() — Method in class Schema
Return true if complete table structure was saved, otherwise return false.
Schema::saveSchemaFileName() — Method in class Schema
Save the data array in a .yaml file
Schema::setNormalizedStructure() — Method in class Schema
Normalize an array that has the file structure defined in the model by setStructure, so that it has fields with all the values it must have. Those that do not exist are created with the default value, avoiding having to do the check each time, or calculating their value based on the data provided by the other fields.
Schema::setValues() — Method in class Schema
Create the SQL statements to fill the table with default data.
SchemaDBClass in namespace Alxarafe\Core\Helpers
The SchemaDB class contains static methods that allow you to manipulate the database. It is used to create and modify tables and indexes in the database.
SessionClass in namespace Alxarafe\Core\Helpers
Class Session.
$Session#sessionProperty in class Session
Session info from cookie.
$Session#segmentNameProperty in class Session
Segment name.
Session::setSegment() — Method in class Session
Sets segment name.
Session::set() — Method in class Session
Set data key.
Session::setFlash() — Method in class Session
Sets flash next data by key.
Session::setFlashNext() — Method in class Session
Sets flash next data by key.
Session::setFlashNow() — Method in class Session
Sets flash now data by key.
$TwigFunctions#sessionProperty in class TwigFunctions
To manage PHP Sessions.
TwigFunctions::snakeToCamel() — Method in class TwigFunctions
Returns the string to camel case format.
FileSystemUtils::scandir() — Method in class FileSystemUtils
List files and directories inside the specified path.
TextUtils::snakeToCamel() — Method in class TextUtils
Translate a literal in snake_case format to CamelCase format
$Models#searchDirProperty in class Models
Array that contains the paths to search.
$Pages#searchDirProperty in class Pages
Array that contains the paths to find the Controllers folder that contains the controllers
$Routes#searchDirProperty in class Routes
Array that contains the paths to find the Controllers folder that contains the controllers
$Database#sqlHelperProperty in class Database
Contains the instance to the specific SQL engine helper (or null)
DebugTool::startTimer() — Method in class DebugTool
Start a timer by name and message
DebugTool::stopTimer() — Method in class DebugTool
Stop a timer by name.
$FlashMessages#sessionProperty in class FlashMessages
Contains the session.
FlashMessages::setError() — Method in class FlashMessages
Register a new error message
FlashMessages::setFlash() — Method in class FlashMessages
Set flash message.
FlashMessages::setWarning() — Method in class FlashMessages
Register a new warning message
FlashMessages::setInfo() — Method in class FlashMessages
Register a new info message
FlashMessages::setSuccess() — Method in class FlashMessages
Register a new error message
Router::setRoutes() — Method in class Router
Set a new list of routes.
Router::saveRoutes() — Method in class Router
Saves routes to configuration file.
SingletonClass in namespace Alxarafe\Core\Providers
Trait Singleton, This class ensures that all class that use this have only one instance of itself if called as: Class::getInstance()
$Singleton#singletonArrayProperty in class Singleton
Set to true if you want use more that one singleton using and index param in getInstance
$Singleton#separateConfigFileProperty in class Singleton
Set to true if you want to save configuration in a separate file
Singleton::setConfig() — Method in class Singleton
Save config to file.
$TemplateRender#skinProperty in class TemplateRender
The skin to use.
TemplateRender::setSkin() — Method in class TemplateRender
Set a skin.
TemplateRender::setTemplatesFolder() — Method in class TemplateRender
Establish a new template. The parameter must be only de template name, no the path!
TemplateRender::setTwig() — Method in class TemplateRender
Sets a new twig environment.
TemplateRender::setTemplate() — Method in class TemplateRender
Sets the new template to use.
Translator::setlocale() — Method in class Translator
Sets the language code in use.
$AbstractComponent#styleProperty in class AbstractComponent
Class style for the component.
$Button#styleProperty in class Button
Contains the style for this component.
AjaxDataTableTrait::searchData() — Method in class AjaxDataTableTrait
Realize the search to database table.
AjaxDataTableTrait::sendResponse() — Method in class AjaxDataTableTrait
Send the Response with data received.
SubregionsClass in namespace Modules\Sample\Controllers
Class Subregions
SubregionClass in namespace Modules\Sample\Models
Class Subregion

T

$AuthPageController#titleProperty in class AuthPageController
Page title.
$AuthPageExtendedController#tableNameProperty in class AuthPageExtendedController
The table relate to the model.
$AuthPageExtendedController#tableDataProperty in class AuthPageExtendedController
Data received or sended in post.
$Controller#translatorProperty in class Controller
The translator manager.
$FlatTable#tableNameProperty in class FlatTable
It is the name of the table.
TableClass in namespace Alxarafe\Core\Base
Class Table allows access to a table using an active record.
Table::testData() — Method in class Table
TODO: Undocumented
$BootStrap#translatorProperty in class BootStrap
The translator manager.
BootStrap::toContainer() — Method in class BootStrap
Put it to a container, to be accessible from any place.
$CreateConfig#timeZoneProperty in class CreateConfig
This installation timezone.
$CreateConfig#timeZonesProperty in class CreateConfig
Contains a list of timezones.
$EditConfig#timeZoneProperty in class EditConfig
This installation timezone.
$EditConfig#timeZonesProperty in class EditConfig
Contains a list of timezones.
TablesClass in namespace Alxarafe\Core\Controllers
Class Models
$Engine#transactionDepthProperty in class Engine
Number of transactions in execution
$SqlHelper#tableQuoteProperty in class SqlHelper
Character used as quotes to enclose the name of the table
SqlMySql::toNative() — Method in class SqlMySql
TODO: Undocumented and pending complete.
SqlMySql::toInteger() — Method in class SqlMySql
TODO: Undocumented
SqlMySql::toString() — Method in class SqlMySql
TODO: Undocumented
TranslatorCollectorClass in namespace Alxarafe\Core\DebugBarCollectors
This class collects the translations
$TranslatorCollector#translatorProperty in class TranslatorCollector
Translation engine
$TranslatorCollector#translationsProperty in class TranslatorCollector
Array containing the translations
$FormatUtils#timeZoneProperty in class FormatUtils
Time zone to use.
$FormatUtils#timeFormatProperty in class FormatUtils
Time format to use.
SchemaDB::tableExists() — Method in class SchemaDB
Return true if $tableName exists in database
TwigFiltersClass in namespace Alxarafe\Core\Helpers
Class TwigFilters.
TwigFilters::test() — Method in class TwigFilters
A sample filter.
TwigFunctionsClass in namespace Alxarafe\Core\Helpers
Class TwigFunctions
$TwigFunctions#translatorProperty in class TwigFunctions
The translator manager.
TwigFunctions::trans() — Method in class TwigFunctions
Returns a translated string.
TextUtilsClass in namespace Alxarafe\Core\Helpers\Utils
Class TextUtils
$Page#titleProperty in class Page
TableModelClass in namespace Alxarafe\Core\Models
Class TableModel
$TableModel#tablenameProperty in class TableModel
$ModuleManager#translatorProperty in class ModuleManager
The translator manager.
TemplateRenderClass in namespace Alxarafe\Core\Providers
Class TemplateRender
$TemplateRender#twigProperty in class TemplateRender
The renderer.
$TemplateRender#templateProperty in class TemplateRender
The template to use.
$TemplateRender#templatesFolderProperty in class TemplateRender
It is the skin, that is, the folder that contains the templates.
$TemplateRender#templatesFoldersProperty in class TemplateRender
Array of all templates folders.
$TemplateRender#templateVarsProperty in class TemplateRender
Contains the template vars.
TranslatorClass in namespace Alxarafe\Core\Providers
Class Lang, give support to internationalization.
$Translator#translatorProperty in class Translator
The Symfony translator.
Translator::trans() — Method in class Translator
Translate the text into the default language.
AbstractComponent::toHtml() — Method in class AbstractComponent
Return this component rendered.
AbstractComponent::toArray() — Method in class AbstractComponent
Returns this object public properties to array.
$Button#textProperty in class Button
Contains the text for this component.
$Button#typeProperty in class Button
Contains the type for this component.
LoadTest::testGetInstance() — Method in class LoadTest
LoadTest::testInit() — Method in class LoadTest
LoadTest::testAddDirs() — Method in class LoadTest
LoadTest::testAutoLoad() — Method in class LoadTest
LoadTest::tearDown() — Method in class LoadTest
Tears down the fixture, for example, closes a network connection.
AuthControllerTest::testLogin() — Method in class AuthControllerTest
AuthControllerTest::testLogout() — Method in class AuthControllerTest
AuthPageControllerTest::testReadMethod() — Method in class AuthPageControllerTest
AuthPageControllerTest::testDeleteMethod() — Method in class AuthPageControllerTest
AuthPageControllerTest::testUpdateMethod() — Method in class AuthPageControllerTest
AuthPageControllerTest::testRunMethod() — Method in class AuthPageControllerTest
AuthPageControllerTest::testGetUserMenu() — Method in class AuthPageControllerTest
AuthPageControllerTest::testPageDetails() — Method in class AuthPageControllerTest
AuthPageController::pageDetails
AuthPageControllerTest::testCreateMethod() — Method in class AuthPageControllerTest
AuthPageControllerTest::testIndexMethod() — Method in class AuthPageControllerTest
AuthPageExtendedControllerTest::testShowMethod() — Method in class AuthPageExtendedControllerTest
AuthPageExtendedControllerTest::testGetActionButtons() — Method in class AuthPageExtendedControllerTest
AuthPageExtendedControllerTest::testGetExtraActions() — Method in class AuthPageExtendedControllerTest
AuthPageExtendedControllerTest::testEditMethod() — Method in class AuthPageExtendedControllerTest
AuthPageExtendedControllerTest::testRemoveMethod() — Method in class AuthPageExtendedControllerTest
AuthPageExtendedControllerTest::testInitialize() — Method in class AuthPageExtendedControllerTest
AuthPageExtendedControllerTest::testDeleteMethod() — Method in class AuthPageExtendedControllerTest
AuthPageExtendedControllerTest::testIndexMethod() — Method in class AuthPageExtendedControllerTest
AuthPageExtendedControllerTest::testAddMethod() — Method in class AuthPageExtendedControllerTest
AuthPageExtendedControllerTest::testCreateMethod() — Method in class AuthPageExtendedControllerTest
AuthPageExtendedControllerTest::testAccessDenied() — Method in class AuthPageExtendedControllerTest
AuthPageExtendedControllerTest::testListData() — Method in class AuthPageExtendedControllerTest
AuthPageExtendedControllerTest::testReadMethod() — Method in class AuthPageExtendedControllerTest
AuthPageExtendedControllerTest::testUpdateMethod() — Method in class AuthPageExtendedControllerTest
CacheCoreTest::testGetInstance() — Method in class CacheCoreTest
CacheCoreTest::testGetEngine() — Method in class CacheCoreTest
CacheCoreTest::testGetDefaultValues() — Method in class CacheCoreTest
ControllerTest::testAddResource() — Method in class ControllerTest
ControllerTest::testGetArrayPost() — Method in class ControllerTest
ControllerTest::testSendResponse() — Method in class ControllerTest
ControllerTest::testSendResponseTemplate() — Method in class ControllerTest
ControllerTest::testGetArrayCookies() — Method in class ControllerTest
ControllerTest::testRunMethod() — Method in class ControllerTest
ControllerTest::testAddCSS() — Method in class ControllerTest
ControllerTest::testAddToVar() — Method in class ControllerTest
ControllerTest::testGetArrayServer() — Method in class ControllerTest
ControllerTest::testGetArrayHeaders() — Method in class ControllerTest
ControllerTest::testGetArrayGet() — Method in class ControllerTest
ControllerTest::testRedirect() — Method in class ControllerTest
ControllerTest::testAddJS() — Method in class ControllerTest
ControllerTest::testGetArrayFiles() — Method in class ControllerTest
CreateConfigTest::testIndexMethod() — Method in class CreateConfigTest
CreateConfigTest::testPageDetails() — Method in class CreateConfigTest
CreateConfigTest::testGenerateMethod() — Method in class CreateConfigTest
CreateConfigTest::testGetTimezoneList() — Method in class CreateConfigTest
EditConfigTest::testIndexMethod() — Method in class EditConfigTest
EditConfigTest::testReadMethod() — Method in class EditConfigTest
EditConfigTest::testUpdateMethod() — Method in class EditConfigTest
EditConfigTest::testCreateMethod() — Method in class EditConfigTest
EditConfigTest::testDeleteMethod() — Method in class EditConfigTest
EditConfigTest::testPageDetails() — Method in class EditConfigTest
EditConfigTest::testGetTimezoneList() — Method in class EditConfigTest
EditConfigTest::tearDown() — Method in class EditConfigTest
LanguagesTest::tearDown() — Method in class LanguagesTest
Tears down the fixture, for example, closes a network connection.
LanguagesTest::testPageDetails() — Method in class LanguagesTest
LanguagesTest::testIndexMethod() — Method in class LanguagesTest
LanguagesTest::testGetExtraActions() — Method in class LanguagesTest
LoginTest::tearDown() — Method in class LoginTest
Tears down the fixture, for example, closes a network connection.
LoginTest::testGetCookieUser() — Method in class LoginTest
LoginTest::testSetUser() — Method in class LoginTest
LoginTest::testLogoutMethod() — Method in class LoginTest
LoginTest::testPageDetails() — Method in class LoginTest
LoginTest::testGetUser() — Method in class LoginTest
LoginTest::testIndexMethod() — Method in class LoginTest
LoginTest::testGetUserName() — Method in class LoginTest
ModulesTest::tearDown() — Method in class ModulesTest
Tears down the fixture, for example, closes a network connection.
ModulesTest::testReadMethod() — Method in class ModulesTest
ModulesTest::testDisableMethod() — Method in class ModulesTest
ModulesTest::testDeleteMethod() — Method in class ModulesTest
ModulesTest::testGetActionButtons() — Method in class ModulesTest
ModulesTest::testIndexMethod() — Method in class ModulesTest
ModulesTest::testCreateMethod() — Method in class ModulesTest
ModulesTest::testUpdateMethod() — Method in class ModulesTest
ModulesTest::testPageDetails() — Method in class ModulesTest
ModulesTest::testEnableMethod() — Method in class ModulesTest
PagesTest::tearDown() — Method in class PagesTest
Tears down the fixture, for example, closes a network connection.
PagesTest::testPageDetails() — Method in class PagesTest
RolesPagesTest::tearDown() — Method in class RolesPagesTest
Tears down the fixture, for example, closes a network connection.
RolesPagesTest::testPageDetails() — Method in class RolesPagesTest
RolesTest::tearDown() — Method in class RolesTest
Tears down the fixture, for example, closes a network connection.
RolesTest::testPageDetails() — Method in class RolesTest
TablesTestClass in namespace Alxarafe\Test\Core\Controllers
TablesTest::testPageDetails() — Method in class TablesTest
UsersRolesTest::tearDown() — Method in class UsersRolesTest
Tears down the fixture, for example, closes a network connection.
UsersRolesTest::testPageDetails() — Method in class UsersRolesTest
UsersTest::tearDown() — Method in class UsersTest
Tears down the fixture, for example, closes a network connection.
UsersTest::testPageDetails() — Method in class UsersTest
FormatUtilsTest::testGetFormatDate() — Method in class FormatUtilsTest
FormatUtilsTest::testGetFormatDateTime() — Method in class FormatUtilsTest
FormatUtilsTest::testGetFormatTime() — Method in class FormatUtilsTest
FormatUtilsTest::testGetFormattedDate() — Method in class FormatUtilsTest
FormatUtilsTest::testGetFormatted() — Method in class FormatUtilsTest
FormatUtilsTest::testGetFormattedTime() — Method in class FormatUtilsTest
FormatUtilsTest::testGetFormattedDateTime() — Method in class FormatUtilsTest
FormatUtilsTest::tearDown() — Method in class FormatUtilsTest
Tears down the fixture, for example, closes a network connection.
ArrayUtilsTest::testflatArray() — Method in class ArrayUtilsTest
ArrayUtilsTest::testAddToArray() — Method in class ArrayUtilsTest
ArrayUtilsTest::testIsTrue() — Method in class ArrayUtilsTest
ArrayUtilsTest::testGetItem() — Method in class ArrayUtilsTest
ArrayUtilsTest::testArrayMergeRecursiveEx() — Method in class ArrayUtilsTest
ArrayUtilsTest::tearDown() — Method in class ArrayUtilsTest
Tears down the fixture, for example, closes a network connection.
ClassUtilsTest::testDefineIfNotExists() — Method in class ClassUtilsTest
ClassUtilsTest::testGetShortName() — Method in class ClassUtilsTest
ClassUtilsTest::tearDown() — Method in class ClassUtilsTest
Tears down the fixture, for example, closes a network connection.
FileSystemUtilsTest::testScandir() — Method in class FileSystemUtilsTest
FileSystemUtilsTest::testMkdir() — Method in class FileSystemUtilsTest
FileSystemUtilsTest::testRrmdir() — Method in class FileSystemUtilsTest
FileSystemUtilsTest::tearDown() — Method in class FileSystemUtilsTest
Tears down the fixture, for example, closes a network connection.
TextUtilsTestClass in namespace Alxarafe\Test\Core\Helpers\Utils
Generated by PHPUnit_SkeletonGenerator on 2019-03-05 at 15:29:42.
TextUtilsTest::testCamelToSnake() — Method in class TextUtilsTest
TextUtilsTest::testSnakeToCamel() — Method in class TextUtilsTest
TextUtilsTest::testRandomString() — Method in class TextUtilsTest
TextUtilsTest::tearDown() — Method in class TextUtilsTest
Tears down the fixture, for example, closes a network connection.
LanguageTest::testLoad() — Method in class LanguageTest
LanguageTest::testGetOldData() — Method in class LanguageTest
LanguageTest::testGetDataArray() — Method in class LanguageTest
LanguageTest::testGetIndexesFromTable() — Method in class LanguageTest
LanguageTest::test__call() — Method in class LanguageTest
LanguageTest::testSetData() — Method in class LanguageTest
LanguageTest::testSetStructure() — Method in class LanguageTest
LanguageTest::testSave() — Method in class LanguageTest
LanguageTest::testSaveRecord() — Method in class LanguageTest
LanguageTest::test__isset() — Method in class LanguageTest
LanguageTest::testGetFieldsFromTable() — Method in class LanguageTest
LanguageTest::testCheckStructure() — Method in class LanguageTest
LanguageTest::testGetAllRecordsPaged() — Method in class LanguageTest
LanguageTest::testDelete() — Method in class LanguageTest
LanguageTest::testSearch() — Method in class LanguageTest
LanguageTest::testGetIdByName() — Method in class LanguageTest
LanguageTest::testGetIdField() — Method in class LanguageTest
LanguageTest::testGetTableName() — Method in class LanguageTest
LanguageTest::testSearchQuery() — Method in class LanguageTest
LanguageTest::testGet() — Method in class LanguageTest
LanguageTest::test__get() — Method in class LanguageTest
LanguageTest::testSetOldData() — Method in class LanguageTest
LanguageTest::testGetData() — Method in class LanguageTest
LanguageTest::test__set() — Method in class LanguageTest
LanguageTest::testGetDefaultValues() — Method in class LanguageTest
LanguageTest::testGetBy() — Method in class LanguageTest
LanguageTest::testCountAllRecords() — Method in class LanguageTest
LanguageTest::testGetAllRecordsBy() — Method in class LanguageTest
LanguageTest::testGetAllRecords() — Method in class LanguageTest
LanguageTest::testGetChecksFromTable() — Method in class LanguageTest
LanguageTest::testNewRecord() — Method in class LanguageTest
LanguageTest::testGetNameField() — Method in class LanguageTest
LanguageTest::testGetQuotedTableName() — Method in class LanguageTest
LanguageTest::testGetId() — Method in class LanguageTest
LanguageTest::testGetStructure() — Method in class LanguageTest
LanguageTest::testSearchCount() — Method in class LanguageTest
LanguageTest::tearDown() — Method in class LanguageTest
Tears down the fixture, for example, closes a network connection.
ModuleTest::testLoad() — Method in class ModuleTest
ModuleTest::testGetOldData() — Method in class ModuleTest
ModuleTest::testGetDataArray() — Method in class ModuleTest
ModuleTest::testGetIndexesFromTable() — Method in class ModuleTest
ModuleTest::test__call() — Method in class ModuleTest
ModuleTest::testSetData() — Method in class ModuleTest
ModuleTest::testSetStructure() — Method in class ModuleTest
ModuleTest::testSave() — Method in class ModuleTest
ModuleTest::testSaveRecord() — Method in class ModuleTest
ModuleTest::test__isset() — Method in class ModuleTest
ModuleTest::testGetFieldsFromTable() — Method in class ModuleTest
ModuleTest::testCheckStructure() — Method in class ModuleTest
ModuleTest::testGetAllRecordsPaged() — Method in class ModuleTest
ModuleTest::testGetEnabledModules() — Method in class ModuleTest
ModuleTest::testDelete() — Method in class ModuleTest
ModuleTest::testSearch() — Method in class ModuleTest
ModuleTest::testGetNameField() — Method in class ModuleTest
ModuleTest::testGetIdByName() — Method in class ModuleTest
ModuleTest::testGetIdField() — Method in class ModuleTest
ModuleTest::testGetTableName() — Method in class ModuleTest
ModuleTest::testSearchQuery() — Method in class ModuleTest
ModuleTest::testGet() — Method in class ModuleTest
ModuleTest::test__get() — Method in class ModuleTest
ModuleTest::testSetOldData() — Method in class ModuleTest
ModuleTest::testGetData() — Method in class ModuleTest
ModuleTest::test__set() — Method in class ModuleTest
ModuleTest::testGetDefaultValues() — Method in class ModuleTest
ModuleTest::testGetBy() — Method in class ModuleTest
ModuleTest::testCountAllRecords() — Method in class ModuleTest
ModuleTest::testGetAllModules() — Method in class ModuleTest
ModuleTest::testGetAllRecordsBy() — Method in class ModuleTest
ModuleTest::testGetAllRecords() — Method in class ModuleTest
ModuleTest::testGetChecksFromTable() — Method in class ModuleTest
ModuleTest::testNewRecord() — Method in class ModuleTest
ModuleTest::testGetQuotedTableName() — Method in class ModuleTest
ModuleTest::testGetId() — Method in class ModuleTest
ModuleTest::testGetStructure() — Method in class ModuleTest
ModuleTest::testSearchCount() — Method in class ModuleTest
ModuleTest::tearDown() — Method in class ModuleTest
Tears down the fixture, for example, closes a network connection.
PageTest::testLoad() — Method in class PageTest
PageTest::testGetOldData() — Method in class PageTest
PageTest::testGetDataArray() — Method in class PageTest
PageTest::testGetIndexesFromTable() — Method in class PageTest
PageTest::test__call() — Method in class PageTest
PageTest::testSetData() — Method in class PageTest
PageTest::testSetStructure() — Method in class PageTest
PageTest::testSave() — Method in class PageTest
PageTest::testSaveRecord() — Method in class PageTest
PageTest::test__isset() — Method in class PageTest
PageTest::testGetFieldsFromTable() — Method in class PageTest
PageTest::testCheckStructure() — Method in class PageTest
PageTest::testGetAllRecordsPaged() — Method in class PageTest
PageTest::testDelete() — Method in class PageTest
PageTest::testSearch() — Method in class PageTest
PageTest::testGetNameField() — Method in class PageTest
PageTest::testGetIdByName() — Method in class PageTest
PageTest::testGetIdField() — Method in class PageTest
PageTest::testGetTableName() — Method in class PageTest
PageTest::testSearchQuery() — Method in class PageTest
PageTest::testGet() — Method in class PageTest
PageTest::test__get() — Method in class PageTest
PageTest::testSetOldData() — Method in class PageTest
PageTest::testGetData() — Method in class PageTest
PageTest::test__set() — Method in class PageTest
PageTest::testGetDefaultValues() — Method in class PageTest
PageTest::testGetBy() — Method in class PageTest
PageTest::testCountAllRecords() — Method in class PageTest
PageTest::testGetAllRecordsBy() — Method in class PageTest
PageTest::testGetAllRecords() — Method in class PageTest
PageTest::testGetChecksFromTable() — Method in class PageTest
PageTest::testNewRecord() — Method in class PageTest
PageTest::testGetQuotedTableName() — Method in class PageTest
PageTest::testGetId() — Method in class PageTest
PageTest::testGetStructure() — Method in class PageTest
PageTest::testSearchCount() — Method in class PageTest
PageTest::tearDown() — Method in class PageTest
Tears down the fixture, for example, closes a network connection.
RolePageTest::testLoad() — Method in class RolePageTest
RolePageTest::testGetOldData() — Method in class RolePageTest
RolePageTest::testGetDataArray() — Method in class RolePageTest
RolePageTest::testGetIndexesFromTable() — Method in class RolePageTest
RolePageTest::test__call() — Method in class RolePageTest
RolePageTest::testSetData() — Method in class RolePageTest
RolePageTest::testSetStructure() — Method in class RolePageTest
RolePageTest::testSave() — Method in class RolePageTest
RolePageTest::testSaveRecord() — Method in class RolePageTest
RolePageTest::test__isset() — Method in class RolePageTest
RolePageTest::testGetFieldsFromTable() — Method in class RolePageTest
RolePageTest::testCheckStructure() — Method in class RolePageTest
RolePageTest::testGetAllRecordsPaged() — Method in class RolePageTest
RolePageTest::testDelete() — Method in class RolePageTest
RolePageTest::testSearch() — Method in class RolePageTest
RolePageTest::testGetNameField() — Method in class RolePageTest
RolePageTest::testGetIdByName() — Method in class RolePageTest
RolePageTest::testGetIdField() — Method in class RolePageTest
RolePageTest::testGetTableName() — Method in class RolePageTest
RolePageTest::testSearchQuery() — Method in class RolePageTest
RolePageTest::testGet() — Method in class RolePageTest
RolePageTest::test__get() — Method in class RolePageTest
RolePageTest::testSetOldData() — Method in class RolePageTest
RolePageTest::testGetData() — Method in class RolePageTest
RolePageTest::test__set() — Method in class RolePageTest
RolePageTest::testGetDefaultValues() — Method in class RolePageTest
RolePageTest::testGetBy() — Method in class RolePageTest
RolePageTest::testCountAllRecords() — Method in class RolePageTest
RolePageTest::testGetAllRecordsBy() — Method in class RolePageTest
RolePageTest::testGetAllRecords() — Method in class RolePageTest
RolePageTest::testGetChecksFromTable() — Method in class RolePageTest
RolePageTest::testNewRecord() — Method in class RolePageTest
RolePageTest::testGetQuotedTableName() — Method in class RolePageTest
RolePageTest::testGetId() — Method in class RolePageTest
RolePageTest::testGetStructure() — Method in class RolePageTest
RolePageTest::testSearchCount() — Method in class RolePageTest
RolePageTest::tearDown() — Method in class RolePageTest
Tears down the fixture, for example, closes a network connection.
RoleTest::testLoad() — Method in class RoleTest
RoleTest::testGetOldData() — Method in class RoleTest
RoleTest::testGetDataArray() — Method in class RoleTest
RoleTest::testGetIndexesFromTable() — Method in class RoleTest
RoleTest::test__call() — Method in class RoleTest
RoleTest::testSetData() — Method in class RoleTest
RoleTest::testSetStructure() — Method in class RoleTest
RoleTest::testSave() — Method in class RoleTest
RoleTest::testSaveRecord() — Method in class RoleTest
RoleTest::test__isset() — Method in class RoleTest
RoleTest::testGetFieldsFromTable() — Method in class RoleTest
RoleTest::testCheckStructure() — Method in class RoleTest
RoleTest::testGetAllRecordsPaged() — Method in class RoleTest
RoleTest::testDelete() — Method in class RoleTest
RoleTest::testSearch() — Method in class RoleTest
RoleTest::testGetNameField() — Method in class RoleTest
RoleTest::testGetIdByName() — Method in class RoleTest
RoleTest::testGetIdField() — Method in class RoleTest
RoleTest::testGetTableName() — Method in class RoleTest
RoleTest::testSearchQuery() — Method in class RoleTest
RoleTest::testGet() — Method in class RoleTest
RoleTest::test__get() — Method in class RoleTest
RoleTest::testSetOldData() — Method in class RoleTest
RoleTest::testGetData() — Method in class RoleTest
RoleTest::test__set() — Method in class RoleTest
RoleTest::testGetDefaultValues() — Method in class RoleTest
RoleTest::testGetBy() — Method in class RoleTest
RoleTest::testCountAllRecords() — Method in class RoleTest
RoleTest::testGetAllRecordsBy() — Method in class RoleTest
RoleTest::testGetAllRecords() — Method in class RoleTest
RoleTest::testGetChecksFromTable() — Method in class RoleTest
RoleTest::testNewRecord() — Method in class RoleTest
RoleTest::testGetQuotedTableName() — Method in class RoleTest
RoleTest::testGetId() — Method in class RoleTest
RoleTest::testGetStructure() — Method in class RoleTest
RoleTest::testSearchCount() — Method in class RoleTest
RoleTest::tearDown() — Method in class RoleTest
Tears down the fixture, for example, closes a network connection.
TableModelTestClass in namespace Alxarafe\Test\Core\Models
TableModelTest::testLoad() — Method in class TableModelTest
TableModelTest::testGetOldData() — Method in class TableModelTest
TableModelTest::testGetDataArray() — Method in class TableModelTest
TableModelTest::testGetIndexesFromTable() — Method in class TableModelTest
TableModelTest::test__call() — Method in class TableModelTest
TableModelTest::testSetData() — Method in class TableModelTest
TableModelTest::testSetStructure() — Method in class TableModelTest
TableModelTest::testSave() — Method in class TableModelTest
TableModelTest::testGetDependencies() — Method in class TableModelTest
TableModelTest::testSaveRecord() — Method in class TableModelTest
TableModelTest::test__isset() — Method in class TableModelTest
TableModelTest::testGetFieldsFromTable() — Method in class TableModelTest
TableModelTest::testCheckStructure() — Method in class TableModelTest
TableModelTest::testGetAllRecordsPaged() — Method in class TableModelTest
TableModelTest::testDelete() — Method in class TableModelTest
TableModelTest::testSearch() — Method in class TableModelTest
TableModelTest::testGetNameField() — Method in class TableModelTest
TableModelTest::testGetIdByName() — Method in class TableModelTest
TableModelTest::testGetIdField() — Method in class TableModelTest
TableModelTest::testGetTableName() — Method in class TableModelTest
TableModelTest::testSearchQuery() — Method in class TableModelTest
TableModelTest::testGet() — Method in class TableModelTest
TableModelTest::test__get() — Method in class TableModelTest
TableModelTest::testSetOldData() — Method in class TableModelTest
TableModelTest::testGetData() — Method in class TableModelTest
TableModelTest::test__set() — Method in class TableModelTest
TableModelTest::testGetDefaultValues() — Method in class TableModelTest
TableModelTest::testGetBy() — Method in class TableModelTest
TableModelTest::testCountAllRecords() — Method in class TableModelTest
TableModelTest::testGetAllRecordsBy() — Method in class TableModelTest
TableModelTest::testGetAllRecords() — Method in class TableModelTest
TableModelTest::testGetChecksFromTable() — Method in class TableModelTest
TableModelTest::testNewRecord() — Method in class TableModelTest
TableModelTest::testGetQuotedTableName() — Method in class TableModelTest
TableModelTest::testGetId() — Method in class TableModelTest
TableModelTest::testGetStructure() — Method in class TableModelTest
TableModelTest::testSearchCount() — Method in class TableModelTest
TableModelTest::tearDown() — Method in class TableModelTest
Tears down the fixture, for example, closes a network connection.
UserRoleTest::testLoad() — Method in class UserRoleTest
UserRoleTest::testGetOldData() — Method in class UserRoleTest
UserRoleTest::testGetDataArray() — Method in class UserRoleTest
UserRoleTest::testGetIndexesFromTable() — Method in class UserRoleTest
UserRoleTest::test__call() — Method in class UserRoleTest
UserRoleTest::testSetData() — Method in class UserRoleTest
UserRoleTest::testSetStructure() — Method in class UserRoleTest
UserRoleTest::testSave() — Method in class UserRoleTest
UserRoleTest::testSaveRecord() — Method in class UserRoleTest
UserRoleTest::test__isset() — Method in class UserRoleTest
UserRoleTest::testGetFieldsFromTable() — Method in class UserRoleTest
UserRoleTest::testCheckStructure() — Method in class UserRoleTest
UserRoleTest::testGetAllRecordsPaged() — Method in class UserRoleTest
UserRoleTest::testDelete() — Method in class UserRoleTest
UserRoleTest::testSearch() — Method in class UserRoleTest
UserRoleTest::testGetNameField() — Method in class UserRoleTest
UserRoleTest::testGetIdByName() — Method in class UserRoleTest
UserRoleTest::testGetIdField() — Method in class UserRoleTest
UserRoleTest::testGetTableName() — Method in class UserRoleTest
UserRoleTest::testSearchQuery() — Method in class UserRoleTest
UserRoleTest::testGet() — Method in class UserRoleTest
UserRoleTest::test__get() — Method in class UserRoleTest
UserRoleTest::testSetOldData() — Method in class UserRoleTest
UserRoleTest::testGetData() — Method in class UserRoleTest
UserRoleTest::test__set() — Method in class UserRoleTest
UserRoleTest::testGetDefaultValues() — Method in class UserRoleTest
UserRoleTest::testGetBy() — Method in class UserRoleTest
UserRoleTest::testCountAllRecords() — Method in class UserRoleTest
UserRoleTest::testGetAllRecordsBy() — Method in class UserRoleTest
UserRoleTest::testGetAllRecords() — Method in class UserRoleTest
UserRoleTest::testGetChecksFromTable() — Method in class UserRoleTest
UserRoleTest::testNewRecord() — Method in class UserRoleTest
UserRoleTest::testGetQuotedTableName() — Method in class UserRoleTest
UserRoleTest::testGetId() — Method in class UserRoleTest
UserRoleTest::testGetStructure() — Method in class UserRoleTest
UserRoleTest::testSearchCount() — Method in class UserRoleTest
UserRoleTest::tearDown() — Method in class UserRoleTest
Tears down the fixture, for example, closes a network connection.
UserTest::testLoad() — Method in class UserTest
UserTest::testGetOldData() — Method in class UserTest
UserTest::testGetDataArray() — Method in class UserTest
UserTest::testGetIndexesFromTable() — Method in class UserTest
UserTest::test__call() — Method in class UserTest
UserTest::testSetData() — Method in class UserTest
UserTest::testSetStructure() — Method in class UserTest
UserTest::testGenerateLogKey() — Method in class UserTest
UserTest::testSave() — Method in class UserTest
UserTest::testSaveRecord() — Method in class UserTest
UserTest::test__isset() — Method in class UserTest
UserTest::testGetFieldsFromTable() — Method in class UserTest
UserTest::testCheckStructure() — Method in class UserTest
UserTest::testVerifyPassword() — Method in class UserTest
UserTest::testGetAllRecordsPaged() — Method in class UserTest
UserTest::testDelete() — Method in class UserTest
UserTest::testSearch() — Method in class UserTest
UserTest::testGetNameField() — Method in class UserTest
UserTest::testGetIdByName() — Method in class UserTest
UserTest::testGetIdField() — Method in class UserTest
UserTest::testGetTableName() — Method in class UserTest
UserTest::testSearchQuery() — Method in class UserTest
UserTest::testGet() — Method in class UserTest
UserTest::test__get() — Method in class UserTest
UserTest::testSetOldData() — Method in class UserTest
UserTest::testVerifyLogKey() — Method in class UserTest
UserTest::testGetData() — Method in class UserTest
UserTest::test__set() — Method in class UserTest
UserTest::testGetDefaultValues() — Method in class UserTest
UserTest::testGetBy() — Method in class UserTest
UserTest::testCountAllRecords() — Method in class UserTest
UserTest::testGetAllRecordsBy() — Method in class UserTest
UserTest::testGetAllRecords() — Method in class UserTest
UserTest::testGetChecksFromTable() — Method in class UserTest
UserTest::testNewRecord() — Method in class UserTest
UserTest::testGetQuotedTableName() — Method in class UserTest
UserTest::testGetId() — Method in class UserTest
UserTest::testGetStructure() — Method in class UserTest
UserTest::testSearchCount() — Method in class UserTest
UserTest::tearDown() — Method in class UserTest
Tears down the fixture, for example, closes a network connection.

U

$AuthController#userProperty in class AuthController
The user logged.
$AuthPageController#urlProperty in class AuthPageController
Contiene la url que se usará en el formulario.
AuthPageController::updateMethod() — Method in class AuthPageController
Default update method for update an individual register.
AuthPageExtendedController::updateMethod() — Method in class AuthPageExtendedController
Update existing record.
$Controller#usernameProperty in class Controller
Contains the user's name or null
FlatTable::updateRecord() — Method in class FlatTable
Update the modified fields in the active record.
EditConfig::updateMethod() — Method in class EditConfig
Default update method for update an individual register.
$Login#userProperty in class Login
User in use.
Modules::updateModulesData() — Method in class Modules
Updated all modules to database.
Modules::updateMethod() — Method in class Modules
Default update method for update an individual register.
UsersClass in namespace Alxarafe\Core\Controllers
Class Users
UsersRolesClass in namespace Alxarafe\Core\Controllers
Class UsersRoles
Engine::unsupportedEngines() — Method in class Engine
Returns a list of unsupported engines.
SchemaDB::updateFields() — Method in class SchemaDB
Update fields for tablename.
TwigFunctions::unescape() — Method in class TwigFunctions
Unescape html entities.
InitializerAbstract::update() — Method in class InitializerAbstract
Code to load when module is updated.
$Module#updated_dateProperty in class Module
$Page#updated_dateProperty in class Page
UserClass in namespace Alxarafe\Core\Models
Class Users
$User#usernameProperty in class User
UserRoleClass in namespace Alxarafe\Core\Models
Class UserRoles. Link each user with the assigned roles.
Pages::updatePageDetails() — Method in class Pages
Updates active page field based on enabled namespaces
Pages::updatePageData() — Method in class Pages
Updates the page data if needed.
$Translator#usedStringsProperty in class Translator
List of used strings.
$AuthControllerTest#urlProperty in class AuthControllerTest
$AuthControllerTest#userProperty in class AuthControllerTest
$AuthControllerTest#usernameProperty in class AuthControllerTest
UsersRolesTestClass in namespace Alxarafe\Test\Core\Controllers
UsersTestClass in namespace Alxarafe\Test\Core\Controllers
UserRoleTestClass in namespace Alxarafe\Test\Core\Models
UserTestClass in namespace Alxarafe\Test\Core\Models

V

$AuthPageExtendedController#viewDataProperty in class AuthPageExtendedController
The data view details for each data field.
$Controller#varsProperty in class Controller
Array that contains the variables that will be passed to the template.
$Language#variantProperty in class Language
User::verifyLogKey() — Method in class User
Verify is log key is correct.
User::verifyPassword() — Method in class User
Verify that user password was valid.
Translator::verifyMissing() — Method in class Translator
Stores if translation is used and if is missing.

Y

Singleton::yamlName() — Method in class Singleton
Return the classname for yaml file.

_

Load::__construct() — Method in class Load
Load constructor.
AuthPageController::__construct() — Method in class AuthPageController
AuthPageController constructor.
AuthPageExtendedController::__construct() — Method in class AuthPageExtendedController
AuthPageExtendedController constructor.
Cache::__construct() — Method in class Cache
Cache constructor.
CacheCore::__construct() — Method in class CacheCore
CacheCore constructor.
Controller::__construct() — Method in class Controller
Controller constructor.
Entity::__construct() — Method in class Entity
Entity constructor.
Entity::__call() — Method in class Entity
Execute a magic method of the setField or getField style
Entity::__get() — Method in class Entity
Magic getter.
Entity::__set() — Method in class Entity
Magic setter.
Entity::__isset() — Method in class Entity
Magic isset.
FlatTable::__construct() — Method in class FlatTable
Build a Table model. $table is the name of the table in the database.
SimpleTable::__construct() — Method in class SimpleTable
Build a Table model. $table is the name of the table in the database.
Table::__construct() — Method in class Table
Build a Table model. $table is the name of the table in the database.
BootStrap::__construct() — Method in class BootStrap
BootStrap constructor.
Languages::__construct() — Method in class Languages
Languages constructor.
Modules::__construct() — Method in class Modules
Modules constructor.
Pages::__construct() — Method in class Pages
Pages constructor.
Roles::__construct() — Method in class Roles
Roles constructor.
RolesPages::__construct() — Method in class RolesPages
RolesPages constructor.
Tables::__construct() — Method in class Tables
Tables constructor.
Users::__construct() — Method in class Users
Users constructor.
UsersRoles::__construct() — Method in class UsersRoles
UsersRoles constructor.
Engine::__construct() — Method in class Engine
Engine constructor
Engine::__destruct() — Method in class Engine
Engine destructor
PdoFirebird::__construct() — Method in class PdoFirebird
PdoMySql constructor. Add aditional parameters to self::$dsn string.
PdoMySql::__construct() — Method in class PdoMySql
PdoMySql constructor. Add aditional parameters to self::$dsn string.
SqlHelper::__construct() — Method in class SqlHelper
SqlHelper constructor.
SqlFirebird::__construct() — Method in class SqlFirebird
SqlFirebird constructor.
SqlMySql::__construct() — Method in class SqlMySql
SqlMySql constructor.
PhpCollector::__construct() — Method in class PhpCollector
PHPCollector constructor.
TranslatorCollector::__construct() — Method in class TranslatorCollector
TranslationCollector constructor.
Schema::__construct() — Method in class Schema
Schema constructor.
Session::__construct() — Method in class Session
Session constructor.
TwigFunctions::__construct() — Method in class TwigFunctions
TwigFunctions constructor.
Language::__construct() — Method in class Language
Language constructor.
Module::__construct() — Method in class Module
Module constructor.
Page::__construct() — Method in class Page
Page constructor.
Role::__construct() — Method in class Role
Role constructor.
RolePage::__construct() — Method in class RolePage
RolePage constructor.
TableModel::__construct() — Method in class TableModel
TableModel constructor.
User::__construct() — Method in class User
User constructor.
UserRole::__construct() — Method in class UserRole
UserRole constructor.
Models::__construct() — Method in class Models
Models constructor.
Pages::__construct() — Method in class Pages
Models constructor.
Routes::__construct() — Method in class Routes
Models constructor.
Config::__construct() — Method in class Config
ConfigurationManager constructor.
Container::__construct() — Method in class Container
Container constructor.
Database::__construct() — Method in class Database
Database constructor.
DebugTool::__construct() — Method in class DebugTool
DebugTool constructor.
FlashMessages::__construct() — Method in class FlashMessages
Container constructor.
Logger::__construct() — Method in class Logger
Logger constructor.
ModuleManager::__construct() — Method in class ModuleManager
Container constructor.
RegionalInfo::__construct() — Method in class RegionalInfo
Container constructor.
Router::__construct() — Method in class Router
Routes constructor.
TemplateRender::__construct() — Method in class TemplateRender
TemplateRender constructor.
Translator::__construct() — Method in class Translator
Lang constructor.
AbstractComponent::__construct() — Method in class AbstractComponent
AbstractComponent constructor.
MagicTrait::__isset() — Method in class MagicTrait
Magic isset.
MagicTrait::__get() — Method in class MagicTrait
Magic getter.
MagicTrait::__set() — Method in class MagicTrait
Magic setter.
MagicTrait::__call() — Method in class MagicTrait
Intercepts calls to non-existent getters / setters Looks at the beginning of $method to see if it's "get", "set", "has" Uses preg_match() to extract the 2nd part of the match, which should produce the property name
LoadTest::__construct() — Method in class LoadTest
AuthControllerTest::__construct() — Method in class AuthControllerTest
AuthPageControllerTest::__construct() — Method in class AuthPageControllerTest
AuthPageExtendedControllerTest::__construct() — Method in class AuthPageExtendedControllerTest
CacheCoreTest::__construct() — Method in class CacheCoreTest
ControllerTest::__construct() — Method in class ControllerTest
CreateConfigTest::__construct() — Method in class CreateConfigTest
EditConfigTest::__construct() — Method in class EditConfigTest
LanguagesTest::__construct() — Method in class LanguagesTest
LoginTest::__construct() — Method in class LoginTest
ModulesTest::__construct() — Method in class ModulesTest
PagesTest::__construct() — Method in class PagesTest
RolesPagesTest::__construct() — Method in class RolesPagesTest
RolesTest::__construct() — Method in class RolesTest
TablesTest::__construct() — Method in class TablesTest
UsersRolesTest::__construct() — Method in class UsersRolesTest
UsersTest::__construct() — Method in class UsersTest
FormatUtilsTest::__construct() — Method in class FormatUtilsTest
ArrayUtilsTest::__construct() — Method in class ArrayUtilsTest
ClassUtilsTest::__construct() — Method in class ClassUtilsTest
FileSystemUtilsTest::__construct() — Method in class FileSystemUtilsTest
TextUtilsTest::__construct() — Method in class TextUtilsTest
LanguageTest::__construct() — Method in class LanguageTest
ModuleTest::__construct() — Method in class ModuleTest
PageTest::__construct() — Method in class PageTest
RolePageTest::__construct() — Method in class RolePageTest
RoleTest::__construct() — Method in class RoleTest
TableModelTest::__construct() — Method in class TableModelTest
UserRoleTest::__construct() — Method in class UserRoleTest
UserTest::__construct() — Method in class UserTest
Countries::__construct() — Method in class Countries
Countries constructor.
IntermediateRegions::__construct() — Method in class IntermediateRegions
IntermediateRegions constructor.
People::__construct() — Method in class People
People constructor.
Regions::__construct() — Method in class Regions
Regions constructor.
Subregions::__construct() — Method in class Subregions
Subregions constructor.
Country::__construct() — Method in class Country
Country constructor.
IntermediateRegion::__construct() — Method in class IntermediateRegion
IntermediateRegion constructor.
Person::__construct() — Method in class Person
Person constructor.
Region::__construct() — Method in class Region
Region constructor.
Subregion::__construct() — Method in class Subregion
Subregion constructor.