PageRenderTime 354ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/phpdocs/web/blocks/structure.xml

https://bitbucket.org/jcjordan/jcjordan.bitbucket.org
XML | 2159 lines | 2159 code | 0 blank | 0 comment | 0 complexity | d05c408b5b1e52c30eb870716f5f2d9a MD5 | raw file

Large files files are truncated, but you can click here to view the full file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <project version="2.0.0a12" title="">
  3. <file path="autonav/controller.php" hash="bc1fa3dcfeb6b9443664479bfacadb63" package="Blocks\BlockTypes">
  4. <docblock line="2">
  5. <description></description>
  6. <long-description></long-description>
  7. <tag line="2" name="package" description="Blocks"/>
  8. <tag line="2" name="subpackage" description="BlockTypes"/>
  9. <tag line="2" name="category" description="Concrete"/>
  10. <tag line="2" name="author" description="Andrew Embler &lt;andrew@concrete5.org&gt;"/>
  11. <tag line="2" name="copyright" description="Copyright (c) 2003-2008 Concrete5. (http://www.concrete5.org)"/>
  12. <tag line="2" name="license" description="http://www.concrete5.org/license/ MIT License"/>
  13. </docblock>
  14. <class final="false" abstract="false" namespace="global" line="24" package="Default">
  15. <extends/>
  16. <name>AutonavBlockItem</name>
  17. <full_name>\AutonavBlockItem</full_name>
  18. <property final="false" static="false" visibility="protected" line="26" namespace="global" package="Default">
  19. <name>$level</name>
  20. <default></default>
  21. </property>
  22. <property final="false" static="false" visibility="protected" line="27" namespace="global" package="Default">
  23. <name>$isActive</name>
  24. <default>false</default>
  25. </property>
  26. <property final="false" static="false" visibility="protected" line="28" namespace="global" package="Default">
  27. <name>$_c</name>
  28. <default></default>
  29. </property>
  30. <property final="false" static="false" visibility="public" line="29" namespace="global" package="Default">
  31. <name>$hasChildren</name>
  32. <default>false</default>
  33. </property>
  34. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="36" package="Default">
  35. <name>AutonavBlockItem</name>
  36. <full_name>AutonavBlockItem</full_name>
  37. <docblock line="31">
  38. <description>Instantiates an Autonav Block Item.</description>
  39. <long-description></long-description>
  40. <tag line="31" name="param" description="" type="array" variable="$itemInfo">
  41. <type by_reference="false">array</type>
  42. </tag>
  43. <tag line="31" name="param" description="" type="int" variable="$level">
  44. <type by_reference="false">int</type>
  45. </tag>
  46. </docblock>
  47. <argument line="36">
  48. <name>$itemInfo</name>
  49. <default></default>
  50. <type/>
  51. </argument>
  52. <argument line="36">
  53. <name>$level</name>
  54. <default>1</default>
  55. <type/>
  56. </argument>
  57. </method>
  58. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="53" package="Default">
  59. <name>hasChildren</name>
  60. <full_name>hasChildren</full_name>
  61. <docblock line="49">
  62. <description>Returns the number of children below this current nav item</description>
  63. <long-description></long-description>
  64. <tag line="49" name="return" description="" type="int">
  65. <type by_reference="false">int</type>
  66. </tag>
  67. </docblock>
  68. </method>
  69. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="62" package="Default">
  70. <name>isActive</name>
  71. <full_name>isActive</full_name>
  72. <docblock line="57">
  73. <description>Determines whether this nav item is the current page the user is on.</description>
  74. <long-description></long-description>
  75. <tag line="57" name="param" description="The page object for the current page" type="\Page" variable="$page">
  76. <type by_reference="false">\Page</type>
  77. </tag>
  78. <tag line="57" name="return" description="" type="bool">
  79. <type by_reference="false">bool</type>
  80. </tag>
  81. </docblock>
  82. <argument line="62">
  83. <name>$c</name>
  84. <default></default>
  85. <type/>
  86. </argument>
  87. </method>
  88. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="73" package="Default">
  89. <name>getDescription</name>
  90. <full_name>getDescription</full_name>
  91. <docblock line="69">
  92. <description>Returns the description of the current navigation item (typically grabbed from the page's short description field)</description>
  93. <long-description></long-description>
  94. <tag line="69" name="return" description="" type="string">
  95. <type by_reference="false">string</type>
  96. </tag>
  97. </docblock>
  98. </method>
  99. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="80" package="Default">
  100. <name>getTarget</name>
  101. <full_name>getTarget</full_name>
  102. <docblock line="77">
  103. <description>Returns a target for the nav item</description>
  104. <long-description></long-description>
  105. </docblock>
  106. </method>
  107. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="99" package="Default">
  108. <name>getURL</name>
  109. <full_name>getURL</full_name>
  110. <docblock line="95">
  111. <description>Gets a URL that will take the user to this particular page.</description>
  112. <long-description>&lt;p&gt;Checks against URL_REWRITING, the page's path, etc..&lt;/p&gt;</long-description>
  113. <tag line="95" name="return" description="$url" type="string">
  114. <type by_reference="false">string</type>
  115. </tag>
  116. </docblock>
  117. </method>
  118. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="120" package="Default">
  119. <name>getName</name>
  120. <full_name>getName</full_name>
  121. <docblock line="116">
  122. <description>Gets the name of the page or link.</description>
  123. <long-description></long-description>
  124. <tag line="116" name="return" description="" type="string">
  125. <type by_reference="false">string</type>
  126. </tag>
  127. </docblock>
  128. </method>
  129. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="128" package="Default">
  130. <name>getCollectionID</name>
  131. <full_name>getCollectionID</full_name>
  132. <docblock line="124">
  133. <description>Gets the pageID for the navigation item.</description>
  134. <long-description></long-description>
  135. <tag line="124" name="return" description="" type="int">
  136. <type by_reference="false">int</type>
  137. </tag>
  138. </docblock>
  139. </method>
  140. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="137" package="Default">
  141. <name>getLevel</name>
  142. <full_name>getLevel</full_name>
  143. <docblock line="133">
  144. <description>Gets the current level at the nav tree that we're at.</description>
  145. <long-description></long-description>
  146. <tag line="133" name="return" description="" type="int">
  147. <type by_reference="false">int</type>
  148. </tag>
  149. </docblock>
  150. </method>
  151. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="146" package="Default">
  152. <name>setCollectionObject</name>
  153. <full_name>setCollectionObject</full_name>
  154. <docblock line="141">
  155. <description>Sets the collection Object of the navigation item to the passed object</description>
  156. <long-description></long-description>
  157. <tag line="141" name="param" description="" type="\Page" variable="$obj">
  158. <type by_reference="false">\Page</type>
  159. </tag>
  160. <tag line="141" name="return" description="" type="void">
  161. <type by_reference="false">void</type>
  162. </tag>
  163. </docblock>
  164. <argument line="146">
  165. <name>$obj</name>
  166. <default></default>
  167. <type/>
  168. </argument>
  169. </method>
  170. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="154" package="Default">
  171. <name>getCollectionObject</name>
  172. <full_name>getCollectionObject</full_name>
  173. <docblock line="150">
  174. <description>Gets the collection Object of the navigation item</description>
  175. <long-description></long-description>
  176. <tag line="150" name="return" description="" type="\Page">
  177. <type by_reference="false">\Page</type>
  178. </tag>
  179. </docblock>
  180. </method>
  181. </class>
  182. <class final="false" abstract="false" namespace="global" line="171" package="Blocks\BlockTypes">
  183. <extends>\BlockController</extends>
  184. <name>AutonavBlockController</name>
  185. <full_name>\AutonavBlockController</full_name>
  186. <docblock line="159">
  187. <description>The controller for the autonav block, which makes navigation lists and menus from C5 pages.</description>
  188. <long-description></long-description>
  189. <tag line="159" name="package" description="Blocks"/>
  190. <tag line="159" name="subpackage" description="BlockTypes"/>
  191. <tag line="159" name="author" description="Andrew Embler &lt;andrew@concrete5.org&gt;"/>
  192. <tag line="159" name="category" description="Concrete"/>
  193. <tag line="159" name="copyright" description="Copyright (c) 2003-2008 Concrete5. (http://www.concrete5.org)"/>
  194. <tag line="159" name="license" description="http://www.concrete5.org/license/ MIT License"/>
  195. </docblock>
  196. <property final="false" static="false" visibility="protected" line="173" namespace="global" package="Default">
  197. <name>$btTable</name>
  198. <default>'btNavigation'</default>
  199. </property>
  200. <property final="false" static="false" visibility="protected" line="174" namespace="global" package="Default">
  201. <name>$btInterfaceWidth</name>
  202. <default>"500"</default>
  203. </property>
  204. <property final="false" static="false" visibility="protected" line="175" namespace="global" package="Default">
  205. <name>$btInterfaceHeight</name>
  206. <default>"350"</default>
  207. </property>
  208. <property final="false" static="false" visibility="protected" line="176" namespace="global" package="Default">
  209. <name>$btCacheBlockRecord</name>
  210. <default>true</default>
  211. </property>
  212. <property final="false" static="false" visibility="protected" line="177" namespace="global" package="Default">
  213. <name>$btCacheBlockOutput</name>
  214. <default>true</default>
  215. </property>
  216. <property final="false" static="false" visibility="protected" line="178" namespace="global" package="Default">
  217. <name>$btCacheBlockOutputOnPost</name>
  218. <default>true</default>
  219. </property>
  220. <property final="false" static="false" visibility="protected" line="179" namespace="global" package="Default">
  221. <name>$btCacheBlockOutputForRegisteredUsers</name>
  222. <default>false</default>
  223. </property>
  224. <property final="false" static="false" visibility="protected" line="180" namespace="global" package="Default">
  225. <name>$btCacheBlockOutputLifetime</name>
  226. <default>300</default>
  227. </property>
  228. <property final="false" static="false" visibility="protected" line="182" namespace="global" package="Default">
  229. <name>$btExportPageColumns</name>
  230. <default>array('displayPagesCID')</default>
  231. </property>
  232. <property final="false" static="false" visibility="public" line="192" namespace="global" package="Default">
  233. <name>$navArray</name>
  234. <default>array()</default>
  235. </property>
  236. <property final="false" static="false" visibility="public" line="193" namespace="global" package="Default">
  237. <name>$cParentIDArray</name>
  238. <default>array()</default>
  239. </property>
  240. <property final="false" static="false" visibility="public" line="195" namespace="global" package="Default">
  241. <name>$sorted_array</name>
  242. <default>array()</default>
  243. </property>
  244. <property final="false" static="false" visibility="public" line="196" namespace="global" package="Default">
  245. <name>$navSort</name>
  246. <default>array()</default>
  247. </property>
  248. <property final="false" static="false" visibility="public" line="197" namespace="global" package="Default">
  249. <name>$navObjectNames</name>
  250. <default>array()</default>
  251. </property>
  252. <property final="false" static="false" visibility="public" line="199" namespace="global" package="Default">
  253. <name>$displayPages</name>
  254. <default></default>
  255. </property>
  256. <property final="false" static="false" visibility="public" line="199" namespace="global" package="Default">
  257. <name>$displayPagesCID</name>
  258. <default></default>
  259. </property>
  260. <property final="false" static="false" visibility="public" line="199" namespace="global" package="Default">
  261. <name>$displayPagesIncludeSelf</name>
  262. <default></default>
  263. </property>
  264. <property final="false" static="false" visibility="public" line="199" namespace="global" package="Default">
  265. <name>$displaySubPages</name>
  266. <default></default>
  267. </property>
  268. <property final="false" static="false" visibility="public" line="199" namespace="global" package="Default">
  269. <name>$displaySubPageLevels</name>
  270. <default></default>
  271. </property>
  272. <property final="false" static="false" visibility="public" line="199" namespace="global" package="Default">
  273. <name>$displaySubPageLevelsNum</name>
  274. <default></default>
  275. </property>
  276. <property final="false" static="false" visibility="public" line="199" namespace="global" package="Default">
  277. <name>$orderBy</name>
  278. <default></default>
  279. </property>
  280. <property final="false" static="false" visibility="public" line="199" namespace="global" package="Default">
  281. <name>$displayUnavailablePages</name>
  282. <default></default>
  283. </property>
  284. <property final="false" static="false" visibility="public" line="200" namespace="global" package="Default">
  285. <name>$haveRetrievedSelf</name>
  286. <default>false</default>
  287. </property>
  288. <property final="false" static="false" visibility="public" line="201" namespace="global" package="Default">
  289. <name>$haveRetrievedSelfPlus1</name>
  290. <default>false</default>
  291. </property>
  292. <property final="false" static="false" visibility="public" line="202" namespace="global" package="Default">
  293. <name>$displaySystemPages</name>
  294. <default>false</default>
  295. </property>
  296. <property final="false" static="false" visibility="public" line="205" namespace="global" package="Default">
  297. <name>$displayUnapproved</name>
  298. <default>false</default>
  299. </property>
  300. <property final="false" static="false" visibility="public" line="665" namespace="global" package="Default">
  301. <name>$ulClass</name>
  302. <default></default>
  303. <docblock line="662">
  304. <description>Set main ul class</description>
  305. <long-description></long-description>
  306. </docblock>
  307. </property>
  308. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="184" package="Blocks\BlockTypes">
  309. <name>getBlockTypeDescription</name>
  310. <full_name>getBlockTypeDescription</full_name>
  311. </method>
  312. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="188" package="Blocks\BlockTypes">
  313. <name>getBlockTypeName</name>
  314. <full_name>getBlockTypeName</full_name>
  315. </method>
  316. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="214" package="Blocks\BlockTypes">
  317. <name>__construct</name>
  318. <full_name>__construct</full_name>
  319. <argument line="214">
  320. <name>$obj</name>
  321. <default>null</default>
  322. <type/>
  323. </argument>
  324. </method>
  325. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="238" package="Blocks\BlockTypes">
  326. <name>save</name>
  327. <full_name>save</full_name>
  328. <argument line="238">
  329. <name>$args</name>
  330. <default></default>
  331. <type/>
  332. </argument>
  333. </method>
  334. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="246" package="Blocks\BlockTypes">
  335. <name>getContent</name>
  336. <full_name>getContent</full_name>
  337. </method>
  338. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="255" package="Blocks\BlockTypes">
  339. <name>getChildPages</name>
  340. <full_name>getChildPages</full_name>
  341. <argument line="255">
  342. <name>$c</name>
  343. <default></default>
  344. <type/>
  345. </argument>
  346. </method>
  347. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="267" package="Blocks\BlockTypes">
  348. <name>generateNav</name>
  349. <full_name>generateNav</full_name>
  350. </method>
  351. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="412" package="Blocks\BlockTypes">
  352. <name>getParentAtLevel</name>
  353. <full_name>getParentAtLevel</full_name>
  354. <argument line="412">
  355. <name>$level</name>
  356. <default></default>
  357. <type/>
  358. </argument>
  359. </method>
  360. <method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="435" package="Blocks\BlockTypes">
  361. <name>displayPage</name>
  362. <full_name>displayPage</full_name>
  363. <argument line="435">
  364. <name>$tc</name>
  365. <default></default>
  366. <type/>
  367. </argument>
  368. </method>
  369. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="460" package="Blocks\BlockTypes">
  370. <name>getNavigationArray</name>
  371. <full_name>getNavigationArray</full_name>
  372. <argument line="460">
  373. <name>$cParentID</name>
  374. <default></default>
  375. <type/>
  376. </argument>
  377. <argument line="460">
  378. <name>$orderBy</name>
  379. <default></default>
  380. <type/>
  381. </argument>
  382. <argument line="460">
  383. <name>$currentLevel</name>
  384. <default></default>
  385. <type/>
  386. </argument>
  387. </method>
  388. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="638" package="Blocks\BlockTypes">
  389. <name>populateParentIDArray</name>
  390. <full_name>populateParentIDArray</full_name>
  391. <argument line="638">
  392. <name>$cID</name>
  393. <default></default>
  394. <type/>
  395. </argument>
  396. </method>
  397. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="656" package="Blocks\BlockTypes">
  398. <name>getParentParentID</name>
  399. <full_name>getParentParentID</full_name>
  400. <docblock line="653">
  401. <description>heh.</description>
  402. <long-description>&lt;p&gt;probably should've gone the simpler route and named this getGrandparentID()&lt;/p&gt;</long-description>
  403. </docblock>
  404. </method>
  405. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="670" package="Blocks\BlockTypes">
  406. <name>getClass</name>
  407. <full_name>getClass</full_name>
  408. <docblock line="667">
  409. <description>Get main ul class</description>
  410. <long-description></long-description>
  411. </docblock>
  412. </method>
  413. </class>
  414. <markers>
  415. <todo line="212">- Implement displayUnavailablePages in the btNavigation table, and in the frontend of the autonav block</todo>
  416. </markers>
  417. <parse_markers>
  418. <critical line="2" code="50008">No short description for file autonav/controller.php</critical>
  419. <error line="24" code="50000">No DocBlock was found for \AutonavBlockItem</error>
  420. <error line="26" code="50018">No DocBlock was found for property $level</error>
  421. <error line="27" code="50018">No DocBlock was found for property $isActive</error>
  422. <error line="28" code="50018">No DocBlock was found for property $_c</error>
  423. <error line="29" code="50018">No DocBlock was found for property $hasChildren</error>
  424. <error line="57" code="50014">Name of argument $c does not match with the DocBlock's name $page in isActive()</error>
  425. <notice line="57" code="50013">Parameter $page could not be found in isActive()</notice>
  426. <error line="173" code="50018">No DocBlock was found for property $btTable</error>
  427. <error line="174" code="50018">No DocBlock was found for property $btInterfaceWidth</error>
  428. <error line="175" code="50018">No DocBlock was found for property $btInterfaceHeight</error>
  429. <error line="176" code="50018">No DocBlock was found for property $btCacheBlockRecord</error>
  430. <error line="177" code="50018">No DocBlock was found for property $btCacheBlockOutput</error>
  431. <error line="178" code="50018">No DocBlock was found for property $btCacheBlockOutputOnPost</error>
  432. <error line="179" code="50018">No DocBlock was found for property $btCacheBlockOutputForRegisteredUsers</error>
  433. <error line="180" code="50018">No DocBlock was found for property $btCacheBlockOutputLifetime</error>
  434. <error line="182" code="50018">No DocBlock was found for property $btExportPageColumns</error>
  435. <error line="192" code="50018">No DocBlock was found for property $navArray</error>
  436. <error line="193" code="50018">No DocBlock was found for property $cParentIDArray</error>
  437. <error line="195" code="50018">No DocBlock was found for property $sorted_array</error>
  438. <error line="196" code="50018">No DocBlock was found for property $navSort</error>
  439. <error line="197" code="50018">No DocBlock was found for property $navObjectNames</error>
  440. <error line="199" code="50018">No DocBlock was found for property $displayPages</error>
  441. <error line="199" code="50018">No DocBlock was found for property $displayPagesCID</error>
  442. <error line="199" code="50018">No DocBlock was found for property $displayPagesIncludeSelf</error>
  443. <error line="199" code="50018">No DocBlock was found for property $displaySubPages</error>
  444. <error line="199" code="50018">No DocBlock was found for property $displaySubPageLevels</error>
  445. <error line="199" code="50018">No DocBlock was found for property $displaySubPageLevelsNum</error>
  446. <error line="199" code="50018">No DocBlock was found for property $orderBy</error>
  447. <error line="199" code="50018">No DocBlock was found for property $displayUnavailablePages</error>
  448. <error line="200" code="50018">No DocBlock was found for property $haveRetrievedSelf</error>
  449. <error line="201" code="50018">No DocBlock was found for property $haveRetrievedSelfPlus1</error>
  450. <error line="202" code="50018">No DocBlock was found for property $displaySystemPages</error>
  451. <error line="205" code="50018">No DocBlock was found for property $displayUnapproved</error>
  452. <error line="184" code="50010">No DocBlock was found for method getBlockTypeDescription()</error>
  453. <error line="188" code="50010">No DocBlock was found for method getBlockTypeName()</error>
  454. <error line="214" code="50010">No DocBlock was found for method __construct()</error>
  455. <error line="238" code="50010">No DocBlock was found for method save()</error>
  456. <error line="246" code="50010">No DocBlock was found for method getContent()</error>
  457. <error line="255" code="50010">No DocBlock was found for method getChildPages()</error>
  458. <error line="267" code="50010">No DocBlock was found for method generateNav()</error>
  459. <error line="412" code="50010">No DocBlock was found for method getParentAtLevel()</error>
  460. <error line="435" code="50010">No DocBlock was found for method displayPage()</error>
  461. <error line="460" code="50010">No DocBlock was found for method getNavigationArray()</error>
  462. <error line="638" code="50010">No DocBlock was found for method populateParentIDArray()</error>
  463. </parse_markers>
  464. </file>
  465. <file path="autonav/templates/sitemap.php" hash="e853bf1d0f81c99afa2a8f4f6984ff92" package="Default">
  466. <parse_markers>
  467. <error line="0" code="50007">No page-level DocBlock was found in file autonav/templates/sitemap.php</error>
  468. </parse_markers>
  469. </file>
  470. <file path="autonav/templates/subnav.php" hash="bf1d539d72eff8d60df6ee69814be40d" package="Default">
  471. <parse_markers>
  472. <error line="0" code="50007">No page-level DocBlock was found in file autonav/templates/subnav.php</error>
  473. </parse_markers>
  474. </file>
  475. <file path="autonav/view.php" hash="562f0ad94a7c60e23ef6c5d7c26d3cfc" package="Default">
  476. <parse_markers>
  477. <error line="0" code="50007">No page-level DocBlock was found in file autonav/view.php</error>
  478. </parse_markers>
  479. </file>
  480. <file path="billboard/add.php" hash="4d9e53b8b7e5fc4dd1d1202d1f970f43" package="Default">
  481. <parse_markers>
  482. <error line="0" code="50007">No page-level DocBlock was found in file billboard/add.php</error>
  483. </parse_markers>
  484. </file>
  485. <file path="billboard/controller.php" hash="7c1d70dacd3025f75a5f1f091c4dfbc6" package="Default">
  486. <class final="false" abstract="false" namespace="global" line="18" package="Default">
  487. <extends>\BlockController</extends>
  488. <name>BillboardBlockController</name>
  489. <full_name>\BillboardBlockController</full_name>
  490. <property final="false" static="false" visibility="protected" line="20" namespace="global" package="Default">
  491. <name>$btDescription</name>
  492. <default>"Billboard."</default>
  493. </property>
  494. <property final="false" static="false" visibility="protected" line="21" namespace="global" package="Default">
  495. <name>$btName</name>
  496. <default>"MT: Billboard"</default>
  497. </property>
  498. <property final="false" static="false" visibility="protected" line="22" namespace="global" package="Default">
  499. <name>$btTable</name>
  500. <default>'btBillboard'</default>
  501. </property>
  502. <property final="false" static="false" visibility="protected" line="23" namespace="global" package="Default">
  503. <name>$btInterfaceWidth</name>
  504. <default>"750"</default>
  505. </property>
  506. <property final="false" static="false" visibility="protected" line="24" namespace="global" package="Default">
  507. <name>$btInterfaceHeight</name>
  508. <default>"400"</default>
  509. </property>
  510. <property final="false" static="false" visibility="protected" line="26" namespace="global" package="Default">
  511. <name>$btCacheBlockRecord</name>
  512. <default>true</default>
  513. </property>
  514. <property final="false" static="false" visibility="protected" line="27" namespace="global" package="Default">
  515. <name>$btCacheBlockOutput</name>
  516. <default>true</default>
  517. </property>
  518. <property final="false" static="false" visibility="protected" line="28" namespace="global" package="Default">
  519. <name>$btCacheBlockOutputOnPost</name>
  520. <default>true</default>
  521. </property>
  522. <property final="false" static="false" visibility="protected" line="29" namespace="global" package="Default">
  523. <name>$btCacheBlockOutputForRegisteredUsers</name>
  524. <default>false</default>
  525. </property>
  526. <property final="false" static="false" visibility="protected" line="30" namespace="global" package="Default">
  527. <name>$btCacheBlockOutputLifetime</name>
  528. <default>600</default>
  529. </property>
  530. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="32" package="Default">
  531. <name>tmplURL</name>
  532. <full_name>tmplURL</full_name>
  533. </method>
  534. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="38" package="Default">
  535. <name>getJavaScriptStrings</name>
  536. <full_name>getJavaScriptStrings</full_name>
  537. </method>
  538. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="44" package="Default">
  539. <name>on_before_render</name>
  540. <full_name>on_before_render</full_name>
  541. </method>
  542. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="55" package="Default">
  543. <name>view</name>
  544. <full_name>view</full_name>
  545. </method>
  546. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="60" package="Default">
  547. <name>getEntries</name>
  548. <full_name>getEntries</full_name>
  549. </method>
  550. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="71" package="Default">
  551. <name>getSearchableContent</name>
  552. <full_name>getSearchableContent</full_name>
  553. </method>
  554. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="75" package="Default">
  555. <name>getContent</name>
  556. <full_name>getContent</full_name>
  557. <argument line="75">
  558. <name>$id</name>
  559. <default></default>
  560. <type/>
  561. </argument>
  562. </method>
  563. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="79" package="Default">
  564. <name>getContentEditMode</name>
  565. <full_name>getContentEditMode</full_name>
  566. <argument line="79">
  567. <name>$id</name>
  568. <default></default>
  569. <type/>
  570. </argument>
  571. </method>
  572. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="83" package="Default">
  573. <name>save</name>
  574. <full_name>save</full_name>
  575. <argument line="83">
  576. <name>$vals</name>
  577. <default></default>
  578. <type/>
  579. </argument>
  580. </method>
  581. </class>
  582. <parse_markers>
  583. <error line="0" code="50007">No page-level DocBlock was found in file billboard/controller.php</error>
  584. <error line="18" code="50000">No DocBlock was found for \BillboardBlockController</error>
  585. <error line="20" code="50018">No DocBlock was found for property $btDescription</error>
  586. <error line="21" code="50018">No DocBlock was found for property $btName</error>
  587. <error line="22" code="50018">No DocBlock was found for property $btTable</error>
  588. <error line="23" code="50018">No DocBlock was found for property $btInterfaceWidth</error>
  589. <error line="24" code="50018">No DocBlock was found for property $btInterfaceHeight</error>
  590. <error line="26" code="50018">No DocBlock was found for property $btCacheBlockRecord</error>
  591. <error line="27" code="50018">No DocBlock was found for property $btCacheBlockOutput</error>
  592. <error line="28" code="50018">No DocBlock was found for property $btCacheBlockOutputOnPost</error>
  593. <error line="29" code="50018">No DocBlock was found for property $btCacheBlockOutputForRegisteredUsers</error>
  594. <error line="30" code="50018">No DocBlock was found for property $btCacheBlockOutputLifetime</error>
  595. <error line="32" code="50010">No DocBlock was found for method tmplURL()</error>
  596. <error line="38" code="50010">No DocBlock was found for method getJavaScriptStrings()</error>
  597. <error line="44" code="50010">No DocBlock was found for method on_before_render()</error>
  598. <error line="55" code="50010">No DocBlock was found for method view()</error>
  599. <error line="60" code="50010">No DocBlock was found for method getEntries()</error>
  600. <error line="71" code="50010">No DocBlock was found for method getSearchableContent()</error>
  601. <error line="75" code="50010">No DocBlock was found for method getContent()</error>
  602. <error line="79" code="50010">No DocBlock was found for method getContentEditMode()</error>
  603. <error line="83" code="50010">No DocBlock was found for method save()</error>
  604. </parse_markers>
  605. </file>
  606. <file path="billboard/copy.php" hash="7d701040f0c058bfeb7bbefed05191d9" package="Default">
  607. <parse_markers>
  608. <error line="0" code="50007">No page-level DocBlock was found in file billboard/copy.php</error>
  609. </parse_markers>
  610. </file>
  611. <file path="billboard/edit.php" hash="4d9e53b8b7e5fc4dd1d1202d1f970f43" package="Default">
  612. <parse_markers>
  613. <error line="0" code="50007">No page-level DocBlock was found in file billboard/edit.php</error>
  614. </parse_markers>
  615. </file>
  616. <file path="billboard/form.php" hash="bf91969ba0697c75266199072fe399fa" package="Default">
  617. <parse_markers>
  618. <error line="0" code="50007">No page-level DocBlock was found in file billboard/form.php</error>
  619. </parse_markers>
  620. </file>
  621. <file path="billboard/templates/interior_page.php" hash="f109ed1b7d308b0bd4ee3bb6fa32ccd1" package="Default">
  622. <parse_markers>
  623. <error line="0" code="50007">No page-level DocBlock was found in file billboard/templates/interior_page.php</error>
  624. </parse_markers>
  625. </file>
  626. <file path="billboard/tools/tmpl.php" hash="e8cb9ad141a987a3b760135a938abb59" package="Default">
  627. <parse_markers>
  628. <error line="0" code="50007">No page-level DocBlock was found in file billboard/tools/tmpl.php</error>
  629. </parse_markers>
  630. </file>
  631. <file path="billboard/view.php" hash="f2d46344eca3825c4b42d068ddbf58eb" package="Default">
  632. <function namespace="global" line="8" package="Default">
  633. <name>buildNav</name>
  634. <full_name>\buildNav</full_name>
  635. <argument line="8">
  636. <name>$obj</name>
  637. <default></default>
  638. <type/>
  639. </argument>
  640. <argument line="8">
  641. <name>$length</name>
  642. <default></default>
  643. <type/>
  644. </argument>
  645. </function>
  646. <parse_markers>
  647. <error line="0" code="50007">No page-level DocBlock was found in file billboard/view.php</error>
  648. <error line="8" code="50009">No DocBlock was found for function \buildNav()</error>
  649. </parse_markers>
  650. </file>
  651. <file path="consultation_quiz/add.php" hash="4d9e53b8b7e5fc4dd1d1202d1f970f43" package="Default">
  652. <parse_markers>
  653. <error line="0" code="50007">No page-level DocBlock was found in file consultation_quiz/add.php</error>
  654. </parse_markers>
  655. </file>
  656. <file path="consultation_quiz/controller.php" hash="29fda49391811b67fe39e8077d3f3c5a" package="Default">
  657. <include line="35" type="Include" package="Default">
  658. <name>templates/output_results.php</name>
  659. </include>
  660. <class final="false" abstract="false" namespace="global" line="4" package="Default">
  661. <extends>\BlockController</extends>
  662. <name>ConsultationQuizBlockController</name>
  663. <full_name>\ConsultationQuizBlockController</full_name>
  664. <property final="false" static="false" visibility="protected" line="6" namespace="global" package="Default">
  665. <name>$btDescription</name>
  666. <default>"Consultation Quiz."</default>
  667. </property>
  668. <property final="false" static="false" visibility="protected" line="7" namespace="global" package="Default">
  669. <name>$btName</name>
  670. <default>"MT: Consultation Quiz"</default>
  671. </property>
  672. <property final="false" static="false" visibility="protected" line="8" namespace="global" package="Default">
  673. <name>$btTable</name>
  674. <default>'btConsultationQuiz'</default>
  675. </property>
  676. <property final="false" static="false" visibility="protected" line="10" namespace="global" package="Default">
  677. <name>$btInterfaceWidth</name>
  678. <default>'800'</default>
  679. </property>
  680. <property final="false" static="false" visibility="protected" line="11" namespace="global" package="Default">
  681. <name>$btInterfaceHeight</name>
  682. <default>'500'</default>
  683. </property>
  684. <property final="false" static="false" visibility="protected" line="13" namespace="global" package="Default">
  685. <name>$btCacheBlockRecord</name>
  686. <default>true</default>
  687. </property>
  688. <property final="false" static="false" visibility="protected" line="14" namespace="global" package="Default">
  689. <name>$btCacheBlockOutput</name>
  690. <default>false</default>
  691. </property>
  692. <property final="false" static="false" visibility="protected" line="15" namespace="global" package="Default">
  693. <name>$btCacheBlockOutputOnPost</name>
  694. <default>false</default>
  695. </property>
  696. <property final="false" static="false" visibility="protected" line="16" namespace="global" package="Default">
  697. <name>$btCacheBlockOutputForRegisteredUsers</name>
  698. <default>false</default>
  699. </property>
  700. <property final="false" static="false" visibility="protected" line="17" namespace="global" package="Default">
  701. <name>$btCacheBlockOutputLifetime</name>
  702. <default>600</default>
  703. </property>
  704. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="19" package="Default">
  705. <name>toolsURL</name>
  706. <full_name>toolsURL</full_name>
  707. </method>
  708. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="26" package="Default">
  709. <name>getJavaScriptStrings</name>
  710. <full_name>getJavaScriptStrings</full_name>
  711. </method>
  712. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="34" package="Default">
  713. <name>action_quiz_submit</name>
  714. <full_name>action_quiz_submit</full_name>
  715. </method>
  716. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="40" package="Default">
  717. <name>on_before_render</name>
  718. <full_name>on_before_render</full_name>
  719. </method>
  720. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="45" package="Default">
  721. <name>setQNA</name>
  722. <full_name>setQNA</full_name>
  723. </method>
  724. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="61" package="Default">
  725. <name>get_answers_by_qID</name>
  726. <full_name>get_answers_by_qID</full_name>
  727. <argument line="61">
  728. <name>$id</name>
  729. <default></default>
  730. <type/>
  731. </argument>
  732. </method>
  733. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="75" package="Default">
  734. <name>save</name>
  735. <full_name>save</full_name>
  736. <argument line="75">
  737. <name>$args</name>
  738. <default></default>
  739. <type/>
  740. </argument>
  741. </method>
  742. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="123" package="Default">
  743. <name>delete</name>
  744. <full_name>delete</full_name>
  745. </method>
  746. </class>
  747. <parse_markers>
  748. <error line="0" code="50007">No page-level DocBlock was found in file consultation_quiz/controller.php</error>
  749. <error line="4" code="50000">No DocBlock was found for \ConsultationQuizBlockController</error>
  750. <error line="6" code="50018">No DocBlock was found for property $btDescription</error>
  751. <error line="7" code="50018">No DocBlock was found for property $btName</error>
  752. <error line="8" code="50018">No DocBlock was found for property $btTable</error>
  753. <error line="10" code="50018">No DocBlock was found for property $btInterfaceWidth</error>
  754. <error line="11" code="50018">No DocBlock was found for property $btInterfaceHeight</error>
  755. <error line="13" code="50018">No DocBlock was found for property $btCacheBlockRecord</error>
  756. <error line="14" code="50018">No DocBlock was found for property $btCacheBlockOutput</error>
  757. <error line="15" code="50018">No DocBlock was found for property $btCacheBlockOutputOnPost</error>
  758. <error line="16" code="50018">No DocBlock was found for property $btCacheBlockOutputForRegisteredUsers</error>
  759. <error line="17" code="50018">No DocBlock was found for property $btCacheBlockOutputLifetime</error>
  760. <error line="19" code="50010">No DocBlock was found for method toolsURL()</error>
  761. <error line="26" code="50010">No DocBlock was found for method getJavaScriptStrings()</error>
  762. <error line="34" code="50010">No DocBlock was found for method action_quiz_submit()</error>
  763. <error line="40" code="50010">No DocBlock was found for method on_before_render()</error>
  764. <error line="45" code="50010">No DocBlock was found for method setQNA()</error>
  765. <error line="61" code="50010">No DocBlock was found for method get_answers_by_qID()</error>
  766. <error line="75" code="50010">No DocBlock was found for method save()</error>
  767. <error line="123" code="50010">No DocBlock was found for method delete()</error>
  768. </parse_markers>
  769. </file>
  770. <file path="consultation_quiz/edit.php" hash="4d9e53b8b7e5fc4dd1d1202d1f970f43" package="Default">
  771. <parse_markers>
  772. <error line="0" code="50007">No page-level DocBlock was found in file consultation_quiz/edit.php</error>
  773. </parse_markers>
  774. </file>
  775. <file path="consultation_quiz/form.php" hash="610813deb05f4544c48d7423edf63dce" package="Default">
  776. <parse_markers>
  777. <error line="0" code="50007">No page-level DocBlock was found in file consultation_quiz/form.php</error>
  778. </parse_markers>
  779. </file>
  780. <file path="consultation_quiz/templates/output_quiz.php" hash="897832c47b1e1069e60d22e83d5529a2" package="Default">
  781. <parse_markers>
  782. <error line="0" code="50007">No page-level DocBlock was found in file consultation_quiz/templates/output_quiz.php</error>
  783. </parse_markers>
  784. </file>
  785. <file path="consultation_quiz/templates/output_results.php" hash="4d9181b1195ee75f415dbeaf38b62b2a" package="Default">
  786. <parse_markers>
  787. <error line="0" code="50007">No page-level DocBlock was found in file consultation_quiz/templates/output_results.php</error>
  788. </parse_markers>
  789. </file>
  790. <file path="consultation_quiz/tools/tpl_answer.php" hash="83deccb95dea43ea07aecb3c22b6a6b9" package="Default">
  791. <parse_markers>
  792. <error line="0" code="50007">No page-level DocBlock was found in file consultation_quiz/tools/tpl_answer.php</error>
  793. </parse_markers>
  794. </file>
  795. <file path="consultation_quiz/tools/tpl_question.php" hash="88b2c9726caaa7813a975ec1749084a4" package="Default">
  796. <parse_markers>
  797. <error line="0" code="50007">No page-level DocBlock was found in file consultation_quiz/tools/tpl_question.php</error>
  798. </parse_markers>
  799. </file>
  800. <file path="consultation_quiz/view.php" hash="da3a434c235834cdc0c1e1f7e6764511" package="Default">
  801. <parse_markers>
  802. <error line="0" code="50007">No page-level DocBlock was found in file consultation_quiz/view.php</error>
  803. </parse_markers>
  804. </file>
  805. <file path="content/editor_config.php" hash="9d4ccff001fa509aae8302d75abe7f53" package="Default">
  806. <parse_markers>
  807. <error line="0" code="50007">No page-level DocBlock was found in file content/editor_config.php</error>
  808. </parse_markers>
  809. </file>
  810. <file path="content_billboard/add.php" hash="fcffad9f5a8509727d53c50c19a802e4" package="Default">
  811. <include line="1" type="Include" package="Default">
  812. <name>edit.php</name>
  813. </include>
  814. <parse_markers>
  815. <error line="0" code="50007">No page-level DocBlock was found in file content_billboard/add.php</error>
  816. </parse_markers>
  817. </file>
  818. <file path="content_billboard/controller.php" hash="e8e52abd460a474276bb818b4c2f6fe4" package="Default">
  819. <class final="false" abstract="false" namespace="global" line="2" package="Default">
  820. <extends>\BlockController</extends>
  821. <name>ContentBillboardBlockController</name>
  822. <full_name>\ContentBillboardBlockController</full_name>
  823. <property final="false" static="false" visibility="protected" line="4" namespace="global" package="Default">
  824. <name>$btDescription</name>
  825. <default>"Generic content billboard block."</default>
  826. </property>
  827. <property final="false" static="false" visibility="protected" line="5" namespace="global" package="Default">
  828. <name>$btName</name>
  829. <default>"MT: Content Billboard Callout"</default>
  830. </property>
  831. <property final="false" static="false" visibility="protected" line="6" namespace="global" package="Default">
  832. <name>$btTable</name>
  833. <default>'btProductList'</default>
  834. </property>
  835. <property final="false" static="false" visibility="protected" line="7" namespace="global" package="Default">
  836. <name>$btInterfaceWidth</name>
  837. <default>"675"</default>
  838. </property>
  839. <property final="false" static="false" visibility="protected" line="8" namespace="global" package="Default">
  840. <name>$btInterfaceHeight</name>
  841. <default>"250"</default>
  842. </property>
  843. <property final="false" static="false" visibility="protected" line="10" namespace="global" package="Default">
  844. <name>$btCacheBlockRecord</name>
  845. <default>true</default>
  846. </property>
  847. <property final="false" static="false" visibility="protected" line="11" namespace="global" package="Default">
  848. <name>$btCacheBlockOutput</name>
  849. <default>true</default>
  850. </property>
  851. <property final="false" static="false" visibility="protected" line="12" namespace="global" package="Default">
  852. <name>$btCacheBlockOutputOnPost</name>
  853. <default>true</default>
  854. </property>
  855. <property final="false" static="false" visibility="protected" line="13" namespace="global" package="Default">
  856. <name>$btCacheBlockOutputForRegisteredUsers</name>
  857. <default>false</default>
  858. </property>
  859. <property final="false" static="false" visibility="protected" line="14" namespace="global" package="Default">
  860. <name>$btCacheBlockOutputLifetime</name>
  861. <default>600</default>
  862. </property>
  863. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="17" package="Default">
  864. <name>getEntries</name>
  865. <full_name>getEntries</full_name>
  866. </method>
  867. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="28" package="Default">
  868. <name>getSearchableContent</name>
  869. <full_name>getSearchableContent</full_name>
  870. </method>
  871. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="32" package="Default">
  872. <name>getContent</name>
  873. <full_name>getContent</full_name>
  874. <argument line="32">
  875. <name>$id</name>
  876. <default></default>
  877. <type/>
  878. </argument>
  879. </method>
  880. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="36" package="Default">
  881. <name>getContentEditMode</name>
  882. <full_name>getContentEditMode</full_name>
  883. <argument line="36">
  884. <name>$id</name>
  885. <default></default>
  886. <type/>
  887. </argument>
  888. </method>
  889. <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="40" package="Default">
  890. <name>save</name>
  891. <full_name>save</full_name>
  892. <argument line="40">
  893. <name>$vals</name>
  894. <default></default>
  895. <type/>
  896. </argument>
  897. </method>
  898. </class>
  899. <parse_markers>
  900. <error line="0" code="50007">No page-level DocBlock was found in file content_billboard/controller.php</error>
  901. <error line="2" code="50000">No DocBlock was found for \ContentBillboardBlockController</error>
  902. <error line="4" code="50018">No DocBlock was found for property $btDescription</error>
  903. <error line="5" code="50018">No DocBlock was found for property $btName</error>
  904. <error line="6" code="50018">No DocBlock was found for property $btTable</error>
  905. <error line="7" code="50018">No DocBlock was found for property $btInterfaceWidth</error>
  906. <error line="8" code="50018">No DocBlock was found for property $btInterfaceHeight</error>
  907. <error line="10" code="50018">No DocBlock was found for property $btCacheBlockRecord</error>
  908. <error line="11" code="50018">No DocBlock was found for property $btCacheBlockOutput</error>
  909. <error line="12" code="50018">No DocBlock was found for property $btCacheBlockOutputOnPost</error>
  910. <error line="13" code="50018">No DocBlock was found for property $btCacheBlockOutputForRegisteredUsers</error>
  911. <error line="14" code="50018">No DocBlock was found for property $btCacheBlockOutputLifetime</error>
  912. <error line="17" code="50010">No DocBlock was found for method getEntries()</error>
  913. <error line="28" code="50010">No DocBlock was found for method getSearchableContent()</error>
  914. <error line="32" code="50010">No DocBlock was found for method getContent()</error>
  915. <error line="36" code="50010">No DocBlock was found for method getContentEditMode()</error>
  916. <error line="40" code="50010">No DocBlock was found for method save()</error>
  917. </parse_markers>
  918. </file>
  919. <file path="content_billboard/edit.php" hash="14e91a20f1f3a767dffaa1042d4bb41b" package="Default">
  920. <parse_markers>
  921. <error line="0" code="50007">No page-level DocBlock was found in file content_billboard/

Large files files are truncated, but you can click here to view the full file