Home
last modified time | relevance | path

Searched refs:dirImg (Results 1 – 2 of 2) sorted by relevance

/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php66 $dirImg = $this->helper->getDirImg();
68 $handle = opendir($dirImg);
92 $dirImg = $this->helper->getDirImg();
97 $v = $this->renderImage($text, $dirImg . "/math_%s_" . $nameImg);
H A DHelper.php33 public $dirImg; variable in RL\\PhpMathPublisher\\Helper
77 $this->dirImg = __DIR__ . "/images";
910 public function setDirImg($dirImg) argument
912 $this->dirImg = $dirImg;
920 return $this->dirImg;