@@ -69,12 +69,14 @@ class Filter extends Template
69
69
/**
70
70
* @var bool
71
71
* @deprecated SID is not being used as query parameter anymore.
72
+ * @see storeDirective
72
73
*/
73
74
protected $ _useSessionInUrl = false ;
74
75
75
76
/**
76
77
* @var array
77
78
* @deprecated 101.0.4 Use the new Directive Processor interfaces
79
+ * @see applyModifiers
78
80
*/
79
81
protected $ _modifiers = ['nl2br ' => '' ];
80
82
@@ -281,6 +283,7 @@ public function setUseAbsoluteLinks($flag)
281
283
* @return $this
282
284
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
283
285
* @deprecated SID query parameter is not used in URLs anymore.
286
+ * @see setUseSessionInUrl
284
287
*/
285
288
public function setUseSessionInUrl ($ flag )
286
289
{
@@ -690,6 +693,7 @@ public function varDirective($construction)
690
693
* @param string $default assumed modifier if none present
691
694
* @return array
692
695
* @deprecated 101.0.4 Use the new FilterApplier or Directive Processor interfaces
696
+ * @see explodeModifiers
693
697
*/
694
698
protected function explodeModifiers ($ value , $ default = null )
695
699
{
@@ -709,6 +713,7 @@ protected function explodeModifiers($value, $default = null)
709
713
* @param string $modifiers
710
714
* @return string
711
715
* @deprecated 101.0.4 Use the new FilterApplier or Directive Processor interfaces
716
+ * @see applyModifiers
712
717
*/
713
718
protected function applyModifiers ($ value , $ modifiers )
714
719
{
@@ -738,6 +743,7 @@ protected function applyModifiers($value, $modifiers)
738
743
* @param string $type
739
744
* @return string
740
745
* @deprecated 101.0.4 Use the new FilterApplier or Directive Processor interfaces
746
+ * @see modifierEscape
741
747
*/
742
748
public function modifierEscape ($ value , $ type = 'html ' )
743
749
{
0 commit comments