Date: 06/26/00
- Next message: Olivier Cahagne: "Re: [PHP-DEV] 4.0.1 Release Candidate packaged"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHPDOC] cvs: phpdoc /de/functions info.xml /en/functions info.xml /it/functions info.xml /ja/functions info.xml"
- In reply to: Ulf Wendel: "[PHP-DEV] "::" meaning and documentation"
- Next in thread: Theodore: "RE: [PHP-DEV] "::" meaning and documentation"
- Reply: Theodore: "RE: [PHP-DEV] "::" meaning and documentation"
- Reply: Ulf Wendel: "Re: [PHP-DEV] "::" meaning and documentation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
UW>> what's the meaning of "::"? I was surprised to see that this code works:
UW>> foo::do();
Exactly for this is "::".
UW>> Does it officially introduce static method calls or is this a side
UW>> effect? If so, I would like to see some documentation on it and how can
UW>> a static class use the pseudo object $this to access it's properties
UW>> (but not it's methods)?
It can't. $this is empty if called via this method.
-- Stanislav Malyshev stas <email protected> +972-3-6139665-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Olivier Cahagne: "Re: [PHP-DEV] 4.0.1 Release Candidate packaged"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHPDOC] cvs: phpdoc /de/functions info.xml /en/functions info.xml /it/functions info.xml /ja/functions info.xml"
- In reply to: Ulf Wendel: "[PHP-DEV] "::" meaning and documentation"
- Next in thread: Theodore: "RE: [PHP-DEV] "::" meaning and documentation"
- Reply: Theodore: "RE: [PHP-DEV] "::" meaning and documentation"
- Reply: Ulf Wendel: "Re: [PHP-DEV] "::" meaning and documentation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

