Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mahagr committed May 18, 2017
2 parents bf687e6 + f3cecd8 commit 4b14a0d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions system/src/Grav/Common/Grav.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@

class Grav extends Container
{
/**
* @var string Processed output for the page.
*/
public $output;

/** @var static The singleton instance */
/**
* @var static The singleton instance
*/
protected static $instance;

/**
Expand Down Expand Up @@ -64,7 +70,9 @@ class Grav extends Container
'renderProcessor' => 'Grav\Common\Processors\RenderProcessor',
];

/** @var array All processors that are processed in $this->process() */
/**
* @var array All processors that are processed in $this->process()
*/
protected $processors = [
'siteSetupProcessor',
'configurationProcessor',
Expand Down

0 comments on commit 4b14a0d

Please sign in to comment.