Exemplo n.º 1
0
 public function Init()
 {
     $this->name = $this->context->GetExtensionName();
     $this->smMenuExists = SMExtensionManager::ExtensionEnabled("SMMenu");
     // False if not installed or not enabled
     $this->smPagesExists = SMExtensionManager::ExtensionEnabled("SMPages");
     // False if not installed or not enabled
 }