ID:               15370
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Duplicate
 Bug Type:         Feature/Change Request
 Operating System: All
 PHP Version:      4.1.1
 New Comment:

PLEASE, search the bug-db. There is already a bugreport for this.


Previous Comments:
------------------------------------------------------------------------

[2002-02-04 14:28:40] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=15370&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to