blob: 1ad1cc013652ce4e8be85823382af9ab77195a0a [file] [log] [blame]
<?php
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
class GadgetSpec {
/**
* MD5 checksum of the xml's content
*
* @var string
*/
public $checksum;
// Basic and extended ModulePrefs attributes
public $title;
public $author;
public $authorEmail;
public $description;
public $directoryTitle;
public $screenshot;
public $thumbnail;
public $titleUrl;
public $authorAffiliation;
public $authorLocation;
public $authorPhoto;
public $authorAboutme;
public $authorQuote;
public $authorLink;
public $showStats;
public $showInDirectory;
public $string;
public $width;
public $height;
public $category;
public $category2;
public $singleton;
public $renderInline;
public $scaling;
public $scrolling;
public $preloads;
public $locales;
public $icon;
public $optionalFeatures;
public $requiredFeatures;
public $links;
public $userPrefs;
public $rewrite = null;
public $oauth = null;
// used to track os-templating
public $templatesRequireLibraries = false;
public $templatesDisableAutoProcessing = false;
}