class PostPage extends Page

Properties

EventplannerController $mod

Reference to mod

protected $default_page from  Page

Methods

xelos_global_template|string|bool
get_page(mixed $subpage = false)

Standard Get Page Controller

page_hooks_invite(int $event_id = 0, int $invite_job_id = 0)

Called from XELOS\Modules\Eventplanner\Action\InvitationsAction

page_invitation_wizard(int $event_id = 0)

No description

page_options(int $event_id = 0)

Page Options

page_overview(int $event_id = 0, string $cmd = '')

Edit Event (Tab 1)

page_participants(int $event_id = 0)

Page Participants

page_related(int $event_id = 0) deprecated

No description

Template|xelos_global_template
page_send($event_id = 0)

Page to send messages to event participants with attachments and iCal.

validate_end_date($value, $form_field)

No description

Details

at line 28
xelos_global_template|string|bool get_page(mixed $subpage = false)

Standard Get Page Controller

Parameters

mixed $subpage

Return Value

xelos_global_template|string|bool

at line 668
page_hooks_invite(int $event_id = 0, int $invite_job_id = 0)

Called from XELOS\Modules\Eventplanner\Action\InvitationsAction

Parameters

int $event_id
int $invite_job_id

Exceptions

Exception

at line 629
Template page_invitation_wizard(int $event_id = 0)

No description

Parameters

int $event_id

Return Value

Template

Exceptions

ContentException

at line 265
Template page_options(int $event_id = 0)

Page Options

Parameters

int $event_id

Return Value

Template

Exceptions

ContentException

at line 47
Template page_overview(int $event_id = 0, string $cmd = '')

Edit Event (Tab 1)

Parameters

int $event_id

Event ID

string $cmd

CMD: legacy fallback for old eventplanner links

Return Value

Template

Exceptions

Exception

at line 599
Template page_participants(int $event_id = 0)

Page Participants

Parameters

int $event_id

Return Value

Template

Exceptions

ContentException

deprecated

No description

Parameters

int $event_id

Return Value

Template

Exceptions

ContentException

at line 1036
Template|xelos_global_template page_send($event_id = 0)

Page to send messages to event participants with attachments and iCal.

Parameters

$event_id

Return Value

Template|xelos_global_template

Exceptions

ContentException

at line 1007
validate_end_date($value, $form_field)

No description

Parameters

$value
$form_field