PHPdoc
This commit is contained in:
parent
410a98a220
commit
90de70c505
|
@ -1012,7 +1012,7 @@ abstract class baseModule {
|
||||||
* An error message should be printed if the function returns false.
|
* An error message should be printed if the function returns false.
|
||||||
*
|
*
|
||||||
* @param boolean $newAccount new account
|
* @param boolean $newAccount new account
|
||||||
* @return true, if no problems occured
|
* @return boolean true, if no problems occured
|
||||||
*/
|
*/
|
||||||
public function preModifyActions($newAccount) {
|
public function preModifyActions($newAccount) {
|
||||||
return true;
|
return true;
|
||||||
|
@ -1036,7 +1036,7 @@ abstract class baseModule {
|
||||||
* <br>
|
* <br>
|
||||||
* An error message should be printed if the function returns false.
|
* An error message should be printed if the function returns false.
|
||||||
*
|
*
|
||||||
* @return true, if no problems occured
|
* @return boolean true, if no problems occured
|
||||||
*/
|
*/
|
||||||
public function preDeleteActions() {
|
public function preDeleteActions() {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue