Unused method: setCommonFunctions()
This commit is contained in:
parent
a3a366a353
commit
03f34c4ef0
@ -93,19 +93,6 @@ class PMA_DbSearch
|
||||
$this->_setSearchParams();
|
||||
}
|
||||
|
||||
/**
|
||||
* Set CommmonFunctions
|
||||
*
|
||||
* @param PMA_CommonFunctions $commonFunctions
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setCommonFunctions(PMA_CommonFunctions $commonFunctions)
|
||||
{
|
||||
$this->_common_functions = $commonFunctions;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get CommmonFunctions
|
||||
*
|
||||
|
||||
@ -40,20 +40,6 @@ class PMA_Menu
|
||||
|
||||
private $_common_functions;
|
||||
|
||||
|
||||
/**
|
||||
* Set CommmonFunctions
|
||||
*
|
||||
* @param PMA_CommonFunctions $commonFunctions
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setCommonFunctions(PMA_CommonFunctions $commonFunctions)
|
||||
{
|
||||
$this->_common_functions = $commonFunctions;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get CommmonFunctions
|
||||
*
|
||||
|
||||
@ -68,20 +68,6 @@ class PMA_Table
|
||||
|
||||
private $_common_functions;
|
||||
|
||||
|
||||
/**
|
||||
* Set CommmonFunctions
|
||||
*
|
||||
* @param PMA_CommonFunctions $commonFunctions
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setCommonFunctions(PMA_CommonFunctions $commonFunctions)
|
||||
{
|
||||
$this->_common_functions = $commonFunctions;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get CommmonFunctions
|
||||
*
|
||||
|
||||
@ -83,20 +83,6 @@ class PMA_TableSearch
|
||||
|
||||
private $_common_functions;
|
||||
|
||||
|
||||
/**
|
||||
* Set CommmonFunctions
|
||||
*
|
||||
* @param PMA_CommonFunctions $commonFunctions
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setCommonFunctions(PMA_CommonFunctions $commonFunctions)
|
||||
{
|
||||
$this->_common_functions = $commonFunctions;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get CommmonFunctions
|
||||
*
|
||||
|
||||
@ -37,19 +37,6 @@ class PMA_Schema_PDF extends PMA_PDF
|
||||
private $_ff = PMA_PDF_FONT;
|
||||
private $_common_functions;
|
||||
|
||||
/**
|
||||
* Set CommmonFunctions
|
||||
*
|
||||
* @param PMA_CommonFunctions $commonFunctions
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setCommonFunctions(PMA_CommonFunctions $commonFunctions)
|
||||
{
|
||||
$this->_common_functions = $commonFunctions;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get CommmonFunctions
|
||||
*
|
||||
@ -406,19 +393,6 @@ class Table_Stats
|
||||
private $_ff = PMA_PDF_FONT;
|
||||
private $_common_functions;
|
||||
|
||||
/**
|
||||
* Set CommmonFunctions
|
||||
*
|
||||
* @param PMA_CommonFunctions $commonFunctions
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setCommonFunctions(PMA_CommonFunctions $commonFunctions)
|
||||
{
|
||||
$this->_common_functions = $commonFunctions;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get CommmonFunctions
|
||||
*
|
||||
|
||||
@ -25,20 +25,6 @@ class PMA_User_Schema
|
||||
public $action;
|
||||
private $_common_functions;
|
||||
|
||||
|
||||
/**
|
||||
* Set CommmonFunctions
|
||||
*
|
||||
* @param PMA_CommonFunctions $commonFunctions
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setCommonFunctions(PMA_CommonFunctions $commonFunctions)
|
||||
{
|
||||
$this->_common_functions = $commonFunctions;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get CommmonFunctions
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user