Exemplo n.º 1
0
 /**
  * addStylesheet
  *
  * @param string $url
  *
  * @return  plgEditorAkmarkdown
  */
 protected function addScript($url)
 {
     $this->doc->addScriptVersion($url, $this->hash);
     return $this;
 }