* [ADD] Finished items manager refactoring. Work in progress.

This commit is contained in:
nuxsmin
2018-01-01 10:12:25 +01:00
parent 2dae243e99
commit 4b332aa01e
66 changed files with 5180 additions and 1052 deletions

View File

@@ -59,7 +59,6 @@ class AccessManagerController extends ControllerBase
/**
* @throws \SP\Core\Exceptions\InvalidArgumentException
* @throws \SP\Core\Exceptions\InvalidClassException
*/
public function indexAction()
{
@@ -70,7 +69,6 @@ class AccessManagerController extends ControllerBase
* Returns a tabbed grid with items
*
* @throws \SP\Core\Exceptions\InvalidArgumentException
* @throws \SP\Core\Exceptions\InvalidClassException
*/
protected function getGridTabs()
{
@@ -150,8 +148,6 @@ class AccessManagerController extends ControllerBase
/**
* Returns public links data tab
*
* @throws \SP\Core\Exceptions\InvalidClassException
*/
protected function getPublicLinksList()
{