Skip to content

Commit

Permalink
Item14237: More extension manager documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Sep 22, 2017
1 parent 108ffae commit 8e90e55
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 58 deletions.
1 change: 1 addition & 0 deletions EmptyExtension/lib/Foswiki/Extension/Empty.pm
Expand Up @@ -81,6 +81,7 @@ required.

use version 0.77; our $VERSION = version->declare(0.0.1);
our $API_VERSION = version->declare("2.99.0");
our $NAME = "Empty";

=begin TML
Expand Down
6 changes: 3 additions & 3 deletions core/lib/Foswiki/App.pm
Expand Up @@ -1043,10 +1043,10 @@ creating new objects of classes rooted on =Foswiki::Object=.
Before actually create an object this method:
1. Loads =$className= module.
1. Maps =$className= into a replacement class if an extension registered for
class overriding.
1. Maps =$className= into a replacement class if an extension is registered
for class overriding.
1. If the class is a =Foswiki::Object= descendant then adds =app= parameter
key pointing to the application object to class constructor arguments.
key pointing to the application object to class constructor arguments.
=cut

Expand Down

0 comments on commit 8e90e55

Please sign in to comment.