ID: 15370
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Duplicate
Bug Type: Feature/Change Request
Operating System: All
PHP Version: 4.1.1
New Comment:
Couldn't find any. Could you please give me a url, or two?
--larsw
Previous Comments:
------------------------------------------------------------------------
[2002-02-04 14:33:14] [EMAIL PROTECTED]
PLEASE, search the bug-db. There is already a bugreport for this.
------------------------------------------------------------------------
[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