update api documentation
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<title>File core/lib/Thelia/Model/ModuleQuery.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><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>
|
||||
@@ -429,8 +447,18 @@
|
||||
</span></span><span id="18" class="l"><a class="l" href="#18">18: </a><span class="php-comment"> */</span>
|
||||
</span><span id="19" class="l"><a class="l" href="#19">19: </a><span class="php-keyword1">class</span> <a id="ModuleQuery" href="#ModuleQuery">ModuleQuery</a> <span class="php-keyword1">extends</span> BaseModuleQuery
|
||||
</span><span id="20" class="l"><a class="l" href="#20">20: </a>{
|
||||
</span><span id="21" class="l"><a class="l" href="#21">21: </a>}
|
||||
</span><span id="22" class="l"><a class="l" href="#22">22: </a></span></code></pre>
|
||||
</span><span id="21" class="l"><a class="l" href="#21">21: </a> <span class="php-comment">/**
|
||||
</span></span><span id="22" class="l"><a class="l" href="#22">22: </a><span class="php-comment"> * @return array|mixed|\PropelObjectCollection
|
||||
</span></span><span id="23" class="l"><a class="l" href="#23">23: </a><span class="php-comment"> */</span>
|
||||
</span><span id="24" class="l"><a class="l" href="#24">24: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">static</span> <span class="php-keyword1">function</span> <a id="_getActivated" href="#_getActivated">getActivated</a>()
|
||||
</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">return</span> self::create()
|
||||
</span><span id="27" class="l"><a class="l" href="#27">27: </a> ->filterByActivate(<span class="php-num">1</span>)
|
||||
</span><span id="28" class="l"><a class="l" href="#28">28: </a> ->find()
|
||||
</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