You are here

public function CThree::setTitle in Charts 8.3

Same name and namespace in other branches
  1. 8 modules/charts_c3/src/Settings/CThree/CThree.php \Drupal\charts_c3\Settings\CThree\CThree::setTitle()

Set Title.

Parameters

mixed $title: Title.

File

modules/charts_c3/src/Settings/CThree/CThree.php, line 42

Class

CThree
CThree.

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function setTitle($title) {
  $this->title = $title;
}