Trait implemented by any class representing an associative array of PHP options.
This provides validation and typehinting to loosely typed associative arrays.
Trait
| Methods |
| public offsetExists( $offset) : bool |
public offsetGet( $offset)
|
public offsetSet( $offset, $value) : void
|
public offsetUnset( $offset) : void
|
| public toArray() : array |
| Methods |
private static validateFileExists(string $filePath)
|
| Methods |
private static validateFileExists(string $filePath)
|