mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
commit
a8ae5cc55b
@ -41,7 +41,7 @@ This is the least desirable way of extending the `[api:Member]` class. It's bett
|
|||||||
(see below).
|
(see below).
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
You can defined subclasses of `[api:Member]` to add extra fields or functionality to the built-in membership system.
|
You can define subclasses of `[api:Member]` to add extra fields or functionality to the built-in membership system.
|
||||||
|
|
||||||
:::php
|
:::php
|
||||||
class MyMember extends Member {
|
class MyMember extends Member {
|
||||||
@ -128,4 +128,4 @@ things, you should add appropriate `[api:Permission::checkMember()]` calls to th
|
|||||||
|
|
||||||
## API Documentation
|
## API Documentation
|
||||||
|
|
||||||
`[api:Member]`
|
`[api:Member]`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user