示例#1
1
 /**
  * Checks to see if the given chart type and title exists in the volcano storage.
  *
  * @access public
  * @since v2.4.2
  * @return string 
  * @static 
  */
 public static function exists($type, $label)
 {
     return \Khill\Lavacharts\Lavacharts::exists($type, $label);
 }