HeaderDoc::Function
IntroductionAPI object that describes a function declaration. DiscussionThe The Member Functions
_initializeInitializes an instance of a sub _initialize ParameterscloneDuplicates this sub clone ParametersconflictGets/sets whether this function has a conflict with another function of the same name. sub conflict ParametersgetParamSignatureGets the parameter signature for a function. ParametersprintObjectPrints an object for debugging purposes. sub printObject ParameterssanitizedreturntypeStrips out keywords like ParametersDiscussionSome keywords prior to a function name modify the function as a whole, not the return type. These keywords should never be part of the return type. setDeclarationSets the declaration. sub setDeclaration ParametersMember Data
CONFLICTSet high (1) if this function conflicts with another function of the same name. This causes the method signature to be shown. $self->{CONFLICT}
HeaderDoc::Function::VERSIONThe revision control revision number for this module. $HeaderDoc::Function::VERSION = '$Revision: 1299283925 $'; DiscussionIn the git repository, contains the number of seconds since January 1, 1970. RESULTThe contents of the $self->{RESULT}
|