Source for file object.php
Documentation is available at object.php
* Makes extending classes able to use __construct as their constructor
* Object class from CakePHP
* Found: http://abing.gotdns.com/posts/2006/php4-tricks-the-singleton-pattern-part-i/
* @package Elastic Framework
* If called, passes all arguments to $this->__construct($args), the constructor in PHP5
|