From: [EMAIL PROTECTED] Operating system: All PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: Class Visibility methods
Would it be much work, to implement a class visibility architecture, like in c++/java etc., like class Foo { private var $bar; protected var $boo; public function SetBar($newBar) { $this->bar = $newBar; } } ? Regards, Lars Wilhelmsen -- Edit bug report at http://bugs.php.net/?id=15370&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15370&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15370&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15370&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15370&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15370&r=support Expected behavior: http://bugs.php.net/fix.php?id=15370&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15370&r=notenoughinfo -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php