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

Commit

Permalink
Adding initial v20.0 code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Carroll committed Dec 2, 2010
0 parents commit dfb69d1
Show file tree
Hide file tree
Showing 167 changed files with 37,582 additions and 0 deletions.
40 changes: 40 additions & 0 deletions apache.html
@@ -0,0 +1,40 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Apache Setup</title>
<link href="css/document.css" rel="stylesheet" type="text/css" />
<link href="css/sforce.css" rel="stylesheet" type="text/css" />
</head>

<body>
<p><a href="http://developer.appexchange.com"><img src="images/adn-blog.gif" width="772" height="136" border="0" /></a></p>
<h2 class="pNewHTMLPage">Apache Setup</h2>
<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>
<hr />
<p><span class="pHeading2">The current version of Apache as this is written is 2.0.55. </span></p>
<h3 class="pHeading2">Installation</h3>
<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>
<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>
<h3 class="pHeading2"> Configure</h3>
<p class="pHeading2">Apache's configuration is captured in the <code class="cCode">C:\Apache Group\Apache2\conf\httpd.conf</code> file. </p>
<p>Turning on PHP 5 Support </p>
Edit the configuration file and add the following entries in the appropriate sections:
<pre class="codebox"># Dynamic Shared Object (DSO) Support
LoadModule php5_module &quot;c:/dev/php5/php5apache2.dll&quot;

# AddType
AddType application/x-httpd-php .php

# Anywhere
PHPIniDir &quot;c:/dev/php5&quot;</pre>
<p>Document Root </p>
<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>
<p class="pHeading2">Restart Apache server to have the changes take effect. </p>
<h3 class="pHeading2">Tips / Troubleshooting</h3>
<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>
<code class="cCode">&lt;?php phpinfo(); ?&gt; </code>
<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>
<p class="pHeading2">&nbsp;</p>
</body>
</html>
250 changes: 250 additions & 0 deletions apidocs/SalesforceSoapClient/AssignmentRuleHeader.html
@@ -0,0 +1,250 @@
<html>
<head>
<title>Docs For Class AssignmentRuleHeader</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>

<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">SalesforceSoapClient</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_SalesforceSoapClient.html" class="menu">class tree: SalesforceSoapClient</a> ]
[ <a href="../elementindex_SalesforceSoapClient.html" class="menu">index: SalesforceSoapClient</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>

<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<b>Packages:</b><br />
<a href="../li_SalesforceSoapClient.html">SalesforceSoapClient</a><br />
<a href="../li_SalesforceTest.html">SalesforceTest</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../SalesforceSoapClient/_soapclient---SforceBaseClient.php.html"> SforceBaseClient.php
</a><br>
<a href="../SalesforceSoapClient/_soapclient---SforceEmail.php.html"> SforceEmail.php
</a><br>
<a href="../SalesforceSoapClient/_soapclient---SforceEnterpriseClient.php.html"> SforceEnterpriseClient.php
</a><br>
<a href="../SalesforceSoapClient/_soapclient---SforceFieldTypes.php.html"> SforceFieldTypes.php
</a><br>
<a href="../SalesforceSoapClient/_soapclient---SforceHeaderOptions.php.html"> SforceHeaderOptions.php
</a><br>
<a href="../SalesforceSoapClient/_soapclient---SforceMetadataClient.php.html"> SforceMetadataClient.php
</a><br>
<a href="../SalesforceSoapClient/_soapclient---SforceMetaObject.php.html"> SforceMetaObject.php
</a><br>
<a href="../SalesforceSoapClient/_soapclient---SforcePartnerClient.php.html"> SforcePartnerClient.php
</a><br>
<a href="../SalesforceSoapClient/_soapclient---SforceProcessRequest.php.html"> SforceProcessRequest.php
</a><br>
</div><br />


<b>Classes:</b><br />
<div class="package">
<a href="../SalesforceSoapClient/AssignmentRuleHeader.html">AssignmentRuleHeader</a><br />
<a href="../SalesforceSoapClient/CallOptions.html">CallOptions</a><br />
<a href="../SalesforceSoapClient/Email.html">Email</a><br />
<a href="../SalesforceSoapClient/EmailHeader.html">EmailHeader</a><br />
<a href="../SalesforceSoapClient/LoginScopeHeader.html">LoginScopeHeader</a><br />
<a href="../SalesforceSoapClient/MassEmailMessage.html">MassEmailMessage</a><br />
<a href="../SalesforceSoapClient/MruHeader.html">MruHeader</a><br />
<a href="../SalesforceSoapClient/ProcessRequest.html">ProcessRequest</a><br />
<a href="../SalesforceSoapClient/ProcessSubmitRequest.html">ProcessSubmitRequest</a><br />
<a href="../SalesforceSoapClient/ProcessWorkitemRequest.html">ProcessWorkitemRequest</a><br />
<a href="../SalesforceSoapClient/QueryOptions.html">QueryOptions</a><br />
<a href="../SalesforceSoapClient/QueryResult.html">QueryResult</a><br />
<a href="../SalesforceSoapClient/SforceBaseClient.html">SforceBaseClient</a><br />
<a href="../SalesforceSoapClient/SforceCustomField.html">SforceCustomField</a><br />
<a href="../SalesforceSoapClient/SforceCustomObject.html">SforceCustomObject</a><br />
<a href="../SalesforceSoapClient/SforceEnterpriseClient.html">SforceEnterpriseClient</a><br />
<a href="../SalesforceSoapClient/SforceMetadataClient.html">SforceMetadataClient</a><br />
<a href="../SalesforceSoapClient/SforcePartnerClient.html">SforcePartnerClient</a><br />
<a href="../SalesforceSoapClient/SingleEmailMessage.html">SingleEmailMessage</a><br />
<a href="../SalesforceSoapClient/SObject.html">SObject</a><br />
<a href="../SalesforceSoapClient/UserTerritoryDeleteHeader.html">UserTerritoryDeleteHeader</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">

<h1>Class: AssignmentRuleHeader</h1>
Source Location: /soapclient/SforceHeaderOptions.php<br /><br />


<table width="100%" border="0">
<tr><td valign="top">

<h3><a href="#class_details">Class Overview</a></h3>
<pre></pre><br />
<div class="description">To be used with Create and Update operations.</div><br /><br />







</td>

<td valign="top">
<h3><a href="#class_vars">Variables</a></h3>
<ul>
<li><a href="../SalesforceSoapClient/AssignmentRuleHeader.html#var$assignmentRuleId">$assignmentRuleId</a></li>
<li><a href="../SalesforceSoapClient/AssignmentRuleHeader.html#var$useDefaultRuleFlag">$useDefaultRuleFlag</a></li>
</ul>
</td>


<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../SalesforceSoapClient/AssignmentRuleHeader.html#method__construct">__construct</a></li>
</ul>
</td>

</tr></table>
<hr />

<table width="100%" border="0"><tr>






</tr></table>
<hr />

<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 52]<br />
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 />
<div class="top">[ <a href="#top">Top</a> ]</div><br />

<hr />
<a name="class_vars"></a>
<h3>Class Variables</h3>
<div class="tags">
<a name="var$assignmentRuleId"></a>
<p></p>
<h4>$assignmentRuleId = <span class="value"></span></h4>
<p>[line 54]</p>
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>

<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$useDefaultRuleFlag"></a>
<p></p>
<h4>$useDefaultRuleFlag = <span class="value"></span></h4>
<p>[line 56]</p>
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>

<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
</div><br />

<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">

<hr />
<a name="method__construct"></a>
<h3>constructor __construct <span class="smalllinenumber">[line 64]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>AssignmentRuleHeader __construct(
[int
$id = NULL], [boolean
$flag = NULL])</code>
</td></tr></table>
</td></tr></table><br />

Constructor. Only one param can be set.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />


<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">int&nbsp;&nbsp;</td>
<td><b>$id</b>&nbsp;&nbsp;</td>
<td>AssignmentRuleId</td>
</tr>
<tr>
<td class="type">boolean&nbsp;&nbsp;</td>
<td><b>$flag</b>&nbsp;&nbsp;</td>
<td>UseDefaultRule flag</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />


<div class="credit">
<hr />
Documentation generated on Fri, 15 Feb 2008 14:42:32 -0800 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.1</a>
</div>
</td></tr></table>
</td>
</tr>
</table>

</body>
</html>

0 comments on commit dfb69d1

Please sign in to comment.