Made Page.evaluate() public so it can be used by twig, plugins etc.

This commit is contained in:
Andy Miller
2015-12-03 13:44:25 -07:00
parent 23a9a73600
commit b80ed731b0

View File

@@ -1951,7 +1951,7 @@ class Page
* @return mixed
* @internal
*/
protected function evaluate($value)
public function evaluate($value)
{
// Parse command.
if (is_string($value)) {