Browse Source

Deprecate $autoRender property.

Robert Pustułka 8 years ago
parent
commit
c8f5aff1e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Controller/Controller.php

+ 1 - 0
src/Controller/Controller.php

@@ -163,6 +163,7 @@ class Controller implements EventListenerInterface, EventDispatcherInterface
      * after action logic.
      *
      * @var bool
+     * @deprecated 3.5.0 Use enableAutoRender()/disableAutoRender() and isAutoRenderEnabled() instead.
      */
     protected $autoRender = true;