コード例 #1
0
ファイル: plugin.php プロジェクト: nsine/webmail-lite
 /**
  * @param string $sImageName
  * @param string $sImageFileName
  */
 public function AddImageFile($sImageName, $sImageFileName)
 {
     if (file_exists($this->sPath . '/' . $sImageFileName)) {
         $this->oPluginManager->AddImageFile($this->sName, $sImageName, $this->sPath . '/' . $sImageFileName);
     }
 }