SessionSearchPage
extends ControllerBase
in package
Controller for ewrc_sessions.list route.
Table of Contents
Properties
- $sessionList : array<string|int, mixed>
- Stores list of sessions.
Methods
- __construct() : mixed
- SessionSearchPage constructor.
- create() : mixed
- Create session list.
- getContent() : mixed
- Content callback for the ewrc_sessions.list route.
- getTitle() : mixed
- Returns the page title.
Properties
$sessionList
Stores list of sessions.
private
array<string|int, mixed>
$sessionList
Methods
__construct()
SessionSearchPage constructor.
public
__construct(SessionList $sessionList) : mixed
Parameters
- $sessionList : SessionList
create()
Create session list.
public
static create(ContainerInterface $container) : mixed
Parameters
- $container : ContainerInterface
getContent()
Content callback for the ewrc_sessions.list route.
public
getContent(mixed $event_type, mixed $year) : mixed
Parameters
- $event_type : mixed
- $year : mixed
getTitle()
Returns the page title.
public
getTitle(mixed $event_type, mixed $year) : mixed
Parameters
- $event_type : mixed
- $year : mixed