| Server IP : 67.43.7.42 / Your IP : 216.73.216.61 Web Server : Apache System : Linux host.isabellascookies.com 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : isabella ( 503) PHP Version : 5.5.38 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/isabella/public_html/constant/docs/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class Ctct\SplClassLoader | Appconnect PHP SDK</title>
<script type="text/javascript" src="resources/combined.js?554516056"></script>
<script type="text/javascript" src="elementlist.js?1423846706"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li class="active"><a href="namespace-Ctct.html">Ctct<span></span></a>
<ul>
<li><a href="namespace-Ctct.Auth.html">Auth</a>
</li>
<li><a href="namespace-Ctct.Components.html">Components<span></span></a>
<ul>
<li><a href="namespace-Ctct.Components.Account.html">Account</a>
</li>
<li><a href="namespace-Ctct.Components.Activities.html">Activities</a>
</li>
<li><a href="namespace-Ctct.Components.Contacts.html">Contacts</a>
</li>
<li><a href="namespace-Ctct.Components.EmailMarketing.html">EmailMarketing</a>
</li>
<li><a href="namespace-Ctct.Components.Tracking.html">Tracking</a>
</li>
</ul></li>
<li><a href="namespace-Ctct.Exceptions.html">Exceptions</a>
</li>
<li><a href="namespace-Ctct.Services.html">Services</a>
</li>
</ul></li>
<li><a href="namespace-PHP.html">PHP</a>
</li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Ctct.ConstantContact.html">ConstantContact</a></li>
<li class="active"><a href="class-Ctct.SplClassLoader.html">SplClassLoader</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="namespace-Ctct.html" title="Summary of Ctct"><span>Namespace</span></a>
</li>
<li class="active">
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="class">
<h1>Class SplClassLoader</h1>
<div class="description">
<p>SplClassLoader implementation that implements the technical interoperability
standards for PHP 5.3 namespaces and class names.</p>
<p><a
href="http://groups.google.com/group/php-standards/web/final-proposal">http://groups.google.com/group/php-standards/web/final-proposal</a><br
/>
// Example which loads classes for the Doctrine Common package in the //
Doctrine\Common namespace. $classLoader = new SplClassLoader('Doctrine\Common',
'/path/to/doctrine'); $classLoader->register();</p>
</div>
<div class="info">
<b>Namespace:</b> <a href="namespace-Ctct.html">Ctct</a><br />
<b>Author:</b>
Jonathan H. Wage <<a
href="mailto:jonwage@gmail.com">jonwage@<!---->gmail.com</a>><br />
<b>Author:</b>
Roman S. Borschel <<a
href="mailto:roman@code-factory.org">roman@<!---->code-factory.org</a>><br />
<b>Author:</b>
Matthew Weier O'Phinney <<a
href="mailto:matthew@zend.com">matthew@<!---->zend.com</a>><br />
<b>Author:</b>
Kris Wallsmith <<a
href="mailto:kris.wallsmith@gmail.com">kris.wallsmith@<!---->gmail.com</a>><br />
<b>Author:</b>
Fabien Potencier <<a
href="mailto:fabien.potencier@symfony-project.org">fabien.potencier@<!---->symfony-project.org</a>><br />
<b>Located at</b> <a href="source-class-Ctct.SplClassLoader.html#5-140" title="Go to source code">Ctct/SplClassLoader.php</a><br />
</div>
<table class="summary" id="methods">
<caption>Methods summary</caption>
<tr data-order="__construct" id="___construct">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#___construct">#</a>
<code><a href="source-class-Ctct.SplClassLoader.html#29-39" title="Go to source code">__construct</a>( <span>string <var>$ns</var> = <span class="php-keyword1">null</span></span>, <span>mixed <var>$includePath</var> = <span class="php-keyword1">null</span></span> )</code>
<div class="description short">
<p>Creates a new <tt>SplClassLoader</tt> that loads classes of the specified
namespace.</p>
</div>
<div class="description detailed hidden">
<p>Creates a new <tt>SplClassLoader</tt> that loads classes of the specified
namespace.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$ns</var></dt>
<dd><code>string</code><br>$ns The namespace to use.</dd>
<dt><var>$includePath</var></dt>
<dd></dd>
</dl></div>
</div>
</div></td>
</tr>
<tr data-order="setNamespaceSeparator" id="_setNamespaceSeparator">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_setNamespaceSeparator">#</a>
<code><a href="source-class-Ctct.SplClassLoader.html#41-49" title="Go to source code">setNamespaceSeparator</a>( <span>string <var>$sep</var></span> )</code>
<div class="description short">
<p>Sets the namespace separator used by classes in the namespace of this class
loader.</p>
</div>
<div class="description detailed hidden">
<p>Sets the namespace separator used by classes in the namespace of this class
loader.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$sep</var></dt>
<dd><code>string</code><br>$sep The separator to use.</dd>
</dl></div>
</div>
</div></td>
</tr>
<tr data-order="getNamespaceSeparator" id="_getNamespaceSeparator">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getNamespaceSeparator">#</a>
<code><a href="source-class-Ctct.SplClassLoader.html#51-59" title="Go to source code">getNamespaceSeparator</a>( )</code>
<div class="description short">
<p>Gets the namespace seperator used by classes in the namespace of this class
loader.</p>
</div>
<div class="description detailed hidden">
<p>Gets the namespace seperator used by classes in the namespace of this class
loader.</p>
</div>
</div></td>
</tr>
<tr data-order="setIncludePath" id="_setIncludePath">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_setIncludePath">#</a>
<code><a href="source-class-Ctct.SplClassLoader.html#61-69" title="Go to source code">setIncludePath</a>( <span>string <var>$includePath</var></span> )</code>
<div class="description short">
<p>Sets the base include path for all class files in the namespace of this class
loader.</p>
</div>
<div class="description detailed hidden">
<p>Sets the base include path for all class files in the namespace of this class
loader.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$includePath</var></dt>
<dd><code>string</code><br>$includePath</dd>
</dl></div>
</div>
</div></td>
</tr>
<tr data-order="getIncludePath" id="_getIncludePath">
<td class="attributes"><code>
public
string
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getIncludePath">#</a>
<code><a href="source-class-Ctct.SplClassLoader.html#71-79" title="Go to source code">getIncludePath</a>( )</code>
<div class="description short">
<p>Gets the base include path for all class files in the namespace of this class
loader.</p>
</div>
<div class="description detailed hidden">
<p>Gets the base include path for all class files in the namespace of this class
loader.</p>
<h4>Returns</h4>
<div class="list">
<code>string</code><br>$includePath<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="setFileExtension" id="_setFileExtension">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_setFileExtension">#</a>
<code><a href="source-class-Ctct.SplClassLoader.html#81-89" title="Go to source code">setFileExtension</a>( <span>string <var>$fileExtension</var></span> )</code>
<div class="description short">
<p>Sets the file extension of class files in the namespace of this class
loader.</p>
</div>
<div class="description detailed hidden">
<p>Sets the file extension of class files in the namespace of this class
loader.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$fileExtension</var></dt>
<dd><code>string</code><br>$fileExtension</dd>
</dl></div>
</div>
</div></td>
</tr>
<tr data-order="getFileExtension" id="_getFileExtension">
<td class="attributes"><code>
public
string
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getFileExtension">#</a>
<code><a href="source-class-Ctct.SplClassLoader.html#91-99" title="Go to source code">getFileExtension</a>( )</code>
<div class="description short">
<p>Gets the file extension of class files in the namespace of this class
loader.</p>
</div>
<div class="description detailed hidden">
<p>Gets the file extension of class files in the namespace of this class
loader.</p>
<h4>Returns</h4>
<div class="list">
<code>string</code><br>$fileExtension<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="register" id="_register">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_register">#</a>
<code><a href="source-class-Ctct.SplClassLoader.html#101-107" title="Go to source code">register</a>( )</code>
<div class="description short">
<p>Installs this class loader on the SPL autoload stack.</p>
</div>
<div class="description detailed hidden">
<p>Installs this class loader on the SPL autoload stack.</p>
</div>
</div></td>
</tr>
<tr data-order="unregister" id="_unregister">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_unregister">#</a>
<code><a href="source-class-Ctct.SplClassLoader.html#109-115" title="Go to source code">unregister</a>( )</code>
<div class="description short">
<p>Uninstalls this class loader from the SPL autoloader stack.</p>
</div>
<div class="description detailed hidden">
<p>Uninstalls this class loader from the SPL autoloader stack.</p>
</div>
</div></td>
</tr>
<tr data-order="loadClass" id="_loadClass">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_loadClass">#</a>
<code><a href="source-class-Ctct.SplClassLoader.html#117-139" title="Go to source code">loadClass</a>( <span>string <var>$className</var></span> )</code>
<div class="description short">
<p>Loads the given class or interface.</p>
</div>
<div class="description detailed hidden">
<p>Loads the given class or interface.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$className</var></dt>
<dd><code>string</code><br>$className The name of the class to load.</dd>
</dl></div>
</div>
</div></td>
</tr>
</table>
</div>
<div id="footer">
Appconnect PHP SDK API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>