예제 #1
0
 /**
  * Returns true if the package is installed, false if not
  * @return boolean
  */
 public function isPackageInstalled()
 {
     return parent::isPackageInstalled();
 }