Ejemplo n.º 1
0
 public static function loadContentClassInterface($sContentClassName)
 {
     if (class_exists('AnwIContentClassPageDefault_' . $sContentClassName, false)) {
         throw new AnwUnexpectedException("Interface for ContentClass " . $sContentClassName . " is already defined");
     }
     AnwContentClassPage::loadComponentInterface($sContentClassName);
 }