Merge branch 'wip-MDL-40634-m26' of git://github.com/samhemelryk/moodle
[moodle.git] / lib / outputcomponents.php
index 7109b1d..f29e35b 100644 (file)
@@ -2435,6 +2435,12 @@ class block_contents {
      */
     public $collapsible = self::NOT_HIDEABLE;
 
+    /**
+     * Set this to true if the block is dockable.
+     * @var bool
+     */
+    public $dockable = false;
+
     /**
      * @var array A (possibly empty) array of editing controls. Each element of
      * this array should be an array('url' => $url, 'icon' => $icon, 'caption' => $caption).