X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FTask.php;h=1deb17da0dcd552c2741e9106057196d56946865;hb=1f7e60e955c062eed1e9e72d5c8ee94d9368c7ad;hp=2db1f3be3dde9a415129366f67bf3f243534b762;hpb=1024e1784fb68b8529a77143f5191a60d70837cf;p=civicrm-core.git diff --git a/CRM/Event/Form/Task.php b/CRM/Event/Form/Task.php index 2db1f3be3d..1deb17da0d 100644 --- a/CRM/Event/Form/Task.php +++ b/CRM/Event/Form/Task.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -40,35 +40,35 @@ class CRM_Event_Form_Task extends CRM_Core_Form { /** - * The task being performed + * The task being performed. * * @var int */ protected $_task; /** - * The additional clause that we restrict the search with + * The additional clause that we restrict the search with. * * @var string */ protected $_componentClause = NULL; /** - * The array that holds all the component ids + * The array that holds all the component ids. * * @var array */ protected $_componentIds; /** - * The array that holds all the participant ids + * The array that holds all the participant ids. * * @var array */ protected $_participantIds; /** - * Build all the data structures needed to build the form + * Build all the data structures needed to build the form. * * @param * @@ -139,8 +139,8 @@ class CRM_Event_Form_Task extends CRM_Core_Form { } else { $session->replaceUserContext(CRM_Utils_System::url("civicrm/contact/search/$searchFormName", - $urlParams - )); + $urlParams + )); } } @@ -155,10 +155,11 @@ class CRM_Event_Form_Task extends CRM_Core_Form { } /** - * Simple shell that derived classes can call to add buttons to + * Simple shell that derived classes can call to add buttons to. * the form with a customized title for the main Submit * - * @param string $title title of the main button + * @param string $title + * Title of the main button. * @param string $nextType * @param string $backType * @param bool $submitOnce @@ -179,4 +180,5 @@ class CRM_Event_Form_Task extends CRM_Core_Form { ) ); } + }