Example #1
0
 /**
  * Class constructor
  *
  * @return Pan_JewelryDesigner_ApiController
  */
 public function _construct()
 {
     $this->_helper = Mage::helper('pan_jewelrydesigner');
     if ($this->_helper->isEnabled()) {
         $this->_partialsDir = $this->_helper->getAngularAppPartialsDir();
     }
 }