PageRenderTime 54ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/www/docs/source-class-Smart.SubjectRegistry.FrontModule.AresPresenter.html

https://bitbucket.org/jsifalda/smartsubjectregistry
HTML | 175 lines | 156 code | 19 blank | 0 comment | 0 complexity | a4df5f38bafe5de50669a5ea61b9311a MD5 | raw file
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="generator" content="ApiGen 2.8.0" />
  6. <meta name="robots" content="noindex" />
  7. <title>File AresBundle/FrontModule/presenters/AresPresenter.php</title>
  8. <script type="text/javascript" src="resources/combined.js?1312490574"></script>
  9. <script type="text/javascript" src="elementlist.js?1432690346"></script>
  10. <link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
  11. </head>
  12. <body>
  13. <div id="left">
  14. <div id="menu">
  15. <a href="index.html" title="Overview"><span>Overview</span></a>
  16. <div id="groups">
  17. <h3>Namespaces</h3>
  18. <ul>
  19. <li><a href="namespace-PHP.html">PHP</a>
  20. </li>
  21. <li class="active"><a href="namespace-Smart.html">Smart<span></span></a>
  22. <ul>
  23. <li class="active"><a href="namespace-Smart.SubjectRegistry.html">SubjectRegistry<span></span></a>
  24. <ul>
  25. <li><a href="namespace-Smart.SubjectRegistry.AppBundle.html">AppBundle<span></span></a>
  26. <ul>
  27. <li><a href="namespace-Smart.SubjectRegistry.AppBundle.Application.html">Application<span></span></a>
  28. <ul>
  29. <li><a href="namespace-Smart.SubjectRegistry.AppBundle.Application.UI.html">UI</a>
  30. </li>
  31. </ul></li></ul></li>
  32. <li><a href="namespace-Smart.SubjectRegistry.AresBundle.html">AresBundle<span></span></a>
  33. <ul>
  34. <li><a href="namespace-Smart.SubjectRegistry.AresBundle.Forms.html">Forms<span></span></a>
  35. <ul>
  36. <li><a href="namespace-Smart.SubjectRegistry.AresBundle.Forms.SearchForm.html">SearchForm</a>
  37. </li>
  38. </ul></li></ul></li>
  39. <li class="active"><a href="namespace-Smart.SubjectRegistry.FrontModule.html">FrontModule</a>
  40. </li>
  41. <li><a href="namespace-Smart.SubjectRegistry.Router.html">Router<span></span></a>
  42. <ul>
  43. <li><a href="namespace-Smart.SubjectRegistry.Router.AppBundle.html">AppBundle</a>
  44. </li>
  45. </ul></li></ul></li></ul></li>
  46. </ul>
  47. </div>
  48. <hr />
  49. <div id="elements">
  50. <h3>Classes</h3>
  51. <ul>
  52. <li class="active"><a href="class-Smart.SubjectRegistry.FrontModule.AresPresenter.html">AresPresenter</a></li>
  53. <li><a href="class-Smart.SubjectRegistry.FrontModule.BasePresenter.html">BasePresenter</a></li>
  54. <li><a href="class-Smart.SubjectRegistry.FrontModule.ErrorPresenter.html">ErrorPresenter</a></li>
  55. </ul>
  56. </div>
  57. </div>
  58. </div>
  59. <div id="splitter"></div>
  60. <div id="right">
  61. <div id="rightInner">
  62. <form id="search">
  63. <input type="hidden" name="cx" value="" />
  64. <input type="hidden" name="ie" value="UTF-8" />
  65. <input type="text" name="q" class="text" />
  66. <input type="submit" value="Search" />
  67. </form>
  68. <div id="navigation">
  69. <ul>
  70. <li>
  71. <a href="index.html" title="Overview"><span>Overview</span></a>
  72. </li>
  73. <li>
  74. <a href="namespace-Smart.SubjectRegistry.FrontModule.html" title="Summary of Smart\SubjectRegistry\FrontModule"><span>Namespace</span></a>
  75. </li>
  76. <li>
  77. <a href="class-Smart.SubjectRegistry.FrontModule.AresPresenter.html" title="Summary of Smart\SubjectRegistry\FrontModule\AresPresenter"><span>Class</span></a>
  78. </li>
  79. </ul>
  80. <ul>
  81. <li>
  82. <a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
  83. </li>
  84. </ul>
  85. <ul>
  86. </ul>
  87. </div>
  88. <pre><code><span id="1" class="l"><a class="l" href="#1"> 1: </a><span class="xlang">&lt;?php</span>
  89. </span><span id="2" class="l"><a class="l" href="#2"> 2: </a><span class="php-comment">/**
  90. </span></span><span id="3" class="l"><a class="l" href="#3"> 3: </a><span class="php-comment"> * AresPresenter.php
  91. </span></span><span id="4" class="l"><a class="l" href="#4"> 4: </a><span class="php-comment"> *
  92. </span></span><span id="5" class="l"><a class="l" href="#5"> 5: </a><span class="php-comment"> * @author Jiří Šifalda &lt;sifalda.jiri@gmail.com&gt;
  93. </span></span><span id="6" class="l"><a class="l" href="#6"> 6: </a><span class="php-comment"> * @date 26.03.13
  94. </span></span><span id="7" class="l"><a class="l" href="#7"> 7: </a><span class="php-comment"> */</span>
  95. </span><span id="8" class="l"><a class="l" href="#8"> 8: </a>
  96. </span><span id="9" class="l"><a class="l" href="#9"> 9: </a><span class="php-keyword1">namespace</span> Smart\SubjectRegistry\FrontModule;
  97. </span><span id="10" class="l"><a class="l" href="#10">10: </a>
  98. </span><span id="11" class="l"><a class="l" href="#11">11: </a><span class="php-keyword1">class</span> <a id="AresPresenter" href="#AresPresenter">AresPresenter</a> <span class="php-keyword1">extends</span> BasePresenter
  99. </span><span id="12" class="l"><a class="l" href="#12">12: </a>{
  100. </span><span id="13" class="l"><a class="l" href="#13">13: </a>
  101. </span><span id="14" class="l"><a class="l" href="#14">14: </a> <span class="php-comment">/**
  102. </span></span><span id="15" class="l"><a class="l" href="#15">15: </a><span class="php-comment"> * @inject
  103. </span></span><span id="16" class="l"><a class="l" href="#16">16: </a><span class="php-comment"> * @var \Nette\Http\Session
  104. </span></span><span id="17" class="l"><a class="l" href="#17">17: </a><span class="php-comment"> */</span>
  105. </span><span id="18" class="l"><a class="l" href="#18">18: </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$session" href="#$session">$session</a></span>;
  106. </span><span id="19" class="l"><a class="l" href="#19">19: </a>
  107. </span><span id="20" class="l"><a class="l" href="#20">20: </a> <span class="php-comment">/**
  108. </span></span><span id="21" class="l"><a class="l" href="#21">21: </a><span class="php-comment"> * @inject
  109. </span></span><span id="22" class="l"><a class="l" href="#22">22: </a><span class="php-comment"> * @var \Flame\Ares\AresApi
  110. </span></span><span id="23" class="l"><a class="l" href="#23">23: </a><span class="php-comment"> */</span>
  111. </span><span id="24" class="l"><a class="l" href="#24">24: </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$aresApi" href="#$aresApi">$aresApi</a></span>;
  112. </span><span id="25" class="l"><a class="l" href="#25">25: </a>
  113. </span><span id="26" class="l"><a class="l" href="#26">26: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_actionResult" href="#_actionResult">actionResult</a>()
  114. </span><span id="27" class="l"><a class="l" href="#27">27: </a> {
  115. </span><span id="28" class="l"><a class="l" href="#28">28: </a> <span class="php-var">$section</span> = <span class="php-var">$this</span>-&gt;session-&gt;getSection(<span class="php-quote">'registry'</span>);
  116. </span><span id="29" class="l"><a class="l" href="#29">29: </a> <span class="php-var">$this</span>-&gt;template-&gt;data = \Nette\ArrayHash::from(<span class="php-var">$section</span>-&gt;data);
  117. </span><span id="30" class="l"><a class="l" href="#30">30: </a> }
  118. </span><span id="31" class="l"><a class="l" href="#31">31: </a>
  119. </span><span id="32" class="l"><a class="l" href="#32">32: </a> <span class="php-comment">/**
  120. </span></span><span id="33" class="l"><a class="l" href="#33">33: </a><span class="php-comment"> * @param null $id
  121. </span></span><span id="34" class="l"><a class="l" href="#34">34: </a><span class="php-comment"> */</span>
  122. </span><span id="35" class="l"><a class="l" href="#35">35: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_actionGeteway" href="#_actionGeteway">actionGeteway</a>(<span class="php-var">$id</span> = <span class="php-keyword1">null</span>)
  123. </span><span id="36" class="l"><a class="l" href="#36">36: </a> {
  124. </span><span id="37" class="l"><a class="l" href="#37">37: </a> <span class="php-var">$response</span> = <span class="php-keyword1">array</span>();
  125. </span><span id="38" class="l"><a class="l" href="#38">38: </a> <span class="php-keyword1">if</span>(<span class="php-keyword2">is_array</span>(<span class="php-var">$data</span> = <span class="php-var">$this</span>-&gt;aresApi-&gt;loadData(<span class="php-var">$id</span>))){
  126. </span><span id="39" class="l"><a class="l" href="#39">39: </a> <span class="php-keyword1">foreach</span>(<span class="php-var">$data</span> <span class="php-keyword1">as</span> <span class="php-var">$item</span>){
  127. </span><span id="40" class="l"><a class="l" href="#40">40: </a> <span class="php-keyword1">if</span>(<span class="php-var">$item</span> <span class="php-keyword1">instanceof</span> \Flame\Ares\Types\Data){
  128. </span><span id="41" class="l"><a class="l" href="#41">41: </a> <span class="php-var">$response</span>[] = <span class="php-var">$item</span>-&gt;toArray();
  129. </span><span id="42" class="l"><a class="l" href="#42">42: </a> }
  130. </span><span id="43" class="l"><a class="l" href="#43">43: </a> }
  131. </span><span id="44" class="l"><a class="l" href="#44">44: </a> }
  132. </span><span id="45" class="l"><a class="l" href="#45">45: </a>
  133. </span><span id="46" class="l"><a class="l" href="#46">46: </a> <span class="php-var">$this</span>-&gt;sendJson(<span class="php-keyword1">array</span>(<span class="php-quote">'source'</span> =&gt; <span class="php-var">$response</span>));
  134. </span><span id="47" class="l"><a class="l" href="#47">47: </a> }
  135. </span><span id="48" class="l"><a class="l" href="#48">48: </a>
  136. </span><span id="49" class="l"><a class="l" href="#49">49: </a> <span class="php-comment">/**
  137. </span></span><span id="50" class="l"><a class="l" href="#50">50: </a><span class="php-comment"> * @param \Smart\SubjectRegistry\AresBundle\Forms\SearchForm\ISearchFormFactory $factory
  138. </span></span><span id="51" class="l"><a class="l" href="#51">51: </a><span class="php-comment"> * @return \Smart\SubjectRegistry\AresBundle\Forms\SearchForm\SearchForm
  139. </span></span><span id="52" class="l"><a class="l" href="#52">52: </a><span class="php-comment"> */</span>
  140. </span><span id="53" class="l"><a class="l" href="#53">53: </a> <span class="php-keyword1">protected</span> <span class="php-keyword1">function</span> <a id="_createComponentSearchForm" href="#_createComponentSearchForm">createComponentSearchForm</a>(
  141. </span><span id="54" class="l"><a class="l" href="#54">54: </a> \Smart\SubjectRegistry\AresBundle\Forms\SearchForm\ISearchFormFactory <span class="php-var">$factory</span>)
  142. </span><span id="55" class="l"><a class="l" href="#55">55: </a> {
  143. </span><span id="56" class="l"><a class="l" href="#56">56: </a> <span class="php-var">$form</span> = <span class="php-var">$factory</span>-&gt;create();
  144. </span><span id="57" class="l"><a class="l" href="#57">57: </a> <span class="php-var">$form</span>-&gt;onSuccess[] = <span class="php-var">$this</span>-&gt;lazyLink(<span class="php-quote">'result'</span>);
  145. </span><span id="58" class="l"><a class="l" href="#58">58: </a> <span class="php-keyword1">return</span> <span class="php-var">$form</span>;
  146. </span><span id="59" class="l"><a class="l" href="#59">59: </a> }
  147. </span><span id="60" class="l"><a class="l" href="#60">60: </a>
  148. </span><span id="61" class="l"><a class="l" href="#61">61: </a>}
  149. </span><span id="62" class="l"><a class="l" href="#62">62: </a></span></code></pre>
  150. <div id="footer">
  151. API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
  152. </div>
  153. </div>
  154. </div>
  155. </body>
  156. </html>