Exemplo n.º 1
0
 /**
  * Proxy method
  *
  * @see lessc::unregisterFunction()
  * @since 1.4.2
  */
 public function unregisterFunction($name)
 {
     $this->compiler->unregisterFunction($name);
 }