Changeset 1877 for lang/perl/Class-Hookable
- Timestamp:
- 11/21/07 12:19:22 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Class-Hookable/trunk/lib/Class/Hookable.pm
r1745 r1877 212 212 I thank L<Tatsuhiko miyagawa|http://search.cpan.org/~miyagawa/> who made wonderful application. 213 213 214 =head1 METHODS214 =head1 BASIC METHOD 215 215 216 216 =head2 new … … 220 220 This method is a constructor of Class::Hookable. 221 221 Nothing but that is being done. 222 223 =head1 REGISTER METOHDS 222 224 223 225 =head2 register_hook … … 262 264 This method exists to rewrite when inheriting. 263 265 266 =head1 UTILITY METHODS 267 264 268 =head2 registered_hooks 265 269 … … 305 309 And when specifying a hook and plugin object (or class name) as arguments, 306 310 specified plugins are deleted from a specified hook. 311 312 =head1 CALL METHODS 307 313 308 314 =head2 run_hook … … 420 426 This method exists to rewrite when inheriting. 421 427 428 =head1 ACCESSOR METOHDS 429 422 430 =head2 context 423 431
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)