NAME

PHP::Interpreter::Class - PHP interpreter classes

DESCRIPTION

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.

INTERFACE

This class has no public methods outside of the AUTOLOAD method supporting its proxy pattern.

BUGS

Please send bug reports to <bug-php-interpreter@rt.cpan.org>.

AUTHORS

George Schlossnagle <george@omniti.com>

CREDITS

Development sponsored by Portugal Telecom - SAPO.pt.

COPYRIGHT AND LICENSE

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.