This is the abstract for user-defined Accessor methods. Accessors are used to
retrieve values from a cage object. By extending this abstract, developers can add their own accessor methods. Typically the only method they will need to define is AccessorAbstract::inspekt(), which takes a value, examines it, and returns a result. Array walking is automatically handled
Located in /Inspekt/AccessorAbstract.php (line 12)
Retrieves a value from the cage
This executes the accessor on the key, either passed as the only argument, or the first value in $this->args;
If an array is the value of the given key, this method walks the array recursively, applying $this->inspekt on any non-array values
Documentation generated on Fri, 15 Jan 2010 10:43:51 -0500 by phpDocumentor 1.4.3