In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Virus-Scanned: by amavisd-new at jdi-ict.nl
X-Amavis-Alert: BAD HEADER Improper folded header field made up entirely of
whitespace in message header 'Subject':
On Sun, 7 Aug 2005, Nuno Lopes wrote:
> @@ -8,8 +8,13 @@
> __call, __get and __set methods. These methods will only be
> triggered when your object or inherited object doesn't contain the
> member or method you're trying to access.
> - All overloading methods must be defined as
> - <link linkend="language.oop5.visibility">public</link>.
> + All overloading methods must not be defined as
> + <link linkend="language.oop5.visibility">static</link>.
Uh?
> @@ -43,9 +56,9 @@
> public $n;
> private $x = array("a" => 1, "b" => 2, "c" => 3);
>
> - public function __get($nm)
> + private function __get($nm)
? They need to be public...
regards,
Derick