Fix code style issues.
This commit is contained in:
parent
42c40e8c00
commit
8ff71e277e
5 changed files with 23 additions and 8 deletions
|
@ -280,6 +280,10 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form {
|
|||
/**
|
||||
* Retrieves location types present within the system as options for select
|
||||
* form elements.
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
* @throws \CiviCRM_API3_Exception
|
||||
*/
|
||||
public function getLocationTypes() {
|
||||
$location_types = array();
|
||||
|
@ -296,6 +300,10 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form {
|
|||
/**
|
||||
* Retrieves financial types present within the system as options for select
|
||||
* form elements.
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
* @throws \CiviCRM_API3_Exception
|
||||
*/
|
||||
public function getFinancialTypes() {
|
||||
$financial_types = array();
|
||||
|
@ -313,6 +321,10 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form {
|
|||
/**
|
||||
* Retrieves campaigns present within the system as options for select form
|
||||
* elements.
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
* @throws \CiviCRM_API3_Exception
|
||||
*/
|
||||
public function getGenderOptions() {
|
||||
$genders = array();
|
||||
|
@ -335,6 +347,7 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form {
|
|||
* Retrieves CiviSEPA creditors as options for select form elements.
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
* @throws \CiviCRM_API3_Exception
|
||||
*/
|
||||
public function getSepaCreditors() {
|
||||
|
|
|
@ -132,6 +132,8 @@ class CRM_Twingle_Form_Settings extends CRM_Core_Form {
|
|||
* Get the settings we are going to allow to be set on this form.
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
* @throws \CiviCRM_API3_Exception
|
||||
*/
|
||||
function getFormSettings() {
|
||||
if (empty($this->_settings)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue