update api documentation
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<title>File core/lib/Thelia/Tpex/Exception/FileNotFoundException.php | thelia</title>
|
||||
|
||||
<script type="text/javascript" src="resources/combined.js?394153670"></script>
|
||||
<script type="text/javascript" src="elementlist.js?394832703"></script>
|
||||
<script type="text/javascript" src="elementlist.js?2310571897"></script>
|
||||
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
|
||||
|
||||
</head>
|
||||
@@ -26,12 +26,21 @@
|
||||
<ul>
|
||||
<li><a href="namespace-Thelia.Action.html">Action</a>
|
||||
</li>
|
||||
<li><a href="namespace-Thelia.Config.html">Config</a>
|
||||
</li>
|
||||
<li><a href="namespace-Thelia.Controller.html">Controller</a>
|
||||
</li>
|
||||
<li><a href="namespace-Thelia.Core.html">Core<span></span></a>
|
||||
<ul>
|
||||
<li><a href="namespace-Thelia.Core.Bundle.html">Bundle</a>
|
||||
</li>
|
||||
<li><a href="namespace-Thelia.Core.DependencyInjection.html">DependencyInjection<span></span></a>
|
||||
<ul>
|
||||
<li><a href="namespace-Thelia.Core.DependencyInjection.Compiler.html">Compiler</a>
|
||||
</li>
|
||||
<li><a href="namespace-Thelia.Core.DependencyInjection.Loader.html">Loader</a>
|
||||
</li>
|
||||
</ul></li>
|
||||
<li><a href="namespace-Thelia.Core.Event.html">Event</a>
|
||||
</li>
|
||||
<li><a href="namespace-Thelia.Core.EventListener.html">EventListener</a>
|
||||
@@ -66,11 +75,20 @@
|
||||
<ul>
|
||||
<li><a href="namespace-Thelia.Tpex.BaseParam.html">BaseParam</a>
|
||||
</li>
|
||||
<li><a href="namespace-Thelia.Tpex.Element.html">Element<span></span></a>
|
||||
<ul>
|
||||
<li><a href="namespace-Thelia.Tpex.Element.Loop.html">Loop</a>
|
||||
</li>
|
||||
<li><a href="namespace-Thelia.Tpex.Element.TestLoop.html">TestLoop</a>
|
||||
</li>
|
||||
</ul></li>
|
||||
<li><a href="namespace-Thelia.Tpex.Event.html">Event</a>
|
||||
</li>
|
||||
<li class="active"><a href="namespace-Thelia.Tpex.Exception.html">Exception</a>
|
||||
</li>
|
||||
<li><a href="namespace-Thelia.Tpex.Loop.html">Loop</a>
|
||||
<li><a href="namespace-Thelia.Tpex.Filter.html">Filter</a>
|
||||
</li>
|
||||
<li><a href="namespace-Thelia.Tpex.Tests.html">Tests</a>
|
||||
<li><a href="namespace-Thelia.Tpex.Tokenizer.html">Tokenizer</a>
|
||||
</li>
|
||||
</ul></li></ul></li>
|
||||
</ul>
|
||||
@@ -85,7 +103,12 @@
|
||||
|
||||
<h3>Exceptions</h3>
|
||||
<ul>
|
||||
<li><a href="class-Thelia.Tpex.Exception.ElementNotFoundException.html">ElementNotFoundException</a></li>
|
||||
<li class="active"><a href="class-Thelia.Tpex.Exception.FileNotFoundException.html">FileNotFoundException</a></li>
|
||||
<li><a href="class-Thelia.Tpex.Exception.InvalidElementException.html">InvalidElementException</a></li>
|
||||
<li><a href="class-Thelia.Tpex.Exception.TokenNotFoundException.html">TokenNotFoundException</a></li>
|
||||
<li><a href="class-Thelia.Tpex.Exception.TokenSyntaxException.html">TokenSyntaxException</a></li>
|
||||
<li><a href="class-Thelia.Tpex.Exception.TpexException.html">TpexException</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -150,11 +173,13 @@
|
||||
</span><span id="23" class="l"><a class="l" href="#23">23: </a>
|
||||
</span><span id="24" class="l"><a class="l" href="#24">24: </a><span class="php-keyword1">namespace</span> Thelia\Tpex\Exception;
|
||||
</span><span id="25" class="l"><a class="l" href="#25">25: </a>
|
||||
</span><span id="26" class="l"><a class="l" href="#26">26: </a><span class="php-keyword1">class</span> <a id="FileNotFoundException" href="#FileNotFoundException">FileNotFoundException</a> <span class="php-keyword1">extends</span> \LogicException
|
||||
</span><span id="27" class="l"><a class="l" href="#27">27: </a>{
|
||||
</span><span id="28" class="l"><a class="l" href="#28">28: </a>
|
||||
</span><span id="29" class="l"><a class="l" href="#29">29: </a>}
|
||||
</span><span id="30" class="l"><a class="l" href="#30">30: </a></span></code></pre>
|
||||
</span><span id="26" class="l"><a class="l" href="#26">26: </a><span class="php-keyword1">use</span> Thelia\Tpex\Exception\TpexException;
|
||||
</span><span id="27" class="l"><a class="l" href="#27">27: </a>
|
||||
</span><span id="28" class="l"><a class="l" href="#28">28: </a><span class="php-keyword1">class</span> <a id="FileNotFoundException" href="#FileNotFoundException">FileNotFoundException</a> <span class="php-keyword1">extends</span> TpexException
|
||||
</span><span id="29" class="l"><a class="l" href="#29">29: </a>{
|
||||
</span><span id="30" class="l"><a class="l" href="#30">30: </a>
|
||||
</span><span id="31" class="l"><a class="l" href="#31">31: </a>}
|
||||
</span><span id="32" class="l"><a class="l" href="#32">32: </a></span></code></pre>
|
||||
|
||||
<div id="footer">
|
||||
thelia API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
|
||||
|
||||
Reference in New Issue
Block a user