Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit dfb69d1

Browse files
author
Dave Carroll
committed
Adding initial v20.0 code
0 parents  commit dfb69d1

File tree

167 files changed

+37582
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+37582
-0
lines changed

apache.html

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5+
<title>Apache Setup</title>
6+
<link href="css/document.css" rel="stylesheet" type="text/css" />
7+
<link href="css/sforce.css" rel="stylesheet" type="text/css" />
8+
</head>
9+
10+
<body>
11+
<p><a href="http://developer.appexchange.com"><img src="images/adn-blog.gif" width="772" height="136" border="0" /></a></p>
12+
<h2 class="pNewHTMLPage">Apache Setup</h2>
13+
<p class="pNewHTMLPage"><strong><a href="instructions.html">Instructions</a></strong> | <a href="apidocs/index.html">API Docs</a> | <strong>Apache Setup</strong> | <a href="php.html">PHP Setup</a> | <a href="tests.html">Unit Tests</a></p>
14+
<hr />
15+
<p><span class="pHeading2">The current version of Apache as this is written is 2.0.55. </span></p>
16+
<h3 class="pHeading2">Installation</h3>
17+
<p class="pHeading2">You can get the <a href="http://httpd.apache.org/download.cgi">current distribution</a> from the download section of the Apache site.</p>
18+
<p class="pHeading2">This document will assume <code class="cCode">C:\Apache Group\Apache2</code> as your Apache base directory. It will assume <code class="cCode">C:\dev\php5</code> as your PHP base directory. </p>
19+
<h3 class="pHeading2"> Configure</h3>
20+
<p class="pHeading2">Apache's configuration is captured in the <code class="cCode">C:\Apache Group\Apache2\conf\httpd.conf</code> file. </p>
21+
<p>Turning on PHP 5 Support </p>
22+
Edit the configuration file and add the following entries in the appropriate sections:
23+
<pre class="codebox"># Dynamic Shared Object (DSO) Support
24+
LoadModule php5_module &quot;c:/dev/php5/php5apache2.dll&quot;
25+
26+
# AddType
27+
AddType application/x-httpd-php .php
28+
29+
# Anywhere
30+
PHPIniDir &quot;c:/dev/php5&quot;</pre>
31+
<p>Document Root </p>
32+
<p class="pHeading2">Search for &quot;DocumentRoot&quot; to locate the directory for your document root. If you decide to change this, please also change the value of &lt;Directory to match the document root. </p>
33+
<p class="pHeading2">Restart Apache server to have the changes take effect. </p>
34+
<h3 class="pHeading2">Tips / Troubleshooting</h3>
35+
<p>To test whether PHP is properly configured for you web server, create a file, call it phpinfo.php and paste the following in:</p>
36+
<code class="cCode">&lt;?php phpinfo(); ?&gt; </code>
37+
<p class="pHeading2">Copy the file to your document root and access it in your browser by navigating to <code class="cCode">http://localhost:[<em>port</em>]/phpinfo.php</code> where <em class="cCode">port</em> is your http port. You should be presented with a page of PHP information about the current stage of PHP. </p>
38+
<p class="pHeading2">&nbsp;</p>
39+
</body>
40+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,250 @@
1+
<html>
2+
<head>
3+
<title>Docs For Class AssignmentRuleHeader</title>
4+
<link rel="stylesheet" type="text/css" href="../media/style.css">
5+
</head>
6+
<body>
7+
8+
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
9+
<tr>
10+
<td class="header_top">SalesforceSoapClient</td>
11+
</tr>
12+
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
13+
<tr>
14+
<td class="header_menu">
15+
[ <a href="../classtrees_SalesforceSoapClient.html" class="menu">class tree: SalesforceSoapClient</a> ]
16+
[ <a href="../elementindex_SalesforceSoapClient.html" class="menu">index: SalesforceSoapClient</a> ]
17+
[ <a href="../elementindex.html" class="menu">all elements</a> ]
18+
</td>
19+
</tr>
20+
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
21+
</table>
22+
23+
<table width="100%" border="0" cellpadding="0" cellspacing="0">
24+
<tr valign="top">
25+
<td width="200" class="menu">
26+
<b>Packages:</b><br />
27+
<a href="../li_SalesforceSoapClient.html">SalesforceSoapClient</a><br />
28+
<a href="../li_SalesforceTest.html">SalesforceTest</a><br />
29+
<br /><br />
30+
<b>Files:</b><br />
31+
<div class="package">
32+
<a href="../SalesforceSoapClient/_soapclient---SforceBaseClient.php.html"> SforceBaseClient.php
33+
</a><br>
34+
<a href="../SalesforceSoapClient/_soapclient---SforceEmail.php.html"> SforceEmail.php
35+
</a><br>
36+
<a href="../SalesforceSoapClient/_soapclient---SforceEnterpriseClient.php.html"> SforceEnterpriseClient.php
37+
</a><br>
38+
<a href="../SalesforceSoapClient/_soapclient---SforceFieldTypes.php.html"> SforceFieldTypes.php
39+
</a><br>
40+
<a href="../SalesforceSoapClient/_soapclient---SforceHeaderOptions.php.html"> SforceHeaderOptions.php
41+
</a><br>
42+
<a href="../SalesforceSoapClient/_soapclient---SforceMetadataClient.php.html"> SforceMetadataClient.php
43+
</a><br>
44+
<a href="../SalesforceSoapClient/_soapclient---SforceMetaObject.php.html"> SforceMetaObject.php
45+
</a><br>
46+
<a href="../SalesforceSoapClient/_soapclient---SforcePartnerClient.php.html"> SforcePartnerClient.php
47+
</a><br>
48+
<a href="../SalesforceSoapClient/_soapclient---SforceProcessRequest.php.html"> SforceProcessRequest.php
49+
</a><br>
50+
</div><br />
51+
52+
53+
<b>Classes:</b><br />
54+
<div class="package">
55+
<a href="../SalesforceSoapClient/AssignmentRuleHeader.html">AssignmentRuleHeader</a><br />
56+
<a href="../SalesforceSoapClient/CallOptions.html">CallOptions</a><br />
57+
<a href="../SalesforceSoapClient/Email.html">Email</a><br />
58+
<a href="../SalesforceSoapClient/EmailHeader.html">EmailHeader</a><br />
59+
<a href="../SalesforceSoapClient/LoginScopeHeader.html">LoginScopeHeader</a><br />
60+
<a href="../SalesforceSoapClient/MassEmailMessage.html">MassEmailMessage</a><br />
61+
<a href="../SalesforceSoapClient/MruHeader.html">MruHeader</a><br />
62+
<a href="../SalesforceSoapClient/ProcessRequest.html">ProcessRequest</a><br />
63+
<a href="../SalesforceSoapClient/ProcessSubmitRequest.html">ProcessSubmitRequest</a><br />
64+
<a href="../SalesforceSoapClient/ProcessWorkitemRequest.html">ProcessWorkitemRequest</a><br />
65+
<a href="../SalesforceSoapClient/QueryOptions.html">QueryOptions</a><br />
66+
<a href="../SalesforceSoapClient/QueryResult.html">QueryResult</a><br />
67+
<a href="../SalesforceSoapClient/SforceBaseClient.html">SforceBaseClient</a><br />
68+
<a href="../SalesforceSoapClient/SforceCustomField.html">SforceCustomField</a><br />
69+
<a href="../SalesforceSoapClient/SforceCustomObject.html">SforceCustomObject</a><br />
70+
<a href="../SalesforceSoapClient/SforceEnterpriseClient.html">SforceEnterpriseClient</a><br />
71+
<a href="../SalesforceSoapClient/SforceMetadataClient.html">SforceMetadataClient</a><br />
72+
<a href="../SalesforceSoapClient/SforcePartnerClient.html">SforcePartnerClient</a><br />
73+
<a href="../SalesforceSoapClient/SingleEmailMessage.html">SingleEmailMessage</a><br />
74+
<a href="../SalesforceSoapClient/SObject.html">SObject</a><br />
75+
<a href="../SalesforceSoapClient/UserTerritoryDeleteHeader.html">UserTerritoryDeleteHeader</a><br />
76+
</div>
77+
</td>
78+
<td>
79+
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
80+
81+
<h1>Class: AssignmentRuleHeader</h1>
82+
Source Location: /soapclient/SforceHeaderOptions.php<br /><br />
83+
84+
85+
<table width="100%" border="0">
86+
<tr><td valign="top">
87+
88+
<h3><a href="#class_details">Class Overview</a></h3>
89+
<pre></pre><br />
90+
<div class="description">To be used with Create and Update operations.</div><br /><br />
91+
92+
93+
94+
95+
96+
97+
98+
</td>
99+
100+
<td valign="top">
101+
<h3><a href="#class_vars">Variables</a></h3>
102+
<ul>
103+
<li><a href="../SalesforceSoapClient/AssignmentRuleHeader.html#var$assignmentRuleId">$assignmentRuleId</a></li>
104+
<li><a href="../SalesforceSoapClient/AssignmentRuleHeader.html#var$useDefaultRuleFlag">$useDefaultRuleFlag</a></li>
105+
</ul>
106+
</td>
107+
108+
109+
<td valign="top">
110+
<h3><a href="#class_methods">Methods</a></h3>
111+
<ul>
112+
<li><a href="../SalesforceSoapClient/AssignmentRuleHeader.html#method__construct">__construct</a></li>
113+
</ul>
114+
</td>
115+
116+
</tr></table>
117+
<hr />
118+
119+
<table width="100%" border="0"><tr>
120+
121+
122+
123+
124+
125+
126+
</tr></table>
127+
<hr />
128+
129+
<a name="class_details"></a>
130+
<h3>Class Details</h3>
131+
<div class="tags">
132+
[line 52]<br />
133+
To be used with Create and Update operations.<br /><br /><p>Only one attribute can be set at a time.</p><br /></div><br /><br />
134+
<div class="top">[ <a href="#top">Top</a> ]</div><br />
135+
136+
<hr />
137+
<a name="class_vars"></a>
138+
<h3>Class Variables</h3>
139+
<div class="tags">
140+
<a name="var$assignmentRuleId"></a>
141+
<p></p>
142+
<h4>$assignmentRuleId = <span class="value"></span></h4>
143+
<p>[line 54]</p>
144+
<br /><br />
145+
<h4>Tags:</h4>
146+
<div class="tags">
147+
<table border="0" cellspacing="0" cellpadding="0">
148+
<tr>
149+
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
150+
</tr>
151+
</table>
152+
</div>
153+
154+
<br />
155+
<div class="tags">
156+
<table border="0" cellspacing="0" cellpadding="0">
157+
<tr>
158+
<td><b>Type:</b>&nbsp;&nbsp;</td>
159+
<td>mixed</td>
160+
</tr>
161+
</table>
162+
</div><br /><br />
163+
<div class="top">[ <a href="#top">Top</a> ]</div><br />
164+
<a name="var$useDefaultRuleFlag"></a>
165+
<p></p>
166+
<h4>$useDefaultRuleFlag = <span class="value"></span></h4>
167+
<p>[line 56]</p>
168+
<br /><br />
169+
<h4>Tags:</h4>
170+
<div class="tags">
171+
<table border="0" cellspacing="0" cellpadding="0">
172+
<tr>
173+
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
174+
</tr>
175+
</table>
176+
</div>
177+
178+
<br />
179+
<div class="tags">
180+
<table border="0" cellspacing="0" cellpadding="0">
181+
<tr>
182+
<td><b>Type:</b>&nbsp;&nbsp;</td>
183+
<td>mixed</td>
184+
</tr>
185+
</table>
186+
</div><br /><br />
187+
<div class="top">[ <a href="#top">Top</a> ]</div><br />
188+
</div><br />
189+
190+
<hr />
191+
<a name="class_methods"></a>
192+
<h3>Class Methods</h3>
193+
<div class="tags">
194+
195+
<hr />
196+
<a name="method__construct"></a>
197+
<h3>constructor __construct <span class="smalllinenumber">[line 64]</span></h3>
198+
<div class="function">
199+
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
200+
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
201+
<code>AssignmentRuleHeader __construct(
202+
[int
203+
$id = NULL], [boolean
204+
$flag = NULL])</code>
205+
</td></tr></table>
206+
</td></tr></table><br />
207+
208+
Constructor. Only one param can be set.<br /><br /><br /><br />
209+
<h4>Tags:</h4>
210+
<div class="tags">
211+
<table border="0" cellspacing="0" cellpadding="0">
212+
<tr>
213+
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
214+
</tr>
215+
</table>
216+
</div>
217+
<br /><br />
218+
219+
220+
<h4>Parameters:</h4>
221+
<div class="tags">
222+
<table border="0" cellspacing="0" cellpadding="0">
223+
<tr>
224+
<td class="type">int&nbsp;&nbsp;</td>
225+
<td><b>$id</b>&nbsp;&nbsp;</td>
226+
<td>AssignmentRuleId</td>
227+
</tr>
228+
<tr>
229+
<td class="type">boolean&nbsp;&nbsp;</td>
230+
<td><b>$flag</b>&nbsp;&nbsp;</td>
231+
<td>UseDefaultRule flag</td>
232+
</tr>
233+
</table>
234+
</div><br />
235+
<div class="top">[ <a href="#top">Top</a> ]</div>
236+
</div>
237+
</div><br />
238+
239+
240+
<div class="credit">
241+
<hr />
242+
Documentation generated on Fri, 15 Feb 2008 14:42:32 -0800 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.1</a>
243+
</div>
244+
</td></tr></table>
245+
</td>
246+
</tr>
247+
</table>
248+
249+
</body>
250+
</html>

0 commit comments

Comments
 (0)