示例#1
0
 protected function exportTypeOptions(Flot\Types\IType $type)
 {
     return $type->getOptions();
 }
示例#2
0
 /**
  * @param IType $plotType
  */
 public function addType(IType $plotType)
 {
     $this->types[$plotType->getIdentifier()] = $plotType;
 }