You are here

public function CThree::setBindTo 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::setBindTo()

Set Bind to.

Parameters

mixed $bindto: Bind to.

File

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

Class

CThree
CThree.

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function setBindTo($bindto) {
  $this->bindto = $bindto;
}