-
Notifications
You must be signed in to change notification settings - Fork 559
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28,039 changed files
with
4,832,890 additions
and
1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE html SYSTEM "about:legacy-compat"> | ||
|
||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | ||
<head><!--Google Tag Manager--><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | ||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | ||
j=d.createElement(s),dl=l!='dataLayer'?'%26l='+l:'';j.async=true;j.src= | ||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | ||
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager--> | ||
<title>phpDox - Exception</title> | ||
<link href="../css/style.css" media="screen" rel="stylesheet" type="text/css"/> | ||
<meta content="text/html; charset=utf-8" http-equiv="content-type"/> | ||
</head> | ||
<body><!--Google Tag Manager (noscript)--><noscript><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-MWRD6S" style="display:none;visibility:hidden" width="0"></iframe></noscript><!--End Google Tag Manager (noscript)--> | ||
<nav class="topnav"> | ||
<ul> | ||
<li> | ||
<div class="logo"><span>/**</span>phpDox</div> | ||
</li> | ||
<li class="separator"> | ||
<a href="../index.html">Overview</a> | ||
</li> | ||
<li class="separator"> | ||
<a href="../namespaces.html">Namespaces</a> | ||
</li> | ||
<li> | ||
<a href="../interfaces.html">Interfaces</a> | ||
</li> | ||
<li> | ||
<a href="../classes.html">Classes</a> | ||
</li> | ||
<li class="separator"> | ||
<a href="../source/index.html">Source</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<div id="mainstage"> | ||
<div class="box"> | ||
<ul class="breadcrumb"> | ||
<li> | ||
<a href="../index.html">Overview</a> | ||
</li> | ||
<li class="separator"> | ||
<a href="../classes.html">Classes</a> | ||
</li> | ||
<li class="separator">Exception</li> | ||
</ul> | ||
</div> | ||
<nav class="box"> | ||
<ul> | ||
<li> | ||
<a href="#introduction">Introduction</a> | ||
</li> | ||
<li> | ||
<a href="#synopsis">Synopsis</a> | ||
</li> | ||
<li> | ||
<a href="#members">Members</a> | ||
</li> | ||
<li> | ||
<a href="#methods">Methods</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<section> | ||
<h1 id="introduction"><small>\</small>Exception</h1> | ||
<h4></h4> | ||
<p></p> | ||
<h2 id="synopsis">Synopsis</h2> | ||
<div class="synopsis">class Exception | ||
{<br/><ul class="none"><li>// members</li><li>protected <a href="#members">$message</a>; | ||
</li><li>protected <a href="#members">$code</a>; | ||
</li><li>protected <a href="#members">$file</a>; | ||
</li><li>protected <a href="#members">$line</a>; | ||
</li></ul><ul class="none"><li>// methods</li><li>public void <a href="../classes/Exception/__construct.html" title="Exception">__construct</a>() | ||
</li><li>public final string <a href="../classes/Exception/getMessage.html" title="Exception">getMessage</a>() | ||
</li><li>public final Throwable <a href="../classes/Exception/getPrevious.html" title="Exception">getPrevious</a>() | ||
</li><li>public final mixed <a href="../classes/Exception/getCode.html" title="Exception">getCode</a>() | ||
</li><li>public final string <a href="../classes/Exception/getFile.html" title="Exception">getFile</a>() | ||
</li><li>public final int <a href="../classes/Exception/getLine.html" title="Exception">getLine</a>() | ||
</li><li>public final array <a href="../classes/Exception/getTrace.html" title="Exception">getTrace</a>() | ||
</li><li>public final string <a href="../classes/Exception/getTraceAsString.html" title="Exception">getTraceAsString</a>() | ||
</li><li>public string <a href="../classes/Exception/__toString.html" title="Exception">__toString</a>() | ||
</li><li> final void <a href="../classes/Exception/__clone.html" title="Exception">__clone</a>() | ||
</li></ul> | ||
|
||
}<br/></div> | ||
<h2 id="members">Members</h2> | ||
<div class="styled members"> | ||
<h4>protected</h4> | ||
<ul class="members"> | ||
<li id="code"><strong>$code</strong> | ||
— | ||
int<br/><span class="indent">The exception code</span></li> | ||
<li id="file"><strong>$file</strong> | ||
— | ||
string<br/><span class="indent">The filename where the exception was created</span></li> | ||
<li id="line"><strong>$line</strong> | ||
— | ||
int<br/><span class="indent">The line where the exception was created</span></li> | ||
<li id="message"><strong>$message</strong> | ||
— | ||
string<br/><span class="indent">The exception message</span></li> | ||
</ul> | ||
</div> | ||
<h2 id="methods">Methods</h2> | ||
<div class="styled"> | ||
<h4>public</h4> | ||
<ul> | ||
<li id="__construct"><a href="../classes/Exception/__construct.html" title="Exception">__construct()</a> | ||
— Construct the exception</li> | ||
<li id="__toString"><a href="../classes/Exception/__toString.html" title="Exception">__toString()</a> | ||
— String representation of the exception</li> | ||
<li id="getCode"><a href="../classes/Exception/getCode.html" title="Exception">getCode()</a> | ||
— Gets the Exception code</li> | ||
<li id="getFile"><a href="../classes/Exception/getFile.html" title="Exception">getFile()</a> | ||
— Gets the file in which the exception was created</li> | ||
<li id="getLine"><a href="../classes/Exception/getLine.html" title="Exception">getLine()</a> | ||
— Gets the line in which the exception was created</li> | ||
<li id="getMessage"><a href="../classes/Exception/getMessage.html" title="Exception">getMessage()</a> | ||
— Gets the Exception message</li> | ||
<li id="getPrevious"><a href="../classes/Exception/getPrevious.html" title="Exception">getPrevious()</a> | ||
— Returns previous Exception</li> | ||
<li id="getTrace"><a href="../classes/Exception/getTrace.html" title="Exception">getTrace()</a> | ||
— Gets the stack trace</li> | ||
<li id="getTraceAsString"><a href="../classes/Exception/getTraceAsString.html" title="Exception">getTraceAsString()</a> | ||
— Gets the stack trace as a string</li> | ||
</ul> | ||
</div> | ||
</section> | ||
</div> | ||
<footer> | ||
<span>Generated using phpDox 0.12.0-dev - Copyright (C) 2010 - 2024 by Arne Blankerts and Contributors</span> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE html SYSTEM "about:legacy-compat"> | ||
|
||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | ||
<head><!--Google Tag Manager--><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | ||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | ||
j=d.createElement(s),dl=l!='dataLayer'?'%26l='+l:'';j.async=true;j.src= | ||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | ||
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager--> | ||
<title>phpDox - Exception::__clone</title> | ||
<link href="../../css/style.css" media="screen" rel="stylesheet" type="text/css"/> | ||
<meta content="text/html; charset=utf-8" http-equiv="content-type"/> | ||
</head> | ||
<body><!--Google Tag Manager (noscript)--><noscript><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-MWRD6S" style="display:none;visibility:hidden" width="0"></iframe></noscript><!--End Google Tag Manager (noscript)--> | ||
<nav class="topnav"> | ||
<ul> | ||
<li> | ||
<div class="logo"><span>/**</span>phpDox</div> | ||
</li> | ||
<li class="separator"> | ||
<a href="../../index.html">Overview</a> | ||
</li> | ||
<li class="separator"> | ||
<a href="../../namespaces.html">Namespaces</a> | ||
</li> | ||
<li> | ||
<a href="../../interfaces.html">Interfaces</a> | ||
</li> | ||
<li> | ||
<a href="../../classes.html">Classes</a> | ||
</li> | ||
<li class="separator"> | ||
<a href="../../source/index.html">Source</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<div id="mainstage"> | ||
<div class="box"> | ||
<ul class="breadcrumb"> | ||
<li> | ||
<a href="../../index.html">Overview</a> | ||
</li> | ||
<li class="separator"> | ||
<a href="../../classes.html">Classes</a> | ||
</li> | ||
<li class="separator"> | ||
<a href="../../classes.html#"></a> | ||
</li> | ||
<li class="separator"> | ||
<a href="../../classes/Exception.html" title="Exception">Exception</a> | ||
</li> | ||
<li class="separator">__clone</li> | ||
</ul> | ||
</div> | ||
<nav class="box"> | ||
<ul> | ||
<li> | ||
<a href="#introduction">Introduction</a> | ||
</li> | ||
<li> | ||
<a href="#synopsis">Synopsis</a> | ||
</li> | ||
<li> | ||
<a href="#return">Return</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<section> | ||
<h1><small>Exception::</small>__clone</h1> | ||
<h4>Clone the exception</h4> | ||
<p></p> | ||
<ul></ul> | ||
<h2 id="signature">Signature</h2> | ||
<div class="styled synopsis"> | ||
<code> function __clone() | ||
</code> | ||
</div> | ||
<h2 id="return">Returns</h2> | ||
<dl class="styled"> | ||
<dt>void</dt> | ||
<dd></dd> | ||
</dl> | ||
</section> | ||
</div> | ||
<footer> | ||
<span>Generated using phpDox 0.12.0-dev - Copyright (C) 2010 - 2024 by Arne Blankerts and Contributors</span> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE html SYSTEM "about:legacy-compat"> | ||
|
||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | ||
<head><!--Google Tag Manager--><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | ||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | ||
j=d.createElement(s),dl=l!='dataLayer'?'%26l='+l:'';j.async=true;j.src= | ||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | ||
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager--> | ||
<title>phpDox - Exception::__construct</title> | ||
<link href="../../css/style.css" media="screen" rel="stylesheet" type="text/css"/> | ||
<meta content="text/html; charset=utf-8" http-equiv="content-type"/> | ||
</head> | ||
<body><!--Google Tag Manager (noscript)--><noscript><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-MWRD6S" style="display:none;visibility:hidden" width="0"></iframe></noscript><!--End Google Tag Manager (noscript)--> | ||
<nav class="topnav"> | ||
<ul> | ||
<li> | ||
<div class="logo"><span>/**</span>phpDox</div> | ||
</li> | ||
<li class="separator"> | ||
<a href="../../index.html">Overview</a> | ||
</li> | ||
<li class="separator"> | ||
<a href="../../namespaces.html">Namespaces</a> | ||
</li> | ||
<li> | ||
<a href="../../interfaces.html">Interfaces</a> | ||
</li> | ||
<li> | ||
<a href="../../classes.html">Classes</a> | ||
</li> | ||
<li class="separator"> | ||
<a href="../../source/index.html">Source</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<div id="mainstage"> | ||
<div class="box"> | ||
<ul class="breadcrumb"> | ||
<li> | ||
<a href="../../index.html">Overview</a> | ||
</li> | ||
<li class="separator"> | ||
<a href="../../classes.html">Classes</a> | ||
</li> | ||
<li class="separator"> | ||
<a href="../../classes.html#"></a> | ||
</li> | ||
<li class="separator"> | ||
<a href="../../classes/Exception.html" title="Exception">Exception</a> | ||
</li> | ||
<li class="separator">__construct</li> | ||
</ul> | ||
</div> | ||
<nav class="box"> | ||
<ul> | ||
<li> | ||
<a href="#introduction">Introduction</a> | ||
</li> | ||
<li> | ||
<a href="#synopsis">Synopsis</a> | ||
</li> | ||
<li> | ||
<a href="#parameter">Parameter</a> | ||
</li> | ||
<li> | ||
<a href="#return">Return</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<section> | ||
<h1><small>Exception::</small>__construct</h1> | ||
<h4>Construct the exception</h4> | ||
<p></p> | ||
<ul></ul> | ||
<h2 id="signature">Signature</h2> | ||
<div class="styled synopsis"> | ||
<code>public function __construct(string | ||
$message, | ||
int | ||
$code, | ||
<a href="../../classes/.html" title=""></a> | ||
$previous ) | ||
</code> | ||
</div> | ||
<h2 id="parameterlist">Parameters</h2> | ||
<dl class="styled"> | ||
<dt><code>$message</code> | ||
— | ||
string</dt> | ||
<dd></dd> | ||
<dt><code>$code</code> | ||
— | ||
int</dt> | ||
<dd></dd> | ||
<dt><code>$previous</code> | ||
— | ||
<a href="../../classes/.html" title=""></a></dt> | ||
<dd></dd> | ||
</dl> | ||
<h2 id="return">Returns</h2> | ||
<dl class="styled"> | ||
<dt>void</dt> | ||
<dd></dd> | ||
</dl> | ||
</section> | ||
</div> | ||
<footer> | ||
<span>Generated using phpDox 0.12.0-dev - Copyright (C) 2010 - 2024 by Arne Blankerts and Contributors</span> | ||
</footer> | ||
</body> | ||
</html> |
Oops, something went wrong.