| PHP-Interpreter documentation | view source | Contained in the PHP-Interpreter distribution. |
PHP::Interpreter::Class - PHP interpreter classes
This class is the opaque base class for PHP object containers. PHP objects returned into PHP will be wrapped in objects of type PHP::Interpreter::Class::$CLASSNAME, which is a descendent of PHP::Interpreter::Class. All method calls and attribute accesses which could be performed on the PHP object are performable on the Perl wrapper as well.
See PHP::Interpreter.
This class has no public methods outside of the AUTOLOAD method supporting its proxy pattern.
Please send bug reports to <bug-php-interpreter@rt.cpan.org>.
George Schlossnagle <george@omniti.com>
Development sponsored by Portugal Telecom - SAPO.pt.
Copyright (c) 2005 Kineticode, Inc. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| PHP-Interpreter documentation | view source | Contained in the PHP-Interpreter distribution. |