update api documentation
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<title>File core/lib/Thelia/Tpex/BaseParam/BaseParam.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 class="active"><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><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>
|
||||
@@ -167,7 +185,7 @@
|
||||
</span></span><span id="40" class="l"><a class="l" href="#40">40: </a><span class="php-comment"> */</span>
|
||||
</span><span id="41" class="l"><a class="l" href="#41">41: </a> <span class="php-keyword1">protected</span> <span class="php-var"><a id="$baseParamValue" href="#$baseParamValue">$baseParamValue</a></span>;
|
||||
</span><span id="42" class="l"><a class="l" href="#42">42: </a>
|
||||
</span><span id="43" class="l"><a class="l" href="#43">43: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="___construct" href="#___construct">__construct</a>(Request <span class="php-var">$request</span>, <span class="php-var">$baseParamValue</span>)
|
||||
</span><span id="43" class="l"><a class="l" href="#43">43: </a> <span class="php-keyword1">final</span> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="___construct" href="#___construct">__construct</a>(Request <span class="php-var">$request</span>, <span class="php-var">$baseParamValue</span>)
|
||||
</span><span id="44" class="l"><a class="l" href="#44">44: </a> {
|
||||
</span><span id="45" class="l"><a class="l" href="#45">45: </a> <span class="php-var">$this</span>->request = <span class="php-var">$request</span>;
|
||||
</span><span id="46" class="l"><a class="l" href="#46">46: </a> <span class="php-var">$this</span>->baseParamValue = <span class="php-var">$baseParamValue</span>;
|
||||
|
||||
Reference in New Issue
Block a user