##### Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!# Imponeer\SymfonyTranslationsConstantsLoader\TempConstantsBag Class to handle some temporary constants data ## Methods | Name | Description | |------|-------------| |[clear](#tempconstantsbagclear)|Clear current data| |[define](#tempconstantsbagdefine)|Fake constant definer| |[getAll](#tempconstantsbaggetall)|Get all stored data| ### TempConstantsBag::clear **Description** ```php public static clear (void) ``` Clear current data **Parameters** `This function has no parameters.` **Return Values** `void`
### TempConstantsBag::define **Description** ```php public static define (string $constant, mixed $value) ``` Fake constant definer **Parameters** * `(string) $constant` : Constant to define * `(mixed) $value` : Value of constant **Return Values** `void`
### TempConstantsBag::getAll **Description** ```php public static getAll (void) ``` Get all stored data **Parameters** `This function has no parameters.` **Return Values** `array`