* [ADD] Added plugin controller

* [MOD] Code refactoring
* [FIX] Bugfixes
This commit is contained in:
nuxsmin
2018-03-06 14:21:45 +01:00
committed by Rubén D
parent 53aba99af1
commit 435bf3b810
46 changed files with 925 additions and 382 deletions

View File

@@ -60,7 +60,6 @@ class AccessManagerController extends ControllerBase
/**
* @throws \Psr\Container\ContainerExceptionInterface
* @throws \Psr\Container\NotFoundExceptionInterface
* @throws \SP\Core\Dic\ContainerException
*/
public function indexAction()
{
@@ -72,7 +71,6 @@ class AccessManagerController extends ControllerBase
*
* @throws \Psr\Container\ContainerExceptionInterface
* @throws \Psr\Container\NotFoundExceptionInterface
* @throws \SP\Core\Dic\ContainerException
*/
protected function getGridTabs()
{
@@ -115,7 +113,6 @@ class AccessManagerController extends ControllerBase
* @return \SP\Html\DataGrid\DataGridTab
* @throws \Psr\Container\ContainerExceptionInterface
* @throws \Psr\Container\NotFoundExceptionInterface
* @throws \SP\Core\Dic\ContainerException
*/
protected function getUsersList()
{
@@ -129,7 +126,6 @@ class AccessManagerController extends ControllerBase
* @return \SP\Html\DataGrid\DataGridTab
* @throws \Psr\Container\ContainerExceptionInterface
* @throws \Psr\Container\NotFoundExceptionInterface
* @throws \SP\Core\Dic\ContainerException
*/
protected function getUsersGroupList()
{
@@ -142,7 +138,6 @@ class AccessManagerController extends ControllerBase
* @return \SP\Html\DataGrid\DataGridTab
* @throws \Psr\Container\ContainerExceptionInterface
* @throws \Psr\Container\NotFoundExceptionInterface
* @throws \SP\Core\Dic\ContainerException
*/
protected function getUsersProfileList()
{
@@ -155,7 +150,6 @@ class AccessManagerController extends ControllerBase
* @return \SP\Html\DataGrid\DataGridTab
* @throws \Psr\Container\ContainerExceptionInterface
* @throws \Psr\Container\NotFoundExceptionInterface
* @throws \SP\Core\Dic\ContainerException
*/
protected function getApiTokensList()
{
@@ -168,7 +162,6 @@ class AccessManagerController extends ControllerBase
* @return \SP\Html\DataGrid\DataGridTab
* @throws \Psr\Container\ContainerExceptionInterface
* @throws \Psr\Container\NotFoundExceptionInterface
* @throws \SP\Core\Dic\ContainerException
*/
protected function getPublicLinksList()
{