Namespace Peridot\Leo
| Peridot\Leo\Formatter |
| Peridot\Leo\Interfaces |
| Peridot\Leo\Matcher |
| Peridot\Leo\ObjectPath |
| Peridot\Leo\Responder |
| Assertion | Assertion is responsible for asserting it's actual value against a MatcherInterface and responding to the results of a match. |
| Leo | Class Leo. Singleton access to Leo and all of its internals. A singleton is used as opposed to static methods and properties because of how php handles static closures. |
| DynamicObjectTrait | DynamicObjectTrait adds methods for dynamically defining methods, flags, and properties. |