From: <gem...@li...> - 2012-06-15 07:47:50
|
Revision: 766 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=766&view=rev Author: mennodekker Date: 2012-06-15 07:47:40 +0000 (Fri, 15 Jun 2012) Log Message: ----------- Removed obsolete init method Modified Paths: -------------- trunk/library/classes/MUtil/Model/ModelAbstract.php Modified: trunk/library/classes/MUtil/Model/ModelAbstract.php =================================================================== --- trunk/library/classes/MUtil/Model/ModelAbstract.php 2012-06-14 16:10:18 UTC (rev 765) +++ trunk/library/classes/MUtil/Model/ModelAbstract.php 2012-06-15 07:47:40 UTC (rev 766) @@ -797,14 +797,6 @@ return false; } - /** - * This is the place to put code to run after object initialization has finished and when all - * registry requests have been answered - */ - public function init() - { - } - public function is($name, $key, $value) { return $value == $this->_getKeyValue($name, $key); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |