예제 #1
0
 /**
  * {@inheritDoc}
  */
 public function isCustom()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'isCustom', array());
     return parent::isCustom();
 }
예제 #2
0
 /**
  * Check for custom module
  *
  * @param \XLite\Model\Module $module Module to check
  *
  * @return boolean
  */
 protected function isModuleCustom(\XLite\Model\Module $module)
 {
     return $module->isCustom();
 }