예제 #1
0
파일: AView.php 프로젝트: kewaunited/xcart
 /**
  * Get list of methods, priorities and interfaces for the resources
  *
  * @return array
  */
 protected static function getResourcesSchema()
 {
     $schema = parent::getResourcesSchema();
     $schema[] = array('getThemeTweakerCustomFiles', 1000, 'custom');
     return $schema;
 }