@@ -101,7 +101,6 @@ discard block |
||
101 | 101 | /** |
102 | 102 | * Get initial content |
103 | 103 | * |
104 | - * @param bool $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat |
|
105 | 104 | * @return string |
106 | 105 | */ |
107 | 106 | function getValue() { |
@@ -130,7 +129,7 @@ discard block |
||
130 | 129 | /** |
131 | 130 | * prepare HTML for output |
132 | 131 | * |
133 | - * @return sting HTML |
|
132 | + * @return string HTML |
|
134 | 133 | */ |
135 | 134 | function render() |
136 | 135 | { |
@@ -126,7 +126,6 @@ discard block |
||
126 | 126 | /** |
127 | 127 | * Get initial content |
128 | 128 | * |
129 | - * @param bool $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat |
|
130 | 129 | * @return string |
131 | 130 | */ |
132 | 131 | function getValue() { |
@@ -153,7 +152,7 @@ discard block |
||
153 | 152 | /** |
154 | 153 | * prepare HTML for output |
155 | 154 | * |
156 | - * @return sting HTML |
|
155 | + * @return string HTML |
|
157 | 156 | */ |
158 | 157 | function render() |
159 | 158 | { |
@@ -92,7 +92,6 @@ discard block |
||
92 | 92 | /** |
93 | 93 | * Get initial content |
94 | 94 | * |
95 | - * @param bool $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat |
|
96 | 95 | * @return string |
97 | 96 | */ |
98 | 97 | function getValue() { |
@@ -119,7 +118,7 @@ discard block |
||
119 | 118 | /** |
120 | 119 | * prepare HTML for output |
121 | 120 | * |
122 | - * @return sting HTML |
|
121 | + * @return string HTML |
|
123 | 122 | */ |
124 | 123 | function render() |
125 | 124 | { |
@@ -92,7 +92,6 @@ discard block |
||
92 | 92 | /** |
93 | 93 | * Get initial content |
94 | 94 | * |
95 | - * @param bool $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat |
|
96 | 95 | * @return string |
97 | 96 | */ |
98 | 97 | function getValue() { |
@@ -119,7 +118,7 @@ discard block |
||
119 | 118 | /** |
120 | 119 | * prepare HTML for output |
121 | 120 | * |
122 | - * @return sting HTML |
|
121 | + * @return string HTML |
|
123 | 122 | */ |
124 | 123 | function render() |
125 | 124 | { |
@@ -105,7 +105,6 @@ discard block |
||
105 | 105 | /** |
106 | 106 | * Get initial content |
107 | 107 | * |
108 | - * @param bool $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat |
|
109 | 108 | * @return string |
110 | 109 | */ |
111 | 110 | function getValue() { |
@@ -134,7 +133,7 @@ discard block |
||
134 | 133 | /** |
135 | 134 | * prepare HTML for output |
136 | 135 | * |
137 | - * @return sting HTML |
|
136 | + * @return string HTML |
|
138 | 137 | */ |
139 | 138 | function render() |
140 | 139 | { |
@@ -105,7 +105,6 @@ discard block |
||
105 | 105 | /** |
106 | 106 | * Get initial content |
107 | 107 | * |
108 | - * @param bool $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat |
|
109 | 108 | * @return string |
110 | 109 | */ |
111 | 110 | function getValue() { |
@@ -136,7 +135,7 @@ discard block |
||
136 | 135 | * prepare HTML for output |
137 | 136 | * |
138 | 137 | * @param bool decode content? |
139 | - * @return sting HTML |
|
138 | + * @return string HTML |
|
140 | 139 | */ |
141 | 140 | function render($decode = true) |
142 | 141 | { |
@@ -101,7 +101,6 @@ discard block |
||
101 | 101 | /** |
102 | 102 | * Get initial content |
103 | 103 | * |
104 | - * @param bool $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat |
|
105 | 104 | * @return string |
106 | 105 | */ |
107 | 106 | function getValue() { |
@@ -128,7 +127,7 @@ discard block |
||
128 | 127 | /** |
129 | 128 | * prepare HTML for output |
130 | 129 | * |
131 | - * @return sting HTML |
|
130 | + * @return string HTML |
|
132 | 131 | */ |
133 | 132 | function render() |
134 | 133 | { |
@@ -95,7 +95,6 @@ discard block |
||
95 | 95 | /** |
96 | 96 | * Get initial content |
97 | 97 | * |
98 | - * @param bool $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat |
|
99 | 98 | * @return string |
100 | 99 | */ |
101 | 100 | function getValue() { |
@@ -122,7 +121,7 @@ discard block |
||
122 | 121 | /** |
123 | 122 | * prepare HTML for output |
124 | 123 | * |
125 | - * @return sting HTML |
|
124 | + * @return string HTML |
|
126 | 125 | */ |
127 | 126 | function render() |
128 | 127 | { |
@@ -88,7 +88,6 @@ discard block |
||
88 | 88 | /** |
89 | 89 | * Get initial content |
90 | 90 | * |
91 | - * @param bool $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat |
|
92 | 91 | * @return string |
93 | 92 | */ |
94 | 93 | function getValue() { |
@@ -115,7 +114,7 @@ discard block |
||
115 | 114 | /** |
116 | 115 | * prepare HTML for output |
117 | 116 | * |
118 | - * @return sting HTML |
|
117 | + * @return string HTML |
|
119 | 118 | */ |
120 | 119 | function render() |
121 | 120 | { |