예제 #1
0
파일: Module.php 프로젝트: kewaunited/xcart
 /**
  * Compose module actual name
  *
  * @return string
  */
 public function getActualName()
 {
     return \Includes\Utils\ModulesManager::getActualName($this->getAuthor(), $this->getName());
 }