Méthode |
Description |
|
airshipLand ( ) |
This function is called after the dependencies have been injected by
AutoPilot. Think of it as a user-land constructor. |
|
create ( ) |
Create a new author profile |
|
delete ( string $authorId = '' ) |
Create a new author profile |
|
edit ( string $authorId = '' ) |
Update an existing author's profile |
|
index ( ) |
Index page for blog author profiles |
|
photos ( string $authorId = '' ) |
Manage your author profile's photos |
|
users ( string $authorId = '' ) |
Manage the users that have access to this author |
|