You are here

public function MeetingInterface::setTitle in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::setTitle()

Sets the Live Meeting title.

Parameters

string $title: The Live Meeting title.

Return value

$this

1 method overrides MeetingInterface::setTitle()
Meeting::setTitle in src/Entity/Meeting.php
Sets the Live Meeting title.

File

src/MeetingInterface.php, line 30

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function setTitle($title);