* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
*/
class AdminerDumpZip {
- /** @var string @access protected */
+ /** @access protected */
var $filename;
function dumpOutput() {
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
*/
class AdminerEditCalendar {
- /** @var string @access protected */
+ /** @access protected */
var $prepend, $langPath;
/**
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
*/
class AdminerEmailTable {
- /** @var string @access protected */
+ /** @access protected */
var $table, $id, $title, $subject, $message;
/**
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
*/
class AdminerFileUpload {
- /** @var string @access protected */
+ /** @access protected */
var $uploadPath, $displayPath;
/**
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
*/
class AdminerFrames {
- /** @var bool @access protected */
+ /** @access protected */
var $sameOrigin;
/**
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
*/
class AdminerLoginServers {
- /** @var array @access protected */
- var $servers;
-
- /** @var string @access protected */
- var $driver;
+ /** @access protected */
+ var $servers, $driver;
/** Set supported servers
* @param array array($domain) or array($domain => $description) or array($category => array())
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
*/
class AdminerLoginTable {
- /** @var string @access protected */
+ /** @access protected */
var $database;
/** Set database of login table
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
*/
class AdminerPlugin extends Adminer {
- /** @var array @access protected */
+ /** @access protected */
var $plugins;
function _findRootClass($class) { // is_subclass_of(string, string) is available since PHP 5.0.3
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
*/
class AdminerSlugify {
- /** @var string @access protected */
+ /** @access protected */
var $from, $to;
/**
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
*/
class AdminerSqlLog {
- /** @var string @access protected */
+ /** @access protected */
var $filename;
/**
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
*/
class AdminerTinymce {
- /** @var string @access protected */
+ /** @access protected */
var $path;
/**
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
*/
class AdminerWymeditor {
- /** @var array @access protected */
- var $scripts;
-
- /** @var string @access protected */
- var $options;
+ /** @access protected */
+ var $scripts, $options;
/**
* @param array