Copied!

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)
 
  • return mixed
  • attribute ReturnTypeWillChange
public offsetSet( $offset, $value) : void
 
  • throws \BadMethodCallException
public offsetUnset( $offset) : void
 
  • throws \BadMethodCallException
public toArray() : array
Methods
private static validateFileExists(string $filePath)
 
  • param string $filePath
  • throws \ValidationException
Methods
private static validateFileExists(string $filePath)
 
  • param string $filePath
  • throws \ValidationException
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration