close
Phork Manual Table of Contents
Phork Framework User Guide 1.3.4

CoreObject

Filepath: phork/php/core/CoreObject.class.php

The CoreObject class is an abstract class that most core classes should extend. It includes a __toString() method to return the class name of the object and it throws a CoreException for any invalid method calls.