Exemple #1
0
 /**
  * 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;
 }