European Week of Regions and Cities

SessionSearchPage extends ControllerBase

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

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

        
On this page

Search results