php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #31806 __set, __get, and __call should be stated as being being required to be public
Submitted: 2005-02-02 08:07 UTC Modified: 2005-04-27 16:24 UTC
From: curt@php.net Assigned: curt (profile)
Status: Closed Package: Documentation problem
PHP Version: 5.0.3 OS: *
Private report: No CVE-ID: None
 [2005-02-02 08:07 UTC] curt@php.net
Description:
------------
The documentation at: 
  http://php.net/oop5.overloading

Should clairfy that all overloading function's for property and method overloading must be public.

Including the examples.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-27 16:24 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

"All overloading methods must be defined as public." Examples fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 13:01:28 2024 UTC