diff --git a/app/lib/phast/RenderEventArgs.inc.php b/app/lib/phast/RenderEventArgs.inc.php index 80d2abe..d8a76ab 100644 --- a/app/lib/phast/RenderEventArgs.inc.php +++ b/app/lib/phast/RenderEventArgs.inc.php @@ -8,6 +8,11 @@ * @var RenderMode */ public $RenderMode; + /** + * Set to true to prevent default rendering, but continue master page rendering. + * @var bool + */ + public $Handled; /** * Creates a new instance of RenderingEventArgs with the specified renderMode.