The ScriptHandler class installs users who can log in to the G6K administration interface and a demonstration simulator (if desired).
This class deals with the API function of the simulation engine.
Base class for all the admin module controllers
The class BaseController is the heart the simulation engine
The UsersAdminController class is the controller that handles all actions of the symfony cache management interface.
The DataSourcesAdminController class is the controller that handles all actions of the datasources management interface.
The actions of the DefaultController class are used to run the simulation engine for a particular simulator.
The DocumentationController class is the controller that manages the display of documentation pages.
The HomeAdminController class is the controller that display the administration interface homepage.
The SimulatorsAdminController class is the controller that handles all actions of the simulator management interface.
The UsersAdminController class is the controller that handles all actions of the users management interface.
The ViewsAdminController class is the controller that handles all actions of the views management interface.
This is the class that validates and merges configuration from your app/config files
This is the class that loads and manages your bundle configuration
This class allows the stockage and the retrieval of the attributes of an action button for a step
This class allows the storage and retrieval of the attributes of a block of information (blockinfo)
This class allows the storage and retrieval of the attributes of a business rule
This class allows the storage and retrieval of the attributes of a cell
This class allows the storage and retrieval of the attributes of a chapter
This class allows the storage and retrieval of the attributes of a choice
This class allows the storage and retrieval of the attributes of a group of choices
This class allows the storage and retrieval of the attributes of a ChoiceSource object
This class allows the storage and retrieval of the attributes of a column of a Table object
This class allows the storage and retrieval of the attributes of a condition
This class allows the storage and retrieval of the attributes of a connector
This class allows the storage and retrieval of the attributes of a data item.
This class allows the storage and retrieval of the attributes of a data group.
This class allows the storage and retrieval of the attributes of a data source.
this class provides a unified access interface to SQL databases, whether MySQL, PostgreSQL, SQLite, or JsonSQL
This class allows the storage and retrieval of common attributes of a dataset child.
This class allows the storage and retrieval of the attributes of a field.
This class allows the storage and retrieval of the attributes of a note attached to a field.
This class allows the storage and retrieval of the attributes of a field row.
This class allows the storage and retrieval of the attributes of a field set.
This class allows the storage and retrieval of the attributes of a footnote attached to a step.
This class allows the storage and retrieval of the attributes of a footnote container attached to a step.
This class allows the storage and retrieval of the attributes of a panel.
This class allows the storage and retrieval of the attributes of a parameter.
This class allows the storage and retrieval of the attributes of a profile.
This class allows the storage and retrieval of the attributes of a set of profiles.
Row
This class allows the storage and retrieval of the attributes of a row of a Table object
This class allows the storage and retrieval of the attributes of a action of a business rule.
This class allows the storage and retrieval of the attributes of a section.
This class allows the storage and retrieval of the attributes of a simulator.
This class allows the storage and retrieval of the attributes of a web site in which a simulator is ran.
This class allows the storage and retrieval of the attributes of a source.
This class allows the storage and retrieval of the attributes of a simulation step.
This class allows the storage and retrieval of attributes of a table associated with a data item or a data source.
This class allows the storage and retrieval of the attributes of a user who can connect to the G6K administration module. It is managed by FOSUserBundle.
This class transforms a DateTime object into a string in d/m/Y format and vice versa
This class transforms a float into a string with a comma as the decimal point and two decimal places, and vice versa
This class creates a form item type for a hidden date
This class creates a form item type for a hidden french amount
This class creates a form item type for a french amount
This class implements common functions needed in G6KBundle controllers.
This class provides access to a local or remote http server with a URL as a browser does
This class implements common functions needed for data sources management.
This class provides some date functions for the expression parser.
This class allows the evaluation of postfixed expressions (RPN notation)
This class represents an arithmetic or a logical expression.
This class provides static functions about holidays and working days
This class provides static functions that perform logical or arithmetic operations
This class allows to parse an aritmetic or a logical expression
This class represents one token of an arithmetic or a logical expression.
This class allows the conversion of a json-schema.org compliant JSON database and exported from G6K to a SQL database
This class allows you to store and retrieve data from files in JSON format using SQL standard.
This class allows you to store and retrieve data from files in JSON format using SQL standard.
The class JsonSQLStatement Represents a prepared statement and, after the statement is executed, an associated result set.
This class allows you to store and retrieve data from files in JSON format using SQL standard.
The class JsonSQLStatement represents a prepared statement and, after the statement is executed, an associated result set.
This class allows you to store and retrieve data from files in JSON format using SQL standard.
This class provides static functions to update the definition of columns in a JsonSQL database
This class represents an error raised by JsonSQL.
This class provides static functions to update the definition of tables in a JsonSQL database
This class allows you to store and retrieve data from files in JSON format using SQL standard.
The class JsonSQLStatement represents a prepared statement and, after the statement is executed, an associated result set.
This class allows the conversion of a SQL database to a json-schema.org compliant JSON database
This class is used to filter the results of a query on a data source with the 'return path' defined in the source.
This class allows the tokenization of an SQL select request.
This class Represents an error raised by SQLSelectTokenizer.
Utility class for splitting terms from a string
This class implements a service that performs the deployment of files from a new simulator or modified simulator to all front-end servers described in the entry 'deployment of parameters.yml.
This class implements a file uploader service.
This class is a Twig extension custom filter that implements 'jscode' to replace the deprecated raw filter