Adds an asset to the manifest.json file for the assets versioning.
Base class for all command of the g6k:assets namespace.
Base class for all command of the g6k namespace.
Copies one or all data sources from another instance of G6K.
Copies one or all simulators from another instance of G6K.
Copies one or all views from another instance of G6K.
Imports a datasource from an exported json file.
Imports a datasource table from an delimited text file.
Imports a simulator from an exported xml file.
Creates and optionally imports a view from a previously exported view with G6K.
Migrates templates created under Symfony 2 or 3.
Updates (or Creates) the manifest.json file for the assets versioning.
Removes an asset from the manifest.json file for the assets versioning.
Removes the assets of a view from the manifest.json file for the assets versioning.
Renames an asset in the manifest.json file for the assets versioning.
Base class for all command of the g6k:simulator namespace.
Validates a simulator against the Simulator.xsd schema file.
Base class for all command of the g6k:view namespace.
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 IndexController class is the controller that give of online simulators.
The actions of the DefaultController class are used to run the simulation engine for a particular simulator.
The PDFFormsAdminController class is the controller that handles all actions of the PDF Forms management interface.
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.
Loads twig template from the filesystem.
Custom exception listener
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 implements common functions needed in G6KBundle controllers.
This class allows the conversion of a json-schema.org compliant JSON database and exported from G6K to a SQL database
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 some money functions for the expression parser.
This class provides some money functions for the expression parser.
This class provides static functions that perform logical or arithmetic operations
This class allows to parse an aritmetic or a logical expression
This class provides some money functions for the expression parser.
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.
Base class for concrete classes that convert input files of a particular format into SQL database
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
class StreamedOutput
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.
This class allows the storage and retrieval of rich text.
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 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.
class VersionStrategy
class AssetExists
This class is a Twig extension custom filter that implements 'jscode' to replace the deprecated raw filter
class Kernel