start implementing first baseParam, secure verifying if user is logged

for accessing resource
This commit is contained in:
Manuel Raynaud
2013-02-20 19:07:50 +01:00
parent eeb294fd3e
commit ef49b58316
1425 changed files with 19427 additions and 4596 deletions

View File

@@ -5,10 +5,10 @@
<meta name="generator" content="ApiGen 2.8.0" />
<meta name="robots" content="noindex" />
<title>File core/vendor/Thelia/Tpex/Thelia/Tpex/Loop/LoopInterface.php | thelia</title>
<title>File core/lib/Thelia/Tpex/Loop/LoopInterface.php | thelia</title>
<script type="text/javascript" src="resources/combined.js?394153670"></script>
<script type="text/javascript" src="elementlist.js?3178389089"></script>
<script type="text/javascript" src="elementlist.js?394832703"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
@@ -36,9 +36,11 @@
</li>
<li><a href="namespace-Thelia.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Thelia.Core.Template.html">Template</a>
<li><a href="namespace-Thelia.Core.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Thelia.Core.Template.BaseParam.html">BaseParam</a>
</li>
</ul></li>
</ul></li></ul></li>
<li><a href="namespace-Thelia.Exception.html">Exception</a>
</li>
<li><a href="namespace-Thelia.Log.html">Log<span></span></a>
@@ -62,8 +64,14 @@
</li>
<li class="active"><a href="namespace-Thelia.Tpex.html">Tpex<span></span></a>
<ul>
<li><a href="namespace-Thelia.Tpex.BaseParam.html">BaseParam</a>
</li>
<li><a href="namespace-Thelia.Tpex.Exception.html">Exception</a>
</li>
<li class="active"><a href="namespace-Thelia.Tpex.Loop.html">Loop</a>
</li>
<li><a href="namespace-Thelia.Tpex.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
</ul>
</div>
@@ -142,7 +150,7 @@
</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\Loop;
</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">interface</span> <a id="LoopInterface" href="#LoopInterface">LoopInterface</a>
</span><span id="26" class="l"><a class="l" href="#26">26: </a><span class="php-keyword1">interface</span> <a id="LoopInterface" href="#LoopInterface">LoopInterface</a>
</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">public</span> <span class="php-keyword1">function</span> <a id="_loop" href="#_loop">loop</a>(<span class="php-var">$text</span>, <span class="php-var">$args</span>);
</span><span id="29" class="l"><a class="l" href="#29">29: </a>}