Add docs for constructor
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 1 Apr 2013 16:54:07 +0000 (18:54 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 1 Apr 2013 16:54:07 +0000 (18:54 +0200)
Change-Id: I976dc8fc8a3736aaa7964cedb8e9470eacf5fda0

includes/actions/RawAction.php

index f8209e6..23db874 100644 (file)
@@ -251,6 +251,10 @@ class RawAction extends FormlessAction {
 class RawPage extends RawAction {
        public $mOldId;
 
+       /**
+        * @param Page $page
+        * @param WebRequest|bool $request The WebRequest (default: false).
+        */
        function __construct( Page $page, $request = false ) {
                wfDeprecated( __CLASS__, '1.19' );
                parent::__construct( $page );