@@ -80,7 +80,7 @@ <h1>Class vodka</h1>
80
80
< b > Author:</ b >
81
81
deseven< br >
82
82
< b > Version:</ b >
83
- 1.0.0 < br >
83
+ 1.0.1 < br >
84
84
< b > Link:</ b >
85
85
< a href ="https://github.com/deseven/vodka "> https://github.com/deseven/vodka</ a > < br >
86
86
< b > Located at</ b > < a href ="source-class-vodka.html#3-600 " title ="Go to source code "> </ a >
@@ -103,7 +103,7 @@ <h1>Class vodka</h1>
103
103
104
104
< td class ="name "> < div >
105
105
< a class ="anchor " href ="#___construct "> #</ a >
106
- < code > < a href ="source-class-vodka.html#83-256 " title ="Go to source code "> __construct</ a > ( < span > array < var > $params</ var > </ span > )</ code >
106
+ < code > < a href ="source-class-vodka.html#88-261 " title ="Go to source code "> __construct</ a > ( < span > array < var > $params</ var > </ span > )</ code >
107
107
108
108
< div class ="description short ">
109
109
< p > Engine initialization.</ p >
@@ -144,7 +144,7 @@ <h4>Returns</h4>
144
144
145
145
< td class ="name "> < div >
146
146
< a class ="anchor " href ="#_getStartTime "> #</ a >
147
- < code > < a href ="source-class-vodka.html#258-265 " title ="Go to source code "> getStartTime</ a > ( )</ code >
147
+ < code > < a href ="source-class-vodka.html#263-270 " title ="Go to source code "> getStartTime</ a > ( )</ code >
148
148
149
149
< div class ="description short ">
150
150
< p > Return vodka start time.</ p >
@@ -178,7 +178,7 @@ <h4>Returns</h4>
178
178
179
179
< td class ="name "> < div >
180
180
< a class ="anchor " href ="#_loadTemplate "> #</ a >
181
- < code > < a href ="source-class-vodka.html#267-293 " title ="Go to source code "> loadTemplate</ a > ( < span > string < var > $name</ var > </ span > )</ code >
181
+ < code > < a href ="source-class-vodka.html#272-298 " title ="Go to source code "> loadTemplate</ a > ( < span > string < var > $name</ var > </ span > )</ code >
182
182
183
183
< div class ="description short ">
184
184
< p > Loads template by its name.</ p >
@@ -217,7 +217,7 @@ <h4>Returns</h4>
217
217
218
218
< td class ="name "> < div >
219
219
< a class ="anchor " href ="#_getPageByName "> #</ a >
220
- < code > < a href ="source-class-vodka.html#295-315 " title ="Go to source code "> getPageByName</ a > ( < span > string < var > $name</ var > </ span > )</ code >
220
+ < code > < a href ="source-class-vodka.html#300-320 " title ="Go to source code "> getPageByName</ a > ( < span > string < var > $name</ var > </ span > )</ code >
221
221
222
222
< div class ="description short ">
223
223
< p > Returns page by its name or alias.</ p >
@@ -256,7 +256,7 @@ <h4>Returns</h4>
256
256
257
257
< td class ="name "> < div >
258
258
< a class ="anchor " href ="#_getCurrentPage "> #</ a >
259
- < code > < a href ="source-class-vodka.html#317-363 " title ="Go to source code "> getCurrentPage</ a > ( )</ code >
259
+ < code > < a href ="source-class-vodka.html#322-368 " title ="Go to source code "> getCurrentPage</ a > ( )</ code >
260
260
261
261
< div class ="description short ">
262
262
< p > Returns current page.</ p >
@@ -290,7 +290,7 @@ <h4>Returns</h4>
290
290
291
291
< td class ="name "> < div >
292
292
< a class ="anchor " href ="#_loadCurrentPage "> #</ a >
293
- < code > < a href ="source-class-vodka.html#365-372 " title ="Go to source code "> loadCurrentPage</ a > ( )</ code >
293
+ < code > < a href ="source-class-vodka.html#370-377 " title ="Go to source code "> loadCurrentPage</ a > ( )</ code >
294
294
295
295
< div class ="description short ">
296
296
< p > Loads current page.</ p >
@@ -324,7 +324,7 @@ <h4>Returns</h4>
324
324
325
325
< td class ="name "> < div >
326
326
< a class ="anchor " href ="#_loadPage "> #</ a >
327
- < code > < a href ="source-class-vodka.html#374-402 " title ="Go to source code "> loadPage</ a > ( < span > mixed < var > $page</ var > </ span > )</ code >
327
+ < code > < a href ="source-class-vodka.html#379-407 " title ="Go to source code "> loadPage</ a > ( < span > mixed < var > $page</ var > </ span > )</ code >
328
328
329
329
< div class ="description short ">
330
330
< p > Loads specified page.</ p >
@@ -356,14 +356,14 @@ <h4>Returns</h4>
356
356
< td class ="attributes "> < code >
357
357
public
358
358
359
- string
359
+ mixed
360
360
361
361
</ code >
362
362
</ td >
363
363
364
364
< td class ="name "> < div >
365
365
< a class ="anchor " href ="#_getPageURL "> #</ a >
366
- < code > < a href ="source-class-vodka.html#404 -424 " title ="Go to source code "> getPageURL</ a > ( < span > mixed < var > $page</ var > </ span > )</ code >
366
+ < code > < a href ="source-class-vodka.html#409 -424 " title ="Go to source code "> getPageURL</ a > ( < span > mixed < var > $page</ var > </ span > )</ code >
367
367
368
368
< div class ="description short ">
369
369
< p > Get specified page url.</ p >
@@ -381,7 +381,7 @@ <h4>Parameters</h4>
381
381
382
382
< h4 > Returns</ h4 >
383
383
< div class ="list ">
384
- string < br > $url Canonical URL of the page.
384
+ mixed < br > < code > string </ code > with canonical URL of the page or < code > false </ code > .
385
385
</ div >
386
386
387
387
@@ -659,7 +659,7 @@ <h4>Example</h4>
659
659
< td class ="value ">
660
660
< div >
661
661
< a href ="#ver " class ="anchor "> #</ a >
662
- < code > < span class ="php-quote "> '1.0.0 '</ span > </ code >
662
+ < code > < span class ="php-quote "> '1.0.1 '</ span > </ code >
663
663
</ div >
664
664
</ td >
665
665
</ tr >
@@ -683,7 +683,7 @@ <h4>Example</h4>
683
683
< td class ="value ">
684
684
< div >
685
685
< a href ="#rev " class ="anchor "> #</ a >
686
- < code > < span class ="php-num "> 100 </ span > </ code >
686
+ < code > < span class ="php-num "> 101 </ span > </ code >
687
687
</ div >
688
688
</ td >
689
689
</ tr >
0 commit comments