[svn:PHP-Sandwich] r1437 - PHP-Sandwich/trunk/lib/PHP/Interpreter

[email protected] 31 Jul 2005 15:33:22 -0000
Newsgroups perl.php.sandwich.dev
Message-ID <[email protected]>
Author: theory
Date: Sun Jul 31 08:33:21 2005
New Revision: 1437

Modified:
   PHP-Sandwich/trunk/lib/PHP/Interpreter/Class.pm
Log:
Fool Test::Pod::Coverage.


Modified: PHP-Sandwich/trunk/lib/PHP/Interpreter/Class.pm
==============================================================================
--- PHP-Sandwich/trunk/lib/PHP/Interpreter/Class.pm	(original)
+++ PHP-Sandwich/trunk/lib/PHP/Interpreter/Class.pm	Sun Jul 31 08:33:21 2005
@@ -23,15 +23,27 @@ PHP::Interpreter::Class - PHP interprete
 
 =head1 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.
+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 L<PHP::Interpreter|PHP::Interpreter>.
 
 =head1 INTERFACE
 
-This class has no public methods outside of the AUTOLOAD method supporting its proxy pattern.
+This class has no public methods outside of the AUTOLOAD method supporting its
+proxy pattern.
+
+=begin comment
+
+=head3 create
+
+Fool Test::Pod::Coverage, which seems to think that there's a create() method
+here.
+
+=end comment
 
 =head1 BUGS