
########
Activity
########


_GetParams()
============


Gets the params of an admin interface submit.


.. code-block:: perl

     my %GetParams = $Self->_GetParams();


Returns:


.. code-block:: perl

     my %GetParams = (
         String => 1,
         ...
     );



