phpQueryPlugins.html 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <html>
  2. <head>
  3. <title>Docs For Class phpQueryPlugins</title>
  4. <link rel="stylesheet" type="text/css" href="../media/style.css">
  5. </head>
  6. <body>
  7. <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
  8. <tr>
  9. <td class="header_top">phpQuery</td>
  10. </tr>
  11. <tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
  12. <tr>
  13. <td class="header_menu">
  14. [ <a href="../classtrees_phpQuery.html" class="menu">class tree: phpQuery</a> ]
  15. [ <a href="../elementindex_phpQuery.html" class="menu">index: phpQuery</a> ]
  16. [ <a href="../elementindex.html" class="menu">all elements</a> ]
  17. </td>
  18. </tr>
  19. <tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
  20. </table>
  21. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  22. <tr valign="top">
  23. <td width="200" class="menu">
  24. <div id="todolist">
  25. <p><a href="../todolist.html">Todo List</a></p>
  26. </div>
  27. <b>Packages:</b><br />
  28. <a href="../li_phpQuery.html">phpQuery</a><br />
  29. <br /><br />
  30. <b>Files:</b><br />
  31. <div class="package">
  32. <a href="../phpQuery/_Callback.php.html"> Callback.php
  33. </a><br>
  34. <a href="../phpQuery/_DOMDocumentWrapper.php.html"> DOMDocumentWrapper.php
  35. </a><br>
  36. <a href="../phpQuery/_DOMEvent.php.html"> DOMEvent.php
  37. </a><br>
  38. <a href="../phpQuery/_phpQuery.php.html"> phpQuery.php
  39. </a><br>
  40. <a href="../phpQuery/_phpQueryEvents.php.html"> phpQueryEvents.php
  41. </a><br>
  42. <a href="../phpQuery/_phpQueryObject.php.html"> phpQueryObject.php
  43. </a><br>
  44. </div><br />
  45. <b>Classes:</b><br />
  46. <div class="package">
  47. <a href="../phpQuery/Callback.html">Callback</a><br />
  48. <a href="../phpQuery/CallbackParam.html">CallbackParam</a><br />
  49. <a href="../phpQuery/CallbackReference.html">CallbackReference</a><br />
  50. <a href="../phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a><br />
  51. <a href="../phpQuery/DOMEvent.html">DOMEvent</a><br />
  52. <a href="../phpQuery/phpQuery.html">phpQuery</a><br />
  53. <a href="../phpQuery/phpQueryEvents.html">phpQueryEvents</a><br />
  54. <a href="../phpQuery/phpQueryObject.html">phpQueryObject</a><br />
  55. <a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a><br />
  56. </div>
  57. </td>
  58. <td>
  59. <table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
  60. <h1>Class: phpQueryPlugins</h1>
  61. Source Location: /phpQuery.php<br /><br />
  62. <table width="100%" border="0">
  63. <tr><td valign="top">
  64. <h3><a href="#class_details">Class Overview</a></h3>
  65. <pre></pre><br />
  66. <div class="description">Plugins static namespace class.</div><br /><br />
  67. <h4>Author(s):</h4>
  68. <ul>
  69. <li>Tobiasz Cudnik &lt;<a href="mailto:tobiasz.cudnik/gmail.com">tobiasz.cudnik/gmail.com</a>&gt;</li>
  70. </ul>
  71. </td>
  72. <td valign="top">
  73. <h3><a href="#class_methods">Methods</a></h3>
  74. <ul>
  75. <li><a href="../phpQuery/phpQueryPlugins.html#method__call">__call</a></li>
  76. </ul>
  77. </td>
  78. </tr></table>
  79. <hr />
  80. <table width="100%" border="0"><tr>
  81. </tr></table>
  82. <hr />
  83. <a name="class_details"></a>
  84. <h3>Class Details</h3>
  85. <div class="tags">
  86. [line 983]<br />
  87. Plugins static namespace class.<br /><br /><br /><br />
  88. <h4>Tags:</h4>
  89. <div class="tags">
  90. <table border="0" cellspacing="0" cellpadding="0">
  91. <tr>
  92. <td><b>author:</b>&nbsp;&nbsp;</td><td>Tobiasz Cudnik &lt;<a href="mailto:tobiasz.cudnik/gmail.com">tobiasz.cudnik/gmail.com</a>&gt;</td>
  93. </tr>
  94. <tr>
  95. <td><b>todo:</b>&nbsp;&nbsp;</td><td>move plugin methods here (as statics)</td>
  96. </tr>
  97. </table>
  98. </div>
  99. </div><br /><br />
  100. <div class="top">[ <a href="#top">Top</a> ]</div><br />
  101. <hr />
  102. <a name="class_methods"></a>
  103. <h3>Class Methods</h3>
  104. <div class="tags">
  105. <hr />
  106. <a name="method__call"></a>
  107. <h3>method __call <span class="smalllinenumber">[line 984]</span></h3>
  108. <div class="function">
  109. <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
  110. <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
  111. <code>void __call(
  112. $method,
  113. $args)</code>
  114. </td></tr></table>
  115. </td></tr></table><br />
  116. <br /><br />
  117. <h4>Tags:</h4>
  118. <div class="tags">
  119. <table border="0" cellspacing="0" cellpadding="0">
  120. <tr>
  121. <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
  122. </tr>
  123. </table>
  124. </div>
  125. <br /><br />
  126. <h4>Parameters:</h4>
  127. <div class="tags">
  128. <table border="0" cellspacing="0" cellpadding="0">
  129. <tr>
  130. <td class="type">&nbsp;&nbsp;</td>
  131. <td><b>$method</b>&nbsp;&nbsp;</td>
  132. <td></td>
  133. </tr>
  134. <tr>
  135. <td class="type">&nbsp;&nbsp;</td>
  136. <td><b>$args</b>&nbsp;&nbsp;</td>
  137. <td></td>
  138. </tr>
  139. </table>
  140. </div><br />
  141. <div class="top">[ <a href="#top">Top</a> ]</div>
  142. </div>
  143. </div><br />
  144. <div class="credit">
  145. <hr />
  146. Documentation generated on Tue, 18 Nov 2008 19:39:26 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.2</a>
  147. </div>
  148. </td></tr></table>
  149. </td>
  150. </tr>
  151. </table>
  152. </body>
  153. </html>