EasyBlogControllerTeamBlogs
extends EasyBlogController
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- addMember() : mixed
- Add members into the teams
- approve() : mixed
- Allows caller to approve a team request
- create() : mixed
- Function to create teamblog
- delete() : mixed
- Method to delete teams from the site
- display() : mixed
- Override parent's display method
- getReturnURL() : mixed
- Determines if we should be retrieving the return url
- join() : mixed
- Processes requests to join the team
- leave() : mixed
- Allows caller to leave a team
- publish() : mixed
- Process publish teams
- reject() : mixed
- Allows caller to reject a team request
- removeAdmin() : mixed
- Remove admin right from member
- removeMember() : mixed
- Remove member from team
- save() : mixed
- Update a teamblog
- setAdmin() : mixed
- Set member as admin
- unpublish() : mixed
- Process unpublish teams
Properties
$acl
public
mixed
$acl
= \null
$config
public
mixed
$config
= \null
$doc
public
mixed
$doc
= \null
$info
public
mixed
$info
= \null
$my
public
mixed
$my
= \null
Methods
__construct()
public
__construct([mixed $config = array() ]) : mixed
Parameters
- $config : mixed = array()
addMember()
Add members into the teams
public
addMember() : mixed
Tags
approve()
Allows caller to approve a team request
public
approve() : mixed
Tags
create()
Function to create teamblog
public
create() : mixed
Tags
delete()
Method to delete teams from the site
public
delete() : mixed
Tags
display()
Override parent's display method
public
display([mixed $cachable = false ][, mixed $urlparams = array() ]) : mixed
Parameters
- $cachable : mixed = false
- $urlparams : mixed = array()
Tags
getReturnURL()
Determines if we should be retrieving the return url
public
getReturnURL() : mixed
Tags
join()
Processes requests to join the team
public
join() : mixed
Tags
leave()
Allows caller to leave a team
public
leave() : mixed
Tags
publish()
Process publish teams
public
publish() : mixed
Tags
reject()
Allows caller to reject a team request
public
reject() : mixed
Tags
removeAdmin()
Remove admin right from member
public
removeAdmin() : mixed
Tags
removeMember()
Remove member from team
public
removeMember() : mixed
Tags
save()
Update a teamblog
public
save() : mixed
Tags
setAdmin()
Set member as admin
public
setAdmin() : mixed
Tags
unpublish()
Process unpublish teams
public
unpublish() : mixed