Class::Inspector::Functions - phpMan

Command: man perldoc info search(apropos)  


Class::Inspector::Functions(3pmUser Contributed Perl DocumentatioClass::Inspector::Functions(3pm)

NAME
       Class::Inspector::Functions - Get information about a class and its structure

VERSION
       version 1.36

SYNOPSIS
         use Class::Inspector::Functions;
         # Class::Inspector provides a non-polluting,
         # method based interface!

         # Is a class installed and/or loaded
         installed( 'Foo::Class' );
         loaded( 'Foo::Class' );

         # Filename related information
         filename( 'Foo::Class' );
         resolved_filename( 'Foo::Class' );

         # Get subroutine related information
         functions( 'Foo::Class' );
         function_refs( 'Foo::Class' );
         function_exists( 'Foo::Class', 'bar' );
         methods( 'Foo::Class', 'full', 'public' );

         # Find all loaded subclasses or something
         subclasses( 'Foo::Class' );

DESCRIPTION
       Class::Inspector::Functions is a function based interface of Class::Inspector. For a
       thorough documentation of the available functions, please check the manual for the main
       module.

   Exports
       The following functions are exported by default.

         installed
         loaded
         filename
         functions
         methods
         subclasses

       The following functions are exported only by request.

         resolved_filename
         loaded_filename
         function_refs
         function_exists

       All the functions may be imported using the ":ALL" tag.

SEE ALSO
       <http://ali.as/>, Class::Handle, Class::Inspector

AUTHOR
       Original author: Adam Kennedy <adamk AT cpan.org>

       Current maintainer: Graham Ollis <plicease AT cpan.org>

       Contributors:

       Tom Wyant

       Steffen Muller

       Kivanc Yazan (KYZN)

COPYRIGHT AND LICENSE
       This software is copyright (c) 2002-2019 by Adam Kennedy.

       This is free software; you can redistribute it and/or modify it under the same terms as
       the Perl 5 programming language system itself.

perl v5.28.1                                2019-07-22           Class::Inspector::Functions(3pm)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-12-12 20:06 @3.144.9.249 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!