method not used externally, thus not needed in interface

This commit is contained in:
Arthur Schiwon 2012-07-24 11:38:56 +02:00
parent d0aebf05bf
commit eefe6882f9
1 changed files with 0 additions and 10 deletions

View File

@ -22,16 +22,6 @@
*/
interface OC_Group_Interface {
/**
* @brief Get all supported actions
* @returns bitwise-or'ed actions
*
* Returns the supported actions as int to be
* compared with OC_USER_BACKEND_CREATE_USER etc.
*/
public function getSupportedActions();
/**
* @brief Check if backend implements actions
* @param $actions bitwise-or'ed actions