mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #4057 from silverstripe-elliot/patch-3
DOCS Update 01_Extensions.md
This commit is contained in:
commit
d34c39bc85
@ -112,7 +112,7 @@ we added a `SayHi` method which is unique to our extension.
|
||||
|
||||
## Modifying Existing Methods
|
||||
|
||||
If the `Extension` needs to modify an existing method it's a little tricker. It requires that the method you want to
|
||||
If the `Extension` needs to modify an existing method it's a little trickier. It requires that the method you want to
|
||||
customize has provided an *Extension Hook* in the place where you want to modify the data. An *Extension Hook* is done
|
||||
through the `[api:Object->extend]` method.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user