CRM_Utils_FakeObject
class CRM_Utils_FakeObject
This is a quick-and-dirty way to define a vaguely-class-ish structure. It's non-performant, abnormal, and not a complete OOP system. Only use for testing/mocking.
Methods
__construct($array)
No description
__call(string $name, $arguments)
No description