-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
101 additions
and
79 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,15 +24,15 @@ | |
use enrol_wallet\util\offers; | ||
|
||
/** | ||
* Class balance_op | ||
* Class offers form. | ||
* | ||
* @package enrol_wallet | ||
* @copyright 2024 2024, Mohammad Farouk <[email protected]> | ||
* @copyright 2024 Mohammad Farouk <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class offers_form extends external_api { | ||
/** | ||
* Returns description of get_balance_details() parameters | ||
* Returns description of get_form_fragment() parameters | ||
* | ||
* @return external_function_parameters | ||
*/ | ||
|
@@ -45,7 +45,7 @@ public static function get_form_fragment_parameters() { | |
} | ||
|
||
/** | ||
* Returns the balance details for a single user. | ||
* Return an html fragment of form elements used in offers editing. | ||
* | ||
* @param string $type | ||
* @param int $increment | ||
|
@@ -65,7 +65,7 @@ public static function get_form_fragment($type, $increment, $courseid) { | |
} | ||
|
||
/** | ||
* Returns description of get_balance_details() result value. | ||
* Returns description of get_form_fragment() result value. | ||
* | ||
* @return external_description | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.