generateCSS() public méthode

Generates a CSS string of all the options
Since: 1.2
public generateCSS ( ) : string
Résultat string A CSS string of all the values
 /**
  * Gets the CSS generated
  *
  * @since 1.6
  *
  * @return string The generated CSS
  */
 public function generateCSS()
 {
     return $this->cssInstance->generateCSS();
 }