rfe #854911 [interface] Grey out non applicable actions in structure

This commit is contained in:
Marc Delisle
2010-01-21 21:29:10 +00:00
parent 1a6e594442
commit be348f66cc
3 changed files with 23 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* holds the datasbe index class
* holds the database index class
*
* @version $Id$
* @package phpMyAdmin
@@ -308,6 +308,11 @@ class PMA_Index
return $this->_type;
}
public function getChoice()
{
return $this->_choice;
}
/**
* Return a list of all index choices
*