X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FPage%2FBasic.php;h=d0632397c490d9bd69fc6d93c9924c3ce2328c4a;hb=fd31fa4c65b766d62df21f578772960955322576;hp=710a405cfebd570fc157fd779e3469b4034cba25;hpb=92acaa1fb69320167d4be85b303b7ff06529d842;p=civicrm-core.git diff --git a/CRM/Core/Page/Basic.php b/CRM/Core/Page/Basic.php index 710a405cfe..d0632397c4 100644 --- a/CRM/Core/Page/Basic.php +++ b/CRM/Core/Page/Basic.php @@ -127,9 +127,9 @@ abstract class CRM_Core_Page_Basic extends CRM_Core_Page { * class constructor * * @param string $title title of the page - * @param int $mode mode of the page + * @param int $mode mode of the page * - * @return CRM_Core_Page + * @return \CRM_Core_Page_Basic */ function __construct($title = NULL, $mode = NULL) { parent::__construct($title, $mode); @@ -363,6 +363,9 @@ abstract class CRM_Core_Page_Basic extends CRM_Core_Page { * @param int $mode - what mode for the form ? * @param int $id - id of the entity (for update, view operations) * + * @param bool $imageUpload + * @param bool $pushUserContext + * * @return void */ function edit($mode, $id = NULL, $imageUpload = FALSE, $pushUserContext = TRUE) {