php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #15370 Class Visibility methods
Submitted: 2002-02-04 14:28 UTC Modified: 2002-02-04 15:03 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: lars at sral dot org Assigned:
Status: Duplicate Package: Feature/Change Request
PHP Version: 4.1.1 OS: All
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: lars at sral dot org
New email:
PHP Version: OS:

 

 [2002-02-04 14:28 UTC] lars at sral dot org
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-04 14:33 UTC] sander@php.net
PLEASE, search the bug-db. There is already a bugreport for this.
 [2002-02-04 14:39 UTC] lars at sral dot org
Couldn't find any. Could you please give me a url, or two?

 --larsw
 [2002-02-04 15:03 UTC] torben@php.net
Go to the bugs search page at http://bugs.php.net/search.php,
enter 'class private' in the 'with text' search box, select 
'Feature/Change Request' from the drop-down list, and hit 
'Display'.


Torben
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Oct 04 09:01:27 2024 UTC