1 | <?php |
||
20 | class SyntaxHighlighterStrings { |
||
21 | |||
22 | /** |
||
23 | * Alert. |
||
24 | * |
||
25 | * @var string |
||
26 | */ |
||
27 | private $alert; |
||
28 | |||
29 | /** |
||
30 | * Brush not HTML script. |
||
31 | * |
||
32 | * @var string |
||
33 | */ |
||
34 | private $brushNotHtmlScript; |
||
35 | |||
36 | /** |
||
37 | * Copy to clipboard. |
||
38 | * |
||
39 | * @var string |
||
40 | */ |
||
41 | private $copyToClipboard; |
||
42 | |||
43 | /** |
||
44 | * Copy to clipboard confirmation. |
||
45 | * |
||
46 | * @var string |
||
47 | */ |
||
48 | private $copyToClipboardConfirmation; |
||
49 | |||
50 | /** |
||
51 | * Expand source. |
||
52 | * |
||
53 | * @var string |
||
54 | */ |
||
55 | private $expandSource; |
||
56 | |||
57 | /** |
||
58 | * Help. |
||
59 | * |
||
60 | * @var string |
||
61 | */ |
||
62 | private $help; |
||
63 | |||
64 | /** |
||
65 | * No brush. |
||
66 | * |
||
67 | * @var string |
||
68 | */ |
||
69 | private $noBrush; |
||
70 | |||
71 | /** |
||
72 | * Print. |
||
73 | * |
||
74 | * @var string |
||
75 | */ |
||
76 | private $print; |
||
77 | |||
78 | /** |
||
79 | * View source. |
||
80 | * |
||
81 | * @var string |
||
82 | */ |
||
83 | private $viewSource; |
||
84 | |||
85 | /** |
||
86 | * Constructor. |
||
87 | */ |
||
88 | public function __construct() { |
||
99 | |||
100 | /** |
||
101 | * Get the alert. |
||
102 | * |
||
103 | * @return string Returns the alert. |
||
104 | */ |
||
105 | public function getAlert() { |
||
108 | |||
109 | /** |
||
110 | * Get the brush not HTML script. |
||
111 | * |
||
112 | * @return string Returns the brush not HTML script. |
||
113 | */ |
||
114 | public function getBrushNotHtmlScript() { |
||
117 | |||
118 | /** |
||
119 | * Get the copy to clipboard. |
||
120 | * |
||
121 | * @return string Returns the copy to clipboard. |
||
122 | */ |
||
123 | public function getCopyToClipboard() { |
||
126 | |||
127 | /** |
||
128 | * Get the copy to clipboard confirmation. |
||
129 | * |
||
130 | * @return string Returns the copy to clipboard confirmation. |
||
131 | */ |
||
132 | public function getCopyToClipboardConfirmation() { |
||
135 | |||
136 | /** |
||
137 | * Get the expand source. |
||
138 | * |
||
139 | * @return string Returns the expand source. |
||
140 | */ |
||
141 | public function getExpandSource() { |
||
144 | |||
145 | /** |
||
146 | * Get the help. |
||
147 | * |
||
148 | * @return string Returns the help. |
||
149 | */ |
||
150 | public function getHelp() { |
||
153 | |||
154 | /** |
||
155 | * Get the no brush. |
||
156 | * |
||
157 | * @return string Returns the no brush. |
||
158 | */ |
||
159 | public function getNoBrush() { |
||
162 | |||
163 | /** |
||
164 | * Get the print. |
||
165 | * |
||
166 | * @return string Returns the print. |
||
167 | */ |
||
168 | public function getPrint() { |
||
171 | |||
172 | /** |
||
173 | * Get the view source. |
||
174 | * |
||
175 | * @return string Returns the view source. |
||
176 | */ |
||
177 | public function getViewSource() { |
||
180 | |||
181 | /** |
||
182 | * Set the alert. |
||
183 | * |
||
184 | * @param string $alert The alert. |
||
185 | * @return SyntaxHighlighterStrings Returns this strings. |
||
186 | */ |
||
187 | public function setAlert($alert) { |
||
191 | |||
192 | /** |
||
193 | * Set the brush not HTML script. |
||
194 | * |
||
195 | * @param string $brushNotHtmlScript The brush not HTML script. |
||
196 | * @return SyntaxHighlighterStrings Returns this strings. |
||
197 | */ |
||
198 | public function setBrushNotHtmlScript($brushNotHtmlScript) { |
||
202 | |||
203 | /** |
||
204 | * Set the copy to clipboard. |
||
205 | * |
||
206 | * @param string $copyToClipboard The copy to clipboard. |
||
207 | * @return SyntaxHighlighterStrings Returns this strings. |
||
208 | */ |
||
209 | public function setCopyToClipboard($copyToClipboard) { |
||
213 | |||
214 | /** |
||
215 | * Set the copy to clipboard confirmation. |
||
216 | * |
||
217 | * @param string $copyToClipboardConfirmation The copy to clipboard confirmation. |
||
218 | * @return SyntaxHighlighterStrings Returns this strings. |
||
219 | */ |
||
220 | public function setCopyToClipboardConfirmation($copyToClipboardConfirmation) { |
||
224 | |||
225 | /** |
||
226 | * Set the expand source. |
||
227 | * |
||
228 | * @param string $expandSource The expand source. |
||
229 | * @return SyntaxHighlighterStrings Returns this strings. |
||
230 | */ |
||
231 | public function setExpandSource($expandSource) { |
||
235 | |||
236 | /** |
||
237 | * Set the help. |
||
238 | * |
||
239 | * @param string $help The help. |
||
240 | * @return SyntaxHighlighterStrings Returns this strings. |
||
241 | */ |
||
242 | public function setHelp($help) { |
||
246 | |||
247 | /** |
||
248 | * Set the no brush. |
||
249 | * |
||
250 | * @param string $noBrush The no brush. |
||
251 | * @return SyntaxHighlighterStrings Returns this strings. |
||
252 | */ |
||
253 | public function setNoBrush($noBrush) { |
||
257 | |||
258 | /** |
||
259 | * Set the print. |
||
260 | * |
||
261 | * @param string $print The print. |
||
262 | * @return SyntaxHighlighterStrings Returns this strings. |
||
263 | */ |
||
264 | public function setPrint($print) { |
||
268 | |||
269 | /** |
||
270 | * Set the view source. |
||
271 | * |
||
272 | * @param string $viewSource The view source. |
||
273 | * @return SyntaxHighlighterStrings Returns this strings. |
||
274 | */ |
||
275 | public function setViewSource($viewSource) { |
||
279 | } |
||
280 |