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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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 Mar 29 00:01:28 2024 UTC