public function CThree::setBindTo in Charts 8
Same name and namespace in other branches
- 8.3 modules/charts_c3/src/Settings/CThree/CThree.php \Drupal\charts_c3\Settings\CThree\CThree::setBindTo()
Parameters
mixed $bindto:
File
- modules/
charts_c3/ src/ Settings/ CThree/ CThree.php, line 64
Class
Namespace
Drupal\charts_c3\Settings\CThreeCode
public function setBindTo($bindto) {
$this->bindto = $bindto;
}