Skip to content

Commit 6347c65

Browse files
committed
README.md
1 parent 0cb11d8 commit 6347c65

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ Array
126126
```
127127

128128
## Sample Extension
129-
130-
Here's what a plugin extension looks like
129+
Here's what a plugin extension looks like. Intentionally both the filter and the action methods are called "test" to demonstrate that this is possible. Also you will find both types of method priorities used - the action using the ``\Rimco\Plugin\Extension::$priority`` property, and filter using the docBlock declaration.
131130
```php
132131
class ProbaExtension extends \Rimco\Plugin\Extension
133132
{

0 commit comments

Comments
 (0)