コード例 #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;
 }