Autocreated docs for new classes.
[davical.git] / docs / api / davical / FakeSession.html
blobed1dedf9a8344306b90c09cdc7447a6f1c1d96d7
2 Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
3 <?xml version="1.0" encoding="iso-8859-1"?>
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7 <!-- template designed by Marco Von Ballmoos -->
8 <title>Docs For Class FakeSession</title>
9 <link rel="stylesheet" href="../media/stylesheet.css" />
10 <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
11 </head>
12 <body>
13 <div class="page-body">
14 <h2 class="class-name"><img src="../media/images/Class_logo.png"
15 alt=" Class"
16 title=" Class"
17 style="vertical-align: middle"> FakeSession</h2>
19 <a name="sec-description"></a>
20 <div class="info-box">
21 <div class="info-box-title">Description</div>
22 <div class="nav-bar">
23 <span class="disabled">Description</span> |
24 <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
26 </div>
27 <div class="info-box-body">
28 <!-- ========== Info from phpDoc block ========= -->
29 <p class="short-description">Sometimes we need a fake session when we are using the DAViCal libraries from a script POV.</p>
30 <p class="description"><p>This FakeSession grants complete privileges and access - normally what you want, in a script context - so you should know what you're doing and why you're using it.</p></p>
31 <ul class="tags">
32 <li><span class="field">author:</span> karora</li>
33 </ul>
34 <p class="notes">
35 Located in <a class="field" href="_inc---FakeSession.php.html">/inc/FakeSession.php</a> (line <span class="field">12</span>)
36 </p>
39 <pre></pre>
41 </div>
42 </div>
47 <a name="sec-method-summary"></a>
48 <div class="info-box">
49 <div class="info-box-title">Method Summary</span></div>
50 <div class="nav-bar">
51 <a href="#sec-description">Description</a> |
52 <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
53 </div>
54 <div class="info-box-body">
55 <div class="method-summary">
56 <div class="method-definition">
57 <img src="../media/images/Constructor.png" alt=" "/>
58 <span class="method-result">FakeSession</span>
59 <a href="#__construct" title="details" class="method-name">__construct</a>
60 (<span class="var-type"></span>&nbsp;<span class="var-name">$user_no</span>)
61 </div>
62 <div class="method-definition">
63 <img src="../media/images/Method.png" alt=" "/>
64 <span class="method-result">void</span>
65 <a href="#AllowedTo" title="details" class="method-name">AllowedTo</a>
66 (<span class="var-type"></span>&nbsp;<span class="var-name">$do_something</span>)
67 </div>
68 </div>
69 </div>
70 </div>
73 <a name="sec-methods"></a>
74 <div class="info-box">
75 <div class="info-box-title">Methods</div>
76 <div class="nav-bar">
77 <a href="#sec-description">Description</a> |
78 <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
80 </div>
81 <div class="info-box-body">
83 Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
85 Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
86 <A NAME='method_detail'></A>
87 <a name="method__construct" id="__construct"><!-- --></a>
88 <div class="evenrow">
90 <div class="method-header">
91 <img src="../media/images/Constructor.png" />
92 <span class="method-title">Constructor __construct</span> (line <span class="line-number">14</span>)
93 </div>
95 <!-- ========== Info from phpDoc block ========= -->
97 <div class="method-signature">
98 <span class="method-result">FakeSession</span>
99 <span class="method-name">
100 __construct
101 </span>
102 (<span class="var-type"></span>&nbsp;<span class="var-name">$user_no</span>)
103 </div>
105 <ul class="parameters">
106 <li>
107 <span class="var-type"></span>
108 <span class="var-name">$user_no</span> </li>
109 </ul>
112 </div>
113 <a name="methodAllowedTo" id="AllowedTo"><!-- --></a>
114 <div class="oddrow">
116 <div class="method-header">
117 <img src="../media/images/Method.png" />
118 <span class="method-title">AllowedTo</span> (line <span class="line-number">35</span>)
119 </div>
121 <!-- ========== Info from phpDoc block ========= -->
123 <div class="method-signature">
124 <span class="method-result">void</span>
125 <span class="method-name">
126 AllowedTo
127 </span>
128 (<span class="var-type"></span>&nbsp;<span class="var-name">$do_something</span>)
129 </div>
131 <ul class="parameters">
132 <li>
133 <span class="var-type"></span>
134 <span class="var-name">$do_something</span> </li>
135 </ul>
138 </div>
140 </div>
141 </div>
145 Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
146 <p class="notes" id="credit">
147 Documentation generated on Sun, 08 Jul 2012 12:53:49 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
148 </p>
149 </div></body>
150 </html>