generateCSS() public method

Generates a CSS string of all the options
Since: 1.2
public generateCSS ( ) : string
return string A CSS string of all the values
コード例 #1
0
 /**
  * Gets the CSS generated
  *
  * @since 1.6
  *
  * @return string The generated CSS
  */
 public function generateCSS()
 {
     return $this->cssInstance->generateCSS();
 }