MAKS\AmqpAgent\Helper\Example
An abstract class used as a default callback for the consumer.
- // members
- private static Serializer $serializer;
- public static bool $logToFile = true;
- // methods
- public static bool callback()
- $serializer — MAKS\AmqpAgent\Helper\Serializer
- $logToFile
—
MAKS\AmqpAgent\Helper\bool
Whether to log messages to a file or not. - callback() — Default AMQP Agent callback.
-
2021-01-12T21:10:22+00:00 (commit #2d9320c)
Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com)
Update example class * Fix typos
-
2021-01-12T21:10:21+00:00 (commit #d09424b)
Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com)
Add strict types declaration * Add declare(strict_types=1) to all files * Fix file header DocBlock spacing of all files
-
2020-12-02T20:59:06+00:00 (commit #7118802)
Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com)
Update example class * Remove unnecessary code
-
2020-11-29T10:45:06+00:00 (commit #60528ca)
Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com)
Update example class * Add $strict parameter to the call of $serializer->unserialize() in callback() method * Fix some coding style issues
-
2020-09-23T19:26:53+00:00 (commit #60c4cab)
Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com)
Rearrange use statements * Rearrange use statements to follow coding style of the codebase
-
2020-09-13T22:04:38+00:00 (commit #ce273fd)
Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com)
Update example class * Refactor an if statement
-
2020-06-15T00:00:38+00:00 (commit #c153401)
Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com)
Fix typos in docblocks * Fix typo in Example class * Fix typos in Serializer class
-
2020-06-13T05:59:31+00:00 (commit #26e55aa)
Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com)
Add helper classes * Add Logger.php * Add Example.php
Synopsis
Coverage
Methods | 100% | 1 / 1 |
Lines | 100% | 12 / 12 |