MAKS\AmqpAgent\Config\AbstractParameters
An abstract class that exposes a simple API to work with parameters.
Synopsis
class AbstractParameters
            {
}
        }
Coverage
| Methods | 100% | 2 / 2 | 
| Lines | 100% | 15 / 15 | 
Methods
public
- patch() — Patches the passed array with a class constant.
- patchWith() — Patches the passed array with another array.
History
- 
            2021-01-12T21:10:21+00:00 (commit #62d6296)Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) Update abstract parameters class * Fix typos * Update DocBlocks 
- 
            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-09-26T17:30:02+00:00 (commit #e9eb684)Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) Update abstract parameters class * Fix typo in patchWith method DocBlock * Remove unused variable in patchWith method 
- 
            2020-09-25T19:26:59+00:00 (commit #5fe3079)Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) Add abstract parameters class * Add AbstractParamerts.php * Add ConstantDoesNotExistException.php