MAKS\AmqpAgent\Config::set
Sets a value of a key from the configuration array via dot-notation representation.
Signature
public function set(string
        $key,
            mixed
        $value )
            
        Parameters
- $key— string
- The dotted key representation.
- $value— mixed
- The value to set.
Returns
- Config
 
Test Coverage
Information
- Coverage: 2/2 Lines (100%)
- Tests: 1
- Passed: 1 (100%)
Tests
- [ PASSED ] — MAKS\AmqpAgent\Tests\ConfigTest::testSetMethodSetsValuesAndGetMethodReturnsThem