MAKS\AmqpAgent\Config::has
Checks whether a value exists in the configuration array via dot-notation representation.
Signature
public function has(string
        $key )
            
        Parameters
- $key— string
- The dotted key representation.
Returns
- bool
- True if key is set otherwise false.
 
Test Coverage
Information
- Coverage: 2/2 Lines (100%)
- Tests: 1
- Passed: 1 (100%)
Tests
- [ PASSED ] — MAKS\AmqpAgent\Tests\ConfigTest::testHasMethodReturnsAnExpectedValue