Lib_ZF - Version 1.12.10.0

Version Notes

1.12.10.0

Download this release

Release Info

Developer Magento Core Team
Extension Lib_ZF
Version 1.12.10.0
Comparing to
See all releases


Code changes from version 1.12.7.0 to 1.12.10.0

Files changed (857) hide show
  1. lib/Zend/Acl.php +2 -2
  2. lib/Zend/Acl/Assert/Interface.php +2 -2
  3. lib/Zend/Acl/Exception.php +2 -2
  4. lib/Zend/Acl/Resource.php +2 -3
  5. lib/Zend/Acl/Resource/Interface.php +2 -2
  6. lib/Zend/Acl/Role.php +2 -3
  7. lib/Zend/Acl/Role/Interface.php +2 -2
  8. lib/Zend/Acl/Role/Registry.php +2 -2
  9. lib/Zend/Acl/Role/Registry/Exception.php +2 -2
  10. lib/Zend/Amf/Adobe/Auth.php +2 -2
  11. lib/Zend/Amf/Adobe/DbInspector.php +2 -2
  12. lib/Zend/Amf/Adobe/Introspector.php +2 -2
  13. lib/Zend/Amf/Auth/Abstract.php +2 -2
  14. lib/Zend/Amf/Constants.php +2 -2
  15. lib/Zend/Amf/Exception.php +2 -2
  16. lib/Zend/Amf/Parse/Amf0/Deserializer.php +2 -2
  17. lib/Zend/Amf/Parse/Amf0/Serializer.php +2 -2
  18. lib/Zend/Amf/Parse/Amf3/Deserializer.php +2 -2
  19. lib/Zend/Amf/Parse/Amf3/Serializer.php +2 -2
  20. lib/Zend/Amf/Parse/Deserializer.php +2 -2
  21. lib/Zend/Amf/Parse/InputStream.php +2 -2
  22. lib/Zend/Amf/Parse/OutputStream.php +2 -2
  23. lib/Zend/Amf/Parse/Resource/MysqlResult.php +2 -2
  24. lib/Zend/Amf/Parse/Resource/MysqliResult.php +2 -2
  25. lib/Zend/Amf/Parse/Resource/Stream.php +2 -2
  26. lib/Zend/Amf/Parse/Serializer.php +2 -2
  27. lib/Zend/Amf/Parse/TypeLoader.php +2 -2
  28. lib/Zend/Amf/Request.php +2 -2
  29. lib/Zend/Amf/Request/Http.php +2 -2
  30. lib/Zend/Amf/Response.php +2 -2
  31. lib/Zend/Amf/Response/Http.php +2 -2
  32. lib/Zend/Amf/Server.php +2 -2
  33. lib/Zend/Amf/Server/Exception.php +2 -2
  34. lib/Zend/Amf/Util/BinaryStream.php +2 -2
  35. lib/Zend/Amf/Value/ByteArray.php +2 -2
  36. lib/Zend/Amf/Value/MessageBody.php +2 -2
  37. lib/Zend/Amf/Value/MessageHeader.php +2 -2
  38. lib/Zend/Amf/Value/Messaging/AbstractMessage.php +2 -2
  39. lib/Zend/Amf/Value/Messaging/AcknowledgeMessage.php +2 -2
  40. lib/Zend/Amf/Value/Messaging/ArrayCollection.php +2 -2
  41. lib/Zend/Amf/Value/Messaging/AsyncMessage.php +2 -2
  42. lib/Zend/Amf/Value/Messaging/CommandMessage.php +2 -2
  43. lib/Zend/Amf/Value/Messaging/ErrorMessage.php +2 -2
  44. lib/Zend/Amf/Value/Messaging/RemotingMessage.php +2 -2
  45. lib/Zend/Amf/Value/TraitsInfo.php +2 -2
  46. lib/Zend/Application.php +34 -13
  47. lib/Zend/Application/Bootstrap/Bootstrap.php +17 -9
  48. lib/Zend/Application/Bootstrap/BootstrapAbstract.php +2 -2
  49. lib/Zend/Application/Bootstrap/Bootstrapper.php +2 -2
  50. lib/Zend/Application/Bootstrap/Exception.php +2 -2
  51. lib/Zend/Application/Bootstrap/ResourceBootstrapper.php +2 -2
  52. lib/Zend/Application/Exception.php +2 -2
  53. lib/Zend/Application/Module/Autoloader.php +38 -37
  54. lib/Zend/Application/Module/Bootstrap.php +3 -4
  55. lib/Zend/Application/Resource/Cachemanager.php +2 -2
  56. lib/Zend/Application/Resource/Db.php +7 -5
  57. lib/Zend/Application/Resource/Dojo.php +2 -2
  58. lib/Zend/Application/Resource/Exception.php +2 -2
  59. lib/Zend/Application/Resource/Frontcontroller.php +9 -9
  60. lib/Zend/Application/Resource/Layout.php +2 -2
  61. lib/Zend/Application/Resource/Locale.php +5 -5
  62. lib/Zend/Application/Resource/Log.php +2 -2
  63. lib/Zend/Application/Resource/Mail.php +35 -31
  64. lib/Zend/Application/Resource/Modules.php +15 -12
  65. lib/Zend/Application/Resource/Multidb.php +3 -3
  66. lib/Zend/Application/Resource/Navigation.php +13 -10
  67. lib/Zend/Application/Resource/Resource.php +2 -3
  68. lib/Zend/Application/Resource/ResourceAbstract.php +2 -2
  69. lib/Zend/Application/Resource/Router.php +2 -2
  70. lib/Zend/Application/Resource/Session.php +3 -2
  71. lib/Zend/Application/Resource/Translate.php +10 -8
  72. lib/Zend/Application/Resource/Useragent.php +2 -2
  73. lib/Zend/Application/Resource/View.php +2 -2
  74. lib/Zend/Auth.php +2 -2
  75. lib/Zend/Auth/Adapter/DbTable.php +2 -3
  76. lib/Zend/Auth/Adapter/Digest.php +2 -3
  77. lib/Zend/Auth/Adapter/Exception.php +2 -2
  78. lib/Zend/Auth/Adapter/Http.php +2 -3
  79. lib/Zend/Auth/Adapter/Http/Resolver/Exception.php +2 -2
  80. lib/Zend/Auth/Adapter/Http/Resolver/File.php +2 -3
  81. lib/Zend/Auth/Adapter/Http/Resolver/Interface.php +2 -2
  82. lib/Zend/Auth/Adapter/Interface.php +2 -2
  83. lib/Zend/Auth/Adapter/Ldap.php +2 -3
  84. lib/Zend/Auth/Adapter/OpenId.php +3 -4
  85. lib/Zend/Auth/Exception.php +2 -2
  86. lib/Zend/Auth/Result.php +5 -6
  87. lib/Zend/Auth/Storage/Exception.php +2 -2
  88. lib/Zend/Auth/Storage/Interface.php +2 -2
  89. lib/Zend/Auth/Storage/NonPersistent.php +2 -2
  90. lib/Zend/Auth/Storage/Session.php +4 -5
  91. lib/Zend/Barcode.php +2 -2
  92. lib/Zend/Barcode/Exception.php +2 -2
  93. lib/Zend/Barcode/Object/Code128.php +6 -2
  94. lib/Zend/Barcode/Object/Code25.php +2 -2
  95. lib/Zend/Barcode/Object/Code25interleaved.php +2 -2
  96. lib/Zend/Barcode/Object/Code39.php +2 -2
  97. lib/Zend/Barcode/Object/Ean13.php +2 -2
  98. lib/Zend/Barcode/Object/Ean2.php +2 -2
  99. lib/Zend/Barcode/Object/Ean5.php +2 -2
  100. lib/Zend/Barcode/Object/Ean8.php +4 -2
  101. lib/Zend/Barcode/Object/Error.php +6 -2
  102. lib/Zend/Barcode/Object/Exception.php +2 -2
  103. lib/Zend/Barcode/Object/Identcode.php +3 -3
  104. lib/Zend/Barcode/Object/Itf14.php +2 -2
  105. lib/Zend/Barcode/Object/Leitcode.php +2 -2
  106. lib/Zend/Barcode/Object/ObjectAbstract.php +259 -136
  107. lib/Zend/Barcode/Object/Planet.php +2 -2
  108. lib/Zend/Barcode/Object/Postnet.php +2 -2
  109. lib/Zend/Barcode/Object/Royalmail.php +2 -2
  110. lib/Zend/Barcode/Object/Upca.php +2 -2
  111. lib/Zend/Barcode/Object/Upce.php +4 -2
  112. lib/Zend/Barcode/Renderer/Exception.php +2 -2
  113. lib/Zend/Barcode/Renderer/Image.php +19 -14
  114. lib/Zend/Barcode/Renderer/Pdf.php +14 -11
  115. lib/Zend/Barcode/Renderer/RendererAbstract.php +29 -18
  116. lib/Zend/Barcode/Renderer/Svg.php +16 -13
  117. lib/Zend/Cache.php +2 -2
  118. lib/Zend/Cache/Backend.php +4 -6
  119. lib/Zend/Cache/Backend/Apc.php +2 -2
  120. lib/Zend/Cache/Backend/BlackHole.php +2 -2
  121. lib/Zend/Cache/Backend/ExtendedInterface.php +2 -2
  122. lib/Zend/Cache/Backend/File.php +23 -17
  123. lib/Zend/Cache/Backend/Interface.php +2 -2
  124. lib/Zend/Cache/Backend/Libmemcached.php +2 -2
  125. lib/Zend/Cache/Backend/Memcached.php +8 -3
  126. lib/Zend/Cache/Backend/Sqlite.php +2 -2
  127. lib/Zend/Cache/Backend/Static.php +3 -2
  128. lib/Zend/Cache/Backend/Test.php +2 -2
  129. lib/Zend/Cache/Backend/TwoLevels.php +20 -8
  130. lib/Zend/Cache/Backend/WinCache.php +2 -2
  131. lib/Zend/Cache/Backend/Xcache.php +2 -2
  132. lib/Zend/Cache/Backend/ZendPlatform.php +2 -2
  133. lib/Zend/Cache/Backend/ZendServer.php +2 -2
  134. lib/Zend/Cache/Backend/ZendServer/Disk.php +4 -3
  135. lib/Zend/Cache/Backend/ZendServer/ShMem.php +8 -7
  136. lib/Zend/Cache/Core.php +13 -13
  137. lib/Zend/Cache/Exception.php +2 -2
  138. lib/Zend/Cache/Frontend/Capture.php +2 -2
  139. lib/Zend/Cache/Frontend/Class.php +3 -3
  140. lib/Zend/Cache/Frontend/File.php +3 -3
  141. lib/Zend/Cache/Frontend/Function.php +3 -3
  142. lib/Zend/Cache/Frontend/Output.php +2 -2
  143. lib/Zend/Cache/Frontend/Page.php +3 -3
  144. lib/Zend/Cache/Manager.php +2 -2
  145. lib/Zend/Captcha/Adapter.php +2 -2
  146. lib/Zend/Captcha/Base.php +3 -3
  147. lib/Zend/Captcha/Dumb.php +2 -2
  148. lib/Zend/Captcha/Exception.php +2 -2
  149. lib/Zend/Captcha/Figlet.php +3 -4
  150. lib/Zend/Captcha/Image.php +21 -5
  151. lib/Zend/Captcha/ReCaptcha.php +5 -5
  152. lib/Zend/Captcha/Word.php +5 -4
  153. lib/Zend/Cloud/AbstractFactory.php +2 -2
  154. lib/Zend/Cloud/DocumentService/Adapter.php +2 -2
  155. lib/Zend/Cloud/DocumentService/Adapter/AbstractAdapter.php +2 -2
  156. lib/Zend/Cloud/DocumentService/Adapter/SimpleDb.php +2 -2
  157. lib/Zend/Cloud/DocumentService/Adapter/SimpleDb/Query.php +2 -2
  158. lib/Zend/Cloud/DocumentService/Adapter/WindowsAzure.php +2 -2
  159. lib/Zend/Cloud/DocumentService/Adapter/WindowsAzure/Query.php +2 -2
  160. lib/Zend/Cloud/DocumentService/Document.php +2 -2
  161. lib/Zend/Cloud/DocumentService/DocumentSet.php +2 -2
  162. lib/Zend/Cloud/DocumentService/Exception.php +2 -2
  163. lib/Zend/Cloud/DocumentService/Factory.php +2 -2
  164. lib/Zend/Cloud/DocumentService/Query.php +2 -2
  165. lib/Zend/Cloud/DocumentService/QueryAdapter.php +2 -2
  166. lib/Zend/Cloud/Exception.php +2 -2
  167. lib/Zend/Cloud/Infrastructure/Adapter.php +2 -2
  168. lib/Zend/Cloud/Infrastructure/Adapter/AbstractAdapter.php +2 -2
  169. lib/Zend/Cloud/Infrastructure/Adapter/Ec2.php +2 -2
  170. lib/Zend/Cloud/Infrastructure/Adapter/Rackspace.php +2 -2
  171. lib/Zend/Cloud/Infrastructure/Exception.php +2 -2
  172. lib/Zend/Cloud/Infrastructure/Factory.php +2 -2
  173. lib/Zend/Cloud/Infrastructure/Image.php +2 -2
  174. lib/Zend/Cloud/Infrastructure/ImageList.php +2 -2
  175. lib/Zend/Cloud/Infrastructure/Instance.php +2 -2
  176. lib/Zend/Cloud/Infrastructure/InstanceList.php +2 -2
  177. lib/Zend/Cloud/OperationNotAvailableException.php +2 -2
  178. lib/Zend/Cloud/QueueService/Adapter.php +2 -2
  179. lib/Zend/Cloud/QueueService/Adapter/AbstractAdapter.php +2 -2
  180. lib/Zend/Cloud/QueueService/Adapter/Sqs.php +2 -2
  181. lib/Zend/Cloud/QueueService/Adapter/WindowsAzure.php +2 -2
  182. lib/Zend/Cloud/QueueService/Adapter/ZendQueue.php +2 -2
  183. lib/Zend/Cloud/QueueService/Exception.php +2 -2
  184. lib/Zend/Cloud/QueueService/Factory.php +2 -2
  185. lib/Zend/Cloud/QueueService/Message.php +2 -2
  186. lib/Zend/Cloud/QueueService/MessageSet.php +2 -2
  187. lib/Zend/Cloud/StorageService/Adapter.php +2 -2
  188. lib/Zend/Cloud/StorageService/Adapter/FileSystem.php +2 -2
  189. lib/Zend/Cloud/StorageService/Adapter/Rackspace.php +2 -2
  190. lib/Zend/Cloud/StorageService/Adapter/S3.php +2 -2
  191. lib/Zend/Cloud/StorageService/Adapter/WindowsAzure.php +2 -2
  192. lib/Zend/Cloud/StorageService/Exception.php +2 -2
  193. lib/Zend/Cloud/StorageService/Factory.php +2 -2
  194. lib/Zend/CodeGenerator/Abstract.php +2 -2
  195. lib/Zend/CodeGenerator/Exception.php +2 -2
  196. lib/Zend/CodeGenerator/Php/Abstract.php +2 -2
  197. lib/Zend/CodeGenerator/Php/Body.php +2 -2
  198. lib/Zend/CodeGenerator/Php/Class.php +2 -2
  199. lib/Zend/CodeGenerator/Php/Docblock.php +2 -2
  200. lib/Zend/CodeGenerator/Php/Docblock/Tag.php +2 -2
  201. lib/Zend/CodeGenerator/Php/Docblock/Tag/License.php +2 -2
  202. lib/Zend/CodeGenerator/Php/Docblock/Tag/Param.php +2 -2
  203. lib/Zend/CodeGenerator/Php/Docblock/Tag/Return.php +2 -2
  204. lib/Zend/CodeGenerator/Php/Exception.php +2 -2
  205. lib/Zend/CodeGenerator/Php/File.php +2 -2
  206. lib/Zend/CodeGenerator/Php/Member/Abstract.php +2 -2
  207. lib/Zend/CodeGenerator/Php/Member/Container.php +2 -2
  208. lib/Zend/CodeGenerator/Php/Method.php +2 -2
  209. lib/Zend/CodeGenerator/Php/Parameter.php +2 -2
  210. lib/Zend/CodeGenerator/Php/Parameter/DefaultValue.php +2 -2
  211. lib/Zend/CodeGenerator/Php/Property.php +2 -2
  212. lib/Zend/CodeGenerator/Php/Property/DefaultValue.php +2 -2
  213. lib/Zend/Config.php +2 -2
  214. lib/Zend/Config/Exception.php +2 -2
  215. lib/Zend/Config/Ini.php +2 -2
  216. lib/Zend/Config/Writer.php +2 -2
  217. lib/Zend/Config/Writer/Array.php +2 -2
  218. lib/Zend/Config/Writer/FileAbstract.php +2 -2
  219. lib/Zend/Config/Writer/Ini.php +2 -2
  220. lib/Zend/Config/Writer/Xml.php +2 -2
  221. lib/Zend/Config/Xml.php +2 -2
  222. lib/Zend/Config/Yaml.php +2 -2
  223. lib/Zend/Console/Getopt.php +25 -3
  224. lib/Zend/Console/Getopt/Exception.php +2 -2
  225. lib/Zend/Controller/Action.php +2 -2
  226. lib/Zend/Controller/Action/Exception.php +2 -2
  227. lib/Zend/Controller/Action/Helper/Abstract.php +2 -2
  228. lib/Zend/Controller/Action/Helper/ActionStack.php +2 -2
  229. lib/Zend/Controller/Action/Helper/AjaxContext.php +2 -2
  230. lib/Zend/Controller/Action/Helper/AutoComplete/Abstract.php +2 -2
  231. lib/Zend/Controller/Action/Helper/AutoCompleteDojo.php +2 -2
  232. lib/Zend/Controller/Action/Helper/AutoCompleteScriptaculous.php +2 -2
  233. lib/Zend/Controller/Action/Helper/Cache.php +2 -2
  234. lib/Zend/Controller/Action/Helper/ContextSwitch.php +2 -2
  235. lib/Zend/Controller/Action/Helper/FlashMessenger.php +2 -2
  236. lib/Zend/Controller/Action/Helper/Json.php +2 -2
  237. lib/Zend/Controller/Action/Helper/Redirector.php +2 -2
  238. lib/Zend/Controller/Action/Helper/Url.php +2 -2
  239. lib/Zend/Controller/Action/Helper/ViewRenderer.php +7 -3
  240. lib/Zend/Controller/Action/HelperBroker.php +2 -2
  241. lib/Zend/Controller/Action/HelperBroker/PriorityStack.php +2 -2
  242. lib/Zend/Controller/Action/Interface.php +2 -2
  243. lib/Zend/Controller/Dispatcher/Abstract.php +2 -2
  244. lib/Zend/Controller/Dispatcher/Exception.php +2 -2
  245. lib/Zend/Controller/Dispatcher/Interface.php +2 -2
  246. lib/Zend/Controller/Dispatcher/Standard.php +2 -2
  247. lib/Zend/Controller/Exception.php +2 -2
  248. lib/Zend/Controller/Front.php +2 -2
  249. lib/Zend/Controller/Plugin/Abstract.php +2 -2
  250. lib/Zend/Controller/Plugin/ActionStack.php +2 -2
  251. lib/Zend/Controller/Plugin/Broker.php +2 -2
  252. lib/Zend/Controller/Plugin/ErrorHandler.php +2 -2
  253. lib/Zend/Controller/Plugin/PutHandler.php +2 -2
  254. lib/Zend/Controller/Request/Abstract.php +2 -2
  255. lib/Zend/Controller/Request/Apache404.php +1 -1
  256. lib/Zend/Controller/Request/Exception.php +2 -2
  257. lib/Zend/Controller/Request/Http.php +13 -3
  258. lib/Zend/Controller/Request/HttpTestCase.php +1 -1
  259. lib/Zend/Controller/Request/Simple.php +2 -2
  260. lib/Zend/Controller/Response/Abstract.php +2 -2
  261. lib/Zend/Controller/Response/Cli.php +2 -2
  262. lib/Zend/Controller/Response/Exception.php +2 -2
  263. lib/Zend/Controller/Response/Http.php +1 -1
  264. lib/Zend/Controller/Response/HttpTestCase.php +1 -1
  265. lib/Zend/Controller/Router/Abstract.php +15 -12
  266. lib/Zend/Controller/Router/Exception.php +4 -5
  267. lib/Zend/Controller/Router/Interface.php +6 -7
  268. lib/Zend/Controller/Router/Rewrite.php +55 -34
  269. lib/Zend/Controller/Router/Route.php +86 -43
  270. lib/Zend/Controller/Router/Route/Abstract.php +3 -4
  271. lib/Zend/Controller/Router/Route/Chain.php +18 -6
  272. lib/Zend/Controller/Router/Route/Hostname.php +59 -20
  273. lib/Zend/Controller/Router/Route/Interface.php +7 -5
  274. lib/Zend/Controller/Router/Route/Module.php +63 -24
  275. lib/Zend/Controller/Router/Route/Regex.php +67 -17
  276. lib/Zend/Controller/Router/Route/Static.php +31 -9
  277. lib/Zend/Crypt.php +2 -2
  278. lib/Zend/Crypt/DiffieHellman.php +12 -4
  279. lib/Zend/Crypt/DiffieHellman/Exception.php +2 -2
  280. lib/Zend/Crypt/Exception.php +2 -2
  281. lib/Zend/Crypt/Hmac.php +5 -4
  282. lib/Zend/Crypt/Hmac/Exception.php +2 -2
  283. lib/Zend/Crypt/Math.php +2 -2
  284. lib/Zend/Crypt/Math/BigInteger.php +6 -5
  285. lib/Zend/Crypt/Math/BigInteger/Bcmath.php +33 -9
  286. lib/Zend/Crypt/Math/BigInteger/Exception.php +2 -2
  287. lib/Zend/Crypt/Math/BigInteger/Gmp.php +47 -23
  288. lib/Zend/Crypt/Math/BigInteger/Interface.php +2 -2
  289. lib/Zend/Crypt/Math/Exception.php +2 -2
  290. lib/Zend/Crypt/Rsa.php +2 -2
  291. lib/Zend/Crypt/Rsa/Exception.php +2 -2
  292. lib/Zend/Crypt/Rsa/Key.php +2 -2
  293. lib/Zend/Crypt/Rsa/Key/Private.php +2 -2
  294. lib/Zend/Crypt/Rsa/Key/Public.php +2 -2
  295. lib/Zend/Currency.php +2 -2
  296. lib/Zend/Currency/CurrencyInterface.php +2 -2
  297. lib/Zend/Currency/Exception.php +2 -2
  298. lib/Zend/Date.php +103 -80
  299. lib/Zend/Date/Cities.php +2 -2
  300. lib/Zend/Date/DateObject.php +2 -2
  301. lib/Zend/Date/Exception.php +2 -2
  302. lib/Zend/Db.php +2 -2
  303. lib/Zend/Db/Adapter/Abstract.php +3 -9
  304. lib/Zend/Db/Adapter/Db2.php +2 -2
  305. lib/Zend/Db/Adapter/Db2/Exception.php +2 -2
  306. lib/Zend/Db/Adapter/Exception.php +2 -2
  307. lib/Zend/Db/Adapter/Mysqli.php +2 -2
  308. lib/Zend/Db/Adapter/Mysqli/Exception.php +2 -2
  309. lib/Zend/Db/Adapter/Oracle.php +2 -2
  310. lib/Zend/Db/Adapter/Oracle/Exception.php +2 -2
  311. lib/Zend/Db/Adapter/Pdo/Abstract.php +2 -2
  312. lib/Zend/Db/Adapter/Pdo/Ibm.php +2 -2
  313. lib/Zend/Db/Adapter/Pdo/Ibm/Db2.php +2 -2
  314. lib/Zend/Db/Adapter/Pdo/Ibm/Ids.php +2 -2
  315. lib/Zend/Db/Adapter/Pdo/Mssql.php +2 -2
  316. lib/Zend/Db/Adapter/Pdo/Mysql.php +2 -2
  317. lib/Zend/Db/Adapter/Pdo/Oci.php +2 -2
  318. lib/Zend/Db/Adapter/Pdo/Pgsql.php +2 -2
  319. lib/Zend/Db/Adapter/Pdo/Sqlite.php +2 -2
  320. lib/Zend/Db/Adapter/Sqlsrv.php +3 -2
  321. lib/Zend/Db/Adapter/Sqlsrv/Exception.php +2 -2
  322. lib/Zend/Db/Exception.php +2 -2
  323. lib/Zend/Db/Expr.php +2 -2
  324. lib/Zend/Db/Profiler.php +2 -2
  325. lib/Zend/Db/Profiler/Exception.php +2 -2
  326. lib/Zend/Db/Profiler/Firebug.php +2 -2
  327. lib/Zend/Db/Profiler/Query.php +2 -2
  328. lib/Zend/Db/Select.php +6 -6
  329. lib/Zend/Db/Select/Exception.php +2 -2
  330. lib/Zend/Db/Statement.php +2 -2
  331. lib/Zend/Db/Statement/Db2.php +2 -2
  332. lib/Zend/Db/Statement/Db2/Exception.php +2 -2
  333. lib/Zend/Db/Statement/Exception.php +2 -2
  334. lib/Zend/Db/Statement/Interface.php +2 -2
  335. lib/Zend/Db/Statement/Mysqli.php +2 -2
  336. lib/Zend/Db/Statement/Mysqli/Exception.php +2 -2
  337. lib/Zend/Db/Statement/Oracle.php +2 -2
  338. lib/Zend/Db/Statement/Oracle/Exception.php +2 -2
  339. lib/Zend/Db/Statement/Pdo.php +2 -2
  340. lib/Zend/Db/Statement/Pdo/Ibm.php +2 -2
  341. lib/Zend/Db/Statement/Pdo/Oci.php +2 -2
  342. lib/Zend/Db/Statement/Sqlsrv.php +2 -2
  343. lib/Zend/Db/Statement/Sqlsrv/Exception.php +2 -2
  344. lib/Zend/Db/Table.php +2 -2
  345. lib/Zend/Db/Table/Abstract.php +13 -3
  346. lib/Zend/Db/Table/Definition.php +2 -2
  347. lib/Zend/Db/Table/Exception.php +2 -2
  348. lib/Zend/Db/Table/Row.php +2 -2
  349. lib/Zend/Db/Table/Row/Abstract.php +2 -2
  350. lib/Zend/Db/Table/Row/Exception.php +2 -2
  351. lib/Zend/Db/Table/Rowset.php +2 -2
  352. lib/Zend/Db/Table/Rowset/Abstract.php +2 -2
  353. lib/Zend/Db/Table/Rowset/Exception.php +2 -2
  354. lib/Zend/Db/Table/Select.php +2 -2
  355. lib/Zend/Db/Table/Select/Exception.php +2 -2
  356. lib/Zend/Debug.php +2 -2
  357. lib/Zend/Dojo.php +2 -2
  358. lib/Zend/Dojo/BuildLayer.php +2 -2
  359. lib/Zend/Dojo/Data.php +2 -2
  360. lib/Zend/Dojo/Exception.php +2 -2
  361. lib/Zend/Dojo/Form.php +2 -2
  362. lib/Zend/Dojo/Form/Decorator/AccordionContainer.php +2 -2
  363. lib/Zend/Dojo/Form/Decorator/AccordionPane.php +2 -2
  364. lib/Zend/Dojo/Form/Decorator/BorderContainer.php +2 -2
  365. lib/Zend/Dojo/Form/Decorator/ContentPane.php +2 -2
  366. lib/Zend/Dojo/Form/Decorator/DijitContainer.php +2 -2
  367. lib/Zend/Dojo/Form/Decorator/DijitElement.php +2 -2
  368. lib/Zend/Dojo/Form/Decorator/DijitForm.php +2 -2
  369. lib/Zend/Dojo/Form/Decorator/SplitContainer.php +2 -2
  370. lib/Zend/Dojo/Form/Decorator/StackContainer.php +2 -2
  371. lib/Zend/Dojo/Form/Decorator/TabContainer.php +2 -2
  372. lib/Zend/Dojo/Form/DisplayGroup.php +2 -2
  373. lib/Zend/Dojo/Form/Element/Button.php +2 -2
  374. lib/Zend/Dojo/Form/Element/CheckBox.php +2 -2
  375. lib/Zend/Dojo/Form/Element/ComboBox.php +2 -2
  376. lib/Zend/Dojo/Form/Element/CurrencyTextBox.php +2 -2
  377. lib/Zend/Dojo/Form/Element/DateTextBox.php +2 -2
  378. lib/Zend/Dojo/Form/Element/Dijit.php +2 -2
  379. lib/Zend/Dojo/Form/Element/DijitMulti.php +2 -2
  380. lib/Zend/Dojo/Form/Element/Editor.php +2 -2
  381. lib/Zend/Dojo/Form/Element/FilteringSelect.php +2 -2
  382. lib/Zend/Dojo/Form/Element/HorizontalSlider.php +2 -2
  383. lib/Zend/Dojo/Form/Element/NumberSpinner.php +2 -2
  384. lib/Zend/Dojo/Form/Element/NumberTextBox.php +2 -2
  385. lib/Zend/Dojo/Form/Element/PasswordTextBox.php +2 -2
  386. lib/Zend/Dojo/Form/Element/RadioButton.php +2 -2
  387. lib/Zend/Dojo/Form/Element/SimpleTextarea.php +2 -2
  388. lib/Zend/Dojo/Form/Element/Slider.php +2 -2
  389. lib/Zend/Dojo/Form/Element/SubmitButton.php +2 -2
  390. lib/Zend/Dojo/Form/Element/TextBox.php +2 -2
  391. lib/Zend/Dojo/Form/Element/Textarea.php +2 -2
  392. lib/Zend/Dojo/Form/Element/TimeTextBox.php +2 -2
  393. lib/Zend/Dojo/Form/Element/ValidationTextBox.php +2 -2
  394. lib/Zend/Dojo/Form/Element/VerticalSlider.php +2 -2
  395. lib/Zend/Dojo/Form/SubForm.php +2 -2
  396. lib/Zend/Dojo/View/Exception.php +2 -2
  397. lib/Zend/Dojo/View/Helper/AccordionContainer.php +2 -2
  398. lib/Zend/Dojo/View/Helper/AccordionPane.php +2 -2
  399. lib/Zend/Dojo/View/Helper/BorderContainer.php +2 -2
  400. lib/Zend/Dojo/View/Helper/Button.php +2 -2
  401. lib/Zend/Dojo/View/Helper/CheckBox.php +2 -2
  402. lib/Zend/Dojo/View/Helper/ComboBox.php +2 -2
  403. lib/Zend/Dojo/View/Helper/ContentPane.php +2 -2
  404. lib/Zend/Dojo/View/Helper/CurrencyTextBox.php +2 -2
  405. lib/Zend/Dojo/View/Helper/CustomDijit.php +2 -2
  406. lib/Zend/Dojo/View/Helper/DateTextBox.php +2 -2
  407. lib/Zend/Dojo/View/Helper/Dijit.php +2 -2
  408. lib/Zend/Dojo/View/Helper/DijitContainer.php +2 -2
  409. lib/Zend/Dojo/View/Helper/Dojo.php +2 -2
  410. lib/Zend/Dojo/View/Helper/Dojo/Container.php +3 -3
  411. lib/Zend/Dojo/View/Helper/Editor.php +2 -2
  412. lib/Zend/Dojo/View/Helper/FilteringSelect.php +2 -2
  413. lib/Zend/Dojo/View/Helper/Form.php +2 -2
  414. lib/Zend/Dojo/View/Helper/HorizontalSlider.php +2 -2
  415. lib/Zend/Dojo/View/Helper/NumberSpinner.php +2 -2
  416. lib/Zend/Dojo/View/Helper/NumberTextBox.php +2 -2
  417. lib/Zend/Dojo/View/Helper/PasswordTextBox.php +2 -2
  418. lib/Zend/Dojo/View/Helper/RadioButton.php +2 -2
  419. lib/Zend/Dojo/View/Helper/SimpleTextarea.php +2 -2
  420. lib/Zend/Dojo/View/Helper/Slider.php +2 -2
  421. lib/Zend/Dojo/View/Helper/SplitContainer.php +2 -2
  422. lib/Zend/Dojo/View/Helper/StackContainer.php +2 -2
  423. lib/Zend/Dojo/View/Helper/SubmitButton.php +2 -2
  424. lib/Zend/Dojo/View/Helper/TabContainer.php +2 -2
  425. lib/Zend/Dojo/View/Helper/TextBox.php +2 -2
  426. lib/Zend/Dojo/View/Helper/Textarea.php +2 -2
  427. lib/Zend/Dojo/View/Helper/TimeTextBox.php +2 -2
  428. lib/Zend/Dojo/View/Helper/ValidationTextBox.php +2 -2
  429. lib/Zend/Dojo/View/Helper/VerticalSlider.php +2 -2
  430. lib/Zend/Dom/Exception.php +2 -2
  431. lib/Zend/Dom/Query.php +6 -5
  432. lib/Zend/Dom/Query/Css2Xpath.php +2 -2
  433. lib/Zend/Dom/Query/Result.php +4 -5
  434. lib/Zend/EventManager/Event.php +2 -2
  435. lib/Zend/EventManager/EventCollection.php +2 -2
  436. lib/Zend/EventManager/EventDescription.php +2 -2
  437. lib/Zend/EventManager/EventManager.php +4 -4
  438. lib/Zend/EventManager/EventManagerAware.php +2 -2
  439. lib/Zend/EventManager/Exception.php +2 -2
  440. lib/Zend/EventManager/Exception/InvalidArgumentException.php +2 -2
  441. lib/Zend/EventManager/Filter.php +2 -2
  442. lib/Zend/EventManager/Filter/FilterIterator.php +7 -7
  443. lib/Zend/EventManager/FilterChain.php +5 -4
  444. lib/Zend/EventManager/GlobalEventManager.php +4 -4
  445. lib/Zend/EventManager/ListenerAggregate.php +2 -2
  446. lib/Zend/EventManager/ResponseCollection.php +2 -2
  447. lib/Zend/EventManager/SharedEventCollection.php +2 -2
  448. lib/Zend/EventManager/SharedEventCollectionAware.php +2 -2
  449. lib/Zend/EventManager/SharedEventManager.php +2 -2
  450. lib/Zend/EventManager/StaticEventManager.php +2 -2
  451. lib/Zend/Exception.php +2 -2
  452. lib/Zend/Feed.php +2 -2
  453. lib/Zend/Feed/Abstract.php +2 -2
  454. lib/Zend/Feed/Atom.php +2 -2
  455. lib/Zend/Feed/Builder.php +2 -2
  456. lib/Zend/Feed/Builder/Entry.php +2 -2
  457. lib/Zend/Feed/Builder/Exception.php +2 -2
  458. lib/Zend/Feed/Builder/Header.php +2 -2
  459. lib/Zend/Feed/Builder/Header/Itunes.php +2 -2
  460. lib/Zend/Feed/Builder/Interface.php +2 -2
  461. lib/Zend/Feed/Element.php +2 -2
  462. lib/Zend/Feed/Entry/Abstract.php +2 -2
  463. lib/Zend/Feed/Entry/Atom.php +2 -2
  464. lib/Zend/Feed/Entry/Rss.php +2 -2
  465. lib/Zend/Feed/Exception.php +2 -2
  466. lib/Zend/Feed/Pubsubhubbub.php +2 -2
  467. lib/Zend/Feed/Pubsubhubbub/CallbackAbstract.php +10 -5
  468. lib/Zend/Feed/Pubsubhubbub/CallbackInterface.php +2 -2
  469. lib/Zend/Feed/Pubsubhubbub/Exception.php +2 -2
  470. lib/Zend/Feed/Pubsubhubbub/HttpResponse.php +3 -2
  471. lib/Zend/Feed/Pubsubhubbub/Model/ModelAbstract.php +2 -4
  472. lib/Zend/Feed/Pubsubhubbub/Model/Subscription.php +10 -4
  473. lib/Zend/Feed/Pubsubhubbub/Model/SubscriptionInterface.php +2 -2
  474. lib/Zend/Feed/Pubsubhubbub/Publisher.php +13 -6
  475. lib/Zend/Feed/Pubsubhubbub/Subscriber.php +26 -17
  476. lib/Zend/Feed/Pubsubhubbub/Subscriber/Callback.php +2 -2
  477. lib/Zend/Feed/Reader.php +2 -2
  478. lib/Zend/Feed/Reader/Collection.php +2 -2
  479. lib/Zend/Feed/Reader/Collection/Author.php +2 -2
  480. lib/Zend/Feed/Reader/Collection/Category.php +2 -2
  481. lib/Zend/Feed/Reader/Collection/CollectionAbstract.php +2 -2
  482. lib/Zend/Feed/Reader/Entry/Atom.php +2 -2
  483. lib/Zend/Feed/Reader/Entry/Rss.php +2 -2
  484. lib/Zend/Feed/Reader/EntryAbstract.php +2 -2
  485. lib/Zend/Feed/Reader/EntryInterface.php +2 -2
  486. lib/Zend/Feed/Reader/Extension/Atom/Entry.php +2 -4
  487. lib/Zend/Feed/Reader/Extension/Atom/Feed.php +2 -2
  488. lib/Zend/Feed/Reader/Extension/Content/Entry.php +2 -2
  489. lib/Zend/Feed/Reader/Extension/CreativeCommons/Entry.php +2 -2
  490. lib/Zend/Feed/Reader/Extension/CreativeCommons/Feed.php +2 -2
  491. lib/Zend/Feed/Reader/Extension/DublinCore/Entry.php +2 -2
  492. lib/Zend/Feed/Reader/Extension/DublinCore/Feed.php +2 -2
  493. lib/Zend/Feed/Reader/Extension/EntryAbstract.php +2 -2
  494. lib/Zend/Feed/Reader/Extension/FeedAbstract.php +2 -2
  495. lib/Zend/Feed/Reader/Extension/Podcast/Entry.php +2 -2
  496. lib/Zend/Feed/Reader/Extension/Podcast/Feed.php +2 -2
  497. lib/Zend/Feed/Reader/Extension/Slash/Entry.php +2 -2
  498. lib/Zend/Feed/Reader/Extension/Syndication/Feed.php +2 -2
  499. lib/Zend/Feed/Reader/Extension/Thread/Entry.php +2 -2
  500. lib/Zend/Feed/Reader/Extension/WellFormedWeb/Entry.php +2 -2
  501. lib/Zend/Feed/Reader/Feed/Atom.php +2 -2
  502. lib/Zend/Feed/Reader/Feed/Atom/Source.php +2 -2
  503. lib/Zend/Feed/Reader/Feed/Rss.php +2 -2
  504. lib/Zend/Feed/Reader/FeedAbstract.php +2 -2
  505. lib/Zend/Feed/Reader/FeedInterface.php +2 -2
  506. lib/Zend/Feed/Reader/FeedSet.php +2 -2
  507. lib/Zend/Feed/Rss.php +4 -3
  508. lib/Zend/Feed/Writer.php +2 -2
  509. lib/Zend/Feed/Writer/Deleted.php +2 -2
  510. lib/Zend/Feed/Writer/Entry.php +2 -2
  511. lib/Zend/Feed/Writer/Exception/InvalidMethodException.php +2 -2
  512. lib/Zend/Feed/Writer/Extension/Atom/Renderer/Feed.php +2 -2
  513. lib/Zend/Feed/Writer/Extension/Content/Renderer/Entry.php +2 -2
  514. lib/Zend/Feed/Writer/Extension/DublinCore/Renderer/Entry.php +2 -2
  515. lib/Zend/Feed/Writer/Extension/DublinCore/Renderer/Feed.php +2 -2
  516. lib/Zend/Feed/Writer/Extension/ITunes/Entry.php +2 -2
  517. lib/Zend/Feed/Writer/Extension/ITunes/Feed.php +2 -2
  518. lib/Zend/Feed/Writer/Extension/ITunes/Renderer/Entry.php +2 -2
  519. lib/Zend/Feed/Writer/Extension/ITunes/Renderer/Feed.php +2 -2
  520. lib/Zend/Feed/Writer/Extension/RendererAbstract.php +2 -2
  521. lib/Zend/Feed/Writer/Extension/RendererInterface.php +2 -2
  522. lib/Zend/Feed/Writer/Extension/Slash/Renderer/Entry.php +2 -2
  523. lib/Zend/Feed/Writer/Extension/Threading/Renderer/Entry.php +2 -2
  524. lib/Zend/Feed/Writer/Extension/WellFormedWeb/Renderer/Entry.php +2 -2
  525. lib/Zend/Feed/Writer/Feed.php +2 -2
  526. lib/Zend/Feed/Writer/Feed/FeedAbstract.php +2 -2
  527. lib/Zend/Feed/Writer/Renderer/Entry/Atom.php +2 -2
  528. lib/Zend/Feed/Writer/Renderer/Entry/Atom/Deleted.php +2 -2
  529. lib/Zend/Feed/Writer/Renderer/Entry/Rss.php +2 -2
  530. lib/Zend/Feed/Writer/Renderer/Feed/Atom.php +2 -2
  531. lib/Zend/Feed/Writer/Renderer/Feed/Atom/AtomAbstract.php +2 -2
  532. lib/Zend/Feed/Writer/Renderer/Feed/Atom/Source.php +2 -2
  533. lib/Zend/Feed/Writer/Renderer/Feed/Rss.php +2 -2
  534. lib/Zend/Feed/Writer/Renderer/RendererAbstract.php +2 -2
  535. lib/Zend/Feed/Writer/Renderer/RendererInterface.php +2 -2
  536. lib/Zend/Feed/Writer/Source.php +2 -2
  537. lib/Zend/File/ClassFileLocator.php +2 -2
  538. lib/Zend/File/PhpClassFile.php +2 -2
  539. lib/Zend/File/Transfer.php +2 -2
  540. lib/Zend/File/Transfer/Adapter/Abstract.php +3 -2
  541. lib/Zend/File/Transfer/Adapter/Http.php +2 -2
  542. lib/Zend/File/Transfer/Exception.php +2 -2
  543. lib/Zend/Filter.php +2 -2
  544. lib/Zend/Filter/Alnum.php +2 -2
  545. lib/Zend/Filter/Alpha.php +2 -2
  546. lib/Zend/Filter/BaseName.php +2 -2
  547. lib/Zend/Filter/Boolean.php +2 -2
  548. lib/Zend/Filter/Callback.php +2 -2
  549. lib/Zend/Filter/Compress.php +2 -2
  550. lib/Zend/Filter/Compress/Bz2.php +2 -2
  551. lib/Zend/Filter/Compress/CompressAbstract.php +2 -2
  552. lib/Zend/Filter/Compress/CompressInterface.php +2 -2
  553. lib/Zend/Filter/Compress/Gz.php +2 -2
  554. lib/Zend/Filter/Compress/Lzf.php +2 -2
  555. lib/Zend/Filter/Compress/Rar.php +2 -2
  556. lib/Zend/Filter/Compress/Tar.php +2 -2
  557. lib/Zend/Filter/Compress/Zip.php +2 -2
  558. lib/Zend/Filter/Decompress.php +2 -2
  559. lib/Zend/Filter/Decrypt.php +2 -2
  560. lib/Zend/Filter/Digits.php +2 -2
  561. lib/Zend/Filter/Dir.php +2 -2
  562. lib/Zend/Filter/Encrypt.php +2 -2
  563. lib/Zend/Filter/Encrypt/Interface.php +2 -2
  564. lib/Zend/Filter/Encrypt/Mcrypt.php +2 -2
  565. lib/Zend/Filter/Encrypt/Openssl.php +2 -2
  566. lib/Zend/Filter/Exception.php +2 -2
  567. lib/Zend/Filter/File/Decrypt.php +2 -2
  568. lib/Zend/Filter/File/Encrypt.php +2 -2
  569. lib/Zend/Filter/File/LowerCase.php +2 -2
  570. lib/Zend/Filter/File/Rename.php +2 -2
  571. lib/Zend/Filter/File/UpperCase.php +2 -2
  572. lib/Zend/Filter/HtmlEntities.php +2 -2
  573. lib/Zend/Filter/Inflector.php +2 -2
  574. lib/Zend/Filter/Input.php +2 -2
  575. lib/Zend/Filter/Int.php +2 -2
  576. lib/Zend/Filter/Interface.php +2 -2
  577. lib/Zend/Filter/LocalizedToNormalized.php +2 -2
  578. lib/Zend/Filter/NormalizedToLocalized.php +2 -2
  579. lib/Zend/Filter/Null.php +2 -2
  580. lib/Zend/Filter/PregReplace.php +2 -2
  581. lib/Zend/Filter/RealPath.php +2 -2
  582. lib/Zend/Filter/StringToLower.php +2 -2
  583. lib/Zend/Filter/StringToUpper.php +2 -2
  584. lib/Zend/Filter/StringTrim.php +2 -2
  585. lib/Zend/Filter/StripNewlines.php +2 -2
  586. lib/Zend/Filter/StripTags.php +2 -2
  587. lib/Zend/Filter/Word/CamelCaseToDash.php +2 -2
  588. lib/Zend/Filter/Word/CamelCaseToSeparator.php +2 -2
  589. lib/Zend/Filter/Word/CamelCaseToUnderscore.php +2 -2
  590. lib/Zend/Filter/Word/DashToCamelCase.php +2 -2
  591. lib/Zend/Filter/Word/DashToSeparator.php +2 -2
  592. lib/Zend/Filter/Word/DashToUnderscore.php +2 -2
  593. lib/Zend/Filter/Word/Separator/Abstract.php +2 -2
  594. lib/Zend/Filter/Word/SeparatorToCamelCase.php +2 -2
  595. lib/Zend/Filter/Word/SeparatorToDash.php +2 -2
  596. lib/Zend/Filter/Word/SeparatorToSeparator.php +2 -2
  597. lib/Zend/Filter/Word/UnderscoreToCamelCase.php +2 -2
  598. lib/Zend/Filter/Word/UnderscoreToDash.php +2 -2
  599. lib/Zend/Filter/Word/UnderscoreToSeparator.php +2 -2
  600. lib/Zend/Form.php +4 -9
  601. lib/Zend/Form/Decorator/Abstract.php +2 -2
  602. lib/Zend/Form/Decorator/Callback.php +2 -2
  603. lib/Zend/Form/Decorator/Captcha.php +2 -2
  604. lib/Zend/Form/Decorator/Captcha/ReCaptcha.php +2 -2
  605. lib/Zend/Form/Decorator/Captcha/Word.php +2 -2
  606. lib/Zend/Form/Decorator/Description.php +2 -2
  607. lib/Zend/Form/Decorator/DtDdWrapper.php +2 -2
  608. lib/Zend/Form/Decorator/Errors.php +2 -2
  609. lib/Zend/Form/Decorator/Exception.php +2 -2
  610. lib/Zend/Form/Decorator/Fieldset.php +2 -2
  611. lib/Zend/Form/Decorator/File.php +2 -2
  612. lib/Zend/Form/Decorator/Form.php +2 -2
  613. lib/Zend/Form/Decorator/FormElements.php +2 -2
  614. lib/Zend/Form/Decorator/FormErrors.php +2 -2
  615. lib/Zend/Form/Decorator/HtmlTag.php +2 -2
  616. lib/Zend/Form/Decorator/Image.php +2 -2
  617. lib/Zend/Form/Decorator/Interface.php +2 -2
  618. lib/Zend/Form/Decorator/Label.php +2 -2
  619. lib/Zend/Form/Decorator/Marker/File/Interface.php +2 -2
  620. lib/Zend/Form/Decorator/PrepareElements.php +2 -2
  621. lib/Zend/Form/Decorator/Tooltip.php +2 -2
  622. lib/Zend/Form/Decorator/ViewHelper.php +2 -2
  623. lib/Zend/Form/Decorator/ViewScript.php +2 -2
  624. lib/Zend/Form/DisplayGroup.php +2 -2
  625. lib/Zend/Form/Element.php +2 -2
  626. lib/Zend/Form/Element/Button.php +2 -2
  627. lib/Zend/Form/Element/Captcha.php +2 -2
  628. lib/Zend/Form/Element/Checkbox.php +2 -2
  629. lib/Zend/Form/Element/Exception.php +2 -2
  630. lib/Zend/Form/Element/File.php +2 -2
  631. lib/Zend/Form/Element/Hash.php +2 -2
  632. lib/Zend/Form/Element/Hidden.php +2 -2
  633. lib/Zend/Form/Element/Image.php +2 -2
  634. lib/Zend/Form/Element/Multi.php +2 -2
  635. lib/Zend/Form/Element/MultiCheckbox.php +2 -2
  636. lib/Zend/Form/Element/Multiselect.php +2 -2
  637. lib/Zend/Form/Element/Note.php +2 -2
  638. lib/Zend/Form/Element/Password.php +2 -2
  639. lib/Zend/Form/Element/Radio.php +2 -2
  640. lib/Zend/Form/Element/Reset.php +2 -2
  641. lib/Zend/Form/Element/Select.php +2 -2
  642. lib/Zend/Form/Element/Submit.php +2 -2
  643. lib/Zend/Form/Element/Text.php +2 -2
  644. lib/Zend/Form/Element/Textarea.php +2 -2
  645. lib/Zend/Form/Element/Xhtml.php +2 -2
  646. lib/Zend/Form/Exception.php +2 -2
  647. lib/Zend/Form/SubForm.php +2 -2
  648. lib/Zend/Gdata.php +2 -2
  649. lib/Zend/Gdata/Analytics.php +1 -1
  650. lib/Zend/Gdata/Analytics/AccountEntry.php +1 -1
  651. lib/Zend/Gdata/Analytics/AccountFeed.php +1 -1
  652. lib/Zend/Gdata/Analytics/AccountQuery.php +1 -1
  653. lib/Zend/Gdata/Analytics/DataEntry.php +1 -1
  654. lib/Zend/Gdata/Analytics/DataFeed.php +1 -1
  655. lib/Zend/Gdata/Analytics/DataQuery.php +1 -1
  656. lib/Zend/Gdata/Analytics/Extension/Dimension.php +1 -1
  657. lib/Zend/Gdata/Analytics/Extension/Goal.php +1 -1
  658. lib/Zend/Gdata/Analytics/Extension/Metric.php +1 -1
  659. lib/Zend/Gdata/Analytics/Extension/Property.php +1 -1
  660. lib/Zend/Gdata/Analytics/Extension/TableId.php +1 -1
  661. lib/Zend/Gdata/App.php +2 -2
  662. lib/Zend/Gdata/App/AuthException.php +2 -2
  663. lib/Zend/Gdata/App/BadMethodCallException.php +2 -2
  664. lib/Zend/Gdata/App/Base.php +2 -2
  665. lib/Zend/Gdata/App/BaseMediaSource.php +2 -2
  666. lib/Zend/Gdata/App/CaptchaRequiredException.php +2 -2
  667. lib/Zend/Gdata/App/Entry.php +2 -2
  668. lib/Zend/Gdata/App/Exception.php +2 -2
  669. lib/Zend/Gdata/App/Extension.php +2 -2
  670. lib/Zend/Gdata/App/Extension/Author.php +2 -2
  671. lib/Zend/Gdata/App/Extension/Category.php +2 -2
  672. lib/Zend/Gdata/App/Extension/Content.php +2 -2
  673. lib/Zend/Gdata/App/Extension/Contributor.php +2 -2
  674. lib/Zend/Gdata/App/Extension/Control.php +2 -2
  675. lib/Zend/Gdata/App/Extension/Draft.php +2 -2
  676. lib/Zend/Gdata/App/Extension/Edited.php +2 -2
  677. lib/Zend/Gdata/App/Extension/Element.php +2 -2
  678. lib/Zend/Gdata/App/Extension/Email.php +2 -2
  679. lib/Zend/Gdata/App/Extension/Generator.php +2 -2
  680. lib/Zend/Gdata/App/Extension/Icon.php +2 -2
  681. lib/Zend/Gdata/App/Extension/Id.php +2 -2
  682. lib/Zend/Gdata/App/Extension/Link.php +2 -2
  683. lib/Zend/Gdata/App/Extension/Logo.php +2 -2
  684. lib/Zend/Gdata/App/Extension/Name.php +2 -2
  685. lib/Zend/Gdata/App/Extension/Person.php +2 -2
  686. lib/Zend/Gdata/App/Extension/Published.php +2 -2
  687. lib/Zend/Gdata/App/Extension/Rights.php +2 -2
  688. lib/Zend/Gdata/App/Extension/Source.php +2 -2
  689. lib/Zend/Gdata/App/Extension/Subtitle.php +2 -2
  690. lib/Zend/Gdata/App/Extension/Summary.php +2 -2
  691. lib/Zend/Gdata/App/Extension/Text.php +2 -2
  692. lib/Zend/Gdata/App/Extension/Title.php +2 -2
  693. lib/Zend/Gdata/App/Extension/Updated.php +2 -2
  694. lib/Zend/Gdata/App/Extension/Uri.php +2 -2
  695. lib/Zend/Gdata/App/Feed.php +2 -2
  696. lib/Zend/Gdata/App/FeedEntryParent.php +2 -2
  697. lib/Zend/Gdata/App/FeedSourceParent.php +2 -2
  698. lib/Zend/Gdata/App/HttpException.php +2 -2
  699. lib/Zend/Gdata/App/IOException.php +2 -2
  700. lib/Zend/Gdata/App/InvalidArgumentException.php +2 -2
  701. lib/Zend/Gdata/App/LoggingHttpClientAdapterSocket.php +2 -2
  702. lib/Zend/Gdata/App/MediaEntry.php +2 -2
  703. lib/Zend/Gdata/App/MediaFileSource.php +2 -2
  704. lib/Zend/Gdata/App/MediaSource.php +2 -2
  705. lib/Zend/Gdata/App/Util.php +2 -2
  706. lib/Zend/Gdata/App/VersionException.php +2 -2
  707. lib/Zend/Gdata/AuthSub.php +2 -2
  708. lib/Zend/Gdata/Books.php +2 -2
  709. lib/Zend/Gdata/Books/CollectionEntry.php +2 -2
  710. lib/Zend/Gdata/Books/CollectionFeed.php +2 -2
  711. lib/Zend/Gdata/Books/Extension/AnnotationLink.php +2 -2
  712. lib/Zend/Gdata/Books/Extension/BooksCategory.php +2 -2
  713. lib/Zend/Gdata/Books/Extension/BooksLink.php +2 -2
  714. lib/Zend/Gdata/Books/Extension/Embeddability.php +2 -2
  715. lib/Zend/Gdata/Books/Extension/InfoLink.php +1 -1
  716. lib/Zend/Gdata/Books/Extension/PreviewLink.php +2 -2
  717. lib/Zend/Gdata/Books/Extension/Review.php +2 -2
  718. lib/Zend/Gdata/Books/Extension/ThumbnailLink.php +2 -2
  719. lib/Zend/Gdata/Books/Extension/Viewability.php +2 -2
  720. lib/Zend/Gdata/Books/VolumeEntry.php +2 -2
  721. lib/Zend/Gdata/Books/VolumeFeed.php +2 -2
  722. lib/Zend/Gdata/Books/VolumeQuery.php +2 -2
  723. lib/Zend/Gdata/Calendar.php +2 -2
  724. lib/Zend/Gdata/Calendar/EventEntry.php +2 -2
  725. lib/Zend/Gdata/Calendar/EventFeed.php +2 -2
  726. lib/Zend/Gdata/Calendar/EventQuery.php +2 -2
  727. lib/Zend/Gdata/Calendar/Extension/AccessLevel.php +2 -2
  728. lib/Zend/Gdata/Calendar/Extension/Color.php +2 -2
  729. lib/Zend/Gdata/Calendar/Extension/Hidden.php +2 -2
  730. lib/Zend/Gdata/Calendar/Extension/Link.php +2 -2
  731. lib/Zend/Gdata/Calendar/Extension/QuickAdd.php +2 -2
  732. lib/Zend/Gdata/Calendar/Extension/Selected.php +2 -2
  733. lib/Zend/Gdata/Calendar/Extension/SendEventNotifications.php +2 -2
  734. lib/Zend/Gdata/Calendar/Extension/Timezone.php +2 -2
  735. lib/Zend/Gdata/Calendar/Extension/WebContent.php +2 -2
  736. lib/Zend/Gdata/Calendar/ListEntry.php +2 -2
  737. lib/Zend/Gdata/Calendar/ListFeed.php +2 -2
  738. lib/Zend/Gdata/ClientLogin.php +2 -2
  739. lib/Zend/Gdata/Docs.php +2 -2
  740. lib/Zend/Gdata/Docs/DocumentListEntry.php +2 -2
  741. lib/Zend/Gdata/Docs/DocumentListFeed.php +2 -2
  742. lib/Zend/Gdata/Docs/Query.php +2 -2
  743. lib/Zend/Gdata/DublinCore.php +2 -2
  744. lib/Zend/Gdata/DublinCore/Extension/Creator.php +2 -2
  745. lib/Zend/Gdata/DublinCore/Extension/Date.php +2 -2
  746. lib/Zend/Gdata/DublinCore/Extension/Description.php +2 -2
  747. lib/Zend/Gdata/DublinCore/Extension/Format.php +2 -2
  748. lib/Zend/Gdata/DublinCore/Extension/Identifier.php +2 -2
  749. lib/Zend/Gdata/DublinCore/Extension/Language.php +2 -2
  750. lib/Zend/Gdata/DublinCore/Extension/Publisher.php +2 -2
  751. lib/Zend/Gdata/DublinCore/Extension/Rights.php +2 -2
  752. lib/Zend/Gdata/DublinCore/Extension/Subject.php +2 -2
  753. lib/Zend/Gdata/DublinCore/Extension/Title.php +2 -2
  754. lib/Zend/Gdata/Entry.php +2 -2
  755. lib/Zend/Gdata/Exif.php +2 -2
  756. lib/Zend/Gdata/Exif/Entry.php +2 -2
  757. lib/Zend/Gdata/Exif/Extension/Distance.php +2 -2
  758. lib/Zend/Gdata/Exif/Extension/Exposure.php +2 -2
  759. lib/Zend/Gdata/Exif/Extension/FStop.php +2 -2
  760. lib/Zend/Gdata/Exif/Extension/Flash.php +2 -2
  761. lib/Zend/Gdata/Exif/Extension/FocalLength.php +2 -2
  762. lib/Zend/Gdata/Exif/Extension/ImageUniqueId.php +2 -2
  763. lib/Zend/Gdata/Exif/Extension/Iso.php +2 -2
  764. lib/Zend/Gdata/Exif/Extension/Make.php +2 -2
  765. lib/Zend/Gdata/Exif/Extension/Model.php +2 -2
  766. lib/Zend/Gdata/Exif/Extension/Tags.php +2 -2
  767. lib/Zend/Gdata/Exif/Extension/Time.php +2 -2
  768. lib/Zend/Gdata/Exif/Feed.php +2 -2
  769. lib/Zend/Gdata/Extension.php +2 -2
  770. lib/Zend/Gdata/Extension/AttendeeStatus.php +2 -2
  771. lib/Zend/Gdata/Extension/AttendeeType.php +2 -2
  772. lib/Zend/Gdata/Extension/Comments.php +2 -2
  773. lib/Zend/Gdata/Extension/EntryLink.php +2 -2
  774. lib/Zend/Gdata/Extension/EventStatus.php +2 -2
  775. lib/Zend/Gdata/Extension/ExtendedProperty.php +2 -2
  776. lib/Zend/Gdata/Extension/FeedLink.php +2 -2
  777. lib/Zend/Gdata/Extension/OpenSearchItemsPerPage.php +2 -2
  778. lib/Zend/Gdata/Extension/OpenSearchStartIndex.php +2 -2
  779. lib/Zend/Gdata/Extension/OpenSearchTotalResults.php +2 -2
  780. lib/Zend/Gdata/Extension/OriginalEvent.php +2 -2
  781. lib/Zend/Gdata/Extension/Rating.php +2 -2
  782. lib/Zend/Gdata/Extension/Recurrence.php +2 -2
  783. lib/Zend/Gdata/Extension/RecurrenceException.php +2 -2
  784. lib/Zend/Gdata/Extension/Reminder.php +2 -2
  785. lib/Zend/Gdata/Extension/Transparency.php +2 -2
  786. lib/Zend/Gdata/Extension/Visibility.php +2 -2
  787. lib/Zend/Gdata/Extension/When.php +2 -2
  788. lib/Zend/Gdata/Extension/Where.php +2 -2
  789. lib/Zend/Gdata/Extension/Who.php +2 -2
  790. lib/Zend/Gdata/Feed.php +2 -2
  791. lib/Zend/Gdata/Gapps.php +2 -2
  792. lib/Zend/Gdata/Gapps/EmailListEntry.php +2 -2
  793. lib/Zend/Gdata/Gapps/EmailListFeed.php +2 -2
  794. lib/Zend/Gdata/Gapps/EmailListQuery.php +2 -2
  795. lib/Zend/Gdata/Gapps/EmailListRecipientEntry.php +2 -2
  796. lib/Zend/Gdata/Gapps/EmailListRecipientFeed.php +2 -2
  797. lib/Zend/Gdata/Gapps/EmailListRecipientQuery.php +2 -2
  798. lib/Zend/Gdata/Gapps/Error.php +2 -2
  799. lib/Zend/Gdata/Gapps/Extension/EmailList.php +2 -2
  800. lib/Zend/Gdata/Gapps/Extension/Login.php +2 -2
  801. lib/Zend/Gdata/Gapps/Extension/Name.php +2 -2
  802. lib/Zend/Gdata/Gapps/Extension/Nickname.php +2 -2
  803. lib/Zend/Gdata/Gapps/Extension/Property.php +2 -2
  804. lib/Zend/Gdata/Gapps/Extension/Quota.php +2 -2
  805. lib/Zend/Gdata/Gapps/GroupEntry.php +2 -2
  806. lib/Zend/Gdata/Gapps/GroupFeed.php +2 -2
  807. lib/Zend/Gdata/Gapps/GroupQuery.php +2 -2
  808. lib/Zend/Gdata/Gapps/MemberEntry.php +2 -2
  809. lib/Zend/Gdata/Gapps/MemberFeed.php +2 -2
  810. lib/Zend/Gdata/Gapps/MemberQuery.php +2 -2
  811. lib/Zend/Gdata/Gapps/NicknameEntry.php +2 -2
  812. lib/Zend/Gdata/Gapps/NicknameFeed.php +2 -2
  813. lib/Zend/Gdata/Gapps/NicknameQuery.php +2 -2
  814. lib/Zend/Gdata/Gapps/OwnerEntry.php +2 -2
  815. lib/Zend/Gdata/Gapps/OwnerFeed.php +2 -2
  816. lib/Zend/Gdata/Gapps/OwnerQuery.php +2 -2
  817. lib/Zend/Gdata/Gapps/Query.php +2 -2
  818. lib/Zend/Gdata/Gapps/ServiceException.php +2 -2
  819. lib/Zend/Gdata/Gapps/UserEntry.php +2 -2
  820. lib/Zend/Gdata/Gapps/UserFeed.php +2 -2
  821. lib/Zend/Gdata/Gapps/UserQuery.php +2 -2
  822. lib/Zend/Gdata/Gbase.php +2 -2
  823. lib/Zend/Gdata/Gbase/Entry.php +2 -2
  824. lib/Zend/Gdata/Gbase/Extension/BaseAttribute.php +2 -2
  825. lib/Zend/Gdata/Gbase/Feed.php +2 -2
  826. lib/Zend/Gdata/Gbase/ItemEntry.php +2 -2
  827. lib/Zend/Gdata/Gbase/ItemFeed.php +2 -2
  828. lib/Zend/Gdata/Gbase/ItemQuery.php +2 -2
  829. lib/Zend/Gdata/Gbase/Query.php +2 -2
  830. lib/Zend/Gdata/Gbase/SnippetEntry.php +2 -2
  831. lib/Zend/Gdata/Gbase/SnippetFeed.php +2 -2
  832. lib/Zend/Gdata/Gbase/SnippetQuery.php +2 -2
  833. lib/Zend/Gdata/Geo.php +2 -2
  834. lib/Zend/Gdata/Geo/Entry.php +2 -2
  835. lib/Zend/Gdata/Geo/Extension/GeoRssWhere.php +2 -2
  836. lib/Zend/Gdata/Geo/Extension/GmlPoint.php +2 -2
  837. lib/Zend/Gdata/Geo/Extension/GmlPos.php +2 -2
  838. lib/Zend/Gdata/Geo/Feed.php +2 -2
  839. lib/Zend/Gdata/Health.php +2 -2
  840. lib/Zend/Gdata/Health/Extension/Ccr.php +2 -2
  841. lib/Zend/Gdata/Health/ProfileEntry.php +2 -2
  842. lib/Zend/Gdata/Health/ProfileFeed.php +2 -2
  843. lib/Zend/Gdata/Health/ProfileListEntry.php +2 -2
  844. lib/Zend/Gdata/Health/ProfileListFeed.php +2 -2
  845. lib/Zend/Gdata/Health/Query.php +2 -2
  846. lib/Zend/Gdata/HttpAdapterStreamingProxy.php +11 -6
  847. lib/Zend/Gdata/HttpAdapterStreamingSocket.php +2 -2
  848. lib/Zend/Gdata/HttpClient.php +2 -2
  849. lib/Zend/Gdata/Kind/EventEntry.php +2 -2
  850. lib/Zend/Gdata/Media.php +2 -2
  851. lib/Zend/Gdata/Media/Entry.php +2 -2
  852. lib/Zend/Gdata/Media/Extension/MediaCategory.php +2 -2
  853. lib/Zend/Gdata/Media/Extension/MediaContent.php +2 -2
  854. lib/Zend/Gdata/Media/Extension/MediaCopyright.php +2 -2
  855. lib/Zend/Gdata/Media/Extension/MediaCredit.php +2 -2
  856. lib/Zend/Gdata/Media/Extension/MediaDescription.php +2 -2
  857. lib/Zend/Gdata/Media/Extension/MediaGroup.php +1 -1
lib/Zend/Acl.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -53,7 +53,7 @@
53
  /**
54
  * @category Zend
55
  * @package Zend_Acl
56
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
57
  * @license http://framework.zend.com/license/new-bsd New BSD License
58
  */
59
  class Zend_Acl
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
53
  /**
54
  * @category Zend
55
  * @package Zend_Acl
56
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
57
  * @license http://framework.zend.com/license/new-bsd New BSD License
58
  */
59
  class Zend_Acl
lib/Zend/Acl/Assert/Interface.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -41,7 +41,7 @@
41
  /**
42
  * @category Zend
43
  * @package Zend_Acl
44
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  interface Zend_Acl_Assert_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
41
  /**
42
  * @category Zend
43
  * @package Zend_Acl
44
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  interface Zend_Acl_Assert_Interface
lib/Zend/Acl/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  /**
30
  * @category Zend
31
  * @package Zend_Acl
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Acl_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  /**
30
  * @category Zend
31
  * @package Zend_Acl
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Acl_Exception extends Zend_Exception
lib/Zend/Acl/Resource.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  /**
30
  * @category Zend
31
  * @package Zend_Acl
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Acl_Resource implements Zend_Acl_Resource_Interface
@@ -45,7 +45,6 @@ class Zend_Acl_Resource implements Zend_Acl_Resource_Interface
45
  * Sets the Resource identifier
46
  *
47
  * @param string $resourceId
48
- * @return void
49
  */
50
  public function __construct($resourceId)
51
  {
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  /**
30
  * @category Zend
31
  * @package Zend_Acl
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Acl_Resource implements Zend_Acl_Resource_Interface
45
  * Sets the Resource identifier
46
  *
47
  * @param string $resourceId
 
48
  */
49
  public function __construct($resourceId)
50
  {
lib/Zend/Acl/Resource/Interface.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -23,7 +23,7 @@
23
  /**
24
  * @category Zend
25
  * @package Zend_Acl
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  interface Zend_Acl_Resource_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
23
  /**
24
  * @category Zend
25
  * @package Zend_Acl
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  interface Zend_Acl_Resource_Interface
lib/Zend/Acl/Role.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  /**
30
  * @category Zend
31
  * @package Zend_Acl
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Acl_Role implements Zend_Acl_Role_Interface
@@ -45,7 +45,6 @@ class Zend_Acl_Role implements Zend_Acl_Role_Interface
45
  * Sets the Role identifier
46
  *
47
  * @param string $roleId
48
- * @return void
49
  */
50
  public function __construct($roleId)
51
  {
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  /**
30
  * @category Zend
31
  * @package Zend_Acl
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Acl_Role implements Zend_Acl_Role_Interface
45
  * Sets the Role identifier
46
  *
47
  * @param string $roleId
 
48
  */
49
  public function __construct($roleId)
50
  {
lib/Zend/Acl/Role/Interface.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -23,7 +23,7 @@
23
  /**
24
  * @category Zend
25
  * @package Zend_Acl
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  interface Zend_Acl_Role_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
23
  /**
24
  * @category Zend
25
  * @package Zend_Acl
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  interface Zend_Acl_Role_Interface
lib/Zend/Acl/Role/Registry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  /**
30
  * @category Zend
31
  * @package Zend_Acl
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Acl_Role_Registry
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  /**
30
  * @category Zend
31
  * @package Zend_Acl
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Acl_Role_Registry
lib/Zend/Acl/Role/Registry/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  /**
30
  * @category Zend
31
  * @package Zend_Acl
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Acl_Role_Registry_Exception extends Zend_Acl_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Acl
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  /**
30
  * @category Zend
31
  * @package Zend_Acl
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Acl_Role_Registry_Exception extends Zend_Acl_Exception
lib/Zend/Amf/Adobe/Auth.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -36,7 +36,7 @@
36
  *
37
  * @package Zend_Amf
38
  * @subpackage Adobe
39
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  class Zend_Amf_Adobe_Auth extends Zend_Amf_Auth_Abstract
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
36
  *
37
  * @package Zend_Amf
38
  * @subpackage Adobe
39
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  class Zend_Amf_Adobe_Auth extends Zend_Amf_Auth_Abstract
lib/Zend/Amf/Adobe/DbInspector.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -24,7 +24,7 @@
24
  *
25
  * @package Zend_Amf
26
  * @subpackage Adobe
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  class Zend_Amf_Adobe_DbInspector
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
24
  *
25
  * @package Zend_Amf
26
  * @subpackage Adobe
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  class Zend_Amf_Adobe_DbInspector
lib/Zend/Amf/Adobe/Introspector.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -33,7 +33,7 @@
33
  *
34
  * @package Zend_Amf
35
  * @subpackage Adobe
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Amf_Adobe_Introspector
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
33
  *
34
  * @package Zend_Amf
35
  * @subpackage Adobe
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Amf_Adobe_Introspector
lib/Zend/Amf/Auth/Abstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  *
28
  * @package Zend_Amf
29
  * @subpackage Auth
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  abstract class Zend_Amf_Auth_Abstract implements Zend_Auth_Adapter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  *
28
  * @package Zend_Amf
29
  * @subpackage Auth
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  abstract class Zend_Amf_Auth_Abstract implements Zend_Auth_Adapter_Interface
lib/Zend/Amf/Constants.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -24,7 +24,7 @@
24
  * deserialization to detect the AMF marker and encoding types.
25
  *
26
  * @package Zend_Amf
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  final class Zend_Amf_Constants
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
24
  * deserialization to detect the AMF marker and encoding types.
25
  *
26
  * @package Zend_Amf
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  final class Zend_Amf_Constants
lib/Zend/Amf/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -26,7 +26,7 @@
26
 
27
  /**
28
  * @package Zend_Amf
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Amf_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
26
 
27
  /**
28
  * @package Zend_Amf
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Amf_Exception extends Zend_Exception
lib/Zend/Amf/Parse/Amf0/Deserializer.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse_Amf0
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -36,7 +36,7 @@
36
  * @todo Class could be implemented as Factory Class with each data type it's own class
37
  * @package Zend_Amf
38
  * @subpackage Parse_Amf0
39
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  class Zend_Amf_Parse_Amf0_Deserializer extends Zend_Amf_Parse_Deserializer
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse_Amf0
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
36
  * @todo Class could be implemented as Factory Class with each data type it's own class
37
  * @package Zend_Amf
38
  * @subpackage Parse_Amf0
39
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  class Zend_Amf_Parse_Amf0_Deserializer extends Zend_Amf_Parse_Deserializer
lib/Zend/Amf/Parse/Amf0/Serializer.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse_Amf0
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @uses Zend_Amf_Parse_Serializer
33
  * @package Zend_Amf
34
  * @subpackage Parse_Amf0
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Amf_Parse_Amf0_Serializer extends Zend_Amf_Parse_Serializer
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse_Amf0
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @uses Zend_Amf_Parse_Serializer
33
  * @package Zend_Amf
34
  * @subpackage Parse_Amf0
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Amf_Parse_Amf0_Serializer extends Zend_Amf_Parse_Serializer
lib/Zend/Amf/Parse/Amf3/Deserializer.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse_Amf3
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -37,7 +37,7 @@
37
  * @todo Class could be implemented as Factory Class with each data type it's own class.
38
  * @package Zend_Amf
39
  * @subpackage Parse_Amf3
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Amf_Parse_Amf3_Deserializer extends Zend_Amf_Parse_Deserializer
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse_Amf3
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
37
  * @todo Class could be implemented as Factory Class with each data type it's own class.
38
  * @package Zend_Amf
39
  * @subpackage Parse_Amf3
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Amf_Parse_Amf3_Deserializer extends Zend_Amf_Parse_Deserializer
lib/Zend/Amf/Parse/Amf3/Serializer.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse_Amf3
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @package Zend_Amf
37
  * @subpackage Parse_Amf3
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Amf_Parse_Amf3_Serializer extends Zend_Amf_Parse_Serializer
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse_Amf3
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  *
36
  * @package Zend_Amf
37
  * @subpackage Parse_Amf3
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Amf_Parse_Amf3_Serializer extends Zend_Amf_Parse_Serializer
lib/Zend/Amf/Parse/Deserializer.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  * @see http://opensource.adobe.com/svn/opensource/blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/
31
  * @package Zend_Amf
32
  * @subpackage Parse
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  abstract class Zend_Amf_Parse_Deserializer
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  * @see http://opensource.adobe.com/svn/opensource/blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/
31
  * @package Zend_Amf
32
  * @subpackage Parse
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  abstract class Zend_Amf_Parse_Deserializer
lib/Zend/Amf/Parse/InputStream.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  *
32
  * @package Zend_Amf
33
  * @subpackage Parse
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Amf_Parse_InputStream extends Zend_Amf_Util_BinaryStream
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  *
32
  * @package Zend_Amf
33
  * @subpackage Parse
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Amf_Parse_InputStream extends Zend_Amf_Util_BinaryStream
lib/Zend/Amf/Parse/OutputStream.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @uses Zend_Amf_Util_BinaryStream
33
  * @package Zend_Amf
34
  * @subpackage Parse
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Amf_Parse_OutputStream extends Zend_Amf_Util_BinaryStream
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @uses Zend_Amf_Util_BinaryStream
33
  * @package Zend_Amf
34
  * @subpackage Parse
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Amf_Parse_OutputStream extends Zend_Amf_Util_BinaryStream
lib/Zend/Amf/Parse/Resource/MysqlResult.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -26,7 +26,7 @@
26
  *
27
  * @package Zend_Amf
28
  * @subpackage Parse
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Amf_Parse_Resource_MysqlResult
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
26
  *
27
  * @package Zend_Amf
28
  * @subpackage Parse
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Amf_Parse_Resource_MysqlResult
lib/Zend/Amf/Parse/Resource/MysqliResult.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -26,7 +26,7 @@
26
  *
27
  * @package Zend_Amf
28
  * @subpackage Parse
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Amf_Parse_Resource_MysqliResult
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
26
  *
27
  * @package Zend_Amf
28
  * @subpackage Parse
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Amf_Parse_Resource_MysqliResult
lib/Zend/Amf/Parse/Resource/Stream.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -25,7 +25,7 @@
25
  *
26
  * @package Zend_Amf
27
  * @subpackage Parse
28
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Amf_Parse_Resource_Stream
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
25
  *
26
  * @package Zend_Amf
27
  * @subpackage Parse
28
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Amf_Parse_Resource_Stream
lib/Zend/Amf/Parse/Serializer.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -25,7 +25,7 @@
25
  *
26
  * @package Zend_Amf
27
  * @subpackage Parse
28
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  abstract class Zend_Amf_Parse_Serializer
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
25
  *
26
  * @package Zend_Amf
27
  * @subpackage Parse
28
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  abstract class Zend_Amf_Parse_Serializer
lib/Zend/Amf/Parse/TypeLoader.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -47,7 +47,7 @@
47
  * @todo PHP 5.3 can drastically change this class w/ namespace and the new call_user_func w/ namespace
48
  * @package Zend_Amf
49
  * @subpackage Parse
50
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
51
  * @license http://framework.zend.com/license/new-bsd New BSD License
52
  */
53
  final class Zend_Amf_Parse_TypeLoader
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Parse
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
47
  * @todo PHP 5.3 can drastically change this class w/ namespace and the new call_user_func w/ namespace
48
  * @package Zend_Amf
49
  * @subpackage Parse
50
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
51
  * @license http://framework.zend.com/license/new-bsd New BSD License
52
  */
53
  final class Zend_Amf_Parse_TypeLoader
lib/Zend/Amf/Request.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -40,7 +40,7 @@
40
  *
41
  * @todo Currently not checking if the object needs to be Type Mapped to a server object.
42
  * @package Zend_Amf
43
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Amf_Request
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
40
  *
41
  * @todo Currently not checking if the object needs to be Type Mapped to a server object.
42
  * @package Zend_Amf
43
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Amf_Request
lib/Zend/Amf/Request/Http.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Request
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  *
33
  * @package Zend_Amf
34
  * @subpackage Request
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Amf_Request_Http extends Zend_Amf_Request
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Request
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  *
33
  * @package Zend_Amf
34
  * @subpackage Request
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Amf_Request_Http extends Zend_Amf_Request
lib/Zend/Amf/Response.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -32,7 +32,7 @@
32
  * Handles converting the PHP object ready for response back into AMF
33
  *
34
  * @package Zend_Amf
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Amf_Response
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
32
  * Handles converting the PHP object ready for response back into AMF
33
  *
34
  * @package Zend_Amf
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Amf_Response
lib/Zend/Amf/Response/Http.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Response
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  *
29
  * @package Zend_Amf
30
  * @subpackage Response
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Amf_Response_Http extends Zend_Amf_Response
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Response
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  *
29
  * @package Zend_Amf
30
  * @subpackage Response
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Amf_Response_Http extends Zend_Amf_Response
lib/Zend/Amf/Server.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -52,7 +52,7 @@
52
  * @todo Make the reflection methods cache and autoload.
53
  * @package Zend_Amf
54
  * @subpackage Server
55
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
56
  * @license http://framework.zend.com/license/new-bsd New BSD License
57
  */
58
  class Zend_Amf_Server implements Zend_Server_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Amf
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
52
  * @todo Make the reflection methods cache and autoload.
53
  * @package Zend_Amf
54
  * @subpackage Server
55
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
56
  * @license http://framework.zend.com/license/new-bsd New BSD License
57
  */
58
  class Zend_Amf_Server implements Zend_Server_Interface
lib/Zend/Amf/Server/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Server
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Amf
31
  * @subpackage Server
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Amf_Server_Exception extends Zend_Amf_Exception
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Server
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @category Zend
30
  * @package Zend_Amf
31
  * @subpackage Server
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Amf_Server_Exception extends Zend_Amf_Exception
lib/Zend/Amf/Util/BinaryStream.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Util
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -25,7 +25,7 @@
25
  *
26
  * @package Zend_Amf
27
  * @subpackage Util
28
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Amf_Util_BinaryStream
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Util
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
25
  *
26
  * @package Zend_Amf
27
  * @subpackage Util
28
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Amf_Util_BinaryStream
lib/Zend/Amf/Value/ByteArray.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -25,7 +25,7 @@
25
  *
26
  * @package Zend_Amf
27
  * @subpackage Value
28
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Amf_Value_ByteArray
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
25
  *
26
  * @package Zend_Amf
27
  * @subpackage Value
28
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Amf_Value_ByteArray
lib/Zend/Amf/Value/MessageBody.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  *
34
  * @package Zend_Amf
35
  * @subpackage Value
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Amf_Value_MessageBody
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  *
34
  * @package Zend_Amf
35
  * @subpackage Value
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Amf_Value_MessageBody
lib/Zend/Amf/Value/MessageHeader.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  *
29
  * @package Zend_Amf
30
  * @subpackage Value
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Amf_Value_MessageHeader
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  *
29
  * @package Zend_Amf
30
  * @subpackage Value
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Amf_Value_MessageHeader
lib/Zend/Amf/Value/Messaging/AbstractMessage.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -26,7 +26,7 @@
26
  *
27
  * @package Zend_Amf
28
  * @subpackage Value
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Amf_Value_Messaging_AbstractMessage
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
26
  *
27
  * @package Zend_Amf
28
  * @subpackage Value
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Amf_Value_Messaging_AbstractMessage
lib/Zend/Amf/Value/Messaging/AcknowledgeMessage.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  *
33
  * @package Zend_Amf
34
  * @subpackage Value
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Amf_Value_Messaging_AcknowledgeMessage extends Zend_Amf_Value_Messaging_AsyncMessage
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  *
33
  * @package Zend_Amf
34
  * @subpackage Value
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Amf_Value_Messaging_AcknowledgeMessage extends Zend_Amf_Value_Messaging_AsyncMessage
lib/Zend/Amf/Value/Messaging/ArrayCollection.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -27,7 +27,7 @@
27
  *
28
  * @package Zend_Amf
29
  * @subpackage Value
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Amf_Value_Messaging_ArrayCollection extends ArrayObject
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
27
  *
28
  * @package Zend_Amf
29
  * @subpackage Value
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Amf_Value_Messaging_ArrayCollection extends ArrayObject
lib/Zend/Amf/Value/Messaging/AsyncMessage.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  *
31
  * @package Zend_Amf
32
  * @subpackage Value
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Amf_Value_Messaging_AsyncMessage extends Zend_Amf_Value_Messaging_AbstractMessage
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  *
31
  * @package Zend_Amf
32
  * @subpackage Value
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Amf_Value_Messaging_AsyncMessage extends Zend_Amf_Value_Messaging_AbstractMessage
lib/Zend/Amf/Value/Messaging/CommandMessage.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -36,7 +36,7 @@
36
  *
37
  * @package Zend_Amf
38
  * @subpackage Value
39
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  class Zend_Amf_Value_Messaging_CommandMessage extends Zend_Amf_Value_Messaging_AsyncMessage
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
36
  *
37
  * @package Zend_Amf
38
  * @subpackage Value
39
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  class Zend_Amf_Value_Messaging_CommandMessage extends Zend_Amf_Value_Messaging_AsyncMessage
lib/Zend/Amf/Value/Messaging/ErrorMessage.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  *
31
  * @package Zend_Amf
32
  * @subpackage Value
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Amf_Value_Messaging_ErrorMessage extends Zend_Amf_Value_Messaging_AcknowledgeMessage
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  *
31
  * @package Zend_Amf
32
  * @subpackage Value
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Amf_Value_Messaging_ErrorMessage extends Zend_Amf_Value_Messaging_AcknowledgeMessage
lib/Zend/Amf/Value/Messaging/RemotingMessage.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  *
32
  * @package Zend_Amf
33
  * @subpackage Value
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Amf_Value_Messaging_RemotingMessage extends Zend_Amf_Value_Messaging_AbstractMessage
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  *
32
  * @package Zend_Amf
33
  * @subpackage Value
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Amf_Value_Messaging_RemotingMessage extends Zend_Amf_Value_Messaging_AbstractMessage
lib/Zend/Amf/Value/TraitsInfo.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -25,7 +25,7 @@
25
  *
26
  * @package Zend_Amf
27
  * @subpackage Value
28
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Amf_Value_TraitsInfo
15
  * @category Zend
16
  * @package Zend_Amf
17
  * @subpackage Value
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
25
  *
26
  * @package Zend_Amf
27
  * @subpackage Value
28
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Amf_Value_TraitsInfo
lib/Zend/Application.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Application
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend_Application
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Application
@@ -77,7 +77,7 @@ class Zend_Application
77
  {
78
  $this->_environment = (string) $environment;
79
 
80
- #require_once 'Zend/Loader/Autoloader.php';
81
  $this->_autoloader = Zend_Loader_Autoloader::getInstance();
82
 
83
  if (null !== $options) {
@@ -86,7 +86,10 @@ class Zend_Application
86
  } elseif ($options instanceof Zend_Config) {
87
  $options = $options->toArray();
88
  } elseif (!is_array($options)) {
89
- throw new Zend_Application_Exception('Invalid options provided; must be location of config file, a config object, or an array');
 
 
 
90
  }
91
 
92
  $this->setOptions($options);
@@ -127,11 +130,15 @@ class Zend_Application
127
  if (is_array($options['config'])) {
128
  $_options = array();
129
  foreach ($options['config'] as $tmp) {
130
- $_options = $this->mergeOptions($_options, $this->_loadConfig($tmp));
 
 
131
  }
132
  $options = $this->mergeOptions($_options, $options);
133
  } else {
134
- $options = $this->mergeOptions($this->_loadConfig($options['config']), $options);
 
 
135
  }
136
  }
137
 
@@ -171,7 +178,9 @@ class Zend_Application
171
  $this->setBootstrap($bootstrap);
172
  } elseif (is_array($bootstrap)) {
173
  if (empty($bootstrap['path'])) {
174
- throw new Zend_Application_Exception('No bootstrap path provided');
 
 
175
  }
176
 
177
  $path = $bootstrap['path'];
@@ -183,7 +192,9 @@ class Zend_Application
183
 
184
  $this->setBootstrap($path, $class);
185
  } else {
186
- throw new Zend_Application_Exception('Invalid bootstrap information provided');
 
 
187
  }
188
  }
189
 
@@ -317,15 +328,20 @@ class Zend_Application
317
  }
318
 
319
  if (!class_exists($class, false)) {
320
- #require_once $path;
321
  if (!class_exists($class, false)) {
322
- throw new Zend_Application_Exception('Bootstrap class not found');
 
 
323
  }
324
  }
325
  $this->_bootstrap = new $class($this);
326
 
327
  if (!$this->_bootstrap instanceof Zend_Application_Bootstrap_Bootstrapper) {
328
- throw new Zend_Application_Exception('Bootstrap class does not implement Zend_Application_Bootstrap_Bootstrapper');
 
 
 
329
  }
330
 
331
  return $this;
@@ -403,13 +419,18 @@ class Zend_Application
403
  case 'inc':
404
  $config = include $file;
405
  if (!is_array($config)) {
406
- throw new Zend_Application_Exception('Invalid configuration file provided; PHP file does not return array value');
 
 
 
407
  }
408
  return $config;
409
  break;
410
 
411
  default:
412
- throw new Zend_Application_Exception('Invalid configuration file provided; unknown config type');
 
 
413
  }
414
 
415
  return $config->toArray();
14
  *
15
  * @category Zend
16
  * @package Zend_Application
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend_Application
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Application
77
  {
78
  $this->_environment = (string) $environment;
79
 
80
+ require_once 'Zend/Loader/Autoloader.php';
81
  $this->_autoloader = Zend_Loader_Autoloader::getInstance();
82
 
83
  if (null !== $options) {
86
  } elseif ($options instanceof Zend_Config) {
87
  $options = $options->toArray();
88
  } elseif (!is_array($options)) {
89
+ throw new Zend_Application_Exception(
90
+ 'Invalid options provided; must be location of config file,'
91
+ . ' a config object, or an array'
92
+ );
93
  }
94
 
95
  $this->setOptions($options);
130
  if (is_array($options['config'])) {
131
  $_options = array();
132
  foreach ($options['config'] as $tmp) {
133
+ $_options = $this->mergeOptions(
134
+ $_options, $this->_loadConfig($tmp)
135
+ );
136
  }
137
  $options = $this->mergeOptions($_options, $options);
138
  } else {
139
+ $options = $this->mergeOptions(
140
+ $this->_loadConfig($options['config']), $options
141
+ );
142
  }
143
  }
144
 
178
  $this->setBootstrap($bootstrap);
179
  } elseif (is_array($bootstrap)) {
180
  if (empty($bootstrap['path'])) {
181
+ throw new Zend_Application_Exception(
182
+ 'No bootstrap path provided'
183
+ );
184
  }
185
 
186
  $path = $bootstrap['path'];
192
 
193
  $this->setBootstrap($path, $class);
194
  } else {
195
+ throw new Zend_Application_Exception(
196
+ 'Invalid bootstrap information provided'
197
+ );
198
  }
199
  }
200
 
328
  }
329
 
330
  if (!class_exists($class, false)) {
331
+ require_once $path;
332
  if (!class_exists($class, false)) {
333
+ throw new Zend_Application_Exception(
334
+ 'Bootstrap class not found'
335
+ );
336
  }
337
  }
338
  $this->_bootstrap = new $class($this);
339
 
340
  if (!$this->_bootstrap instanceof Zend_Application_Bootstrap_Bootstrapper) {
341
+ throw new Zend_Application_Exception(
342
+ 'Bootstrap class does not implement'
343
+ . ' Zend_Application_Bootstrap_Bootstrapper'
344
+ );
345
  }
346
 
347
  return $this;
419
  case 'inc':
420
  $config = include $file;
421
  if (!is_array($config)) {
422
+ throw new Zend_Application_Exception(
423
+ 'Invalid configuration file provided; PHP file does not'
424
+ . ' return array value'
425
+ );
426
  }
427
  return $config;
428
  break;
429
 
430
  default:
431
+ throw new Zend_Application_Exception(
432
+ 'Invalid configuration file provided; unknown config type'
433
+ );
434
  }
435
 
436
  return $config->toArray();
lib/Zend/Application/Bootstrap/Bootstrap.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Bootstrap
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Application
36
  * @subpackage Bootstrap
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Application_Bootstrap_Bootstrap
@@ -64,9 +64,13 @@ class Zend_Application_Bootstrap_Bootstrap
64
  parent::__construct($application);
65
 
66
  if ($application->hasOption('resourceloader')) {
67
- $this->setOptions(array(
68
- 'resourceloader' => $application->getOption('resourceloader')
69
- ));
 
 
 
 
70
  }
71
  $this->getResourceLoader();
72
 
@@ -128,10 +132,14 @@ class Zend_Application_Bootstrap_Bootstrap
128
  ) {
129
  $r = new ReflectionClass($this);
130
  $path = $r->getFileName();
131
- $this->setResourceLoader(new Zend_Application_Module_Autoloader(array(
132
- 'namespace' => $namespace,
133
- 'basePath' => dirname($path),
134
- )));
 
 
 
 
135
  }
136
  return $this->_resourceLoader;
137
  }
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Bootstrap
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  * @category Zend
35
  * @package Zend_Application
36
  * @subpackage Bootstrap
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Application_Bootstrap_Bootstrap
64
  parent::__construct($application);
65
 
66
  if ($application->hasOption('resourceloader')) {
67
+ $this->setOptions(
68
+ array(
69
+ 'resourceloader' => $application->getOption(
70
+ 'resourceloader'
71
+ )
72
+ )
73
+ );
74
  }
75
  $this->getResourceLoader();
76
 
132
  ) {
133
  $r = new ReflectionClass($this);
134
  $path = $r->getFileName();
135
+ $this->setResourceLoader(
136
+ new Zend_Application_Module_Autoloader(
137
+ array(
138
+ 'namespace' => $namespace,
139
+ 'basePath' => dirname($path),
140
+ )
141
+ )
142
+ );
143
  }
144
  return $this->_resourceLoader;
145
  }
lib/Zend/Application/Bootstrap/BootstrapAbstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Bootstrap
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -38,7 +38,7 @@
38
  * @category Zend
39
  * @package Zend_Application
40
  * @subpackage Bootstrap
41
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  abstract class Zend_Application_Bootstrap_BootstrapAbstract
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Bootstrap
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
38
  * @category Zend
39
  * @package Zend_Application
40
  * @subpackage Bootstrap
41
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  abstract class Zend_Application_Bootstrap_BootstrapAbstract
lib/Zend/Application/Bootstrap/Bootstrapper.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Bootstrap
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -26,7 +26,7 @@
26
  * @category Zend
27
  * @package Zend_Application
28
  * @subpackage Bootstrap
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  interface Zend_Application_Bootstrap_Bootstrapper
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Bootstrap
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
26
  * @category Zend
27
  * @package Zend_Application
28
  * @subpackage Bootstrap
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  interface Zend_Application_Bootstrap_Bootstrapper
lib/Zend/Application/Bootstrap/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Application
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Application
32
  * @uses Zend_Application_Exception
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Application_Bootstrap_Exception extends Zend_Application_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Application
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
30
  * @category Zend
31
  * @package Zend_Application
32
  * @uses Zend_Application_Exception
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Application_Bootstrap_Exception extends Zend_Application_Exception
lib/Zend/Application/Bootstrap/ResourceBootstrapper.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Bootstrap
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -26,7 +26,7 @@
26
  * @category Zend
27
  * @package Zend_Application
28
  * @subpackage Bootstrap
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  interface Zend_Application_Bootstrap_ResourceBootstrapper
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Bootstrap
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
26
  * @category Zend
27
  * @package Zend_Application
28
  * @subpackage Bootstrap
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  interface Zend_Application_Bootstrap_ResourceBootstrapper
lib/Zend/Application/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Application
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -30,7 +30,7 @@
30
  * @uses Zend_Exception
31
  * @category Zend
32
  * @package Zend_Application
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Application_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Application
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
30
  * @uses Zend_Exception
31
  * @category Zend
32
  * @package Zend_Application
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Application_Exception extends Zend_Exception
lib/Zend/Application/Module/Autoloader.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Module
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Application
32
  * @subpackage Module
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Application_Module_Autoloader extends Zend_Loader_Autoloader_Resource
@@ -39,7 +39,6 @@ class Zend_Application_Module_Autoloader extends Zend_Loader_Autoloader_Resource
39
  * Constructor
40
  *
41
  * @param array|Zend_Config $options
42
- * @return void
43
  */
44
  public function __construct($options)
45
  {
@@ -55,40 +54,42 @@ class Zend_Application_Module_Autoloader extends Zend_Loader_Autoloader_Resource
55
  public function initDefaultResourceTypes()
56
  {
57
  $basePath = $this->getBasePath();
58
- $this->addResourceTypes(array(
59
- 'dbtable' => array(
60
- 'namespace' => 'Model_DbTable',
61
- 'path' => 'models/DbTable',
62
- ),
63
- 'mappers' => array(
64
- 'namespace' => 'Model_Mapper',
65
- 'path' => 'models/mappers',
66
- ),
67
- 'form' => array(
68
- 'namespace' => 'Form',
69
- 'path' => 'forms',
70
- ),
71
- 'model' => array(
72
- 'namespace' => 'Model',
73
- 'path' => 'models',
74
- ),
75
- 'plugin' => array(
76
- 'namespace' => 'Plugin',
77
- 'path' => 'plugins',
78
- ),
79
- 'service' => array(
80
- 'namespace' => 'Service',
81
- 'path' => 'services',
82
- ),
83
- 'viewhelper' => array(
84
- 'namespace' => 'View_Helper',
85
- 'path' => 'views/helpers',
86
- ),
87
- 'viewfilter' => array(
88
- 'namespace' => 'View_Filter',
89
- 'path' => 'views/filters',
90
- ),
91
- ));
 
 
92
  $this->setDefaultResourceType('model');
93
  }
94
  }
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Module
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
30
  * @category Zend
31
  * @package Zend_Application
32
  * @subpackage Module
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Application_Module_Autoloader extends Zend_Loader_Autoloader_Resource
39
  * Constructor
40
  *
41
  * @param array|Zend_Config $options
 
42
  */
43
  public function __construct($options)
44
  {
54
  public function initDefaultResourceTypes()
55
  {
56
  $basePath = $this->getBasePath();
57
+ $this->addResourceTypes(
58
+ array(
59
+ 'dbtable' => array(
60
+ 'namespace' => 'Model_DbTable',
61
+ 'path' => 'models/DbTable',
62
+ ),
63
+ 'mappers' => array(
64
+ 'namespace' => 'Model_Mapper',
65
+ 'path' => 'models/mappers',
66
+ ),
67
+ 'form' => array(
68
+ 'namespace' => 'Form',
69
+ 'path' => 'forms',
70
+ ),
71
+ 'model' => array(
72
+ 'namespace' => 'Model',
73
+ 'path' => 'models',
74
+ ),
75
+ 'plugin' => array(
76
+ 'namespace' => 'Plugin',
77
+ 'path' => 'plugins',
78
+ ),
79
+ 'service' => array(
80
+ 'namespace' => 'Service',
81
+ 'path' => 'services',
82
+ ),
83
+ 'viewhelper' => array(
84
+ 'namespace' => 'View_Helper',
85
+ 'path' => 'views/helpers',
86
+ ),
87
+ 'viewfilter' => array(
88
+ 'namespace' => 'View_Filter',
89
+ 'path' => 'views/filters',
90
+ ),
91
+ )
92
+ );
93
  $this->setDefaultResourceType('model');
94
  }
95
  }
lib/Zend/Application/Module/Bootstrap.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Module
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Module
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  abstract class Zend_Application_Module_Bootstrap
@@ -48,8 +48,7 @@ abstract class Zend_Application_Module_Bootstrap
48
  /**
49
  * Constructor
50
  *
51
- * @param Zend_Application|Zend_Application_Bootstrap_Bootstrapper $application
52
- * @return void
53
  */
54
  public function __construct($application)
55
  {
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Module
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Module
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  abstract class Zend_Application_Module_Bootstrap
48
  /**
49
  * Constructor
50
  *
51
+ * @param Zend_Application|Zend_Application_Bootstrap_Bootstrapper $application
 
52
  */
53
  public function __construct($application)
54
  {
lib/Zend/Application/Resource/Cachemanager.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Application
30
  * @subpackage Resource
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Application_Resource_Cachemanager extends Zend_Application_Resource_ResourceAbstract
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  * @category Zend
29
  * @package Zend_Application
30
  * @subpackage Resource
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Application_Resource_Cachemanager extends Zend_Application_Resource_ResourceAbstract
lib/Zend/Application/Resource/Db.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Application
34
  * @subpackage Resource
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Application_Resource_Db extends Zend_Application_Resource_ResourceAbstract
@@ -88,7 +88,7 @@ class Zend_Application_Resource_Db extends Zend_Application_Resource_ResourceAbs
88
  /**
89
  * Set the adapter params
90
  *
91
- * @param string $adapter
92
  * @return Zend_Application_Resource_Db
93
  */
94
  public function setParams(array $params)
@@ -110,7 +110,7 @@ class Zend_Application_Resource_Db extends Zend_Application_Resource_ResourceAbs
110
  /**
111
  * Set whether to use this as default table adapter
112
  *
113
- * @param boolean $defaultTableAdapter
114
  * @return Zend_Application_Resource_Db
115
  */
116
  public function setIsDefaultTableAdapter($isDefaultTableAdapter)
@@ -122,7 +122,7 @@ class Zend_Application_Resource_Db extends Zend_Application_Resource_ResourceAbs
122
  /**
123
  * Is this adapter the default table adapter?
124
  *
125
- * @return void
126
  */
127
  public function isDefaultTableAdapter()
128
  {
@@ -160,6 +160,8 @@ class Zend_Application_Resource_Db extends Zend_Application_Resource_ResourceAbs
160
  if (null !== ($db = $this->getDbAdapter())) {
161
  return $db;
162
  }
 
 
163
  }
164
 
165
  /**
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Application
34
  * @subpackage Resource
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Application_Resource_Db extends Zend_Application_Resource_ResourceAbstract
88
  /**
89
  * Set the adapter params
90
  *
91
+ * @param array $params
92
  * @return Zend_Application_Resource_Db
93
  */
94
  public function setParams(array $params)
110
  /**
111
  * Set whether to use this as default table adapter
112
  *
113
+ * @param bool $isDefaultTableAdapter
114
  * @return Zend_Application_Resource_Db
115
  */
116
  public function setIsDefaultTableAdapter($isDefaultTableAdapter)
122
  /**
123
  * Is this adapter the default table adapter?
124
  *
125
+ * @return bool
126
  */
127
  public function isDefaultTableAdapter()
128
  {
160
  if (null !== ($db = $this->getDbAdapter())) {
161
  return $db;
162
  }
163
+
164
+ return null;
165
  }
166
 
167
  /**
lib/Zend/Application/Resource/Dojo.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_Dojo
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_Dojo
lib/Zend/Application/Resource/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Application
34
  * @subpackage Resource
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Application_Resource_Exception extends Zend_Application_Exception
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Application
34
  * @subpackage Resource
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Application_Resource_Exception extends Zend_Application_Exception
lib/Zend/Application/Resource/Frontcontroller.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Application
34
  * @subpackage Resource
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resource_ResourceAbstract
@@ -46,6 +46,7 @@ class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resourc
46
  * Initialize Front Controller
47
  *
48
  * @return Zend_Controller_Front
 
49
  */
50
  public function init()
51
  {
@@ -71,7 +72,7 @@ class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resourc
71
  if (is_string($value)) {
72
  $front->addModuleDirectory($value);
73
  } elseif (is_array($value)) {
74
- foreach($value as $moduleDir) {
75
  $front->addModuleDirectory($moduleDir);
76
  }
77
  }
@@ -102,11 +103,10 @@ class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resourc
102
  case 'plugins':
103
  foreach ((array) $value as $pluginClass) {
104
  $stackIndex = null;
105
- if(is_array($pluginClass)) {
106
  $pluginClass = array_change_key_case($pluginClass, CASE_LOWER);
107
- if(isset($pluginClass['class']))
108
- {
109
- if(isset($pluginClass['stackindex'])) {
110
  $stackIndex = $pluginClass['stackindex'];
111
  }
112
 
@@ -136,7 +136,7 @@ class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resourc
136
  break;
137
 
138
  case 'dispatcher':
139
- if(!isset($value['class'])) {
140
  #require_once 'Zend/Application/Exception.php';
141
  throw new Zend_Application_Exception('You must specify both ');
142
  }
@@ -145,7 +145,7 @@ class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resourc
145
  }
146
 
147
  $dispatchClass = $value['class'];
148
- if(!class_exists($dispatchClass)) {
149
  #require_once 'Zend/Application/Exception.php';
150
  throw new Zend_Application_Exception('Dispatcher class not found!');
151
  }
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Application
34
  * @subpackage Resource
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resource_ResourceAbstract
46
  * Initialize Front Controller
47
  *
48
  * @return Zend_Controller_Front
49
+ * @throws Zend_Application_Exception
50
  */
51
  public function init()
52
  {
72
  if (is_string($value)) {
73
  $front->addModuleDirectory($value);
74
  } elseif (is_array($value)) {
75
+ foreach ($value as $moduleDir) {
76
  $front->addModuleDirectory($moduleDir);
77
  }
78
  }
103
  case 'plugins':
104
  foreach ((array) $value as $pluginClass) {
105
  $stackIndex = null;
106
+ if (is_array($pluginClass)) {
107
  $pluginClass = array_change_key_case($pluginClass, CASE_LOWER);
108
+ if (isset($pluginClass['class'])) {
109
+ if (isset($pluginClass['stackindex'])) {
 
110
  $stackIndex = $pluginClass['stackindex'];
111
  }
112
 
136
  break;
137
 
138
  case 'dispatcher':
139
+ if (!isset($value['class'])) {
140
  #require_once 'Zend/Application/Exception.php';
141
  throw new Zend_Application_Exception('You must specify both ');
142
  }
145
  }
146
 
147
  $dispatchClass = $value['class'];
148
+ if (!class_exists($dispatchClass)) {
149
  #require_once 'Zend/Application/Exception.php';
150
  throw new Zend_Application_Exception('Dispatcher class not found!');
151
  }
lib/Zend/Application/Resource/Layout.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_Layout
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_Layout
lib/Zend/Application/Resource/Locale.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_Locale
@@ -68,9 +68,9 @@ class Zend_Application_Resource_Locale
68
 
69
  if (!isset($options['default'])) {
70
  $this->_locale = new Zend_Locale();
71
- } elseif(!isset($options['force']) ||
72
- (bool) $options['force'] == false)
73
- {
74
  // Don't force any locale, just go for auto detection
75
  Zend_Locale::setDefault($options['default']);
76
  $this->_locale = new Zend_Locale();
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_Locale
68
 
69
  if (!isset($options['default'])) {
70
  $this->_locale = new Zend_Locale();
71
+ } elseif (!isset($options['force'])
72
+ || (bool)$options['force'] == false
73
+ ) {
74
  // Don't force any locale, just go for auto detection
75
  Zend_Locale::setDefault($options['default']);
76
  $this->_locale = new Zend_Locale();
lib/Zend/Application/Resource/Log.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_Log
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_Log
lib/Zend/Application/Resource/Mail.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Application
34
  * @subpackage Resource
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceAbstract
@@ -43,7 +43,8 @@ class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceA
43
  */
44
  protected $_transport;
45
 
46
- public function init() {
 
47
  return $this->getMail();
48
  }
49
 
@@ -55,21 +56,21 @@ class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceA
55
  {
56
  if (null === $this->_transport) {
57
  $options = $this->getOptions();
58
- foreach($options as $key => $option) {
59
  $options[strtolower($key)] = $option;
60
  }
61
  $this->setOptions($options);
62
 
63
- if(isset($options['transport']) &&
64
- !is_numeric($options['transport']))
65
- {
66
  $this->_transport = $this->_setupTransport($options['transport']);
67
- if(!isset($options['transport']['register']) ||
68
- $options['transport']['register'] == '1' ||
69
- (isset($options['transport']['register']) &&
70
- !is_numeric($options['transport']['register']) &&
71
- (bool) $options['transport']['register'] == true))
72
- {
73
  Zend_Mail::setDefaultTransport($this->_transport);
74
  }
75
  }
@@ -81,19 +82,23 @@ class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceA
81
  return $this->_transport;
82
  }
83
 
84
- protected function _setDefaults($type) {
 
85
  $key = strtolower('default' . $type);
86
  $options = $this->getOptions();
87
 
88
- if(isset($options[$key]['email']) &&
89
- !is_numeric($options[$key]['email']))
90
- {
91
  $method = array('Zend_Mail', 'setDefault' . ucfirst($type));
92
- if(isset($options[$key]['name']) &&
93
- !is_numeric($options[$key]['name']))
94
- {
95
- call_user_func($method, $options[$key]['email'],
96
- $options[$key]['name']);
 
 
 
97
  } else {
98
  call_user_func($method, $options[$key]['email']);
99
  }
@@ -102,19 +107,17 @@ class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceA
102
 
103
  protected function _setupTransport($options)
104
  {
105
- if(!isset($options['type'])) {
106
  $options['type'] = 'sendmail';
107
  }
108
-
109
  $transportName = $options['type'];
110
- if(!Zend_Loader_Autoloader::autoload($transportName))
111
- {
112
  $transportName = ucfirst(strtolower($transportName));
113
 
114
- if(!Zend_Loader_Autoloader::autoload($transportName))
115
- {
116
  $transportName = 'Zend_Mail_Transport_' . $transportName;
117
- if(!Zend_Loader_Autoloader::autoload($transportName)) {
118
  throw new Zend_Application_Resource_Exception(
119
  "Specified Mail Transport '{$transportName}'"
120
  . 'could not be found'
@@ -128,10 +131,11 @@ class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceA
128
 
129
  switch($transportName) {
130
  case 'Zend_Mail_Transport_Smtp':
131
- if(!isset($options['host'])) {
132
  throw new Zend_Application_Resource_Exception(
133
  'A host is necessary for smtp transport,'
134
- .' but none was given');
 
135
  }
136
 
137
  $transport = new $transportName($options['host'], $options);
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Application
34
  * @subpackage Resource
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceAbstract
43
  */
44
  protected $_transport;
45
 
46
+ public function init()
47
+ {
48
  return $this->getMail();
49
  }
50
 
56
  {
57
  if (null === $this->_transport) {
58
  $options = $this->getOptions();
59
+ foreach ($options as $key => $option) {
60
  $options[strtolower($key)] = $option;
61
  }
62
  $this->setOptions($options);
63
 
64
+ if (isset($options['transport'])
65
+ && !is_numeric($options['transport'])
66
+ ) {
67
  $this->_transport = $this->_setupTransport($options['transport']);
68
+ if (!isset($options['transport']['register'])
69
+ || $options['transport']['register'] == '1'
70
+ || (isset($options['transport']['register'])
71
+ && !is_numeric($options['transport']['register'])
72
+ && (bool)$options['transport']['register'] == true)
73
+ ) {
74
  Zend_Mail::setDefaultTransport($this->_transport);
75
  }
76
  }
82
  return $this->_transport;
83
  }
84
 
85
+ protected function _setDefaults($type)
86
+ {
87
  $key = strtolower('default' . $type);
88
  $options = $this->getOptions();
89
 
90
+ if (isset($options[$key]['email'])
91
+ && !is_numeric($options[$key]['email'])
92
+ ) {
93
  $method = array('Zend_Mail', 'setDefault' . ucfirst($type));
94
+ if (isset($options[$key]['name'])
95
+ && !is_numeric(
96
+ $options[$key]['name']
97
+ )
98
+ ) {
99
+ call_user_func(
100
+ $method, $options[$key]['email'], $options[$key]['name']
101
+ );
102
  } else {
103
  call_user_func($method, $options[$key]['email']);
104
  }
107
 
108
  protected function _setupTransport($options)
109
  {
110
+ if (!isset($options['type'])) {
111
  $options['type'] = 'sendmail';
112
  }
113
+
114
  $transportName = $options['type'];
115
+ if (!Zend_Loader_Autoloader::autoload($transportName)) {
 
116
  $transportName = ucfirst(strtolower($transportName));
117
 
118
+ if (!Zend_Loader_Autoloader::autoload($transportName)) {
 
119
  $transportName = 'Zend_Mail_Transport_' . $transportName;
120
+ if (!Zend_Loader_Autoloader::autoload($transportName)) {
121
  throw new Zend_Application_Resource_Exception(
122
  "Specified Mail Transport '{$transportName}'"
123
  . 'could not be found'
131
 
132
  switch($transportName) {
133
  case 'Zend_Mail_Transport_Smtp':
134
+ if (!isset($options['host'])) {
135
  throw new Zend_Application_Resource_Exception(
136
  'A host is necessary for smtp transport,'
137
+ . ' but none was given'
138
+ );
139
  }
140
 
141
  $transport = new $transportName($options['host'], $options);
lib/Zend/Application/Resource/Modules.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Application
34
  * @subpackage Resource
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Application_Resource_Modules extends Zend_Application_Resource_ResourceAbstract
@@ -46,7 +46,6 @@ class Zend_Application_Resource_Modules extends Zend_Application_Resource_Resour
46
  * Constructor
47
  *
48
  * @param mixed $options
49
- * @return void
50
  */
51
  public function __construct($options = null)
52
  {
@@ -73,23 +72,27 @@ class Zend_Application_Resource_Modules extends Zend_Application_Resource_Resour
73
  foreach ($modules as $module => $moduleDirectory) {
74
  $bootstrapClass = $this->_formatModuleName($module) . '_Bootstrap';
75
  if (!class_exists($bootstrapClass, false)) {
76
- $bootstrapPath = dirname($moduleDirectory) . '/Bootstrap.php';
77
  if (file_exists($bootstrapPath)) {
78
  $eMsgTpl = 'Bootstrap file found for module "%s" but bootstrap class "%s" not found';
79
  include_once $bootstrapPath;
80
  if (($default != $module)
81
  && !class_exists($bootstrapClass, false)
82
  ) {
83
- throw new Zend_Application_Resource_Exception(sprintf(
84
- $eMsgTpl, $module, $bootstrapClass
85
- ));
 
 
86
  } elseif ($default == $module) {
87
  if (!class_exists($bootstrapClass, false)) {
88
  $bootstrapClass = 'Bootstrap';
89
  if (!class_exists($bootstrapClass, false)) {
90
- throw new Zend_Application_Resource_Exception(sprintf(
91
- $eMsgTpl, $module, $bootstrapClass
92
- ));
 
 
93
  }
94
  }
95
  }
@@ -117,9 +120,9 @@ class Zend_Application_Resource_Modules extends Zend_Application_Resource_Resour
117
  protected function bootstrapBootstraps($bootstraps)
118
  {
119
  $bootstrap = $this->getBootstrap();
120
- $out = new ArrayObject(array(), ArrayObject::ARRAY_AS_PROPS);
121
 
122
- foreach($bootstraps as $module => $bootstrapClass) {
123
  $moduleBootstrap = new $bootstrapClass($bootstrap);
124
  $moduleBootstrap->bootstrap();
125
  $out[$module] = $moduleBootstrap;
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Application
34
  * @subpackage Resource
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Application_Resource_Modules extends Zend_Application_Resource_ResourceAbstract
46
  * Constructor
47
  *
48
  * @param mixed $options
 
49
  */
50
  public function __construct($options = null)
51
  {
72
  foreach ($modules as $module => $moduleDirectory) {
73
  $bootstrapClass = $this->_formatModuleName($module) . '_Bootstrap';
74
  if (!class_exists($bootstrapClass, false)) {
75
+ $bootstrapPath = dirname($moduleDirectory) . '/Bootstrap.php';
76
  if (file_exists($bootstrapPath)) {
77
  $eMsgTpl = 'Bootstrap file found for module "%s" but bootstrap class "%s" not found';
78
  include_once $bootstrapPath;
79
  if (($default != $module)
80
  && !class_exists($bootstrapClass, false)
81
  ) {
82
+ throw new Zend_Application_Resource_Exception(
83
+ sprintf(
84
+ $eMsgTpl, $module, $bootstrapClass
85
+ )
86
+ );
87
  } elseif ($default == $module) {
88
  if (!class_exists($bootstrapClass, false)) {
89
  $bootstrapClass = 'Bootstrap';
90
  if (!class_exists($bootstrapClass, false)) {
91
+ throw new Zend_Application_Resource_Exception(
92
+ sprintf(
93
+ $eMsgTpl, $module, $bootstrapClass
94
+ )
95
+ );
96
  }
97
  }
98
  }
120
  protected function bootstrapBootstraps($bootstraps)
121
  {
122
  $bootstrap = $this->getBootstrap();
123
+ $out = new ArrayObject(array(), ArrayObject::ARRAY_AS_PROPS);
124
 
125
+ foreach ($bootstraps as $module => $bootstrapClass) {
126
  $moduleBootstrap = new $bootstrapClass($bootstrap);
127
  $moduleBootstrap->bootstrap();
128
  $out[$module] = $moduleBootstrap;
lib/Zend/Application/Resource/Multidb.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -51,7 +51,7 @@
51
  * @category Zend
52
  * @package Zend_Application
53
  * @subpackage Resource
54
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
55
  * @license http://framework.zend.com/license/new-bsd New BSD License
56
  */
57
  class Zend_Application_Resource_Multidb extends Zend_Application_Resource_ResourceAbstract
@@ -114,7 +114,7 @@ class Zend_Application_Resource_Multidb extends Zend_Application_Resource_Resour
114
  */
115
  public function isDefault($db)
116
  {
117
- if(!$db instanceof Zend_Db_Adapter_Abstract) {
118
  $db = $this->getDb($db);
119
  }
120
 
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
51
  * @category Zend
52
  * @package Zend_Application
53
  * @subpackage Resource
54
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
55
  * @license http://framework.zend.com/license/new-bsd New BSD License
56
  */
57
  class Zend_Application_Resource_Multidb extends Zend_Application_Resource_ResourceAbstract
114
  */
115
  public function isDefault($db)
116
  {
117
+ if (!$db instanceof Zend_Db_Adapter_Abstract) {
118
  $db = $this->getDb($db);
119
  }
120
 
lib/Zend/Application/Resource/Navigation.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @author Dolf Schimmel
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
@@ -57,10 +57,12 @@ class Zend_Application_Resource_Navigation
57
  if (!$this->_container) {
58
  $options = $this->getOptions();
59
 
60
- if(isset($options['defaultPageType'])) {
61
- Zend_Navigation_Page::setDefaultPageType($options['defaultPageType']);
 
 
62
  }
63
-
64
  $pages = isset($options['pages']) ? $options['pages'] : array();
65
  $this->_container = new Zend_Navigation($pages);
66
  }
@@ -93,15 +95,16 @@ class Zend_Application_Resource_Navigation
93
  protected function _storeRegistry()
94
  {
95
  $options = $this->getOptions();
96
- if(isset($options['storage']['registry']['key']) &&
97
- !is_numeric($options['storage']['registry']['key'])) // see ZF-7461
98
- {
99
- $key = $options['storage']['registry']['key'];
 
100
  } else {
101
  $key = self::DEFAULT_REGISTRY_KEY;
102
  }
103
 
104
- Zend_Registry::set($key,$this->getContainer());
105
  }
106
 
107
  /**
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @author Dolf Schimmel
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
57
  if (!$this->_container) {
58
  $options = $this->getOptions();
59
 
60
+ if (isset($options['defaultPageType'])) {
61
+ Zend_Navigation_Page::setDefaultPageType(
62
+ $options['defaultPageType']
63
+ );
64
  }
65
+
66
  $pages = isset($options['pages']) ? $options['pages'] : array();
67
  $this->_container = new Zend_Navigation($pages);
68
  }
95
  protected function _storeRegistry()
96
  {
97
  $options = $this->getOptions();
98
+ // see ZF-7461
99
+ if (isset($options['storage']['registry']['key'])
100
+ && !is_numeric($options['storage']['registry']['key'])
101
+ ) {
102
+ $key = $options['storage']['registry']['key'];
103
  } else {
104
  $key = self::DEFAULT_REGISTRY_KEY;
105
  }
106
 
107
+ Zend_Registry::set($key, $this->getContainer());
108
  }
109
 
110
  /**
lib/Zend/Application/Resource/Resource.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -26,7 +26,7 @@
26
  * @category Zend
27
  * @package Zend_Application
28
  * @subpackage Resource
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  interface Zend_Application_Resource_Resource
@@ -37,7 +37,6 @@ interface Zend_Application_Resource_Resource
37
  * Must take an optional single argument, $options.
38
  *
39
  * @param mixed $options
40
- * @return void
41
  */
42
  public function __construct($options = null);
43
 
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
26
  * @category Zend
27
  * @package Zend_Application
28
  * @subpackage Resource
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  interface Zend_Application_Resource_Resource
37
  * Must take an optional single argument, $options.
38
  *
39
  * @param mixed $options
 
40
  */
41
  public function __construct($options = null);
42
 
lib/Zend/Application/Resource/ResourceAbstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Application
34
  * @subpackage Resource
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  abstract class Zend_Application_Resource_ResourceAbstract implements Zend_Application_Resource_Resource
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Application
34
  * @subpackage Resource
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  abstract class Zend_Application_Resource_ResourceAbstract implements Zend_Application_Resource_Resource
lib/Zend/Application/Resource/Router.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_Router
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_Router
lib/Zend/Application/Resource/Session.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_Session extends Zend_Application_Resource_ResourceAbstract
@@ -62,6 +62,7 @@ class Zend_Application_Resource_Session extends Zend_Application_Resource_Resour
62
  * Get session save handler
63
  *
64
  * @return Zend_Session_SaveHandler_Interface
 
65
  */
66
  public function getSaveHandler()
67
  {
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_Session extends Zend_Application_Resource_ResourceAbstract
62
  * Get session save handler
63
  *
64
  * @return Zend_Session_SaveHandler_Interface
65
+ * @throws Zend_Application_Resource_Exception
66
  */
67
  public function getSaveHandler()
68
  {
lib/Zend/Application/Resource/Translate.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_Translate extends Zend_Application_Resource_ResourceAbstract
@@ -93,7 +93,7 @@ class Zend_Application_Resource_Translate extends Zend_Application_Resource_Reso
93
  }
94
 
95
  if (isset($options['options'])) {
96
- foreach($options['options'] as $key => $value) {
97
  $options[$key] = $value;
98
  }
99
  }
@@ -118,13 +118,15 @@ class Zend_Application_Resource_Translate extends Zend_Application_Resource_Reso
118
  : self::DEFAULT_REGISTRY_KEY;
119
  unset($options['registry_key']);
120
 
121
- if(Zend_Registry::isRegistered($key)) {
122
  $translate = Zend_Registry::get($key);
123
- if(!$translate instanceof Zend_Translate) {
124
  #require_once 'Zend/Application/Resource/Exception.php';
125
- throw new Zend_Application_Resource_Exception($key
126
- . ' already registered in registry but is '
127
- . 'no instance of Zend_Translate');
 
 
128
  }
129
 
130
  $translate->addTranslation($options);
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_Translate extends Zend_Application_Resource_ResourceAbstract
93
  }
94
 
95
  if (isset($options['options'])) {
96
+ foreach ($options['options'] as $key => $value) {
97
  $options[$key] = $value;
98
  }
99
  }
118
  : self::DEFAULT_REGISTRY_KEY;
119
  unset($options['registry_key']);
120
 
121
+ if (Zend_Registry::isRegistered($key)) {
122
  $translate = Zend_Registry::get($key);
123
+ if (!$translate instanceof Zend_Translate) {
124
  #require_once 'Zend/Application/Resource/Exception.php';
125
+ throw new Zend_Application_Resource_Exception(
126
+ $key
127
+ . ' already registered in registry but is '
128
+ . 'no instance of Zend_Translate'
129
+ );
130
  }
131
 
132
  $translate->addTranslation($options);
lib/Zend/Application/Resource/Useragent.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -23,7 +23,7 @@
23
  * @category Zend
24
  * @package Zend_Application
25
  * @subpackage Resource
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Application_Resource_UserAgent extends Zend_Application_Resource_ResourceAbstract
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
23
  * @category Zend
24
  * @package Zend_Application
25
  * @subpackage Resource
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Application_Resource_UserAgent extends Zend_Application_Resource_ResourceAbstract
lib/Zend/Application/Resource/View.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_View extends Zend_Application_Resource_ResourceAbstract
15
  * @category Zend
16
  * @package Zend_Application
17
  * @subpackage Resource
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Application
35
  * @subpackage Resource
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Application_Resource_View extends Zend_Application_Resource_ResourceAbstract
lib/Zend/Auth.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Auth
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -23,7 +23,7 @@
23
  /**
24
  * @category Zend
25
  * @package Zend_Auth
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Auth
14
  *
15
  * @category Zend
16
  * @package Zend_Auth
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
23
  /**
24
  * @category Zend
25
  * @package Zend_Auth
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Auth
lib/Zend/Auth/Adapter/DbTable.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -41,7 +41,7 @@
41
  * @category Zend
42
  * @package Zend_Auth
43
  * @subpackage Adapter
44
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Auth_Adapter_DbTable implements Zend_Auth_Adapter_Interface
@@ -132,7 +132,6 @@ class Zend_Auth_Adapter_DbTable implements Zend_Auth_Adapter_Interface
132
  * @param string $identityColumn
133
  * @param string $credentialColumn
134
  * @param string $credentialTreatment
135
- * @return void
136
  */
137
  public function __construct(Zend_Db_Adapter_Abstract $zendDb = null, $tableName = null, $identityColumn = null,
138
  $credentialColumn = null, $credentialTreatment = null)
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
41
  * @category Zend
42
  * @package Zend_Auth
43
  * @subpackage Adapter
44
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Auth_Adapter_DbTable implements Zend_Auth_Adapter_Interface
132
  * @param string $identityColumn
133
  * @param string $credentialColumn
134
  * @param string $credentialTreatment
 
135
  */
136
  public function __construct(Zend_Db_Adapter_Abstract $zendDb = null, $tableName = null, $identityColumn = null,
137
  $credentialColumn = null, $credentialTreatment = null)
lib/Zend/Auth/Adapter/Digest.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Auth
33
  * @subpackage Adapter
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Auth_Adapter_Digest implements Zend_Auth_Adapter_Interface
@@ -71,7 +71,6 @@ class Zend_Auth_Adapter_Digest implements Zend_Auth_Adapter_Interface
71
  * @param mixed $realm
72
  * @param mixed $username
73
  * @param mixed $password
74
- * @return void
75
  */
76
  public function __construct($filename = null, $realm = null, $username = null, $password = null)
77
  {
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  * @category Zend
32
  * @package Zend_Auth
33
  * @subpackage Adapter
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Auth_Adapter_Digest implements Zend_Auth_Adapter_Interface
71
  * @param mixed $realm
72
  * @param mixed $username
73
  * @param mixed $password
 
74
  */
75
  public function __construct($filename = null, $realm = null, $username = null, $password = null)
76
  {
lib/Zend/Auth/Adapter/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Auth
33
  * @subpackage Adapter
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Auth_Adapter_Exception extends Zend_Auth_Exception
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  * @category Zend
32
  * @package Zend_Auth
33
  * @subpackage Adapter
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Auth_Adapter_Exception extends Zend_Auth_Exception
lib/Zend/Auth/Adapter/Http.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Zend_Auth_Adapter_Http
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  * @category Zend
36
  * @package Zend_Auth
37
  * @subpackage Zend_Auth_Adapter_Http
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  * @todo Support auth-int
41
  * @todo Track nonces, nonce-count, opaque for replay protection and stale support
@@ -163,7 +163,6 @@ class Zend_Auth_Adapter_Http implements Zend_Auth_Adapter_Interface
163
  * 'alogrithm' => <string> See $_supportedAlgos. Default: MD5
164
  * 'proxy_auth' => <bool> Whether to do authentication as a Proxy
165
  * @throws Zend_Auth_Adapter_Exception
166
- * @return void
167
  */
168
  public function __construct(array $config)
169
  {
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Zend_Auth_Adapter_Http
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  * @category Zend
36
  * @package Zend_Auth
37
  * @subpackage Zend_Auth_Adapter_Http
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  * @todo Support auth-int
41
  * @todo Track nonces, nonce-count, opaque for replay protection and stale support
163
  * 'alogrithm' => <string> See $_supportedAlgos. Default: MD5
164
  * 'proxy_auth' => <bool> Whether to do authentication as a Proxy
165
  * @throws Zend_Auth_Adapter_Exception
 
166
  */
167
  public function __construct(array $config)
168
  {
lib/Zend/Auth/Adapter/Http/Resolver/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Zend_Auth_Adapter_Http
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Auth
35
  * @subpackage Zend_Auth_Adapter_Http
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Auth_Adapter_Http_Resolver_Exception extends Zend_Auth_Exception
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Zend_Auth_Adapter_Http
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Auth
35
  * @subpackage Zend_Auth_Adapter_Http
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Auth_Adapter_Http_Resolver_Exception extends Zend_Auth_Exception
lib/Zend/Auth/Adapter/Http/Resolver/File.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Zend_Auth_Adapter_Http
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Auth
35
  * @subpackage Zend_Auth_Adapter_Http
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Auth_Adapter_Http_Resolver_File implements Zend_Auth_Adapter_Http_Resolver_Interface
@@ -49,7 +49,6 @@ class Zend_Auth_Adapter_Http_Resolver_File implements Zend_Auth_Adapter_Http_Res
49
  * Constructor
50
  *
51
  * @param string $path Complete filename where the credentials are stored
52
- * @return void
53
  */
54
  public function __construct($path = '')
55
  {
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Zend_Auth_Adapter_Http
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Auth
35
  * @subpackage Zend_Auth_Adapter_Http
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Auth_Adapter_Http_Resolver_File implements Zend_Auth_Adapter_Http_Resolver_Interface
49
  * Constructor
50
  *
51
  * @param string $path Complete filename where the credentials are stored
 
52
  */
53
  public function __construct($path = '')
54
  {
lib/Zend/Auth/Adapter/Http/Resolver/Interface.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Zend_Auth_Adapter_Http
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Auth
32
  * @subpackage Zend_Auth_Adapter_Http
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  interface Zend_Auth_Adapter_Http_Resolver_Interface
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Zend_Auth_Adapter_Http
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  * @category Zend
31
  * @package Zend_Auth
32
  * @subpackage Zend_Auth_Adapter_Http
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  interface Zend_Auth_Adapter_Http_Resolver_Interface
lib/Zend/Auth/Adapter/Interface.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Zend_Auth_Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Auth
33
  * @subpackage Zend_Auth_Adapter
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  interface Zend_Auth_Adapter_Interface
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Zend_Auth_Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  * @category Zend
32
  * @package Zend_Auth
33
  * @subpackage Zend_Auth_Adapter
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  interface Zend_Auth_Adapter_Interface
lib/Zend/Auth/Adapter/Ldap.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Zend_Auth_Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Auth
31
  * @subpackage Zend_Auth_Adapter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Auth_Adapter_Ldap implements Zend_Auth_Adapter_Interface
@@ -76,7 +76,6 @@ class Zend_Auth_Adapter_Ldap implements Zend_Auth_Adapter_Interface
76
  * @param array $options An array of arrays of Zend_Ldap options
77
  * @param string $username The username of the account being authenticated
78
  * @param string $password The password of the account being authenticated
79
- * @return void
80
  */
81
  public function __construct(array $options = array(), $username = null, $password = null)
82
  {
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Zend_Auth_Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @category Zend
30
  * @package Zend_Auth
31
  * @subpackage Zend_Auth_Adapter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Auth_Adapter_Ldap implements Zend_Auth_Adapter_Interface
76
  * @param array $options An array of arrays of Zend_Ldap options
77
  * @param string $username The username of the account being authenticated
78
  * @param string $password The password of the account being authenticated
 
79
  */
80
  public function __construct(array $options = array(), $username = null, $password = null)
81
  {
lib/Zend/Auth/Adapter/OpenId.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Zend_Auth_Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -40,7 +40,7 @@
40
  * @category Zend
41
  * @package Zend_Auth
42
  * @subpackage Zend_Auth_Adapter
43
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Auth_Adapter_OpenId implements Zend_Auth_Adapter_Interface
@@ -113,7 +113,6 @@ class Zend_Auth_Adapter_OpenId implements Zend_Auth_Adapter_Interface
113
  * @param mixed $extensions extension object or array of extensions objects
114
  * @param Zend_Controller_Response_Abstract $response an optional response
115
  * object to perform HTTP or HTML form redirection
116
- * @return void
117
  */
118
  public function __construct($id = null,
119
  Zend_OpenId_Consumer_Storage $storage = null,
@@ -192,7 +191,7 @@ class Zend_Auth_Adapter_OpenId implements Zend_Auth_Adapter_Interface
192
  /**
193
  * Sets an optional response object to perform HTTP or HTML form redirection
194
  *
195
- * @param string $root
196
  * @return Zend_Auth_Adapter_OpenId Provides a fluent interface
197
  */
198
  public function setResponse($response)
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Zend_Auth_Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
40
  * @category Zend
41
  * @package Zend_Auth
42
  * @subpackage Zend_Auth_Adapter
43
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Auth_Adapter_OpenId implements Zend_Auth_Adapter_Interface
113
  * @param mixed $extensions extension object or array of extensions objects
114
  * @param Zend_Controller_Response_Abstract $response an optional response
115
  * object to perform HTTP or HTML form redirection
 
116
  */
117
  public function __construct($id = null,
118
  Zend_OpenId_Consumer_Storage $storage = null,
191
  /**
192
  * Sets an optional response object to perform HTTP or HTML form redirection
193
  *
194
+ * @param string $response
195
  * @return Zend_Auth_Adapter_OpenId Provides a fluent interface
196
  */
197
  public function setResponse($response)
lib/Zend/Auth/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Auth
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  /**
30
  * @category Zend
31
  * @package Zend_Auth
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Auth_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Auth
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  /**
30
  * @category Zend
31
  * @package Zend_Auth
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Auth_Exception extends Zend_Exception
lib/Zend/Auth/Result.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Auth
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -23,7 +23,7 @@
23
  /**
24
  * @category Zend
25
  * @package Zend_Auth
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Auth_Result
@@ -84,10 +84,9 @@ class Zend_Auth_Result
84
  /**
85
  * Sets the result code, identity, and failure messages
86
  *
87
- * @param int $code
88
- * @param mixed $identity
89
- * @param array $messages
90
- * @return void
91
  */
92
  public function __construct($code, $identity, array $messages = array())
93
  {
14
  *
15
  * @category Zend
16
  * @package Zend_Auth
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
23
  /**
24
  * @category Zend
25
  * @package Zend_Auth
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Auth_Result
84
  /**
85
  * Sets the result code, identity, and failure messages
86
  *
87
+ * @param int $code
88
+ * @param mixed $identity
89
+ * @param array $messages
 
90
  */
91
  public function __construct($code, $identity, array $messages = array())
92
  {
lib/Zend/Auth/Storage/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Storage
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Auth
33
  * @subpackage Storage
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Auth_Storage_Exception extends Zend_Auth_Exception
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Storage
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  * @category Zend
32
  * @package Zend_Auth
33
  * @subpackage Storage
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Auth_Storage_Exception extends Zend_Auth_Exception
lib/Zend/Auth/Storage/Interface.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Storage
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -24,7 +24,7 @@
24
  * @category Zend
25
  * @package Zend_Auth
26
  * @subpackage Storage
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Auth_Storage_Interface
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Storage
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
24
  * @category Zend
25
  * @package Zend_Auth
26
  * @subpackage Storage
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Auth_Storage_Interface
lib/Zend/Auth/Storage/NonPersistent.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Storage
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Auth
39
  * @subpackage Storage
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Auth_Storage_NonPersistent implements Zend_Auth_Storage_Interface
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Storage
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
37
  * @category Zend
38
  * @package Zend_Auth
39
  * @subpackage Storage
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Auth_Storage_NonPersistent implements Zend_Auth_Storage_Interface
lib/Zend/Auth/Storage/Session.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Storage
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Auth
39
  * @subpackage Storage
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Auth_Storage_Session implements Zend_Auth_Storage_Interface
@@ -76,9 +76,8 @@ class Zend_Auth_Storage_Session implements Zend_Auth_Storage_Interface
76
  /**
77
  * Sets session storage options and initializes session namespace object
78
  *
79
- * @param mixed $namespace
80
- * @param mixed $member
81
- * @return void
82
  */
83
  public function __construct($namespace = self::NAMESPACE_DEFAULT, $member = self::MEMBER_DEFAULT)
84
  {
15
  * @category Zend
16
  * @package Zend_Auth
17
  * @subpackage Storage
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
37
  * @category Zend
38
  * @package Zend_Auth
39
  * @subpackage Storage
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Auth_Storage_Session implements Zend_Auth_Storage_Interface
76
  /**
77
  * Sets session storage options and initializes session namespace object
78
  *
79
+ * @param mixed $namespace
80
+ * @param mixed $member
 
81
  */
82
  public function __construct($namespace = self::NAMESPACE_DEFAULT, $member = self::MEMBER_DEFAULT)
83
  {
lib/Zend/Barcode.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Barcode
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -24,7 +24,7 @@
24
  *
25
  * @category Zend
26
  * @package Zend_Barcode
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  class Zend_Barcode
14
  *
15
  * @category Zend
16
  * @package Zend_Barcode
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
24
  *
25
  * @category Zend
26
  * @package Zend_Barcode
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  class Zend_Barcode
lib/Zend/Barcode/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Barcode
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -28,7 +28,7 @@
28
  *
29
  * @category Zend
30
  * @package Zend_Barcode
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Barcode_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Barcode
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
28
  *
29
  * @category Zend
30
  * @package Zend_Barcode
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Barcode_Exception extends Zend_Exception
lib/Zend/Barcode/Object/Code128.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id: Code25.php 20096 2010-01-06 02:05:09Z bkarwin $
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Code128 extends Zend_Barcode_Object_ObjectAbstract
@@ -259,6 +259,8 @@ class Zend_Barcode_Object_Code128 extends Zend_Barcode_Object_ObjectAbstract
259
 
260
  /**
261
  * Convert string to barcode string
 
 
262
  * @return array
263
  */
264
  protected function _convertToBarcodeChars($string)
@@ -380,8 +382,10 @@ class Zend_Barcode_Object_Code128 extends Zend_Barcode_Object_ObjectAbstract
380
 
381
  /**
382
  * Standard validation for most of barcode objects
 
383
  * @param string $value
384
  * @param array $options
 
385
  */
386
  protected function _validateText($value, $options = array())
387
  {
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id: Code25.php 20096 2010-01-06 02:05:09Z bkarwin $
21
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Code128 extends Zend_Barcode_Object_ObjectAbstract
259
 
260
  /**
261
  * Convert string to barcode string
262
+ *
263
+ * @param $string
264
  * @return array
265
  */
266
  protected function _convertToBarcodeChars($string)
382
 
383
  /**
384
  * Standard validation for most of barcode objects
385
+ *
386
  * @param string $value
387
  * @param array $options
388
+ * @return bool
389
  */
390
  protected function _validateText($value, $options = array())
391
  {
lib/Zend/Barcode/Object/Code25.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Code25 extends Zend_Barcode_Object_ObjectAbstract
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Code25 extends Zend_Barcode_Object_ObjectAbstract
lib/Zend/Barcode/Object/Code25interleaved.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  *
32
  * @category Zend
33
  * @package Zend_Barcode
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Barcode_Object_Code25interleaved extends Zend_Barcode_Object_Code25
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  *
32
  * @category Zend
33
  * @package Zend_Barcode
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Barcode_Object_Code25interleaved extends Zend_Barcode_Object_Code25
lib/Zend/Barcode/Object/Code39.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Code39 extends Zend_Barcode_Object_ObjectAbstract
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Code39 extends Zend_Barcode_Object_ObjectAbstract
lib/Zend/Barcode/Object/Ean13.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Ean13 extends Zend_Barcode_Object_ObjectAbstract
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Ean13 extends Zend_Barcode_Object_ObjectAbstract
lib/Zend/Barcode/Object/Ean2.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Ean2 extends Zend_Barcode_Object_Ean5
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Ean2 extends Zend_Barcode_Object_Ean5
lib/Zend/Barcode/Object/Ean5.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Ean5 extends Zend_Barcode_Object_Ean13
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Ean5 extends Zend_Barcode_Object_Ean13
lib/Zend/Barcode/Object/Ean8.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Ean8 extends Zend_Barcode_Object_Ean13
@@ -150,8 +150,10 @@ class Zend_Barcode_Object_Ean8 extends Zend_Barcode_Object_Ean13
150
  /**
151
  * Particular validation for Ean8 barcode objects
152
  * (to suppress checksum character substitution)
 
153
  * @param string $value
154
  * @param array $options
 
155
  */
156
  protected function _validateText($value, $options = array())
157
  {
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Ean8 extends Zend_Barcode_Object_Ean13
150
  /**
151
  * Particular validation for Ean8 barcode objects
152
  * (to suppress checksum character substitution)
153
+ *
154
  * @param string $value
155
  * @param array $options
156
+ * @throws Zend_Barcode_Object_Exception
157
  */
158
  protected function _validateText($value, $options = array())
159
  {
lib/Zend/Barcode/Object/Error.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  *
29
  * @category Zend
30
  * @package Zend_Barcode
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Barcode_Object_Error extends Zend_Barcode_Object_ObjectAbstract
@@ -45,6 +45,8 @@ class Zend_Barcode_Object_Error extends Zend_Barcode_Object_ObjectAbstract
45
 
46
  /**
47
  * Height is forced
 
 
48
  * @return integer
49
  */
50
  public function getHeight($recalculate = false)
@@ -54,6 +56,8 @@ class Zend_Barcode_Object_Error extends Zend_Barcode_Object_ObjectAbstract
54
 
55
  /**
56
  * Width is forced
 
 
57
  * @return integer
58
  */
59
  public function getWidth($recalculate = false)
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  *
29
  * @category Zend
30
  * @package Zend_Barcode
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Barcode_Object_Error extends Zend_Barcode_Object_ObjectAbstract
45
 
46
  /**
47
  * Height is forced
48
+ *
49
+ * @param bool $recalculate
50
  * @return integer
51
  */
52
  public function getHeight($recalculate = false)
56
 
57
  /**
58
  * Width is forced
59
+ *
60
+ * @param bool $recalculate
61
  * @return integer
62
  */
63
  public function getWidth($recalculate = false)
lib/Zend/Barcode/Object/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Barcode
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  *
28
  * @category Zend
29
  * @package Zend_Barcode
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Barcode_Object_Exception extends Zend_Barcode_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Barcode
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  *
28
  * @category Zend
29
  * @package Zend_Barcode
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Barcode_Object_Exception extends Zend_Barcode_Exception
lib/Zend/Barcode/Object/Identcode.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Identcode extends Zend_Barcode_Object_Code25interleaved
@@ -66,7 +66,7 @@ class Zend_Barcode_Object_Identcode extends Zend_Barcode_Object_Code25interleave
66
  * Check allowed characters
67
  * @param string $value
68
  * @return string
69
- * @throw Zend_Barcode_Object_Exception
70
  */
71
  public function validateText($value)
72
  {
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Identcode extends Zend_Barcode_Object_Code25interleaved
66
  * Check allowed characters
67
  * @param string $value
68
  * @return string
69
+ * @throws Zend_Barcode_Object_Exception
70
  */
71
  public function validateText($value)
72
  {
lib/Zend/Barcode/Object/Itf14.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  *
32
  * @category Zend
33
  * @package Zend_Barcode
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Barcode_Object_Itf14 extends Zend_Barcode_Object_Code25interleaved
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  *
32
  * @category Zend
33
  * @package Zend_Barcode
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Barcode_Object_Itf14 extends Zend_Barcode_Object_Code25interleaved
lib/Zend/Barcode/Object/Leitcode.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Leitcode extends Zend_Barcode_Object_Identcode
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Leitcode extends Zend_Barcode_Object_Identcode
lib/Zend/Barcode/Object/ObjectAbstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -25,55 +25,63 @@
25
  *
26
  * @category Zend
27
  * @package Zend_Barcode
28
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  abstract class Zend_Barcode_Object_ObjectAbstract
32
  {
33
  /**
34
  * Namespace of the barcode for autoloading
 
35
  * @var string
36
  */
37
  protected $_barcodeNamespace = 'Zend_Barcode_Object';
38
 
39
  /**
40
  * Set of drawing instructions
 
41
  * @var array
42
  */
43
  protected $_instructions = array();
44
 
45
  /**
46
  * Barcode type
 
47
  * @var string
48
  */
49
  protected $_type = null;
50
 
51
  /**
52
  * Height of the object
 
53
  * @var integer
54
  */
55
  protected $_height = null;
56
 
57
  /**
58
  * Width of the object
 
59
  * @var integer
60
  */
61
  protected $_width = null;
62
 
63
  /**
64
  * Height of the bar
 
65
  * @var integer
66
  */
67
  protected $_barHeight = 50;
68
 
69
  /**
70
  * Width of a thin bar
 
71
  * @var integer
72
  */
73
  protected $_barThinWidth = 1;
74
 
75
  /**
76
  * Width of a thick bar
 
77
  * @var integer
78
  */
79
  protected $_barThickWidth = 3;
@@ -81,42 +89,49 @@ abstract class Zend_Barcode_Object_ObjectAbstract
81
  /**
82
  * Factor to multiply bar and font measure
83
  * (barHeight, barThinWidth, barThickWidth & fontSize)
 
84
  * @var integer
85
  */
86
  protected $_factor = 1;
87
 
88
  /**
89
  * Font and bars color of the object
 
90
  * @var integer
91
  */
92
  protected $_foreColor = 0x000000;
93
 
94
  /**
95
  * Background color of the object
 
96
  * @var integer
97
  */
98
  protected $_backgroundColor = 0xFFFFFF;
99
 
100
  /**
101
  * Activate/deactivate border of the object
 
102
  * @var boolean
103
  */
104
  protected $_withBorder = false;
105
 
106
  /**
107
  * Activate/deactivate drawing of quiet zones
 
108
  * @var boolean
109
  */
110
  protected $_withQuietZones = true;
111
 
112
  /**
113
  * Force quiet zones even if
 
114
  * @var boolean
115
  */
116
  protected $_mandatoryQuietZones = false;
117
 
118
  /**
119
  * Orientation of the barcode in degrees
 
120
  * @var float
121
  */
122
  protected $_orientation = 0;
@@ -124,6 +139,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
124
  /**
125
  * Offset from the top the object
126
  * (calculated from the orientation)
 
127
  * @var integer
128
  */
129
  protected $_offsetTop = null;
@@ -131,24 +147,28 @@ abstract class Zend_Barcode_Object_ObjectAbstract
131
  /**
132
  * Offset from the left the object
133
  * (calculated from the orientation)
 
134
  * @var integer
135
  */
136
  protected $_offsetLeft = null;
137
 
138
  /**
139
  * Text to display
 
140
  * @var string
141
  */
142
  protected $_text = null;
143
 
144
  /**
145
  * Display (or not) human readable text
 
146
  * @var boolean
147
  */
148
  protected $_drawText = true;
149
 
150
  /**
151
  * Adjust (or not) position of human readable characters with barcode
 
152
  * @var boolean
153
  */
154
  protected $_stretchText = false;
@@ -157,30 +177,35 @@ abstract class Zend_Barcode_Object_ObjectAbstract
157
  * Font resource
158
  * - integer (1 to 5): corresponds to GD included fonts
159
  * - string: corresponds to path of a TTF font
 
160
  * @var integer|string
161
  */
162
  protected $_font = null;
163
 
164
  /**
165
  * Font size
 
166
  * @var float
167
  */
168
  protected $_fontSize = 10;
169
 
170
  /**
171
  * Drawing of checksum
 
172
  * @var boolean
173
  */
174
  protected $_withChecksum = false;
175
 
176
  /**
177
  * Drawing of checksum inside text
 
178
  * @var boolean
179
  */
180
  protected $_withChecksumInText = false;
181
 
182
  /**
183
  * Fix barcode length (numeric or string like 'even')
 
184
  * @var $_barcodeLength integer | string
185
  */
186
  protected $_barcodeLength = null;
@@ -188,6 +213,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
188
  /**
189
  * Activate automatic addition of leading zeros
190
  * if barcode length is fixed
 
191
  * @var $_addLeadingZeros boolean
192
  */
193
  protected $_addLeadingZeros = true;
@@ -195,26 +221,29 @@ abstract class Zend_Barcode_Object_ObjectAbstract
195
  /**
196
  * Activation of mandatory checksum
197
  * to deactivate unauthorized modification
 
198
  * @var $_mandatoryChecksum boolean
199
  */
200
  protected $_mandatoryChecksum = false;
201
 
202
  /**
203
  * Character used to substitute checksum character for validation
 
204
  * @var $_substituteChecksumCharacter mixed
205
  */
206
  protected $_substituteChecksumCharacter = 0;
207
 
208
  /**
209
  * TTF font name: can be set before instanciation of the object
 
210
  * @var string
211
  */
212
  protected static $_staticFont = null;
213
 
214
  /**
215
  * Constructor
 
216
  * @param array|Zend_Config $options
217
- * @return void
218
  */
219
  public function __construct($options = null)
220
  {
@@ -228,7 +257,9 @@ abstract class Zend_Barcode_Object_ObjectAbstract
228
  if (is_array($options)) {
229
  $this->setOptions($options);
230
  }
231
- $this->_type = strtolower(substr(get_class($this), strlen($this->_barcodeNamespace) + 1));
 
 
232
  if ($this->_mandatoryChecksum) {
233
  $this->_withChecksum = true;
234
  $this->_withChecksumInText = true;
@@ -237,7 +268,6 @@ abstract class Zend_Barcode_Object_ObjectAbstract
237
 
238
  /**
239
  * Set default options for particular object
240
- * @return void
241
  */
242
  protected function _getDefaultOptions()
243
  {
@@ -245,8 +275,9 @@ abstract class Zend_Barcode_Object_ObjectAbstract
245
 
246
  /**
247
  * Set barcode state from options array
 
248
  * @param array $options
249
- * @return Zend_Barcode_Object
250
  */
251
  public function setOptions($options)
252
  {
@@ -261,8 +292,9 @@ abstract class Zend_Barcode_Object_ObjectAbstract
261
 
262
  /**
263
  * Set barcode state from config object
 
264
  * @param Zend_Config $config
265
- * @return Zend_Barcode_Object
266
  */
267
  public function setConfig(Zend_Config $config)
268
  {
@@ -273,7 +305,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
273
  * Set barcode namespace for autoloading
274
  *
275
  * @param string $namespace
276
- * @return Zend_Barcode_Object
277
  */
278
  public function setBarcodeNamespace($namespace)
279
  {
@@ -293,6 +325,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
293
 
294
  /**
295
  * Retrieve type of barcode
 
296
  * @return string
297
  */
298
  public function getType()
@@ -302,9 +335,10 @@ abstract class Zend_Barcode_Object_ObjectAbstract
302
 
303
  /**
304
  * Set height of the barcode bar
 
305
  * @param integer $value
306
- * @return Zend_Barcode_Object
307
- * @throw Zend_Barcode_Object_Exception
308
  */
309
  public function setBarHeight($value)
310
  {
@@ -320,6 +354,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
320
 
321
  /**
322
  * Get height of the barcode bar
 
323
  * @return integer
324
  */
325
  public function getBarHeight()
@@ -329,9 +364,10 @@ abstract class Zend_Barcode_Object_ObjectAbstract
329
 
330
  /**
331
  * Set thickness of thin bar
 
332
  * @param integer $value
333
- * @return Zend_Barcode_Object
334
- * @throw Zend_Barcode_Object_Exception
335
  */
336
  public function setBarThinWidth($value)
337
  {
@@ -347,6 +383,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
347
 
348
  /**
349
  * Get thickness of thin bar
 
350
  * @return integer
351
  */
352
  public function getBarThinWidth()
@@ -356,9 +393,10 @@ abstract class Zend_Barcode_Object_ObjectAbstract
356
 
357
  /**
358
  * Set thickness of thick bar
 
359
  * @param integer $value
360
- * @return Zend_Barcode_Object
361
- * @throw Zend_Barcode_Object_Exception
362
  */
363
  public function setBarThickWidth($value)
364
  {
@@ -374,6 +412,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
374
 
375
  /**
376
  * Get thickness of thick bar
 
377
  * @return integer
378
  */
379
  public function getBarThickWidth()
@@ -384,9 +423,10 @@ abstract class Zend_Barcode_Object_ObjectAbstract
384
  /**
385
  * Set factor applying to
386
  * thinBarWidth - thickBarWidth - barHeight - fontSize
387
- * @param float $value
388
- * @return Zend_Barcode_Object
389
- * @throw Zend_Barcode_Object_Exception
 
390
  */
391
  public function setFactor($value)
392
  {
@@ -403,6 +443,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
403
  /**
404
  * Get factor applying to
405
  * thinBarWidth - thickBarWidth - barHeight - fontSize
 
406
  * @return integer
407
  */
408
  public function getFactor()
@@ -412,9 +453,10 @@ abstract class Zend_Barcode_Object_ObjectAbstract
412
 
413
  /**
414
  * Set color of the barcode and text
 
415
  * @param string $value
416
- * @return Zend_Barcode_Object
417
- * @throw Zend_Barcode_Object_Exception
418
  */
419
  public function setForeColor($value)
420
  {
@@ -433,6 +475,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
433
 
434
  /**
435
  * Retrieve color of the barcode and text
 
436
  * @return unknown
437
  */
438
  public function getForeColor()
@@ -442,9 +485,10 @@ abstract class Zend_Barcode_Object_ObjectAbstract
442
 
443
  /**
444
  * Set the color of the background
 
445
  * @param integer $value
446
- * @return Zend_Barcode_Object
447
- * @throw Zend_Barcode_Object_Exception
448
  */
449
  public function setBackgroundColor($value)
450
  {
@@ -463,6 +507,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
463
 
464
  /**
465
  * Retrieve background color of the image
 
466
  * @return integer
467
  */
468
  public function getBackgroundColor()
@@ -472,8 +517,9 @@ abstract class Zend_Barcode_Object_ObjectAbstract
472
 
473
  /**
474
  * Activate/deactivate drawing of the bar
 
475
  * @param boolean $value
476
- * @return Zend_Barcode_Object
477
  */
478
  public function setWithBorder($value)
479
  {
@@ -483,6 +529,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
483
 
484
  /**
485
  * Retrieve if border are draw or not
 
486
  * @return boolean
487
  */
488
  public function getWithBorder()
@@ -492,8 +539,9 @@ abstract class Zend_Barcode_Object_ObjectAbstract
492
 
493
  /**
494
  * Activate/deactivate drawing of the quiet zones
 
495
  * @param boolean $value
496
- * @return Zend_Barcode_Object
497
  */
498
  public function setWithQuietZones($value)
499
  {
@@ -503,6 +551,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
503
 
504
  /**
505
  * Retrieve if quiet zones are draw or not
 
506
  * @return boolean
507
  */
508
  public function getWithQuietZones()
@@ -512,30 +561,35 @@ abstract class Zend_Barcode_Object_ObjectAbstract
512
 
513
  /**
514
  * Allow fast inversion of font/bars color and background color
515
- * @return Zend_Barcode_Object
 
516
  */
517
  public function setReverseColor()
518
  {
519
  $tmp = $this->_foreColor;
520
  $this->_foreColor = $this->_backgroundColor;
521
  $this->_backgroundColor = $tmp;
 
522
  return $this;
523
  }
524
 
525
  /**
526
  * Set orientation of barcode and text
527
- * @param float $value
528
- * @return Zend_Barcode_Object
529
- * @throw Zend_Barcode_Object_Exception
 
530
  */
531
  public function setOrientation($value)
532
  {
533
- $this->_orientation = floatval($value) - floor(floatval($value) / 360) * 360;
 
534
  return $this;
535
  }
536
 
537
  /**
538
  * Retrieve orientation of barcode and text
 
539
  * @return float
540
  */
541
  public function getOrientation()
@@ -545,8 +599,9 @@ abstract class Zend_Barcode_Object_ObjectAbstract
545
 
546
  /**
547
  * Set text to encode
 
548
  * @param string $value
549
- * @return Zend_Barcode_Object
550
  */
551
  public function setText($value)
552
  {
@@ -556,6 +611,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
556
 
557
  /**
558
  * Retrieve text to encode
 
559
  * @return string
560
  */
561
  public function getText()
@@ -569,8 +625,10 @@ abstract class Zend_Barcode_Object_ObjectAbstract
569
 
570
  /**
571
  * Automatically add leading zeros if barcode length is fixed
572
- * @param string $text
 
573
  * @param boolean $withoutChecksum
 
574
  */
575
  protected function _addLeadingZeros($text, $withoutChecksum = false)
576
  {
@@ -592,6 +650,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
592
 
593
  /**
594
  * Retrieve text to encode
 
595
  * @return string
596
  */
597
  public function getRawText()
@@ -601,6 +660,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
601
 
602
  /**
603
  * Retrieve text to display
 
604
  * @return string
605
  */
606
  public function getTextToDisplay()
@@ -614,8 +674,9 @@ abstract class Zend_Barcode_Object_ObjectAbstract
614
 
615
  /**
616
  * Activate/deactivate drawing of text to encode
 
617
  * @param boolean $value
618
- * @return Zend_Barcode_Object
619
  */
620
  public function setDrawText($value)
621
  {
@@ -625,6 +686,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
625
 
626
  /**
627
  * Retrieve if drawing of text to encode is enabled
 
628
  * @return boolean
629
  */
630
  public function getDrawText()
@@ -635,9 +697,10 @@ abstract class Zend_Barcode_Object_ObjectAbstract
635
  /**
636
  * Activate/deactivate the adjustment of the position
637
  * of the characters to the position of the bars
 
638
  * @param boolean $value
639
- * @return Zend_Barcode_Object
640
- * @throw Zend_Barcode_Object_Exception
641
  */
642
  public function setStretchText($value)
643
  {
@@ -648,6 +711,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
648
  /**
649
  * Retrieve if the adjustment of the position of the characters
650
  * to the position of the bars is enabled
 
651
  * @return boolean
652
  */
653
  public function getStretchText()
@@ -659,8 +723,9 @@ abstract class Zend_Barcode_Object_ObjectAbstract
659
  * Activate/deactivate the automatic generation
660
  * of the checksum character
661
  * added to the barcode text
 
662
  * @param boolean $value
663
- * @return Zend_Barcode_Object
664
  */
665
  public function setWithChecksum($value)
666
  {
@@ -673,6 +738,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
673
  /**
674
  * Retrieve if the checksum character is automatically
675
  * added to the barcode text
 
676
  * @return boolean
677
  */
678
  public function getWithChecksum()
@@ -684,21 +750,24 @@ abstract class Zend_Barcode_Object_ObjectAbstract
684
  * Activate/deactivate the automatic generation
685
  * of the checksum character
686
  * added to the barcode text
 
687
  * @param boolean $value
688
- * @return Zend_Barcode_Object
689
- * @throw Zend_Barcode_Object_Exception
690
  */
691
  public function setWithChecksumInText($value)
692
  {
693
  if (!$this->_mandatoryChecksum) {
694
  $this->_withChecksumInText = (bool) $value;
695
  }
 
696
  return $this;
697
  }
698
 
699
  /**
700
  * Retrieve if the checksum character is automatically
701
  * added to the barcode text
 
702
  * @return boolean
703
  */
704
  public function getWithChecksumInText()
@@ -708,8 +777,8 @@ abstract class Zend_Barcode_Object_ObjectAbstract
708
 
709
  /**
710
  * Set the font for all instances of barcode
 
711
  * @param string $font
712
- * @return void
713
  */
714
  public static function setBarcodeFont($font)
715
  {
@@ -722,9 +791,10 @@ abstract class Zend_Barcode_Object_ObjectAbstract
722
  * Set the font:
723
  * - if integer between 1 and 5, use gd built-in fonts
724
  * - if string, $value is assumed to be the path to a TTF font
 
725
  * @param integer|string $value
726
- * @return Zend_Barcode_Object
727
- * @throw Zend_Barcode_Object_Exception
728
  */
729
  public function setFont($value)
730
  {
@@ -745,16 +815,19 @@ abstract class Zend_Barcode_Object_ObjectAbstract
745
  $this->_font = $value;
746
  } else {
747
  #require_once 'Zend/Barcode/Object/Exception.php';
748
- throw new Zend_Barcode_Object_Exception(sprintf(
749
- 'Invalid font "%s" provided to setFont()',
750
- $value
751
- ));
 
 
752
  }
753
  return $this;
754
  }
755
 
756
  /**
757
  * Retrieve the font
 
758
  * @return integer|string
759
  */
760
  public function getFont()
@@ -764,9 +837,10 @@ abstract class Zend_Barcode_Object_ObjectAbstract
764
 
765
  /**
766
  * Set the size of the font in case of TTF
 
767
  * @param float $value
768
- * @return Zend_Barcode_Object
769
- * @throw Zend_Barcode_Object_Exception
770
  */
771
  public function setFontSize($value)
772
  {
@@ -788,6 +862,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
788
 
789
  /**
790
  * Retrieve the size of the font in case of TTF
 
791
  * @return float
792
  */
793
  public function getFontSize()
@@ -798,6 +873,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
798
  /**
799
  * Quiet zone before first bar
800
  * and after the last bar
 
801
  * @return integer
802
  */
803
  public function getQuietZone()
@@ -811,6 +887,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
811
 
812
  /**
813
  * Add an instruction in the array of instructions
 
814
  * @param array $instruction
815
  */
816
  protected function _addInstruction(array $instruction)
@@ -820,6 +897,7 @@ abstract class Zend_Barcode_Object_ObjectAbstract
820
 
821
  /**
822
  * Retrieve the set of drawing instructions
 
823
  * @return array
824
  */
825
  public function getInstructions()
@@ -829,7 +907,8 @@ abstract class Zend_Barcode_Object_ObjectAbstract
829
 
830
  /**
831
  * Add a polygon drawing instruction in the set of instructions
832
- * @param array $points
 
833
  * @param integer $color
834
  * @param boolean $filled
835
  */
@@ -838,23 +917,26 @@ abstract class Zend_Barcode_Object_ObjectAbstract
838
  if ($color === null) {
839
  $color = $this->_foreColor;
840
  }
841
- $this->_addInstruction(array(
842
- 'type' => 'polygon',
843
- 'points' => $points,
844
- 'color' => $color,
845
- 'filled' => $filled,
846
- ));
 
 
847
  }
848
 
849
  /**
850
  * Add a text drawing instruction in the set of instructions
851
- * @param string $text
852
- * @param float $size
853
- * @param array $position
854
- * @param string $font
855
- * @param integer $color
856
- * @param string $alignment
857
- * @param float $orientation
 
858
  */
859
  protected function _addText(
860
  $text,
@@ -868,21 +950,24 @@ abstract class Zend_Barcode_Object_ObjectAbstract
868
  if ($color === null) {
869
  $color = $this->_foreColor;
870
  }
871
- $this->_addInstruction(array(
872
- 'type' => 'text',
873
- 'text' => $text,
874
- 'size' => $size,
875
- 'position' => $position,
876
- 'font' => $font,
877
- 'color' => $color,
878
- 'alignment' => $alignment,
879
- 'orientation' => $orientation,
880
- ));
 
 
881
  }
882
 
883
  /**
884
  * Checking of parameters after all settings
885
- * @return void
 
886
  */
887
  public function checkParams()
888
  {
@@ -894,8 +979,9 @@ abstract class Zend_Barcode_Object_ObjectAbstract
894
 
895
  /**
896
  * Check if a text is really provided to barcode
897
- * @return void
898
- * @throw Zend_Barcode_Object_Exception
 
899
  */
900
  protected function _checkText($value = null)
901
  {
@@ -913,29 +999,31 @@ abstract class Zend_Barcode_Object_ObjectAbstract
913
 
914
  /**
915
  * Check the ratio between the thick and the thin bar
916
- * @param integer $min
917
- * @param integer $max
918
- * @return void
919
- * @throw Zend_Barcode_Object_Exception
920
  */
921
  protected function _checkRatio($min = 2, $max = 3)
922
  {
923
  $ratio = $this->_barThickWidth / $this->_barThinWidth;
924
  if (!($ratio >= $min && $ratio <= $max)) {
925
  #require_once 'Zend/Barcode/Object/Exception.php';
926
- throw new Zend_Barcode_Object_Exception(sprintf(
927
- 'Ratio thick/thin bar must be between %0.1f and %0.1f (actual %0.3f)',
928
- $min,
929
- $max,
930
- $ratio
931
- ));
 
 
932
  }
933
  }
934
 
935
  /**
936
  * Drawing with an angle is just allow TTF font
937
- * @return void
938
- * @throw Zend_Barcode_Object_Exception
939
  */
940
  protected function _checkFontAndOrientation()
941
  {
@@ -948,8 +1036,8 @@ abstract class Zend_Barcode_Object_ObjectAbstract
948
  }
949
 
950
  /**
951
- * Width of the result image
952
- * (before any rotation)
953
  * @return integer
954
  */
955
  protected function _calculateWidth()
@@ -961,13 +1049,15 @@ abstract class Zend_Barcode_Object_ObjectAbstract
961
 
962
  /**
963
  * Calculate the width of the barcode
 
964
  * @return integer
965
  */
966
  abstract protected function _calculateBarcodeWidth();
967
 
968
  /**
969
  * Height of the result object
970
- * @return integer
 
971
  */
972
  protected function _calculateHeight()
973
  {
@@ -978,7 +1068,8 @@ abstract class Zend_Barcode_Object_ObjectAbstract
978
 
979
  /**
980
  * Height of the barcode
981
- * @return integer
 
982
  */
983
  protected function _calculateBarcodeHeight()
984
  {
@@ -988,33 +1079,55 @@ abstract class Zend_Barcode_Object_ObjectAbstract
988
  $textHeight += $this->_fontSize;
989
  $extraHeight = 2;
990
  }
991
- return ($this->_barHeight + $textHeight) * $this->_factor + $extraHeight;
 
 
992
  }
993
 
994
  /**
995
  * Get height of the result object
996
- * @return integer
 
 
997
  */
998
  public function getHeight($recalculate = false)
999
  {
1000
  if ($this->_height === null || $recalculate) {
1001
  $this->_height =
1002
- abs($this->_calculateHeight() * cos($this->_orientation / 180 * pi()))
1003
- + abs($this->_calculateWidth() * sin($this->_orientation / 180 * pi()));
 
 
 
 
 
 
 
 
1004
  }
1005
  return $this->_height;
1006
  }
1007
 
1008
  /**
1009
  * Get width of the result object
1010
- * @return integer
 
 
1011
  */
1012
  public function getWidth($recalculate = false)
1013
  {
1014
  if ($this->_width === null || $recalculate) {
1015
  $this->_width =
1016
- abs($this->_calculateWidth() * cos($this->_orientation / 180 * pi()))
1017
- + abs($this->_calculateHeight() * sin($this->_orientation / 180 * pi()));
 
 
 
 
 
 
 
 
1018
  }
1019
  return $this->_width;
1020
  }
@@ -1022,7 +1135,8 @@ abstract class Zend_Barcode_Object_ObjectAbstract
1022
  /**
1023
  * Calculate the offset from the left of the object
1024
  * if an orientation is activated
1025
- * @param boolean $recalculate
 
1026
  * @return float
1027
  */
1028
  public function getOffsetLeft($recalculate = false)
@@ -1049,7 +1163,8 @@ abstract class Zend_Barcode_Object_ObjectAbstract
1049
  /**
1050
  * Calculate the offset from the top of the object
1051
  * if an orientation is activated
1052
- * @param boolean $recalculate
 
1053
  * @return float
1054
  */
1055
  public function getOffsetTop($recalculate = false)
@@ -1075,9 +1190,10 @@ abstract class Zend_Barcode_Object_ObjectAbstract
1075
 
1076
  /**
1077
  * Apply rotation on a point in X/Y dimensions
1078
- * @param float $x1 x-position before rotation
1079
- * @param float $y1 y-position before rotation
1080
- * @return array Array of two elements corresponding to the new XY point
 
1081
  */
1082
  protected function _rotate($x1, $y1)
1083
  {
@@ -1087,11 +1203,16 @@ abstract class Zend_Barcode_Object_ObjectAbstract
1087
  $y2 = $y1 * cos($this->_orientation / 180 * pi())
1088
  + $x1 * sin($this->_orientation / 180 * pi())
1089
  + $this->getOffsetTop();
1090
- return array(intval($x2) , intval($y2));
 
 
 
 
1091
  }
1092
 
1093
  /**
1094
  * Complete drawing of the barcode
 
1095
  * @return array Table of instructions
1096
  */
1097
  public function draw()
@@ -1105,7 +1226,6 @@ abstract class Zend_Barcode_Object_ObjectAbstract
1105
 
1106
  /**
1107
  * Draw the barcode
1108
- * @return void
1109
  */
1110
  protected function _drawBarcode()
1111
  {
@@ -1124,12 +1244,14 @@ abstract class Zend_Barcode_Object_ObjectAbstract
1124
  );
1125
  $point4 = $this->_rotate($this->_calculateWidth() - 1, 0);
1126
 
1127
- $this->_addPolygon(array(
1128
- $point1,
1129
- $point2,
1130
- $point3,
1131
- $point4
1132
- ), $this->_backgroundColor);
 
 
1133
 
1134
  $xpos += $this->getQuietZone();
1135
  $barLength = $this->_barHeight * $this->_factor;
@@ -1147,12 +1269,14 @@ abstract class Zend_Barcode_Object_ObjectAbstract
1147
  $xpos + $width - 1,
1148
  $ypos + $bar[2] * $barLength
1149
  );
1150
- $this->_addPolygon(array(
1151
- $point1,
1152
- $point2,
1153
- $point3,
1154
- $point4,
1155
- ));
 
 
1156
  }
1157
  $xpos += $width;
1158
  }
@@ -1162,7 +1286,6 @@ abstract class Zend_Barcode_Object_ObjectAbstract
1162
 
1163
  /**
1164
  * Partial function to draw border
1165
- * @return void
1166
  */
1167
  protected function _drawBorder()
1168
  {
@@ -1174,19 +1297,20 @@ abstract class Zend_Barcode_Object_ObjectAbstract
1174
  $this->_calculateHeight() - 1
1175
  );
1176
  $point4 = $this->_rotate(0, $this->_calculateHeight() - 1);
1177
- $this->_addPolygon(array(
1178
- $point1,
1179
- $point2,
1180
- $point3,
1181
- $point4,
1182
- $point1,
1183
- ), $this->_foreColor, false);
 
 
1184
  }
1185
  }
1186
 
1187
  /**
1188
  * Partial function to draw text
1189
- * @return void
1190
  */
1191
  protected function _drawText()
1192
  {
@@ -1231,8 +1355,8 @@ abstract class Zend_Barcode_Object_ObjectAbstract
1231
 
1232
  /**
1233
  * Check for invalid characters
1234
- * @param string $value Text to be ckecked
1235
- * @return void
1236
  */
1237
  public function validateText($value)
1238
  {
@@ -1241,17 +1365,21 @@ abstract class Zend_Barcode_Object_ObjectAbstract
1241
 
1242
  /**
1243
  * Standard validation for most of barcode objects
 
1244
  * @param string $value
1245
  * @param array $options
 
1246
  */
1247
  protected function _validateText($value, $options = array())
1248
  {
1249
  $validatorName = (isset($options['validator'])) ? $options['validator'] : $this->getType();
1250
 
1251
- $validator = new Zend_Validate_Barcode(array(
1252
- 'adapter' => $validatorName,
1253
- 'checksum' => false,
1254
- ));
 
 
1255
 
1256
  $checksumCharacter = '';
1257
  $withChecksum = false;
@@ -1260,7 +1388,8 @@ abstract class Zend_Barcode_Object_ObjectAbstract
1260
  $withChecksum = true;
1261
  }
1262
 
1263
- $value = $this->_addLeadingZeros($value, $withChecksum) . $checksumCharacter;
 
1264
 
1265
  if (!$validator->isValid($value)) {
1266
  $message = implode("\n", $validator->getMessages());
@@ -1291,15 +1420,11 @@ abstract class Zend_Barcode_Object_ObjectAbstract
1291
 
1292
  /**
1293
  * Checking of parameters after all settings
1294
- *
1295
- * @return void
1296
  */
1297
  abstract protected function _checkParams();
1298
 
1299
  /**
1300
  * Allow each child to draw something else
1301
- *
1302
- * @return void
1303
  */
1304
  protected function _preDrawBarcode()
1305
  {
@@ -1308,8 +1433,6 @@ abstract class Zend_Barcode_Object_ObjectAbstract
1308
  /**
1309
  * Allow each child to draw something else
1310
  * (ex: bearer bars in interleaved 2 of 5 code)
1311
- *
1312
- * @return void
1313
  */
1314
  protected function _postDrawBarcode()
1315
  {
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
25
  *
26
  * @category Zend
27
  * @package Zend_Barcode
28
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  abstract class Zend_Barcode_Object_ObjectAbstract
32
  {
33
  /**
34
  * Namespace of the barcode for autoloading
35
+ *
36
  * @var string
37
  */
38
  protected $_barcodeNamespace = 'Zend_Barcode_Object';
39
 
40
  /**
41
  * Set of drawing instructions
42
+ *
43
  * @var array
44
  */
45
  protected $_instructions = array();
46
 
47
  /**
48
  * Barcode type
49
+ *
50
  * @var string
51
  */
52
  protected $_type = null;
53
 
54
  /**
55
  * Height of the object
56
+ *
57
  * @var integer
58
  */
59
  protected $_height = null;
60
 
61
  /**
62
  * Width of the object
63
+ *
64
  * @var integer
65
  */
66
  protected $_width = null;
67
 
68
  /**
69
  * Height of the bar
70
+ *
71
  * @var integer
72
  */
73
  protected $_barHeight = 50;
74
 
75
  /**
76
  * Width of a thin bar
77
+ *
78
  * @var integer
79
  */
80
  protected $_barThinWidth = 1;
81
 
82
  /**
83
  * Width of a thick bar
84
+ *
85
  * @var integer
86
  */
87
  protected $_barThickWidth = 3;
89
  /**
90
  * Factor to multiply bar and font measure
91
  * (barHeight, barThinWidth, barThickWidth & fontSize)
92
+ *
93
  * @var integer
94
  */
95
  protected $_factor = 1;
96
 
97
  /**
98
  * Font and bars color of the object
99
+ *
100
  * @var integer
101
  */
102
  protected $_foreColor = 0x000000;
103
 
104
  /**
105
  * Background color of the object
106
+ *
107
  * @var integer
108
  */
109
  protected $_backgroundColor = 0xFFFFFF;
110
 
111
  /**
112
  * Activate/deactivate border of the object
113
+ *
114
  * @var boolean
115
  */
116
  protected $_withBorder = false;
117
 
118
  /**
119
  * Activate/deactivate drawing of quiet zones
120
+ *
121
  * @var boolean
122
  */
123
  protected $_withQuietZones = true;
124
 
125
  /**
126
  * Force quiet zones even if
127
+ *
128
  * @var boolean
129
  */
130
  protected $_mandatoryQuietZones = false;
131
 
132
  /**
133
  * Orientation of the barcode in degrees
134
+ *
135
  * @var float
136
  */
137
  protected $_orientation = 0;
139
  /**
140
  * Offset from the top the object
141
  * (calculated from the orientation)
142
+ *
143
  * @var integer
144
  */
145
  protected $_offsetTop = null;
147
  /**
148
  * Offset from the left the object
149
  * (calculated from the orientation)
150
+ *
151
  * @var integer
152
  */
153
  protected $_offsetLeft = null;
154
 
155
  /**
156
  * Text to display
157
+ *
158
  * @var string
159
  */
160
  protected $_text = null;
161
 
162
  /**
163
  * Display (or not) human readable text
164
+ *
165
  * @var boolean
166
  */
167
  protected $_drawText = true;
168
 
169
  /**
170
  * Adjust (or not) position of human readable characters with barcode
171
+ *
172
  * @var boolean
173
  */
174
  protected $_stretchText = false;
177
  * Font resource
178
  * - integer (1 to 5): corresponds to GD included fonts
179
  * - string: corresponds to path of a TTF font
180
+ *
181
  * @var integer|string
182
  */
183
  protected $_font = null;
184
 
185
  /**
186
  * Font size
187
+ *
188
  * @var float
189
  */
190
  protected $_fontSize = 10;
191
 
192
  /**
193
  * Drawing of checksum
194
+ *
195
  * @var boolean
196
  */
197
  protected $_withChecksum = false;
198
 
199
  /**
200
  * Drawing of checksum inside text
201
+ *
202
  * @var boolean
203
  */
204
  protected $_withChecksumInText = false;
205
 
206
  /**
207
  * Fix barcode length (numeric or string like 'even')
208
+ *
209
  * @var $_barcodeLength integer | string
210
  */
211
  protected $_barcodeLength = null;
213
  /**
214
  * Activate automatic addition of leading zeros
215
  * if barcode length is fixed
216
+ *
217
  * @var $_addLeadingZeros boolean
218
  */
219
  protected $_addLeadingZeros = true;
221
  /**
222
  * Activation of mandatory checksum
223
  * to deactivate unauthorized modification
224
+ *
225
  * @var $_mandatoryChecksum boolean
226
  */
227
  protected $_mandatoryChecksum = false;
228
 
229
  /**
230
  * Character used to substitute checksum character for validation
231
+ *
232
  * @var $_substituteChecksumCharacter mixed
233
  */
234
  protected $_substituteChecksumCharacter = 0;
235
 
236
  /**
237
  * TTF font name: can be set before instanciation of the object
238
+ *
239
  * @var string
240
  */
241
  protected static $_staticFont = null;
242
 
243
  /**
244
  * Constructor
245
+ *
246
  * @param array|Zend_Config $options
 
247
  */
248
  public function __construct($options = null)
249
  {
257
  if (is_array($options)) {
258
  $this->setOptions($options);
259
  }
260
+ $this->_type = strtolower(
261
+ substr(get_class($this), strlen($this->_barcodeNamespace) + 1)
262
+ );
263
  if ($this->_mandatoryChecksum) {
264
  $this->_withChecksum = true;
265
  $this->_withChecksumInText = true;
268
 
269
  /**
270
  * Set default options for particular object
 
271
  */
272
  protected function _getDefaultOptions()
273
  {
275
 
276
  /**
277
  * Set barcode state from options array
278
+ *
279
  * @param array $options
280
+ * @return $this
281
  */
282
  public function setOptions($options)
283
  {
292
 
293
  /**
294
  * Set barcode state from config object
295
+ *
296
  * @param Zend_Config $config
297
+ * @return $this
298
  */
299
  public function setConfig(Zend_Config $config)
300
  {
305
  * Set barcode namespace for autoloading
306
  *
307
  * @param string $namespace
308
+ * @return $this
309
  */
310
  public function setBarcodeNamespace($namespace)
311
  {
325
 
326
  /**
327
  * Retrieve type of barcode
328
+ *
329
  * @return string
330
  */
331
  public function getType()
335
 
336
  /**
337
  * Set height of the barcode bar
338
+ *
339
  * @param integer $value
340
+ * @return $this
341
+ * @throws Zend_Barcode_Object_Exception
342
  */
343
  public function setBarHeight($value)
344
  {
354
 
355
  /**
356
  * Get height of the barcode bar
357
+ *
358
  * @return integer
359
  */
360
  public function getBarHeight()
364
 
365
  /**
366
  * Set thickness of thin bar
367
+ *
368
  * @param integer $value
369
+ * @return $this
370
+ * @throws Zend_Barcode_Object_Exception
371
  */
372
  public function setBarThinWidth($value)
373
  {
383
 
384
  /**
385
  * Get thickness of thin bar
386
+ *
387
  * @return integer
388
  */
389
  public function getBarThinWidth()
393
 
394
  /**
395
  * Set thickness of thick bar
396
+ *
397
  * @param integer $value
398
+ * @return $this
399
+ * @throws Zend_Barcode_Object_Exception
400
  */
401
  public function setBarThickWidth($value)
402
  {
412
 
413
  /**
414
  * Get thickness of thick bar
415
+ *
416
  * @return integer
417
  */
418
  public function getBarThickWidth()
423
  /**
424
  * Set factor applying to
425
  * thinBarWidth - thickBarWidth - barHeight - fontSize
426
+ *
427
+ * @param int|float|string|bool $value
428
+ * @return $this
429
+ * @throws Zend_Barcode_Object_Exception
430
  */
431
  public function setFactor($value)
432
  {
443
  /**
444
  * Get factor applying to
445
  * thinBarWidth - thickBarWidth - barHeight - fontSize
446
+ *
447
  * @return integer
448
  */
449
  public function getFactor()
453
 
454
  /**
455
  * Set color of the barcode and text
456
+ *
457
  * @param string $value
458
+ * @return $this
459
+ * @throws Zend_Barcode_Object_Exception
460
  */
461
  public function setForeColor($value)
462
  {
475
 
476
  /**
477
  * Retrieve color of the barcode and text
478
+ *
479
  * @return unknown
480
  */
481
  public function getForeColor()
485
 
486
  /**
487
  * Set the color of the background
488
+ *
489
  * @param integer $value
490
+ * @return $this
491
+ * @throws Zend_Barcode_Object_Exception
492
  */
493
  public function setBackgroundColor($value)
494
  {
507
 
508
  /**
509
  * Retrieve background color of the image
510
+ *
511
  * @return integer
512
  */
513
  public function getBackgroundColor()
517
 
518
  /**
519
  * Activate/deactivate drawing of the bar
520
+ *
521
  * @param boolean $value
522
+ * @return $this
523
  */
524
  public function setWithBorder($value)
525
  {
529
 
530
  /**
531
  * Retrieve if border are draw or not
532
+ *
533
  * @return boolean
534
  */
535
  public function getWithBorder()
539
 
540
  /**
541
  * Activate/deactivate drawing of the quiet zones
542
+ *
543
  * @param boolean $value
544
+ * @return $this
545
  */
546
  public function setWithQuietZones($value)
547
  {
551
 
552
  /**
553
  * Retrieve if quiet zones are draw or not
554
+ *
555
  * @return boolean
556
  */
557
  public function getWithQuietZones()
561
 
562
  /**
563
  * Allow fast inversion of font/bars color and background color
564
+ *
565
+ * @return $this
566
  */
567
  public function setReverseColor()
568
  {
569
  $tmp = $this->_foreColor;
570
  $this->_foreColor = $this->_backgroundColor;
571
  $this->_backgroundColor = $tmp;
572
+
573
  return $this;
574
  }
575
 
576
  /**
577
  * Set orientation of barcode and text
578
+ *
579
+ * @param int|float|string|bool $value
580
+ * @return $this
581
+ * @throws Zend_Barcode_Object_Exception
582
  */
583
  public function setOrientation($value)
584
  {
585
+ $value = floatval($value);
586
+ $this->_orientation = $value - floor($value / 360) * 360;
587
  return $this;
588
  }
589
 
590
  /**
591
  * Retrieve orientation of barcode and text
592
+ *
593
  * @return float
594
  */
595
  public function getOrientation()
599
 
600
  /**
601
  * Set text to encode
602
+ *
603
  * @param string $value
604
+ * @return $this
605
  */
606
  public function setText($value)
607
  {
611
 
612
  /**
613
  * Retrieve text to encode
614
+ *
615
  * @return string
616
  */
617
  public function getText()
625
 
626
  /**
627
  * Automatically add leading zeros if barcode length is fixed
628
+ *
629
+ * @param string $text
630
  * @param boolean $withoutChecksum
631
+ * @return string
632
  */
633
  protected function _addLeadingZeros($text, $withoutChecksum = false)
634
  {
650
 
651
  /**
652
  * Retrieve text to encode
653
+ *
654
  * @return string
655
  */
656
  public function getRawText()
660
 
661
  /**
662
  * Retrieve text to display
663
+ *
664
  * @return string
665
  */
666
  public function getTextToDisplay()
674
 
675
  /**
676
  * Activate/deactivate drawing of text to encode
677
+ *
678
  * @param boolean $value
679
+ * @return $this
680
  */
681
  public function setDrawText($value)
682
  {
686
 
687
  /**
688
  * Retrieve if drawing of text to encode is enabled
689
+ *
690
  * @return boolean
691
  */
692
  public function getDrawText()
697
  /**
698
  * Activate/deactivate the adjustment of the position
699
  * of the characters to the position of the bars
700
+ *
701
  * @param boolean $value
702
+ * @return $this
703
+ * @throws Zend_Barcode_Object_Exception
704
  */
705
  public function setStretchText($value)
706
  {
711
  /**
712
  * Retrieve if the adjustment of the position of the characters
713
  * to the position of the bars is enabled
714
+ *
715
  * @return boolean
716
  */
717
  public function getStretchText()
723
  * Activate/deactivate the automatic generation
724
  * of the checksum character
725
  * added to the barcode text
726
+ *
727
  * @param boolean $value
728
+ * @return $this
729
  */
730
  public function setWithChecksum($value)
731
  {
738
  /**
739
  * Retrieve if the checksum character is automatically
740
  * added to the barcode text
741
+ *
742
  * @return boolean
743
  */
744
  public function getWithChecksum()
750
  * Activate/deactivate the automatic generation
751
  * of the checksum character
752
  * added to the barcode text
753
+ *
754
  * @param boolean $value
755
+ * @return $this
756
+ * @throws Zend_Barcode_Object_Exception
757
  */
758
  public function setWithChecksumInText($value)
759
  {
760
  if (!$this->_mandatoryChecksum) {
761
  $this->_withChecksumInText = (bool) $value;
762
  }
763
+
764
  return $this;
765
  }
766
 
767
  /**
768
  * Retrieve if the checksum character is automatically
769
  * added to the barcode text
770
+ *
771
  * @return boolean
772
  */
773
  public function getWithChecksumInText()
777
 
778
  /**
779
  * Set the font for all instances of barcode
780
+ *
781
  * @param string $font
 
782
  */
783
  public static function setBarcodeFont($font)
784
  {
791
  * Set the font:
792
  * - if integer between 1 and 5, use gd built-in fonts
793
  * - if string, $value is assumed to be the path to a TTF font
794
+ *
795
  * @param integer|string $value
796
+ * @return $this
797
+ * @throws Zend_Barcode_Object_Exception
798
  */
799
  public function setFont($value)
800
  {
815
  $this->_font = $value;
816
  } else {
817
  #require_once 'Zend/Barcode/Object/Exception.php';
818
+ throw new Zend_Barcode_Object_Exception(
819
+ sprintf(
820
+ 'Invalid font "%s" provided to setFont()',
821
+ $value
822
+ )
823
+ );
824
  }
825
  return $this;
826
  }
827
 
828
  /**
829
  * Retrieve the font
830
+ *
831
  * @return integer|string
832
  */
833
  public function getFont()
837
 
838
  /**
839
  * Set the size of the font in case of TTF
840
+ *
841
  * @param float $value
842
+ * @return $this
843
+ * @throws Zend_Barcode_Object_Exception
844
  */
845
  public function setFontSize($value)
846
  {
862
 
863
  /**
864
  * Retrieve the size of the font in case of TTF
865
+ *
866
  * @return float
867
  */
868
  public function getFontSize()
873
  /**
874
  * Quiet zone before first bar
875
  * and after the last bar
876
+ *
877
  * @return integer
878
  */
879
  public function getQuietZone()
887
 
888
  /**
889
  * Add an instruction in the array of instructions
890
+ *
891
  * @param array $instruction
892
  */
893
  protected function _addInstruction(array $instruction)
897
 
898
  /**
899
  * Retrieve the set of drawing instructions
900
+ *
901
  * @return array
902
  */
903
  public function getInstructions()
907
 
908
  /**
909
  * Add a polygon drawing instruction in the set of instructions
910
+ *
911
+ * @param array $points
912
  * @param integer $color
913
  * @param boolean $filled
914
  */
917
  if ($color === null) {
918
  $color = $this->_foreColor;
919
  }
920
+ $this->_addInstruction(
921
+ array(
922
+ 'type' => 'polygon',
923
+ 'points' => $points,
924
+ 'color' => $color,
925
+ 'filled' => $filled,
926
+ )
927
+ );
928
  }
929
 
930
  /**
931
  * Add a text drawing instruction in the set of instructions
932
+ *
933
+ * @param string $text
934
+ * @param float $size
935
+ * @param array $position
936
+ * @param string $font
937
+ * @param integer $color
938
+ * @param string $alignment
939
+ * @param float|int $orientation
940
  */
941
  protected function _addText(
942
  $text,
950
  if ($color === null) {
951
  $color = $this->_foreColor;
952
  }
953
+ $this->_addInstruction(
954
+ array(
955
+ 'type' => 'text',
956
+ 'text' => $text,
957
+ 'size' => $size,
958
+ 'position' => $position,
959
+ 'font' => $font,
960
+ 'color' => $color,
961
+ 'alignment' => $alignment,
962
+ 'orientation' => $orientation,
963
+ )
964
+ );
965
  }
966
 
967
  /**
968
  * Checking of parameters after all settings
969
+ *
970
+ * @return bool
971
  */
972
  public function checkParams()
973
  {
979
 
980
  /**
981
  * Check if a text is really provided to barcode
982
+ *
983
+ * @param string|null $value
984
+ * @throws Zend_Barcode_Object_Exception
985
  */
986
  protected function _checkText($value = null)
987
  {
999
 
1000
  /**
1001
  * Check the ratio between the thick and the thin bar
1002
+ *
1003
+ * @param int $min
1004
+ * @param int $max
1005
+ * @throws Zend_Barcode_Object_Exception
1006
  */
1007
  protected function _checkRatio($min = 2, $max = 3)
1008
  {
1009
  $ratio = $this->_barThickWidth / $this->_barThinWidth;
1010
  if (!($ratio >= $min && $ratio <= $max)) {
1011
  #require_once 'Zend/Barcode/Object/Exception.php';
1012
+ throw new Zend_Barcode_Object_Exception(
1013
+ sprintf(
1014
+ 'Ratio thick/thin bar must be between %0.1f and %0.1f (actual %0.3f)',
1015
+ $min,
1016
+ $max,
1017
+ $ratio
1018
+ )
1019
+ );
1020
  }
1021
  }
1022
 
1023
  /**
1024
  * Drawing with an angle is just allow TTF font
1025
+ *
1026
+ * @throws Zend_Barcode_Object_Exception
1027
  */
1028
  protected function _checkFontAndOrientation()
1029
  {
1036
  }
1037
 
1038
  /**
1039
+ * Width of the result image (before any rotation)
1040
+ *
1041
  * @return integer
1042
  */
1043
  protected function _calculateWidth()
1049
 
1050
  /**
1051
  * Calculate the width of the barcode
1052
+ *
1053
  * @return integer
1054
  */
1055
  abstract protected function _calculateBarcodeWidth();
1056
 
1057
  /**
1058
  * Height of the result object
1059
+ *
1060
+ * @return int
1061
  */
1062
  protected function _calculateHeight()
1063
  {
1068
 
1069
  /**
1070
  * Height of the barcode
1071
+ *
1072
+ * @return int
1073
  */
1074
  protected function _calculateBarcodeHeight()
1075
  {
1079
  $textHeight += $this->_fontSize;
1080
  $extraHeight = 2;
1081
  }
1082
+
1083
+ return ($this->_barHeight + $textHeight) * $this->_factor
1084
+ + $extraHeight;
1085
  }
1086
 
1087
  /**
1088
  * Get height of the result object
1089
+ *
1090
+ * @param bool $recalculate
1091
+ * @return int
1092
  */
1093
  public function getHeight($recalculate = false)
1094
  {
1095
  if ($this->_height === null || $recalculate) {
1096
  $this->_height =
1097
+ abs(
1098
+ $this->_calculateHeight() * cos(
1099
+ $this->_orientation / 180 * pi()
1100
+ )
1101
+ )
1102
+ + abs(
1103
+ $this->_calculateWidth() * sin(
1104
+ $this->_orientation / 180 * pi()
1105
+ )
1106
+ );
1107
  }
1108
  return $this->_height;
1109
  }
1110
 
1111
  /**
1112
  * Get width of the result object
1113
+ *
1114
+ * @param bool $recalculate
1115
+ * @return int
1116
  */
1117
  public function getWidth($recalculate = false)
1118
  {
1119
  if ($this->_width === null || $recalculate) {
1120
  $this->_width =
1121
+ abs(
1122
+ $this->_calculateWidth() * cos(
1123
+ $this->_orientation / 180 * pi()
1124
+ )
1125
+ )
1126
+ + abs(
1127
+ $this->_calculateHeight() * sin(
1128
+ $this->_orientation / 180 * pi()
1129
+ )
1130
+ );
1131
  }
1132
  return $this->_width;
1133
  }
1135
  /**
1136
  * Calculate the offset from the left of the object
1137
  * if an orientation is activated
1138
+ *
1139
+ * @param bool $recalculate
1140
  * @return float
1141
  */
1142
  public function getOffsetLeft($recalculate = false)
1163
  /**
1164
  * Calculate the offset from the top of the object
1165
  * if an orientation is activated
1166
+ *
1167
+ * @param bool $recalculate
1168
  * @return float
1169
  */
1170
  public function getOffsetTop($recalculate = false)
1190
 
1191
  /**
1192
  * Apply rotation on a point in X/Y dimensions
1193
+ *
1194
+ * @param float $x1 x-position before rotation
1195
+ * @param float $y1 y-position before rotation
1196
+ * @return array Array of two elements corresponding to the new XY point
1197
  */
1198
  protected function _rotate($x1, $y1)
1199
  {
1203
  $y2 = $y1 * cos($this->_orientation / 180 * pi())
1204
  + $x1 * sin($this->_orientation / 180 * pi())
1205
  + $this->getOffsetTop();
1206
+
1207
+ return array(
1208
+ intval($x2),
1209
+ intval($y2)
1210
+ );
1211
  }
1212
 
1213
  /**
1214
  * Complete drawing of the barcode
1215
+ *
1216
  * @return array Table of instructions
1217
  */
1218
  public function draw()
1226
 
1227
  /**
1228
  * Draw the barcode
 
1229
  */
1230
  protected function _drawBarcode()
1231
  {
1244
  );
1245
  $point4 = $this->_rotate($this->_calculateWidth() - 1, 0);
1246
 
1247
+ $this->_addPolygon(
1248
+ array(
1249
+ $point1,
1250
+ $point2,
1251
+ $point3,
1252
+ $point4
1253
+ ), $this->_backgroundColor
1254
+ );
1255
 
1256
  $xpos += $this->getQuietZone();
1257
  $barLength = $this->_barHeight * $this->_factor;
1269
  $xpos + $width - 1,
1270
  $ypos + $bar[2] * $barLength
1271
  );
1272
+ $this->_addPolygon(
1273
+ array(
1274
+ $point1,
1275
+ $point2,
1276
+ $point3,
1277
+ $point4,
1278
+ )
1279
+ );
1280
  }
1281
  $xpos += $width;
1282
  }
1286
 
1287
  /**
1288
  * Partial function to draw border
 
1289
  */
1290
  protected function _drawBorder()
1291
  {
1297
  $this->_calculateHeight() - 1
1298
  );
1299
  $point4 = $this->_rotate(0, $this->_calculateHeight() - 1);
1300
+ $this->_addPolygon(
1301
+ array(
1302
+ $point1,
1303
+ $point2,
1304
+ $point3,
1305
+ $point4,
1306
+ $point1,
1307
+ ), $this->_foreColor, false
1308
+ );
1309
  }
1310
  }
1311
 
1312
  /**
1313
  * Partial function to draw text
 
1314
  */
1315
  protected function _drawText()
1316
  {
1355
 
1356
  /**
1357
  * Check for invalid characters
1358
+ *
1359
+ * @param string $value Text to be ckecked
1360
  */
1361
  public function validateText($value)
1362
  {
1365
 
1366
  /**
1367
  * Standard validation for most of barcode objects
1368
+ *
1369
  * @param string $value
1370
  * @param array $options
1371
+ * @throws Zend_Barcode_Object_Exception
1372
  */
1373
  protected function _validateText($value, $options = array())
1374
  {
1375
  $validatorName = (isset($options['validator'])) ? $options['validator'] : $this->getType();
1376
 
1377
+ $validator = new Zend_Validate_Barcode(
1378
+ array(
1379
+ 'adapter' => $validatorName,
1380
+ 'checksum' => false,
1381
+ )
1382
+ );
1383
 
1384
  $checksumCharacter = '';
1385
  $withChecksum = false;
1388
  $withChecksum = true;
1389
  }
1390
 
1391
+ $value = $this->_addLeadingZeros($value, $withChecksum)
1392
+ . $checksumCharacter;
1393
 
1394
  if (!$validator->isValid($value)) {
1395
  $message = implode("\n", $validator->getMessages());
1420
 
1421
  /**
1422
  * Checking of parameters after all settings
 
 
1423
  */
1424
  abstract protected function _checkParams();
1425
 
1426
  /**
1427
  * Allow each child to draw something else
 
 
1428
  */
1429
  protected function _preDrawBarcode()
1430
  {
1433
  /**
1434
  * Allow each child to draw something else
1435
  * (ex: bearer bars in interleaved 2 of 5 code)
 
 
1436
  */
1437
  protected function _postDrawBarcode()
1438
  {
lib/Zend/Barcode/Object/Planet.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Planet extends Zend_Barcode_Object_Postnet
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Planet extends Zend_Barcode_Object_Postnet
lib/Zend/Barcode/Object/Postnet.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Postnet extends Zend_Barcode_Object_ObjectAbstract
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Postnet extends Zend_Barcode_Object_ObjectAbstract
lib/Zend/Barcode/Object/Royalmail.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Royalmail extends Zend_Barcode_Object_ObjectAbstract
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Royalmail extends Zend_Barcode_Object_ObjectAbstract
lib/Zend/Barcode/Object/Upca.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Upca extends Zend_Barcode_Object_Ean13
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Upca extends Zend_Barcode_Object_Ean13
lib/Zend/Barcode/Object/Upce.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Upce extends Zend_Barcode_Object_Ean13
@@ -188,8 +188,10 @@ class Zend_Barcode_Object_Upce extends Zend_Barcode_Object_Ean13
188
  /**
189
  * Particular validation for Upce barcode objects
190
  * (to suppress checksum character substitution)
 
191
  * @param string $value
192
  * @param array $options
 
193
  */
194
  protected function _validateText($value, $options = array())
195
  {
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Object
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Barcode
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Barcode_Object_Upce extends Zend_Barcode_Object_Ean13
188
  /**
189
  * Particular validation for Upce barcode objects
190
  * (to suppress checksum character substitution)
191
+ *
192
  * @param string $value
193
  * @param array $options
194
+ * @throws Zend_Barcode_Object_Exception
195
  */
196
  protected function _validateText($value, $options = array())
197
  {
lib/Zend/Barcode/Renderer/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Barcode
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  *
28
  * @category Zend
29
  * @package Zend_Barcode
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Barcode_Renderer_Exception extends Zend_Barcode_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Barcode
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  *
28
  * @category Zend
29
  * @package Zend_Barcode
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Barcode_Renderer_Exception extends Zend_Barcode_Exception
lib/Zend/Barcode/Renderer/Image.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Renderer
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  *
29
  * @category Zend
30
  * @package Zend_Barcode
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Barcode_Renderer_Image extends Zend_Barcode_Renderer_RendererAbstract
@@ -91,9 +91,10 @@ class Zend_Barcode_Renderer_Image extends Zend_Barcode_Renderer_RendererAbstract
91
 
92
  /**
93
  * Set height of the result image
 
94
  * @param null|integer $value
95
  * @return Zend_Image_Barcode_Abstract
96
- * @throw Zend_Image_Barcode_Exception
97
  */
98
  public function setHeight($value)
99
  {
@@ -121,7 +122,8 @@ class Zend_Barcode_Renderer_Image extends Zend_Barcode_Renderer_RendererAbstract
121
  * Set barcode width
122
  *
123
  * @param mixed $value
124
- * @return void
 
125
  */
126
  public function setWidth($value)
127
  {
@@ -148,9 +150,9 @@ class Zend_Barcode_Renderer_Image extends Zend_Barcode_Renderer_RendererAbstract
148
  /**
149
  * Set an image resource to draw the barcode inside
150
  *
151
- * @param resource $value
152
  * @return Zend_Barcode_Renderer
153
- * @throw Zend_Barcode_Renderer_Exception
154
  */
155
  public function setResource($image)
156
  {
@@ -169,7 +171,7 @@ class Zend_Barcode_Renderer_Image extends Zend_Barcode_Renderer_RendererAbstract
169
  *
170
  * @param string $value
171
  * @return Zend_Barcode_RendererAbstract
172
- * @throw Zend_Barcode_Renderer_Exception
173
  */
174
  public function setImageType($value)
175
  {
@@ -203,6 +205,7 @@ class Zend_Barcode_Renderer_Image extends Zend_Barcode_Renderer_RendererAbstract
203
  * Initialize the image resource
204
  *
205
  * @return void
 
206
  */
207
  protected function _initRenderer()
208
  {
@@ -287,6 +290,7 @@ class Zend_Barcode_Renderer_Image extends Zend_Barcode_Renderer_RendererAbstract
287
  * Check barcode dimensions
288
  *
289
  * @return void
 
290
  */
291
  protected function _checkDimensions()
292
  {
@@ -383,13 +387,14 @@ class Zend_Barcode_Renderer_Image extends Zend_Barcode_Renderer_RendererAbstract
383
  /**
384
  * Draw a polygon in the image resource
385
  *
386
- * @param string $text
387
- * @param float $size
388
- * @param array $position
389
- * @param string $font
390
- * @param integer $color
391
- * @param string $alignment
392
- * @param float $orientation
 
393
  */
394
  protected function _drawText($text, $size, $position, $font, $color, $alignment = 'center', $orientation = 0)
395
  {
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Renderer
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  *
29
  * @category Zend
30
  * @package Zend_Barcode
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Barcode_Renderer_Image extends Zend_Barcode_Renderer_RendererAbstract
91
 
92
  /**
93
  * Set height of the result image
94
+ *
95
  * @param null|integer $value
96
  * @return Zend_Image_Barcode_Abstract
97
+ * @throws Zend_Barcode_Renderer_Exception
98
  */
99
  public function setHeight($value)
100
  {
122
  * Set barcode width
123
  *
124
  * @param mixed $value
125
+ * @return self
126
+ * @throws Zend_Barcode_Renderer_Exception
127
  */
128
  public function setWidth($value)
129
  {
150
  /**
151
  * Set an image resource to draw the barcode inside
152
  *
153
+ * @param $image
154
  * @return Zend_Barcode_Renderer
155
+ * @throws Zend_Barcode_Renderer_Exception
156
  */
157
  public function setResource($image)
158
  {
171
  *
172
  * @param string $value
173
  * @return Zend_Barcode_RendererAbstract
174
+ * @throws Zend_Barcode_Renderer_Exception
175
  */
176
  public function setImageType($value)
177
  {
205
  * Initialize the image resource
206
  *
207
  * @return void
208
+ * @throws Zend_Barcode_Exception
209
  */
210
  protected function _initRenderer()
211
  {
290
  * Check barcode dimensions
291
  *
292
  * @return void
293
+ * @throws Zend_Barcode_Renderer_Exception
294
  */
295
  protected function _checkDimensions()
296
  {
387
  /**
388
  * Draw a polygon in the image resource
389
  *
390
+ * @param string $text
391
+ * @param float $size
392
+ * @param array $position
393
+ * @param string $font
394
+ * @param integer $color
395
+ * @param string $alignment
396
+ * @param float|int $orientation
397
+ * @throws Zend_Barcode_Renderer_Exception
398
  */
399
  protected function _drawText($text, $size, $position, $font, $color, $alignment = 'center', $orientation = 0)
400
  {
lib/Zend/Barcode/Renderer/Pdf.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Renderer
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -37,7 +37,7 @@
37
  *
38
  * @category Zend
39
  * @package Zend_Barcode
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Barcode_Renderer_Pdf extends Zend_Barcode_Renderer_RendererAbstract
@@ -62,9 +62,11 @@ class Zend_Barcode_Renderer_Pdf extends Zend_Barcode_Renderer_RendererAbstract
62
 
63
  /**
64
  * Set an image resource to draw the barcode inside
65
- * @param resource $value
 
 
66
  * @return Zend_Barcode_Renderer
67
- * @throw Zend_Barcode_Renderer_Exception
68
  */
69
  public function setResource($pdf, $page = 0)
70
  {
@@ -167,13 +169,14 @@ class Zend_Barcode_Renderer_Pdf extends Zend_Barcode_Renderer_RendererAbstract
167
 
168
  /**
169
  * Draw a text in the rendering resource
170
- * @param string $text
171
- * @param float $size
172
- * @param array $position
173
- * @param string $font
174
- * @param integer $color
175
- * @param string $alignment
176
- * @param float $orientation
 
177
  */
178
  protected function _drawText(
179
  $text,
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Renderer
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
37
  *
38
  * @category Zend
39
  * @package Zend_Barcode
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Barcode_Renderer_Pdf extends Zend_Barcode_Renderer_RendererAbstract
62
 
63
  /**
64
  * Set an image resource to draw the barcode inside
65
+ *
66
+ * @param Zend_Pdf $pdf
67
+ * @param int $page
68
  * @return Zend_Barcode_Renderer
69
+ * @throws Zend_Barcode_Renderer_Exception
70
  */
71
  public function setResource($pdf, $page = 0)
72
  {
169
 
170
  /**
171
  * Draw a text in the rendering resource
172
+ *
173
+ * @param string $text
174
+ * @param float $size
175
+ * @param array $position
176
+ * @param string $font
177
+ * @param integer $color
178
+ * @param string $alignment
179
+ * @param float|int $orientation
180
  */
181
  protected function _drawText(
182
  $text,
lib/Zend/Barcode/Renderer/RendererAbstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Renderer
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -25,7 +25,7 @@
25
  *
26
  * @category Zend
27
  * @package Zend_Barcode
28
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  abstract class Zend_Barcode_Renderer_RendererAbstract
@@ -91,8 +91,9 @@ abstract class Zend_Barcode_Renderer_RendererAbstract
91
 
92
  /**
93
  * Constructor
 
94
  * @param array|Zend_Config $options
95
- * @return void
96
  */
97
  public function __construct($options = null)
98
  {
@@ -169,7 +170,7 @@ abstract class Zend_Barcode_Renderer_RendererAbstract
169
  * Manually adjust top position
170
  * @param integer $value
171
  * @return Zend_Barcode_Renderer
172
- * @throw Zend_Barcode_Renderer_Exception
173
  */
174
  public function setTopOffset($value)
175
  {
@@ -196,7 +197,7 @@ abstract class Zend_Barcode_Renderer_RendererAbstract
196
  * Manually adjust left position
197
  * @param integer $value
198
  * @return Zend_Barcode_Renderer
199
- * @throw Zend_Barcode_Renderer_Exception
200
  */
201
  public function setLeftOffset($value)
202
  {
@@ -221,7 +222,9 @@ abstract class Zend_Barcode_Renderer_RendererAbstract
221
 
222
  /**
223
  * Activate/Deactivate the automatic rendering of exception
 
224
  * @param boolean $value
 
225
  */
226
  public function setAutomaticRenderError($value)
227
  {
@@ -231,9 +234,10 @@ abstract class Zend_Barcode_Renderer_RendererAbstract
231
 
232
  /**
233
  * Horizontal position of the barcode in the rendering resource
 
234
  * @param string $value
235
  * @return Zend_Barcode_Renderer
236
- * @throw Zend_Barcode_Renderer_Exception
237
  */
238
  public function setHorizontalPosition($value)
239
  {
@@ -258,9 +262,10 @@ abstract class Zend_Barcode_Renderer_RendererAbstract
258
 
259
  /**
260
  * Vertical position of the barcode in the rendering resource
 
261
  * @param string $value
262
- * @return Zend_Barcode_Renderer
263
- * @throw Zend_Barcode_Renderer_Exception
264
  */
265
  public function setVerticalPosition($value)
266
  {
@@ -287,7 +292,7 @@ abstract class Zend_Barcode_Renderer_RendererAbstract
287
  * Set the size of a module
288
  * @param float $value
289
  * @return Zend_Barcode_Renderer
290
- * @throw Zend_Barcode_Renderer_Exception
291
  */
292
  public function setModuleSize($value)
293
  {
@@ -322,8 +327,10 @@ abstract class Zend_Barcode_Renderer_RendererAbstract
322
 
323
  /**
324
  * Set the barcode object
 
325
  * @param Zend_Barcode_Object $barcode
326
  * @return Zend_Barcode_Renderer
 
327
  */
328
  public function setBarcode($barcode)
329
  {
@@ -360,7 +367,7 @@ abstract class Zend_Barcode_Renderer_RendererAbstract
360
  /**
361
  * Check if a barcode object is correctly provided
362
  * @return void
363
- * @throw Zend_Barcode_Renderer_Exception
364
  */
365
  protected function _checkBarcodeObject()
366
  {
@@ -421,7 +428,10 @@ abstract class Zend_Barcode_Renderer_RendererAbstract
421
 
422
  /**
423
  * Draw the barcode in the rendering resource
 
424
  * @return mixed
 
 
425
  */
426
  public function draw()
427
  {
@@ -486,7 +496,7 @@ abstract class Zend_Barcode_Renderer_RendererAbstract
486
  */
487
  #require_once 'Zend/Barcode/Renderer/Exception.php';
488
  throw new Zend_Barcode_Renderer_Exception(
489
- 'Unkown drawing command'
490
  );
491
  }
492
  }
@@ -520,13 +530,14 @@ abstract class Zend_Barcode_Renderer_RendererAbstract
520
 
521
  /**
522
  * Draw a polygon in the rendering resource
523
- * @param string $text
524
- * @param float $size
525
- * @param array $position
526
- * @param string $font
527
- * @param integer $color
528
- * @param string $alignment
529
- * @param float $orientation
 
530
  */
531
  abstract protected function _drawText(
532
  $text,
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Renderer
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
25
  *
26
  * @category Zend
27
  * @package Zend_Barcode
28
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  abstract class Zend_Barcode_Renderer_RendererAbstract
91
 
92
  /**
93
  * Constructor
94
+ *
95
  * @param array|Zend_Config $options
96
+ * @return Zend_Barcode_Renderer_RendererAbstract
97
  */
98
  public function __construct($options = null)
99
  {
170
  * Manually adjust top position
171
  * @param integer $value
172
  * @return Zend_Barcode_Renderer
173
+ * @throws Zend_Barcode_Renderer_Exception
174
  */
175
  public function setTopOffset($value)
176
  {
197
  * Manually adjust left position
198
  * @param integer $value
199
  * @return Zend_Barcode_Renderer
200
+ * @throws Zend_Barcode_Renderer_Exception
201
  */
202
  public function setLeftOffset($value)
203
  {
222
 
223
  /**
224
  * Activate/Deactivate the automatic rendering of exception
225
+ *
226
  * @param boolean $value
227
+ * @return $this
228
  */
229
  public function setAutomaticRenderError($value)
230
  {
234
 
235
  /**
236
  * Horizontal position of the barcode in the rendering resource
237
+ *
238
  * @param string $value
239
  * @return Zend_Barcode_Renderer
240
+ * @throws Zend_Barcode_Renderer_Exception
241
  */
242
  public function setHorizontalPosition($value)
243
  {
262
 
263
  /**
264
  * Vertical position of the barcode in the rendering resource
265
+ *
266
  * @param string $value
267
+ * @return self
268
+ * @throws Zend_Barcode_Renderer_Exception
269
  */
270
  public function setVerticalPosition($value)
271
  {
292
  * Set the size of a module
293
  * @param float $value
294
  * @return Zend_Barcode_Renderer
295
+ * @throws Zend_Barcode_Renderer_Exception
296
  */
297
  public function setModuleSize($value)
298
  {
327
 
328
  /**
329
  * Set the barcode object
330
+ *
331
  * @param Zend_Barcode_Object $barcode
332
  * @return Zend_Barcode_Renderer
333
+ * @throws Zend_Barcode_Renderer_Exception
334
  */
335
  public function setBarcode($barcode)
336
  {
367
  /**
368
  * Check if a barcode object is correctly provided
369
  * @return void
370
+ * @throws Zend_Barcode_Renderer_Exception
371
  */
372
  protected function _checkBarcodeObject()
373
  {
428
 
429
  /**
430
  * Draw the barcode in the rendering resource
431
+ *
432
  * @return mixed
433
+ * @throws Zend_Exception
434
+ * @throws Zend_Barcode_Exception
435
  */
436
  public function draw()
437
  {
496
  */
497
  #require_once 'Zend/Barcode/Renderer/Exception.php';
498
  throw new Zend_Barcode_Renderer_Exception(
499
+ 'Unknown drawing command'
500
  );
501
  }
502
  }
530
 
531
  /**
532
  * Draw a polygon in the rendering resource
533
+ *
534
+ * @param string $text
535
+ * @param float $size
536
+ * @param array $position
537
+ * @param string $font
538
+ * @param integer $color
539
+ * @param string $alignment
540
+ * @param float|int $orientation
541
  */
542
  abstract protected function _drawText(
543
  $text,
lib/Zend/Barcode/Renderer/Svg.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Renderer
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id: Image.php 20366 2010-01-18 03:56:52Z ralph $
21
  */
@@ -28,7 +28,7 @@
28
  *
29
  * @category Zend
30
  * @package Zend_Barcode
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Barcode_Renderer_Svg extends Zend_Barcode_Renderer_RendererAbstract
@@ -60,9 +60,10 @@ class Zend_Barcode_Renderer_Svg extends Zend_Barcode_Renderer_RendererAbstract
60
 
61
  /**
62
  * Set height of the result image
 
63
  * @param null|integer $value
64
  * @return Zend_Image_Barcode_Abstract
65
- * @throw Zend_Image_Barcode_Exception
66
  */
67
  public function setHeight($value)
68
  {
@@ -90,7 +91,8 @@ class Zend_Barcode_Renderer_Svg extends Zend_Barcode_Renderer_RendererAbstract
90
  * Set barcode width
91
  *
92
  * @param mixed $value
93
- * @return void
 
94
  */
95
  public function setWidth($value)
96
  {
@@ -117,9 +119,9 @@ class Zend_Barcode_Renderer_Svg extends Zend_Barcode_Renderer_RendererAbstract
117
  /**
118
  * Set an image resource to draw the barcode inside
119
  *
120
- * @param DOMDocument $value
121
  * @return Zend_Barcode_Renderer
122
- * @throw Zend_Barcode_Renderer_Exception
123
  */
124
  public function setResource($svg)
125
  {
@@ -237,6 +239,7 @@ class Zend_Barcode_Renderer_Svg extends Zend_Barcode_Renderer_RendererAbstract
237
  * Check barcode dimensions
238
  *
239
  * @return void
 
240
  */
241
  protected function _checkDimensions()
242
  {
@@ -341,13 +344,13 @@ class Zend_Barcode_Renderer_Svg extends Zend_Barcode_Renderer_RendererAbstract
341
  /**
342
  * Draw a polygon in the svg resource
343
  *
344
- * @param string $text
345
- * @param float $size
346
- * @param array $position
347
- * @param string $font
348
- * @param integer $color
349
- * @param string $alignment
350
- * @param float $orientation
351
  */
352
  protected function _drawText($text, $size, $position, $font, $color, $alignment = 'center', $orientation = 0)
353
  {
15
  * @category Zend
16
  * @package Zend_Barcode
17
  * @subpackage Renderer
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id: Image.php 20366 2010-01-18 03:56:52Z ralph $
21
  */
28
  *
29
  * @category Zend
30
  * @package Zend_Barcode
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Barcode_Renderer_Svg extends Zend_Barcode_Renderer_RendererAbstract
60
 
61
  /**
62
  * Set height of the result image
63
+ *
64
  * @param null|integer $value
65
  * @return Zend_Image_Barcode_Abstract
66
+ * @throws Zend_Barcode_Renderer_Exception
67
  */
68
  public function setHeight($value)
69
  {
91
  * Set barcode width
92
  *
93
  * @param mixed $value
94
+ * @return self
95
+ * @throws Zend_Barcode_Renderer_Exception
96
  */
97
  public function setWidth($value)
98
  {
119
  /**
120
  * Set an image resource to draw the barcode inside
121
  *
122
+ * @param $svg
123
  * @return Zend_Barcode_Renderer
124
+ * @throws Zend_Barcode_Renderer_Exception
125
  */
126
  public function setResource($svg)
127
  {
239
  * Check barcode dimensions
240
  *
241
  * @return void
242
+ * @throws Zend_Barcode_Renderer_Exception
243
  */
244
  protected function _checkDimensions()
245
  {
344
  /**
345
  * Draw a polygon in the svg resource
346
  *
347
+ * @param string $text
348
+ * @param float $size
349
+ * @param array $position
350
+ * @param string $font
351
+ * @param integer $color
352
+ * @param string $alignment
353
+ * @param float|int $orientation
354
  */
355
  protected function _drawText($text, $size, $position, $font, $color, $alignment = 'center', $orientation = 0)
356
  {
lib/Zend/Cache.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Cache
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
 
23
  /**
24
  * @package Zend_Cache
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  abstract class Zend_Cache
14
  *
15
  * @category Zend
16
  * @package Zend_Cache
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
 
23
  /**
24
  * @package Zend_Cache
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  abstract class Zend_Cache
lib/Zend/Cache/Backend.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -24,7 +24,7 @@
24
  /**
25
  * @package Zend_Cache
26
  * @subpackage Zend_Cache_Backend
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  class Zend_Cache_Backend
@@ -58,12 +58,10 @@ class Zend_Cache_Backend
58
  * Constructor
59
  *
60
  * @param array $options Associative array of options
61
- * @throws Zend_Cache_Exception
62
- * @return void
63
  */
64
  public function __construct(array $options = array())
65
  {
66
- while (list($name, $value) = each($options)) {
67
  $this->setOption($name, $value);
68
  }
69
  }
@@ -269,7 +267,7 @@ class Zend_Cache_Backend
269
  * Log a message at the WARN (4) priority.
270
  *
271
  * @param string $message
272
- * @throws Zend_Cache_Exception
273
  * @return void
274
  */
275
  protected function _log($message, $priority = 4)
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
24
  /**
25
  * @package Zend_Cache
26
  * @subpackage Zend_Cache_Backend
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  class Zend_Cache_Backend
58
  * Constructor
59
  *
60
  * @param array $options Associative array of options
 
 
61
  */
62
  public function __construct(array $options = array())
63
  {
64
+ foreach ($options as $name => $value) {
65
  $this->setOption($name, $value);
66
  }
67
  }
267
  * Log a message at the WARN (4) priority.
268
  *
269
  * @param string $message
270
+ * @param int $priority
271
  * @return void
272
  */
273
  protected function _log($message, $priority = 4)
lib/Zend/Cache/Backend/Apc.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  /**
36
  * @package Zend_Cache
37
  * @subpackage Zend_Cache_Backend
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Cache_Backend_Apc extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  /**
36
  * @package Zend_Cache
37
  * @subpackage Zend_Cache_Backend
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Cache_Backend_Apc extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
lib/Zend/Cache/Backend/BlackHole.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  /**
34
  * @package Zend_Cache
35
  * @subpackage Zend_Cache_Backend
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Cache_Backend_BlackHole
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  /**
34
  * @package Zend_Cache
35
  * @subpackage Zend_Cache_Backend
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Cache_Backend_BlackHole
lib/Zend/Cache/Backend/ExtendedInterface.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @package Zend_Cache
30
  * @subpackage Zend_Cache_Backend
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  interface Zend_Cache_Backend_ExtendedInterface extends Zend_Cache_Backend_Interface
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @package Zend_Cache
30
  * @subpackage Zend_Cache_Backend
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  interface Zend_Cache_Backend_ExtendedInterface extends Zend_Cache_Backend_Interface
lib/Zend/Cache/Backend/File.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  /**
35
  * @package Zend_Cache
36
  * @subpackage Zend_Cache_Backend
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Cache_Backend_File extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
@@ -120,7 +120,6 @@ class Zend_Cache_Backend_File extends Zend_Cache_Backend implements Zend_Cache_B
120
  *
121
  * @param array $options associative array of options
122
  * @throws Zend_Cache_Exception
123
- * @return void
124
  */
125
  public function __construct(array $options = array())
126
  {
@@ -234,10 +233,10 @@ class Zend_Cache_Backend_File extends Zend_Cache_Backend implements Zend_Cache_B
234
  * Note : $data is always "string" (serialization is done by the
235
  * core not by the backend)
236
  *
237
- * @param string $data Datas to cache
238
- * @param string $id Cache id
239
- * @param array $tags Array of strings, the cache record will be tagged by each string entry
240
- * @param int $specificLifetime If != false, set a specific lifetime for this cache record (null => infinite lifetime)
241
  * @return boolean true if no problem
242
  */
243
  public function save($data, $id, $tags = array(), $specificLifetime = false)
@@ -303,7 +302,7 @@ class Zend_Cache_Backend_File extends Zend_Cache_Backend implements Zend_Cache_B
303
  * ($tags can be an array of strings or a single string)
304
  *
305
  * @param string $mode clean mode
306
- * @param tags array $tags array of tags
307
  * @return boolean true if no problem
308
  */
309
  public function clean($mode = Zend_Cache::CLEANING_MODE_ALL, $tags = array())
@@ -675,14 +674,17 @@ class Zend_Cache_Backend_File extends Zend_Cache_Backend implements Zend_Cache_B
675
  // On some systems it is impossible to distinguish between empty match and an error.
676
  return true;
677
  }
 
678
  foreach ($glob as $file) {
679
  if (is_file($file)) {
680
  $fileName = basename($file);
681
  if ($this->_isMetadatasFile($fileName)) {
682
- // in CLEANING_MODE_ALL, we drop anything, even remainings old metadatas files
683
- if ($mode != Zend_Cache::CLEANING_MODE_ALL) {
684
- continue;
 
685
  }
 
686
  }
687
  $id = $this->_fileNameToId($fileName);
688
  $metadatas = $this->_getMetadatas($id);
@@ -691,12 +693,7 @@ class Zend_Cache_Backend_File extends Zend_Cache_Backend implements Zend_Cache_B
691
  }
692
  switch ($mode) {
693
  case Zend_Cache::CLEANING_MODE_ALL:
694
- $res = $this->remove($id);
695
- if (!$res) {
696
- // in this case only, we accept a problem with the metadatas file drop
697
- $res = $this->_remove($file);
698
- }
699
- $result = $result && $res;
700
  break;
701
  case Zend_Cache::CLEANING_MODE_OLD:
702
  if (time() > $metadatas['expire']) {
@@ -753,6 +750,14 @@ class Zend_Cache_Backend_File extends Zend_Cache_Backend implements Zend_Cache_B
753
  }
754
  }
755
  }
 
 
 
 
 
 
 
 
756
  return $result;
757
  }
758
 
@@ -843,6 +848,7 @@ class Zend_Cache_Backend_File extends Zend_Cache_Backend implements Zend_Cache_B
843
  /**
844
  * Compute & return the expire time
845
  *
 
846
  * @return int expire time (unix timestamp)
847
  */
848
  protected function _expireTime($lifetime)
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  /**
35
  * @package Zend_Cache
36
  * @subpackage Zend_Cache_Backend
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Cache_Backend_File extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
120
  *
121
  * @param array $options associative array of options
122
  * @throws Zend_Cache_Exception
 
123
  */
124
  public function __construct(array $options = array())
125
  {
233
  * Note : $data is always "string" (serialization is done by the
234
  * core not by the backend)
235
  *
236
+ * @param string $data Datas to cache
237
+ * @param string $id Cache id
238
+ * @param array $tags Array of strings, the cache record will be tagged by each string entry
239
+ * @param boolean|int $specificLifetime If != false, set a specific lifetime for this cache record (null => infinite lifetime)
240
  * @return boolean true if no problem
241
  */
242
  public function save($data, $id, $tags = array(), $specificLifetime = false)
302
  * ($tags can be an array of strings or a single string)
303
  *
304
  * @param string $mode clean mode
305
+ * @param array $tags array of tags
306
  * @return boolean true if no problem
307
  */
308
  public function clean($mode = Zend_Cache::CLEANING_MODE_ALL, $tags = array())
674
  // On some systems it is impossible to distinguish between empty match and an error.
675
  return true;
676
  }
677
+ $metadataFiles = array();
678
  foreach ($glob as $file) {
679
  if (is_file($file)) {
680
  $fileName = basename($file);
681
  if ($this->_isMetadatasFile($fileName)) {
682
+ // In CLEANING_MODE_ALL, we drop anything, even remainings old metadatas files.
683
+ // To do that, we need to save the list of the metadata files first.
684
+ if ($mode == Zend_Cache::CLEANING_MODE_ALL) {
685
+ $metadataFiles[] = $file;
686
  }
687
+ continue;
688
  }
689
  $id = $this->_fileNameToId($fileName);
690
  $metadatas = $this->_getMetadatas($id);
693
  }
694
  switch ($mode) {
695
  case Zend_Cache::CLEANING_MODE_ALL:
696
+ $result = $result && $this->remove($id);
 
 
 
 
 
697
  break;
698
  case Zend_Cache::CLEANING_MODE_OLD:
699
  if (time() > $metadatas['expire']) {
750
  }
751
  }
752
  }
753
+
754
+ // cycle through metadataFiles and delete orphaned ones
755
+ foreach ($metadataFiles as $file) {
756
+ if (file_exists($file)) {
757
+ $result = $this->_remove($file) && $result;
758
+ }
759
+ }
760
+
761
  return $result;
762
  }
763
 
848
  /**
849
  * Compute & return the expire time
850
  *
851
+ * @param int $lifetime
852
  * @return int expire time (unix timestamp)
853
  */
854
  protected function _expireTime($lifetime)
lib/Zend/Cache/Backend/Interface.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -24,7 +24,7 @@
24
  /**
25
  * @package Zend_Cache
26
  * @subpackage Zend_Cache_Backend
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Cache_Backend_Interface
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
24
  /**
25
  * @package Zend_Cache
26
  * @subpackage Zend_Cache_Backend
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Cache_Backend_Interface
lib/Zend/Cache/Backend/Libmemcached.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  /**
36
  * @package Zend_Cache
37
  * @subpackage Zend_Cache_Backend
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Cache_Backend_Libmemcached extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  /**
36
  * @package Zend_Cache
37
  * @subpackage Zend_Cache_Backend
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Cache_Backend_Libmemcached extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
lib/Zend/Cache/Backend/Memcached.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  /**
36
  * @package Zend_Cache
37
  * @subpackage Zend_Cache_Backend
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Cache_Backend_Memcached extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
@@ -390,7 +390,12 @@ class Zend_Cache_Backend_Memcached extends Zend_Cache_Backend implements Zend_Ca
390
  }
391
 
392
  $eachSize = $mem['limit_maxbytes'];
393
- $eachUsed = $mem['bytes'];
 
 
 
 
 
394
  if ($eachUsed > $eachSize) {
395
  $eachUsed = $eachSize;
396
  }
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  /**
36
  * @package Zend_Cache
37
  * @subpackage Zend_Cache_Backend
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Cache_Backend_Memcached extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
390
  }
391
 
392
  $eachSize = $mem['limit_maxbytes'];
393
+
394
+ /**
395
+ * Couchbase 1.x uses 'mem_used' instead of 'bytes'
396
+ * @see https://www.couchbase.com/issues/browse/MB-3466
397
+ */
398
+ $eachUsed = isset($mem['bytes']) ? $mem['bytes'] : $mem['mem_used'];
399
  if ($eachUsed > $eachSize) {
400
  $eachUsed = $eachSize;
401
  }
lib/Zend/Cache/Backend/Sqlite.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  /**
35
  * @package Zend_Cache
36
  * @subpackage Zend_Cache_Backend
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Cache_Backend_Sqlite extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  /**
35
  * @package Zend_Cache
36
  * @subpackage Zend_Cache_Backend
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Cache_Backend_Sqlite extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
lib/Zend/Cache/Backend/Static.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  /**
34
  * @package Zend_Cache
35
  * @subpackage Zend_Cache_Backend
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Cache_Backend_Static
@@ -393,6 +393,7 @@ class Zend_Cache_Backend_Static
393
  * @param string $mode Clean mode
394
  * @param array $tags Array of tags
395
  * @return boolean true if no problem
 
396
  */
397
  public function clean($mode = Zend_Cache::CLEANING_MODE_ALL, $tags = array())
398
  {
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  /**
34
  * @package Zend_Cache
35
  * @subpackage Zend_Cache_Backend
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Cache_Backend_Static
393
  * @param string $mode Clean mode
394
  * @param array $tags Array of tags
395
  * @return boolean true if no problem
396
+ * @throws Zend_Exception
397
  */
398
  public function clean($mode = Zend_Cache::CLEANING_MODE_ALL, $tags = array())
399
  {
lib/Zend/Cache/Backend/Test.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  /**
35
  * @package Zend_Cache
36
  * @subpackage Zend_Cache_Backend
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Cache_Backend_Test extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  /**
35
  * @package Zend_Cache
36
  * @subpackage Zend_Cache_Backend
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Cache_Backend_Test extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
lib/Zend/Cache/Backend/TwoLevels.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  /**
36
  * @package Zend_Cache
37
  * @subpackage Zend_Cache_Backend
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
 
@@ -72,6 +72,11 @@ class Zend_Cache_Backend_TwoLevels extends Zend_Cache_Backend implements Zend_Ca
72
  * =====> (boolean) fast_backend_autoload :
73
  * - See Zend_Cache::factory() method
74
  *
 
 
 
 
 
75
  * =====> (boolean) auto_refresh_fast_cache
76
  * - If true, auto refresh the fast cache when a cache record is hit
77
  *
@@ -87,6 +92,7 @@ class Zend_Cache_Backend_TwoLevels extends Zend_Cache_Backend implements Zend_Ca
87
  'fast_backend_custom_naming' => false,
88
  'slow_backend_autoload' => false,
89
  'fast_backend_autoload' => false,
 
90
  'auto_refresh_fast_cache' => true
91
  );
92
 
@@ -223,17 +229,23 @@ class Zend_Cache_Backend_TwoLevels extends Zend_Cache_Backend implements Zend_Ca
223
  */
224
  public function load($id, $doNotTestCacheValidity = false)
225
  {
226
- $res = $this->_fastBackend->load($id, $doNotTestCacheValidity);
227
- if ($res === false) {
228
- $res = $this->_slowBackend->load($id, $doNotTestCacheValidity);
229
- if ($res === false) {
230
  // there is no cache at all for this id
231
  return false;
232
  }
233
  }
234
- $array = unserialize($res);
 
 
 
 
 
 
235
  // maybe, we have to refresh the fast cache ?
236
- if ($this->_options['auto_refresh_fast_cache']) {
237
  if ($array['priority'] == 10) {
238
  // no need to refresh the fast cache with priority = 10
239
  return $array['data'];
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  /**
36
  * @package Zend_Cache
37
  * @subpackage Zend_Cache_Backend
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
 
72
  * =====> (boolean) fast_backend_autoload :
73
  * - See Zend_Cache::factory() method
74
  *
75
+ * =====> (boolean) auto_fill_fast_cache
76
+ * - If true, automatically fill the fast cache when a cache record was not found in fast cache, but did
77
+ * exist in slow cache. This can be usefull when a non-persistent cache like APC or Memcached got
78
+ * purged for whatever reason.
79
+ *
80
  * =====> (boolean) auto_refresh_fast_cache
81
  * - If true, auto refresh the fast cache when a cache record is hit
82
  *
92
  'fast_backend_custom_naming' => false,
93
  'slow_backend_autoload' => false,
94
  'fast_backend_autoload' => false,
95
+ 'auto_fill_fast_cache' => true,
96
  'auto_refresh_fast_cache' => true
97
  );
98
 
229
  */
230
  public function load($id, $doNotTestCacheValidity = false)
231
  {
232
+ $resultFast = $this->_fastBackend->load($id, $doNotTestCacheValidity);
233
+ if ($resultFast === false) {
234
+ $resultSlow = $this->_slowBackend->load($id, $doNotTestCacheValidity);
235
+ if ($resultSlow === false) {
236
  // there is no cache at all for this id
237
  return false;
238
  }
239
  }
240
+ $array = $resultFast !== false ? unserialize($resultFast) : unserialize($resultSlow);
241
+
242
+ //In case no cache entry was found in the FastCache and auto-filling is enabled, copy data to FastCache
243
+ if ($resultFast === false && $this->_options['auto_fill_fast_cache']) {
244
+ $preparedData = $this->_prepareData($array['data'], $array['lifetime'], $array['priority']);
245
+ $this->_fastBackend->save($preparedData, $id, array(), $array['lifetime']);
246
+ }
247
  // maybe, we have to refresh the fast cache ?
248
+ elseif ($this->_options['auto_refresh_fast_cache']) {
249
  if ($array['priority'] == 10) {
250
  // no need to refresh the fast cache with priority = 10
251
  return $array['data'];
lib/Zend/Cache/Backend/WinCache.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  /**
36
  * @package Zend_Cache
37
  * @subpackage Zend_Cache_Backend
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Cache_Backend_WinCache extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  /**
36
  * @package Zend_Cache
37
  * @subpackage Zend_Cache_Backend
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Cache_Backend_WinCache extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
lib/Zend/Cache/Backend/Xcache.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  /**
36
  * @package Zend_Cache
37
  * @subpackage Zend_Cache_Backend
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Cache_Backend_Xcache extends Zend_Cache_Backend implements Zend_Cache_Backend_Interface
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  /**
36
  * @package Zend_Cache
37
  * @subpackage Zend_Cache_Backend
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Cache_Backend_Xcache extends Zend_Cache_Backend implements Zend_Cache_Backend_Interface
lib/Zend/Cache/Backend/ZendPlatform.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -36,7 +36,7 @@
36
  *
37
  * @package Zend_Cache
38
  * @subpackage Zend_Cache_Backend
39
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  class Zend_Cache_Backend_ZendPlatform extends Zend_Cache_Backend implements Zend_Cache_Backend_Interface
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
36
  *
37
  * @package Zend_Cache
38
  * @subpackage Zend_Cache_Backend
39
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  class Zend_Cache_Backend_ZendPlatform extends Zend_Cache_Backend implements Zend_Cache_Backend_Interface
lib/Zend/Cache/Backend/ZendServer.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  /**
32
  * @package Zend_Cache
33
  * @subpackage Zend_Cache_Backend
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  abstract class Zend_Cache_Backend_ZendServer extends Zend_Cache_Backend implements Zend_Cache_Backend_Interface
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  /**
32
  * @package Zend_Cache
33
  * @subpackage Zend_Cache_Backend
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  abstract class Zend_Cache_Backend_ZendServer extends Zend_Cache_Backend implements Zend_Cache_Backend_Interface
lib/Zend/Cache/Backend/ZendServer/Disk.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  /**
32
  * @package Zend_Cache
33
  * @subpackage Zend_Cache_Backend
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Cache_Backend_ZendServer_Disk extends Zend_Cache_Backend_ZendServer implements Zend_Cache_Backend_Interface
@@ -72,7 +72,8 @@ class Zend_Cache_Backend_ZendServer_Disk extends Zend_Cache_Backend_ZendServer i
72
  /**
73
  * Fetch data
74
  *
75
- * @param string $id Cache id
 
76
  */
77
  protected function _fetch($id)
78
  {
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  /**
32
  * @package Zend_Cache
33
  * @subpackage Zend_Cache_Backend
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Cache_Backend_ZendServer_Disk extends Zend_Cache_Backend_ZendServer implements Zend_Cache_Backend_Interface
72
  /**
73
  * Fetch data
74
  *
75
+ * @param string $id Cache id
76
+ * @return mixed|null
77
  */
78
  protected function _fetch($id)
79
  {
lib/Zend/Cache/Backend/ZendServer/ShMem.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  /**
32
  * @package Zend_Cache
33
  * @subpackage Zend_Cache_Backend
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Cache_Backend_ZendServer_ShMem extends Zend_Cache_Backend_ZendServer implements Zend_Cache_Backend_Interface
@@ -53,10 +53,10 @@ class Zend_Cache_Backend_ZendServer_ShMem extends Zend_Cache_Backend_ZendServer
53
  /**
54
  * Store data
55
  *
56
- * @param mixed $data Object to store
57
- * @param string $id Cache id
58
- * @param int $timeToLive Time to live in seconds
59
- *
60
  */
61
  protected function _store($data, $id, $timeToLive)
62
  {
@@ -72,7 +72,8 @@ class Zend_Cache_Backend_ZendServer_ShMem extends Zend_Cache_Backend_ZendServer
72
  /**
73
  * Fetch data
74
  *
75
- * @param string $id Cache id
 
76
  */
77
  protected function _fetch($id)
78
  {
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Backend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  /**
32
  * @package Zend_Cache
33
  * @subpackage Zend_Cache_Backend
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Cache_Backend_ZendServer_ShMem extends Zend_Cache_Backend_ZendServer implements Zend_Cache_Backend_Interface
53
  /**
54
  * Store data
55
  *
56
+ * @param mixed $data Object to store
57
+ * @param string $id Cache id
58
+ * @param int $timeToLive Time to live in seconds
59
+ * @return bool
60
  */
61
  protected function _store($data, $id, $timeToLive)
62
  {
72
  /**
73
  * Fetch data
74
  *
75
+ * @param string $id Cache id
76
+ * @return mixed|null
77
  */
78
  protected function _fetch($id)
79
  {
lib/Zend/Cache/Core.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Cache
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
 
23
  /**
24
  * @package Zend_Cache
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Cache_Core
@@ -143,7 +143,7 @@ class Zend_Cache_Core
143
  Zend_Cache::throwException("Options passed were not an array"
144
  . " or Zend_Config instance.");
145
  }
146
- while (list($name, $value) = each($options)) {
147
  $this->setOption($name, $value);
148
  }
149
  $this->_loggerSanity();
@@ -158,7 +158,7 @@ class Zend_Cache_Core
158
  public function setConfig(Zend_Config $config)
159
  {
160
  $options = $config->toArray();
161
- while (list($name, $value) = each($options)) {
162
  $this->setOption($name, $value);
163
  }
164
  return $this;
@@ -300,7 +300,7 @@ class Zend_Cache_Core
300
  }
301
  $id = $this->_id($id); // cache id may need prefix
302
  $this->_lastId = $id;
303
- self::_validateIdOrTag($id);
304
 
305
  $this->_log("Zend_Cache_Core: load item '{$id}'", 7);
306
  $data = $this->_backend->load($id, $doNotTestCacheValidity);
@@ -327,7 +327,7 @@ class Zend_Cache_Core
327
  return false;
328
  }
329
  $id = $this->_id($id); // cache id may need prefix
330
- self::_validateIdOrTag($id);
331
  $this->_lastId = $id;
332
 
333
  $this->_log("Zend_Cache_Core: test item '{$id}'", 7);
@@ -355,8 +355,8 @@ class Zend_Cache_Core
355
  } else {
356
  $id = $this->_id($id);
357
  }
358
- self::_validateIdOrTag($id);
359
- self::_validateTagsArray($tags);
360
  if ($this->_options['automatic_serialization']) {
361
  // we need to serialize datas before storing them
362
  $data = serialize($data);
@@ -424,7 +424,7 @@ class Zend_Cache_Core
424
  return true;
425
  }
426
  $id = $this->_id($id); // cache id may need prefix
427
- self::_validateIdOrTag($id);
428
 
429
  $this->_log("Zend_Cache_Core: remove item '{$id}'", 7);
430
  return $this->_backend->remove($id);
@@ -460,7 +460,7 @@ class Zend_Cache_Core
460
  Zend_Cache::CLEANING_MODE_MATCHING_ANY_TAG))) {
461
  Zend_Cache::throwException('Invalid cleaning mode');
462
  }
463
- self::_validateTagsArray($tags);
464
 
465
  return $this->_backend->clean($mode, $tags);
466
  }
@@ -667,7 +667,7 @@ class Zend_Cache_Core
667
  * @throws Zend_Cache_Exception
668
  * @return void
669
  */
670
- protected static function _validateIdOrTag($string)
671
  {
672
  if (!is_string($string)) {
673
  Zend_Cache::throwException('Invalid id or tag : must be a string');
@@ -689,13 +689,13 @@ class Zend_Cache_Core
689
  * @throws Zend_Cache_Exception
690
  * @return void
691
  */
692
- protected static function _validateTagsArray($tags)
693
  {
694
  if (!is_array($tags)) {
695
  Zend_Cache::throwException('Invalid tags array : must be an array');
696
  }
697
  foreach($tags as $tag) {
698
- self::_validateIdOrTag($tag);
699
  }
700
  reset($tags);
701
  }
14
  *
15
  * @category Zend
16
  * @package Zend_Cache
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
 
23
  /**
24
  * @package Zend_Cache
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Cache_Core
143
  Zend_Cache::throwException("Options passed were not an array"
144
  . " or Zend_Config instance.");
145
  }
146
+ foreach ($options as $name => $value) {
147
  $this->setOption($name, $value);
148
  }
149
  $this->_loggerSanity();
158
  public function setConfig(Zend_Config $config)
159
  {
160
  $options = $config->toArray();
161
+ foreach ($options as $name => $value) {
162
  $this->setOption($name, $value);
163
  }
164
  return $this;
300
  }
301
  $id = $this->_id($id); // cache id may need prefix
302
  $this->_lastId = $id;
303
+ $this->_validateIdOrTag($id);
304
 
305
  $this->_log("Zend_Cache_Core: load item '{$id}'", 7);
306
  $data = $this->_backend->load($id, $doNotTestCacheValidity);
327
  return false;
328
  }
329
  $id = $this->_id($id); // cache id may need prefix
330
+ $this->_validateIdOrTag($id);
331
  $this->_lastId = $id;
332
 
333
  $this->_log("Zend_Cache_Core: test item '{$id}'", 7);
355
  } else {
356
  $id = $this->_id($id);
357
  }
358
+ $this->_validateIdOrTag($id);
359
+ $this->_validateTagsArray($tags);
360
  if ($this->_options['automatic_serialization']) {
361
  // we need to serialize datas before storing them
362
  $data = serialize($data);
424
  return true;
425
  }
426
  $id = $this->_id($id); // cache id may need prefix
427
+ $this->_validateIdOrTag($id);
428
 
429
  $this->_log("Zend_Cache_Core: remove item '{$id}'", 7);
430
  return $this->_backend->remove($id);
460
  Zend_Cache::CLEANING_MODE_MATCHING_ANY_TAG))) {
461
  Zend_Cache::throwException('Invalid cleaning mode');
462
  }
463
+ $this->_validateTagsArray($tags);
464
 
465
  return $this->_backend->clean($mode, $tags);
466
  }
667
  * @throws Zend_Cache_Exception
668
  * @return void
669
  */
670
+ protected function _validateIdOrTag($string)
671
  {
672
  if (!is_string($string)) {
673
  Zend_Cache::throwException('Invalid id or tag : must be a string');
689
  * @throws Zend_Cache_Exception
690
  * @return void
691
  */
692
+ protected function _validateTagsArray($tags)
693
  {
694
  if (!is_array($tags)) {
695
  Zend_Cache::throwException('Invalid tags array : must be an array');
696
  }
697
  foreach($tags as $tag) {
698
+ $this->_validateIdOrTag($tag);
699
  }
700
  reset($tags);
701
  }
lib/Zend/Cache/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Cache
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -26,7 +26,7 @@
26
 
27
  /**
28
  * @package Zend_Cache
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Cache_Exception extends Zend_Exception {}
14
  *
15
  * @category Zend
16
  * @package Zend_Cache
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
26
 
27
  /**
28
  * @package Zend_Cache
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Cache_Exception extends Zend_Exception {}
lib/Zend/Cache/Frontend/Capture.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Frontend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  /**
31
  * @package Zend_Cache
32
  * @subpackage Zend_Cache_Frontend
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cache_Frontend_Capture extends Zend_Cache_Core
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Frontend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  /**
31
  * @package Zend_Cache
32
  * @subpackage Zend_Cache_Frontend
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cache_Frontend_Capture extends Zend_Cache_Core
lib/Zend/Cache/Frontend/Class.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Frontend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  /**
30
  * @package Zend_Cache
31
  * @subpackage Zend_Cache_Frontend
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Cache_Frontend_Class extends Zend_Cache_Core
@@ -106,7 +106,7 @@ class Zend_Cache_Frontend_Class extends Zend_Cache_Core
106
  */
107
  public function __construct(array $options = array())
108
  {
109
- while (list($name, $value) = each($options)) {
110
  $this->setOption($name, $value);
111
  }
112
  if ($this->_specificOptions['cached_entity'] === null) {
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Frontend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  /**
30
  * @package Zend_Cache
31
  * @subpackage Zend_Cache_Frontend
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Cache_Frontend_Class extends Zend_Cache_Core
106
  */
107
  public function __construct(array $options = array())
108
  {
109
+ foreach ($options as $name => $value) {
110
  $this->setOption($name, $value);
111
  }
112
  if ($this->_specificOptions['cached_entity'] === null) {
lib/Zend/Cache/Frontend/File.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Frontend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  /**
31
  * @package Zend_Cache
32
  * @subpackage Zend_Cache_Frontend
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cache_Frontend_File extends Zend_Cache_Core
@@ -88,7 +88,7 @@ class Zend_Cache_Frontend_File extends Zend_Cache_Core
88
  */
89
  public function __construct(array $options = array())
90
  {
91
- while (list($name, $value) = each($options)) {
92
  $this->setOption($name, $value);
93
  }
94
  if (!isset($this->_specificOptions['master_files'])) {
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Frontend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  /**
31
  * @package Zend_Cache
32
  * @subpackage Zend_Cache_Frontend
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cache_Frontend_File extends Zend_Cache_Core
88
  */
89
  public function __construct(array $options = array())
90
  {
91
+ foreach ($options as $name => $value) {
92
  $this->setOption($name, $value);
93
  }
94
  if (!isset($this->_specificOptions['master_files'])) {
lib/Zend/Cache/Frontend/Function.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Frontend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  /**
31
  * @package Zend_Cache
32
  * @subpackage Zend_Cache_Frontend
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cache_Frontend_Function extends Zend_Cache_Core
@@ -63,7 +63,7 @@ class Zend_Cache_Frontend_Function extends Zend_Cache_Core
63
  */
64
  public function __construct(array $options = array())
65
  {
66
- while (list($name, $value) = each($options)) {
67
  $this->setOption($name, $value);
68
  }
69
  $this->setOption('automatic_serialization', true);
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Frontend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  /**
31
  * @package Zend_Cache
32
  * @subpackage Zend_Cache_Frontend
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cache_Frontend_Function extends Zend_Cache_Core
63
  */
64
  public function __construct(array $options = array())
65
  {
66
+ foreach ($options as $name => $value) {
67
  $this->setOption($name, $value);
68
  }
69
  $this->setOption('automatic_serialization', true);
lib/Zend/Cache/Frontend/Output.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Frontend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  /**
31
  * @package Zend_Cache
32
  * @subpackage Zend_Cache_Frontend
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cache_Frontend_Output extends Zend_Cache_Core
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Frontend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  /**
31
  * @package Zend_Cache
32
  * @subpackage Zend_Cache_Frontend
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cache_Frontend_Output extends Zend_Cache_Core
lib/Zend/Cache/Frontend/Page.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Frontend
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  /**
31
  * @package Zend_Cache
32
  * @subpackage Zend_Cache_Frontend
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cache_Frontend_Page extends Zend_Cache_Core
@@ -129,7 +129,7 @@ class Zend_Cache_Frontend_Page extends Zend_Cache_Core
129
  */
130
  public function __construct(array $options = array())
131
  {
132
- while (list($name, $value) = each($options)) {
133
  $name = strtolower($name);
134
  switch ($name) {
135
  case 'regexps':
15
  * @category Zend
16
  * @package Zend_Cache
17
  * @subpackage Zend_Cache_Frontend
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  /**
31
  * @package Zend_Cache
32
  * @subpackage Zend_Cache_Frontend
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cache_Frontend_Page extends Zend_Cache_Core
129
  */
130
  public function __construct(array $options = array())
131
  {
132
+ foreach ($options as $name => $value) {
133
  $name = strtolower($name);
134
  switch ($name) {
135
  case 'regexps':
lib/Zend/Cache/Manager.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Cache
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_Cache
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Cache_Manager
14
  *
15
  * @category Zend
16
  * @package Zend_Cache
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_Cache
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Cache_Manager
lib/Zend/Captcha/Adapter.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Captcha
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Captcha
32
  * @subpackage Adapter
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
15
  * @category Zend
16
  * @package Zend_Captcha
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
30
  * @category Zend
31
  * @package Zend_Captcha
32
  * @subpackage Adapter
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
lib/Zend/Captcha/Base.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Captcha
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Captcha
35
  * @subpackage Adapter
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  * @version $Id$
39
  */
@@ -78,6 +78,7 @@ abstract class Zend_Captcha_Base extends Zend_Validate_Abstract implements Zend_
78
  * Set name
79
  *
80
  * @param string $name
 
81
  */
82
  public function setName($name)
83
  {
@@ -89,7 +90,6 @@ abstract class Zend_Captcha_Base extends Zend_Validate_Abstract implements Zend_
89
  * Constructor
90
  *
91
  * @param array|Zend_Config $options
92
- * @return void
93
  */
94
  public function __construct($options = null)
95
  {
15
  * @category Zend
16
  * @package Zend_Captcha
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
33
  * @category Zend
34
  * @package Zend_Captcha
35
  * @subpackage Adapter
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  * @version $Id$
39
  */
78
  * Set name
79
  *
80
  * @param string $name
81
+ * @return Zend_Captcha_Adapter
82
  */
83
  public function setName($name)
84
  {
90
  * Constructor
91
  *
92
  * @param array|Zend_Config $options
 
93
  */
94
  public function __construct($options = null)
95
  {
lib/Zend/Captcha/Dumb.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Captcha
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Captcha
32
  * @subpackage Adapter
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
15
  * @category Zend
16
  * @package Zend_Captcha
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
30
  * @category Zend
31
  * @package Zend_Captcha
32
  * @subpackage Adapter
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
lib/Zend/Captcha/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Captcha
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @version $Id$
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Captcha
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Captcha_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Captcha
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @version $Id$
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Captcha
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Captcha_Exception extends Zend_Exception
lib/Zend/Captcha/Figlet.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Captcha
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Captcha
35
  * @subpackage Adapter
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  * @version $Id$
39
  */
@@ -49,8 +49,7 @@ class Zend_Captcha_Figlet extends Zend_Captcha_Word
49
  /**
50
  * Constructor
51
  *
52
- * @param null|string|array|Zend_Config $options
53
- * @return void
54
  */
55
  public function __construct($options = null)
56
  {
15
  * @category Zend
16
  * @package Zend_Captcha
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
33
  * @category Zend
34
  * @package Zend_Captcha
35
  * @subpackage Adapter
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  * @version $Id$
39
  */
49
  /**
50
  * Constructor
51
  *
52
+ * @param null|string|array|Zend_Config $options
 
53
  */
54
  public function __construct($options = null)
55
  {
lib/Zend/Captcha/Image.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Captcha
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Captcha
33
  * @subpackage Adapter
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Captcha_Image extends Zend_Captcha_Word
@@ -240,24 +240,36 @@ class Zend_Captcha_Image extends Zend_Captcha_Word
240
  {
241
  return $this->_width;
242
  }
 
243
  /**
 
 
244
  * @param string $startImage
 
245
  */
246
  public function setStartImage ($startImage)
247
  {
248
  $this->_startImage = $startImage;
249
  return $this;
250
  }
 
251
  /**
 
 
252
  * @param int $dotNoiseLevel
 
253
  */
254
  public function setDotNoiseLevel ($dotNoiseLevel)
255
  {
256
  $this->_dotNoiseLevel = $dotNoiseLevel;
257
  return $this;
258
  }
259
- /**
 
 
 
260
  * @param int $lineNoiseLevel
 
261
  */
262
  public function setLineNoiseLevel ($lineNoiseLevel)
263
  {
@@ -348,8 +360,12 @@ class Zend_Captcha_Image extends Zend_Captcha_Word
348
  $this->_imgUrl = rtrim($imgUrl, "/\\") . '/';
349
  return $this;
350
  }
 
351
  /**
 
 
352
  * @param string $imgAlt
 
353
  */
354
  public function setImgAlt ($imgAlt)
355
  {
@@ -440,8 +456,9 @@ class Zend_Captcha_Image extends Zend_Captcha_Word
440
  * Override this function if you want different image generator
441
  * Wave transform from http://www.captcha.ru/captchas/multiwave/
442
  *
443
- * @param string $id Captcha ID
444
  * @param string $word Captcha word
 
445
  */
446
  protected function _generateImage($id, $word)
447
  {
@@ -567,7 +584,6 @@ class Zend_Captcha_Image extends Zend_Captcha_Word
567
 
568
  /**
569
  * Remove old files from image directory
570
- *
571
  */
572
  protected function _gc()
573
  {
15
  * @category Zend
16
  * @package Zend_Captcha
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  * @category Zend
32
  * @package Zend_Captcha
33
  * @subpackage Adapter
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Captcha_Image extends Zend_Captcha_Word
240
  {
241
  return $this->_width;
242
  }
243
+
244
  /**
245
+ * Set start image
246
+ *
247
  * @param string $startImage
248
+ * @return Zend_Captcha_Image
249
  */
250
  public function setStartImage ($startImage)
251
  {
252
  $this->_startImage = $startImage;
253
  return $this;
254
  }
255
+
256
  /**
257
+ * Set dot noise level
258
+ *
259
  * @param int $dotNoiseLevel
260
+ * @return Zend_Captcha_Image
261
  */
262
  public function setDotNoiseLevel ($dotNoiseLevel)
263
  {
264
  $this->_dotNoiseLevel = $dotNoiseLevel;
265
  return $this;
266
  }
267
+
268
+ /**
269
+ * Set line noise level
270
+ *
271
  * @param int $lineNoiseLevel
272
+ * @return Zend_Captcha_Image
273
  */
274
  public function setLineNoiseLevel ($lineNoiseLevel)
275
  {
360
  $this->_imgUrl = rtrim($imgUrl, "/\\") . '/';
361
  return $this;
362
  }
363
+
364
  /**
365
+ * Set image alternative text
366
+ *
367
  * @param string $imgAlt
368
+ * @return Zend_Captcha_Image
369
  */
370
  public function setImgAlt ($imgAlt)
371
  {
456
  * Override this function if you want different image generator
457
  * Wave transform from http://www.captcha.ru/captchas/multiwave/
458
  *
459
+ * @param string $id Captcha ID
460
  * @param string $word Captcha word
461
+ * @throws Zend_Captcha_Exception
462
  */
463
  protected function _generateImage($id, $word)
464
  {
584
 
585
  /**
586
  * Remove old files from image directory
 
587
  */
588
  protected function _gc()
589
  {
lib/Zend/Captcha/ReCaptcha.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Captcha
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -35,7 +35,7 @@
35
  * @category Zend
36
  * @package Zend_Captcha
37
  * @subpackage Adapter
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  * @version $Id$
41
  */
@@ -135,8 +135,7 @@ class Zend_Captcha_ReCaptcha extends Zend_Captcha_Base
135
  /**
136
  * Constructor
137
  *
138
- * @param array|Zend_Config $options
139
- * @return void
140
  */
141
  public function __construct($options = null)
142
  {
@@ -215,7 +214,8 @@ class Zend_Captcha_ReCaptcha extends Zend_Captcha_Base
215
  * Validate captcha
216
  *
217
  * @see Zend_Validate_Interface::isValid()
218
- * @param mixed $value
 
219
  * @return boolean
220
  */
221
  public function isValid($value, $context = null)
15
  * @category Zend
16
  * @package Zend_Captcha
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
35
  * @category Zend
36
  * @package Zend_Captcha
37
  * @subpackage Adapter
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  * @version $Id$
41
  */
135
  /**
136
  * Constructor
137
  *
138
+ * @param array|Zend_Config $options
 
139
  */
140
  public function __construct($options = null)
141
  {
214
  * Validate captcha
215
  *
216
  * @see Zend_Validate_Interface::isValid()
217
+ * @param mixed $value
218
+ * @param array|null $context
219
  * @return boolean
220
  */
221
  public function isValid($value, $context = null)
lib/Zend/Captcha/Word.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Captcha
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Captcha
32
  * @subpackage Adapter
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
@@ -187,7 +187,7 @@ abstract class Zend_Captcha_Word extends Zend_Captcha_Base
187
  * Set captcha identifier
188
  *
189
  * @param string $id
190
- * return Zend_Captcha_Word
191
  */
192
  protected function _setId ($id)
193
  {
@@ -366,7 +366,8 @@ abstract class Zend_Captcha_Word extends Zend_Captcha_Base
366
  * Validate the word
367
  *
368
  * @see Zend_Validate_Interface::isValid()
369
- * @param mixed $value
 
370
  * @return boolean
371
  */
372
  public function isValid($value, $context = null)
15
  * @category Zend
16
  * @package Zend_Captcha
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
30
  * @category Zend
31
  * @package Zend_Captcha
32
  * @subpackage Adapter
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
187
  * Set captcha identifier
188
  *
189
  * @param string $id
190
+ * @return Zend_Captcha_Word
191
  */
192
  protected function _setId ($id)
193
  {
366
  * Validate the word
367
  *
368
  * @see Zend_Validate_Interface::isValid()
369
+ * @param mixed $value
370
+ * @param array|null $context
371
  * @return boolean
372
  */
373
  public function isValid($value, $context = null)
lib/Zend/Cloud/AbstractFactory.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Cloud
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -23,7 +23,7 @@
23
  *
24
  * @category Zend
25
  * @package Zend_Cloud
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Cloud_AbstractFactory
14
  *
15
  * @category Zend
16
  * @package Zend_Cloud
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
23
  *
24
  * @category Zend
25
  * @package Zend_Cloud
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Cloud_AbstractFactory
lib/Zend/Cloud/DocumentService/Adapter.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Cloud
33
  * @subpackage DocumentService
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  interface Zend_Cloud_DocumentService_Adapter
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
31
  * @category Zend
32
  * @package Zend_Cloud
33
  * @subpackage DocumentService
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  interface Zend_Cloud_DocumentService_Adapter
lib/Zend/Cloud/DocumentService/Adapter/AbstractAdapter.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Cloud
35
  * @subpackage DocumentService
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  abstract class Zend_Cloud_DocumentService_Adapter_AbstractAdapter
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
33
  * @category Zend
34
  * @package Zend_Cloud
35
  * @subpackage DocumentService
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  abstract class Zend_Cloud_DocumentService_Adapter_AbstractAdapter
lib/Zend/Cloud/DocumentService/Adapter/SimpleDb.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Cloud
31
  * @subpackage DocumentService
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Cloud_DocumentService_Adapter_SimpleDb
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
29
  * @category Zend
30
  * @package Zend_Cloud
31
  * @subpackage DocumentService
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Cloud_DocumentService_Adapter_SimpleDb
lib/Zend/Cloud/DocumentService/Adapter/SimpleDb/Query.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Cloud
31
  * @subpackage DocumentService
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Cloud_DocumentService_Adapter_SimpleDb_Query
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
29
  * @category Zend
30
  * @package Zend_Cloud
31
  * @subpackage DocumentService
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Cloud_DocumentService_Adapter_SimpleDb_Query
lib/Zend/Cloud/DocumentService/Adapter/WindowsAzure.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Cloud
31
  * @subpackage DocumentService
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Cloud_DocumentService_Adapter_WindowsAzure
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
29
  * @category Zend
30
  * @package Zend_Cloud
31
  * @subpackage DocumentService
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Cloud_DocumentService_Adapter_WindowsAzure
lib/Zend/Cloud/DocumentService/Adapter/WindowsAzure/Query.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Cloud
32
  * @subpackage DocumentService
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cloud_DocumentService_Adapter_WindowsAzure_Query
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
30
  * @category Zend
31
  * @package Zend_Cloud
32
  * @subpackage DocumentService
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cloud_DocumentService_Adapter_WindowsAzure_Query
lib/Zend/Cloud/DocumentService/Document.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -26,7 +26,7 @@
26
  * @category Zend
27
  * @package Zend_Cloud
28
  * @subpackage DocumentService
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Cloud_DocumentService_Document
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
26
  * @category Zend
27
  * @package Zend_Cloud
28
  * @subpackage DocumentService
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Cloud_DocumentService_Document
lib/Zend/Cloud/DocumentService/DocumentSet.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -23,7 +23,7 @@
23
  * @category Zend
24
  * @package Zend_Cloud
25
  * @subpackage DocumentService
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Cloud_DocumentService_DocumentSet implements Countable, IteratorAggregate
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
23
  * @category Zend
24
  * @package Zend_Cloud
25
  * @subpackage DocumentService
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Cloud_DocumentService_DocumentSet implements Countable, IteratorAggregate
lib/Zend/Cloud/DocumentService/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cloud
17
  * @subpackage DocumentService
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Cloud
32
  * @subpackage DocumentService
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cloud_DocumentService_Exception extends Zend_Cloud_Exception
15
  * @category Zend
16
  * @package Zend_Cloud
17
  * @subpackage DocumentService
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
30
  * @category Zend
31
  * @package Zend_Cloud
32
  * @subpackage DocumentService
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cloud_DocumentService_Exception extends Zend_Cloud_Exception
lib/Zend/Cloud/DocumentService/Factory.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cloud
17
  * @subpackage DocumentService
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Cloud
31
  * @subpackage DocumentService
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Cloud_DocumentService_Factory extends Zend_Cloud_AbstractFactory
15
  * @category Zend
16
  * @package Zend_Cloud
17
  * @subpackage DocumentService
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
29
  * @category Zend
30
  * @package Zend_Cloud
31
  * @subpackage DocumentService
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Cloud_DocumentService_Factory extends Zend_Cloud_AbstractFactory
lib/Zend/Cloud/DocumentService/Query.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Cloud
30
  * @subpackage DocumentService
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Cloud_DocumentService_Query
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
28
  * @category Zend
29
  * @package Zend_Cloud
30
  * @subpackage DocumentService
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Cloud_DocumentService_Query
lib/Zend/Cloud/DocumentService/QueryAdapter.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Cloud
36
  * @subpackage DocumentService
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  interface Zend_Cloud_DocumentService_QueryAdapter
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
34
  * @category Zend
35
  * @package Zend_Cloud
36
  * @subpackage DocumentService
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  interface Zend_Cloud_DocumentService_QueryAdapter
lib/Zend/Cloud/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Cloud
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_Cloud
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Cloud_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Cloud
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
28
  /**
29
  * @category Zend
30
  * @package Zend_Cloud
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Cloud_Exception extends Zend_Exception
lib/Zend/Cloud/Infrastructure/Adapter.php CHANGED
@@ -3,7 +3,7 @@
3
  * @category Zend
4
  * @package Zend_Cloud
5
  * @subpackage Infrastructure
6
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
@@ -12,7 +12,7 @@
12
  *
13
  * @package Zend_Cloud
14
  * @subpackage Infrastructure
15
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
16
  * @license http://framework.zend.com/license/new-bsd New BSD License
17
  */
18
  interface Zend_Cloud_Infrastructure_Adapter
3
  * @category Zend
4
  * @package Zend_Cloud
5
  * @subpackage Infrastructure
6
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
12
  *
13
  * @package Zend_Cloud
14
  * @subpackage Infrastructure
15
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
16
  * @license http://framework.zend.com/license/new-bsd New BSD License
17
  */
18
  interface Zend_Cloud_Infrastructure_Adapter
lib/Zend/Cloud/Infrastructure/Adapter/AbstractAdapter.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -26,7 +26,7 @@
26
  * @category Zend
27
  * @package Zend_Cloud_Infrastructure
28
  * @subpackage Adapter
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  abstract class Zend_Cloud_Infrastructure_Adapter_AbstractAdapter implements Zend_Cloud_Infrastructure_Adapter
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage DocumentService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
26
  * @category Zend
27
  * @package Zend_Cloud_Infrastructure
28
  * @subpackage Adapter
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  abstract class Zend_Cloud_Infrastructure_Adapter_AbstractAdapter implements Zend_Cloud_Infrastructure_Adapter
lib/Zend/Cloud/Infrastructure/Adapter/Ec2.php CHANGED
@@ -3,7 +3,7 @@
3
  * @category Zend
4
  * @package Zend_Cloud_Infrastructure
5
  * @subpackage Adapter
6
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
@@ -22,7 +22,7 @@
22
  *
23
  * @package Zend_Cloud_Infrastructure
24
  * @subpackage Adapter
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Cloud_Infrastructure_Adapter_Ec2 extends Zend_Cloud_Infrastructure_Adapter_AbstractAdapter
3
  * @category Zend
4
  * @package Zend_Cloud_Infrastructure
5
  * @subpackage Adapter
6
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
22
  *
23
  * @package Zend_Cloud_Infrastructure
24
  * @subpackage Adapter
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Cloud_Infrastructure_Adapter_Ec2 extends Zend_Cloud_Infrastructure_Adapter_AbstractAdapter
lib/Zend/Cloud/Infrastructure/Adapter/Rackspace.php CHANGED
@@ -3,7 +3,7 @@
3
  * @category Zend
4
  * @package Zend_Cloud_Infrastructure
5
  * @subpackage Adapter
6
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
@@ -19,7 +19,7 @@
19
  *
20
  * @package Zend_Cloud_Infrastructure
21
  * @subpackage Adapter
22
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
23
  * @license http://framework.zend.com/license/new-bsd New BSD License
24
  */
25
  class Zend_Cloud_Infrastructure_Adapter_Rackspace extends Zend_Cloud_Infrastructure_Adapter_AbstractAdapter
3
  * @category Zend
4
  * @package Zend_Cloud_Infrastructure
5
  * @subpackage Adapter
6
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
19
  *
20
  * @package Zend_Cloud_Infrastructure
21
  * @subpackage Adapter
22
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
23
  * @license http://framework.zend.com/license/new-bsd New BSD License
24
  */
25
  class Zend_Cloud_Infrastructure_Adapter_Rackspace extends Zend_Cloud_Infrastructure_Adapter_AbstractAdapter
lib/Zend/Cloud/Infrastructure/Exception.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category Zend
6
  * @package Zend_Cloud
7
  * @subpackage Infrastructure
8
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
9
  * @license http://framework.zend.com/license/new-bsd New BSD License
10
  */
11
 
@@ -18,7 +18,7 @@
18
  * @category Zend
19
  * @package Zend_Cloud
20
  * @subpackage Infrastructure
21
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
22
  * @license http://framework.zend.com/license/new-bsd New BSD License
23
  */
24
  class Zend_Cloud_Infrastructure_Exception extends Zend_Cloud_Exception
5
  * @category Zend
6
  * @package Zend_Cloud
7
  * @subpackage Infrastructure
8
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
9
  * @license http://framework.zend.com/license/new-bsd New BSD License
10
  */
11
 
18
  * @category Zend
19
  * @package Zend_Cloud
20
  * @subpackage Infrastructure
21
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
22
  * @license http://framework.zend.com/license/new-bsd New BSD License
23
  */
24
  class Zend_Cloud_Infrastructure_Exception extends Zend_Cloud_Exception
lib/Zend/Cloud/Infrastructure/Factory.php CHANGED
@@ -3,7 +3,7 @@
3
  * @category Zend
4
  * @package Zend_Cloud
5
  * @subpackage Infrastructure
6
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
@@ -15,7 +15,7 @@
15
  *
16
  * @package Zend_Cloud
17
  * @subpackage Infrastructure
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
  class Zend_Cloud_Infrastructure_Factory extends Zend_Cloud_AbstractFactory
3
  * @category Zend
4
  * @package Zend_Cloud
5
  * @subpackage Infrastructure
6
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
15
  *
16
  * @package Zend_Cloud
17
  * @subpackage Infrastructure
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
  class Zend_Cloud_Infrastructure_Factory extends Zend_Cloud_AbstractFactory
lib/Zend/Cloud/Infrastructure/Image.php CHANGED
@@ -3,7 +3,7 @@
3
  * @category Zend
4
  * @package Zend_Cloud
5
  * @subpackage Infrastructure
6
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
@@ -12,7 +12,7 @@
12
  *
13
  * @package Zend_Cloud
14
  * @subpackage Infrastructure
15
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
16
  * @license http://framework.zend.com/license/new-bsd New BSD License
17
  */
18
  class Zend_Cloud_Infrastructure_Image
3
  * @category Zend
4
  * @package Zend_Cloud
5
  * @subpackage Infrastructure
6
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
12
  *
13
  * @package Zend_Cloud
14
  * @subpackage Infrastructure
15
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
16
  * @license http://framework.zend.com/license/new-bsd New BSD License
17
  */
18
  class Zend_Cloud_Infrastructure_Image
lib/Zend/Cloud/Infrastructure/ImageList.php CHANGED
@@ -3,7 +3,7 @@
3
  * @category Zend
4
  * @package Zend_Cloud
5
  * @subpackage Infrastructure
6
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
@@ -15,7 +15,7 @@
15
  *
16
  * @package Zend_Cloud
17
  * @subpackage Infrastructure
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
  class Zend_Cloud_Infrastructure_ImageList implements Countable, Iterator, ArrayAccess
3
  * @category Zend
4
  * @package Zend_Cloud
5
  * @subpackage Infrastructure
6
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
15
  *
16
  * @package Zend_Cloud
17
  * @subpackage Infrastructure
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
  class Zend_Cloud_Infrastructure_ImageList implements Countable, Iterator, ArrayAccess
lib/Zend/Cloud/Infrastructure/Instance.php CHANGED
@@ -3,7 +3,7 @@
3
  * @category Zend
4
  * @package Zend_Cloud
5
  * @subpackage Infrastructure
6
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
@@ -12,7 +12,7 @@
12
  *
13
  * @package Zend_Cloud
14
  * @subpackage Infrastructure
15
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
16
  * @license http://framework.zend.com/license/new-bsd New BSD License
17
  */
18
  class Zend_Cloud_Infrastructure_Instance
3
  * @category Zend
4
  * @package Zend_Cloud
5
  * @subpackage Infrastructure
6
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
12
  *
13
  * @package Zend_Cloud
14
  * @subpackage Infrastructure
15
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
16
  * @license http://framework.zend.com/license/new-bsd New BSD License
17
  */
18
  class Zend_Cloud_Infrastructure_Instance
lib/Zend/Cloud/Infrastructure/InstanceList.php CHANGED
@@ -3,7 +3,7 @@
3
  * @category Zend
4
  * @package Zend_Cloud
5
  * @subpackage Infrastructure
6
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
@@ -14,7 +14,7 @@
14
  *
15
  * @package Zend_Cloud
16
  * @subpackage Infrastructure
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
  class Zend_Cloud_Infrastructure_InstanceList implements Countable, Iterator, ArrayAccess
3
  * @category Zend
4
  * @package Zend_Cloud
5
  * @subpackage Infrastructure
6
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7
  * @license http://framework.zend.com/license/new-bsd New BSD License
8
  */
9
 
14
  *
15
  * @package Zend_Cloud
16
  * @subpackage Infrastructure
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
  class Zend_Cloud_Infrastructure_InstanceList implements Countable, Iterator, ArrayAccess
lib/Zend/Cloud/OperationNotAvailableException.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Cloud
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -26,7 +26,7 @@
26
  /**
27
  * @category Zend
28
  * @package Zend_Cloud
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Cloud_OperationNotAvailableException extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Cloud
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
26
  /**
27
  * @category Zend
28
  * @package Zend_Cloud
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Cloud_OperationNotAvailableException extends Zend_Exception
lib/Zend/Cloud/QueueService/Adapter.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage QueueService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Cloud
33
  * @subpackage QueueService
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  interface Zend_Cloud_QueueService_Adapter
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage QueueService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
31
  * @category Zend
32
  * @package Zend_Cloud
33
  * @subpackage QueueService
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  interface Zend_Cloud_QueueService_Adapter
lib/Zend/Cloud/QueueService/Adapter/AbstractAdapter.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage QueueService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Cloud
31
  * @subpackage QueueService
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  abstract class Zend_Cloud_QueueService_Adapter_AbstractAdapter
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage QueueService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
29
  * @category Zend
30
  * @package Zend_Cloud
31
  * @subpackage QueueService
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  abstract class Zend_Cloud_QueueService_Adapter_AbstractAdapter
lib/Zend/Cloud/QueueService/Adapter/Sqs.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage QueueService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Cloud
30
  * @subpackage QueueService
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Cloud_QueueService_Adapter_Sqs
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage QueueService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
28
  * @category Zend
29
  * @package Zend_Cloud
30
  * @subpackage QueueService
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Cloud_QueueService_Adapter_Sqs
lib/Zend/Cloud/QueueService/Adapter/WindowsAzure.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage QueueService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -27,7 +27,7 @@
27
  * @category Zend
28
  * @package Zend_Cloud
29
  * @subpackage QueueService
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Cloud_QueueService_Adapter_WindowsAzure
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage QueueService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
27
  * @category Zend
28
  * @package Zend_Cloud
29
  * @subpackage QueueService
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Cloud_QueueService_Adapter_WindowsAzure
lib/Zend/Cloud/QueueService/Adapter/ZendQueue.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage QueueService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -27,7 +27,7 @@
27
  * @category Zend
28
  * @package Zend_Cloud
29
  * @subpackage QueueService
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Cloud_QueueService_Adapter_ZendQueue
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage QueueService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
27
  * @category Zend
28
  * @package Zend_Cloud
29
  * @subpackage QueueService
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Cloud_QueueService_Adapter_ZendQueue
lib/Zend/Cloud/QueueService/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cloud
17
  * @subpackage QueueService
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Cloud
32
  * @subpackage QueueService
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cloud_QueueService_Exception extends Zend_Cloud_Exception
15
  * @category Zend
16
  * @package Zend_Cloud
17
  * @subpackage QueueService
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
30
  * @category Zend
31
  * @package Zend_Cloud
32
  * @subpackage QueueService
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cloud_QueueService_Exception extends Zend_Cloud_Exception
lib/Zend/Cloud/QueueService/Factory.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cloud
17
  * @subpackage QueueService
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -25,7 +25,7 @@
25
  * @category Zend
26
  * @package Zend_Cloud
27
  * @subpackage QueueService
28
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Cloud_QueueService_Factory extends Zend_Cloud_AbstractFactory
15
  * @category Zend
16
  * @package Zend_Cloud
17
  * @subpackage QueueService
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
25
  * @category Zend
26
  * @package Zend_Cloud
27
  * @subpackage QueueService
28
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Cloud_QueueService_Factory extends Zend_Cloud_AbstractFactory
lib/Zend/Cloud/QueueService/Message.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage QueueService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -23,7 +23,7 @@
23
  * @category Zend
24
  * @package Zend_Cloud
25
  * @subpackage QueueService
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Cloud_QueueService_Message
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage QueueService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
23
  * @category Zend
24
  * @package Zend_Cloud
25
  * @subpackage QueueService
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Cloud_QueueService_Message
lib/Zend/Cloud/QueueService/MessageSet.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage QueueService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -23,7 +23,7 @@
23
  * @category Zend
24
  * @package Zend_Cloud
25
  * @subpackage QueueService
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Cloud_QueueService_MessageSet implements Countable, IteratorAggregate
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage QueueService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
23
  * @category Zend
24
  * @package Zend_Cloud
25
  * @subpackage QueueService
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Cloud_QueueService_MessageSet implements Countable, IteratorAggregate
lib/Zend/Cloud/StorageService/Adapter.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage StorageService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -23,7 +23,7 @@
23
  * @category Zend
24
  * @package Zend_Cloud
25
  * @subpackage StorageService
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  interface Zend_Cloud_StorageService_Adapter
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage StorageService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
23
  * @category Zend
24
  * @package Zend_Cloud
25
  * @subpackage StorageService
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  interface Zend_Cloud_StorageService_Adapter
lib/Zend/Cloud/StorageService/Adapter/FileSystem.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage StorageService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -26,7 +26,7 @@
26
  * @category Zend
27
  * @package Zend_Cloud
28
  * @subpackage StorageService
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Cloud_StorageService_Adapter_FileSystem implements Zend_Cloud_StorageService_Adapter
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage StorageService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
26
  * @category Zend
27
  * @package Zend_Cloud
28
  * @subpackage StorageService
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Cloud_StorageService_Adapter_FileSystem implements Zend_Cloud_StorageService_Adapter
lib/Zend/Cloud/StorageService/Adapter/Rackspace.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud_StorageService
15
  * @subpackage Adapter
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Cloud_StorageService
30
  * @subpackage Adapter
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Cloud_StorageService_Adapter_Rackspace
13
  * @category Zend
14
  * @package Zend_Cloud_StorageService
15
  * @subpackage Adapter
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
28
  * @category Zend
29
  * @package Zend_Cloud_StorageService
30
  * @subpackage Adapter
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Cloud_StorageService_Adapter_Rackspace
lib/Zend/Cloud/StorageService/Adapter/S3.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage StorageService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -27,7 +27,7 @@
27
  * @category Zend
28
  * @package Zend_Cloud
29
  * @subpackage StorageService
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Cloud_StorageService_Adapter_S3
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage StorageService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
27
  * @category Zend
28
  * @package Zend_Cloud
29
  * @subpackage StorageService
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Cloud_StorageService_Adapter_S3
lib/Zend/Cloud/StorageService/Adapter/WindowsAzure.php CHANGED
@@ -13,7 +13,7 @@
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage StorageService
16
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Cloud
30
  * @subpackage StorageService
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Cloud_StorageService_Adapter_WindowsAzure
13
  * @category Zend
14
  * @package Zend_Cloud
15
  * @subpackage StorageService
16
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
17
  * @license http://framework.zend.com/license/new-bsd New BSD License
18
  */
19
 
28
  * @category Zend
29
  * @package Zend_Cloud
30
  * @subpackage StorageService
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Cloud_StorageService_Adapter_WindowsAzure
lib/Zend/Cloud/StorageService/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cloud
17
  * @subpackage StorageService
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Cloud
32
  * @subpackage StorageService
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cloud_StorageService_Exception extends Zend_Cloud_Exception
15
  * @category Zend
16
  * @package Zend_Cloud
17
  * @subpackage StorageService
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
30
  * @category Zend
31
  * @package Zend_Cloud
32
  * @subpackage StorageService
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Cloud_StorageService_Exception extends Zend_Cloud_Exception
lib/Zend/Cloud/StorageService/Factory.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Cloud
17
  * @subpackage StorageService
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -25,7 +25,7 @@
25
  * @category Zend
26
  * @package Zend_Cloud
27
  * @subpackage StorageService
28
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Cloud_StorageService_Factory extends Zend_Cloud_AbstractFactory
15
  * @category Zend
16
  * @package Zend_Cloud
17
  * @subpackage StorageService
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
25
  * @category Zend
26
  * @package Zend_Cloud
27
  * @subpackage StorageService
28
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Cloud_StorageService_Factory extends Zend_Cloud_AbstractFactory
lib/Zend/CodeGenerator/Abstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -23,7 +23,7 @@
23
  /**
24
  * @category Zend
25
  * @package Zend_CodeGenerator
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  abstract class Zend_CodeGenerator_Abstract
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
23
  /**
24
  * @category Zend
25
  * @package Zend_CodeGenerator
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  abstract class Zend_CodeGenerator_Abstract
lib/Zend/CodeGenerator/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Exception extends Zend_Exception
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Exception extends Zend_Exception
lib/Zend/CodeGenerator/Php/Abstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  abstract class Zend_CodeGenerator_Php_Abstract extends Zend_CodeGenerator_Abstract
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  abstract class Zend_CodeGenerator_Php_Abstract extends Zend_CodeGenerator_Abstract
lib/Zend/CodeGenerator/Php/Body.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Php_Body extends Zend_CodeGenerator_Abstract
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Php_Body extends Zend_CodeGenerator_Abstract
lib/Zend/CodeGenerator/Php/Class.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -48,7 +48,7 @@
48
  /**
49
  * @category Zend
50
  * @package Zend_CodeGenerator
51
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
52
  * @license http://framework.zend.com/license/new-bsd New BSD License
53
  */
54
  class Zend_CodeGenerator_Php_Class extends Zend_CodeGenerator_Php_Abstract
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
48
  /**
49
  * @category Zend
50
  * @package Zend_CodeGenerator
51
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
52
  * @license http://framework.zend.com/license/new-bsd New BSD License
53
  */
54
  class Zend_CodeGenerator_Php_Class extends Zend_CodeGenerator_Php_Abstract
lib/Zend/CodeGenerator/Php/Docblock.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  /**
34
  * @category Zend
35
  * @package Zend_CodeGenerator
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_CodeGenerator_Php_Docblock extends Zend_CodeGenerator_Php_Abstract
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  /**
34
  * @category Zend
35
  * @package Zend_CodeGenerator
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_CodeGenerator_Php_Docblock extends Zend_CodeGenerator_Php_Abstract
lib/Zend/CodeGenerator/Php/Docblock/Tag.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Php_Docblock_Tag extends Zend_CodeGenerator_Php_Abstract
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Php_Docblock_Tag extends Zend_CodeGenerator_Php_Abstract
lib/Zend/CodeGenerator/Php/Docblock/Tag/License.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Php_Docblock_Tag_License extends Zend_CodeGenerator_Php_Docblock_Tag
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Php_Docblock_Tag_License extends Zend_CodeGenerator_Php_Docblock_Tag
lib/Zend/CodeGenerator/Php/Docblock/Tag/Param.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Php_Docblock_Tag_Param extends Zend_CodeGenerator_Php_Docblock_Tag
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Php_Docblock_Tag_Param extends Zend_CodeGenerator_Php_Docblock_Tag
lib/Zend/CodeGenerator/Php/Docblock/Tag/Return.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Php_Docblock_Tag_Return extends Zend_CodeGenerator_Php_Docblock_Tag
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Php_Docblock_Tag_Return extends Zend_CodeGenerator_Php_Docblock_Tag
lib/Zend/CodeGenerator/Php/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Php_Exception extends Zend_CodeGenerator_Exception
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Php_Exception extends Zend_CodeGenerator_Exception
lib/Zend/CodeGenerator/Php/File.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  /**
34
  * @category Zend
35
  * @package Zend_CodeGenerator
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_CodeGenerator_Php_File extends Zend_CodeGenerator_Php_Abstract
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  /**
34
  * @category Zend
35
  * @package Zend_CodeGenerator
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_CodeGenerator_Php_File extends Zend_CodeGenerator_Php_Abstract
lib/Zend/CodeGenerator/Php/Member/Abstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  /**
34
  * @category Zend
35
  * @package Zend_CodeGenerator
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  abstract class Zend_CodeGenerator_Php_Member_Abstract extends Zend_CodeGenerator_Php_Abstract
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  /**
34
  * @category Zend
35
  * @package Zend_CodeGenerator
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  abstract class Zend_CodeGenerator_Php_Member_Abstract extends Zend_CodeGenerator_Php_Abstract
lib/Zend/CodeGenerator/Php/Member/Container.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -23,7 +23,7 @@
23
  /**
24
  * @category Zend
25
  * @package Zend_CodeGenerator
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_CodeGenerator_Php_Member_Container extends ArrayObject
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
23
  /**
24
  * @category Zend
25
  * @package Zend_CodeGenerator
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_CodeGenerator_Php_Member_Container extends ArrayObject
lib/Zend/CodeGenerator/Php/Method.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -38,7 +38,7 @@
38
  /**
39
  * @category Zend
40
  * @package Zend_CodeGenerator
41
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  class Zend_CodeGenerator_Php_Method extends Zend_CodeGenerator_Php_Member_Abstract
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
38
  /**
39
  * @category Zend
40
  * @package Zend_CodeGenerator
41
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  class Zend_CodeGenerator_Php_Method extends Zend_CodeGenerator_Php_Member_Abstract
lib/Zend/CodeGenerator/Php/Parameter.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  /**
34
  * @category Zend
35
  * @package Zend_CodeGenerator
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_CodeGenerator_Php_Parameter extends Zend_CodeGenerator_Php_Abstract
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  /**
34
  * @category Zend
35
  * @package Zend_CodeGenerator
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_CodeGenerator_Php_Parameter extends Zend_CodeGenerator_Php_Abstract
lib/Zend/CodeGenerator/Php/Parameter/DefaultValue.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage Php
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -26,7 +26,7 @@
26
  * @category Zend
27
  * @package Zend_CodeGenerator
28
  * @subpackage Php
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_CodeGenerator_Php_Parameter_DefaultValue
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage Php
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
26
  * @category Zend
27
  * @package Zend_CodeGenerator
28
  * @subpackage Php
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_CodeGenerator_Php_Parameter_DefaultValue
lib/Zend/CodeGenerator/Php/Property.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  /**
34
  * @category Zend
35
  * @package Zend_CodeGenerator
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_CodeGenerator_Php_Property extends Zend_CodeGenerator_Php_Member_Abstract
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  /**
34
  * @category Zend
35
  * @package Zend_CodeGenerator
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_CodeGenerator_Php_Property extends Zend_CodeGenerator_Php_Member_Abstract
lib/Zend/CodeGenerator/Php/Property/DefaultValue.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Php_Property_DefaultValue extends Zend_CodeGenerator_Php_Abstract
15
  * @category Zend
16
  * @package Zend_CodeGenerator
17
  * @subpackage PHP
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_CodeGenerator
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_CodeGenerator_Php_Property_DefaultValue extends Zend_CodeGenerator_Php_Abstract
lib/Zend/Config.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -23,7 +23,7 @@
23
  /**
24
  * @category Zend
25
  * @package Zend_Config
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Config implements Countable, Iterator
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
23
  /**
24
  * @category Zend
25
  * @package Zend_Config
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Config implements Countable, Iterator
lib/Zend/Config/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Config
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Config_Exception extends Zend_Exception {}
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Config
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Config_Exception extends Zend_Exception {}
lib/Zend/Config/Ini.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  /**
30
  * @category Zend
31
  * @package Zend_Config
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Config_Ini extends Zend_Config
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  /**
30
  * @category Zend
31
  * @package Zend_Config
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Config_Ini extends Zend_Config
lib/Zend/Config/Writer.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend_Config
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  abstract class Zend_Config_Writer
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend_Config
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  abstract class Zend_Config_Writer
lib/Zend/Config/Writer/Array.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Config
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Config_Writer_Array extends Zend_Config_Writer_FileAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Config
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Config_Writer_Array extends Zend_Config_Writer_FileAbstract
lib/Zend/Config/Writer/FileAbstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Config
17
  * @package Writer
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -26,7 +26,7 @@
26
  *
27
  * @category Zend
28
  * @package Zend_package
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  * @version $Id$
32
  */
15
  * @category Zend
16
  * @package Zend_Config
17
  * @package Writer
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
26
  *
27
  * @category Zend
28
  * @package Zend_package
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  * @version $Id$
32
  */
lib/Zend/Config/Writer/Ini.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Config
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Config_Writer_Ini extends Zend_Config_Writer_FileAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Config
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Config_Writer_Ini extends Zend_Config_Writer_FileAbstract
lib/Zend/Config/Writer/Xml.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -32,7 +32,7 @@
32
  /**
33
  * @category Zend
34
  * @package Zend_Config
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Config_Writer_Xml extends Zend_Config_Writer_FileAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
32
  /**
33
  * @category Zend
34
  * @package Zend_Config
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Config_Writer_Xml extends Zend_Config_Writer_FileAbstract
lib/Zend/Config/Xml.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Config
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Config_Xml extends Zend_Config
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Config
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Config_Xml extends Zend_Config
lib/Zend/Config/Yaml.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Config
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Config_Yaml extends Zend_Config
14
  *
15
  * @category Zend
16
  * @package Zend_Config
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Config
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Config_Yaml extends Zend_Config
lib/Zend/Console/Getopt.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Console_Getopt
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -80,7 +80,7 @@
80
  *
81
  * @category Zend
82
  * @package Zend_Console_Getopt
83
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
84
  * @license http://framework.zend.com/license/new-bsd New BSD License
85
  * @version Release: @package_version@
86
  * @since Class available since Release 0.6.0
@@ -731,6 +731,28 @@ class Zend_Console_Getopt
731
  return $this;
732
  }
733
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
734
  /**
735
  * Parse command-line arguments for a single long option.
736
  * A long option is preceded by a double '--' character.
@@ -789,7 +811,7 @@ class Zend_Console_Getopt
789
  $realFlag = $this->_ruleMap[$flag];
790
  switch ($this->_rules[$realFlag]['param']) {
791
  case 'required':
792
- if (count($argv) > 0) {
793
  $param = array_shift($argv);
794
  $this->_checkParameterType($realFlag, $param);
795
  } else {
15
  *
16
  * @category Zend
17
  * @package Zend_Console_Getopt
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
80
  *
81
  * @category Zend
82
  * @package Zend_Console_Getopt
83
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
84
  * @license http://framework.zend.com/license/new-bsd New BSD License
85
  * @version Release: @package_version@
86
  * @since Class available since Release 0.6.0
731
  return $this;
732
  }
733
 
734
+ /**
735
+ * @throws Zend_Console_Getopt_Exception
736
+ */
737
+ public function checkRequiredArguments()
738
+ {
739
+ foreach ($this->_rules as $name => $rule) {
740
+ if ($rule['param'] === 'required') {
741
+ $defined = false;
742
+ foreach ($rule['alias'] as $alias) {
743
+ $defined = $defined === true ? true : array_key_exists($alias, $this->_options);
744
+ }
745
+ if ($defined === false) {
746
+ #require_once 'Zend/Console/Getopt/Exception.php';
747
+ throw new Zend_Console_Getopt_Exception(
748
+ 'Option "$alias" requires a parameter.',
749
+ $this->getUsageMessage()
750
+ );
751
+ }
752
+ }
753
+ }
754
+ }
755
+
756
  /**
757
  * Parse command-line arguments for a single long option.
758
  * A long option is preceded by a double '--' character.
811
  $realFlag = $this->_ruleMap[$flag];
812
  switch ($this->_rules[$realFlag]['param']) {
813
  case 'required':
814
+ if (count($argv) > 0 && substr($argv[0], 0, 1) != '-') {
815
  $param = array_shift($argv);
816
  $this->_checkParameterType($realFlag, $param);
817
  } else {
lib/Zend/Console/Getopt/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Console_Getopt
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  /**
30
  * @category Zend
31
  * @package Zend_Console_Getopt
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Console_Getopt_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Console_Getopt
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  /**
30
  * @category Zend
31
  * @package Zend_Console_Getopt
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Console_Getopt_Exception extends Zend_Exception
lib/Zend/Controller/Action.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -37,7 +37,7 @@
37
  /**
38
  * @category Zend
39
  * @package Zend_Controller
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  abstract class Zend_Controller_Action implements Zend_Controller_Action_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
37
  /**
38
  * @category Zend
39
  * @package Zend_Controller
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  abstract class Zend_Controller_Action implements Zend_Controller_Action_Interface
lib/Zend/Controller/Action/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Controller
33
  * @subpackage Zend_Controller_Action
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Controller_Action_Exception extends Zend_Controller_Exception
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  * @category Zend
32
  * @package Zend_Controller
33
  * @subpackage Zend_Controller_Action
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Controller_Action_Exception extends Zend_Controller_Exception
lib/Zend/Controller/Action/Helper/Abstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Controller
31
  * @subpackage Zend_Controller_Action_Helper
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  abstract class Zend_Controller_Action_Helper_Abstract
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @category Zend
30
  * @package Zend_Controller
31
  * @subpackage Zend_Controller_Action_Helper
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  abstract class Zend_Controller_Action_Helper_Abstract
lib/Zend/Controller/Action/Helper/ActionStack.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Action_Helper_ActionStack extends Zend_Controller_Action_Helper_Abstract
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Action_Helper_ActionStack extends Zend_Controller_Action_Helper_Abstract
lib/Zend/Controller/Action/Helper/AjaxContext.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Action_Helper_AjaxContext extends Zend_Controller_Action_Helper_ContextSwitch
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Action_Helper_AjaxContext extends Zend_Controller_Action_Helper_ContextSwitch
lib/Zend/Controller/Action/Helper/AutoComplete/Abstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  abstract class Zend_Controller_Action_Helper_AutoComplete_Abstract extends Zend_Controller_Action_Helper_Abstract
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  abstract class Zend_Controller_Action_Helper_AutoComplete_Abstract extends Zend_Controller_Action_Helper_Abstract
lib/Zend/Controller/Action/Helper/AutoCompleteDojo.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Action_Helper_AutoCompleteDojo extends Zend_Controller_Action_Helper_AutoComplete_Abstract
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Action_Helper_AutoCompleteDojo extends Zend_Controller_Action_Helper_AutoComplete_Abstract
lib/Zend/Controller/Action/Helper/AutoCompleteScriptaculous.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Action_Helper_AutoCompleteScriptaculous extends Zend_Controller_Action_Helper_AutoComplete_Abstract
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Action_Helper_AutoCompleteScriptaculous extends Zend_Controller_Action_Helper_AutoComplete_Abstract
lib/Zend/Controller/Action/Helper/Cache.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -37,7 +37,7 @@
37
  /**
38
  * @category Zend
39
  * @package Zend_Controller
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Controller_Action_Helper_Cache
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
37
  /**
38
  * @category Zend
39
  * @package Zend_Controller
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Controller_Action_Helper_Cache
lib/Zend/Controller/Action/Helper/ContextSwitch.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Action_Helper_ContextSwitch extends Zend_Controller_Action_Helper_Abstract
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Action_Helper_ContextSwitch extends Zend_Controller_Action_Helper_Abstract
lib/Zend/Controller/Action/Helper/FlashMessenger.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -36,7 +36,7 @@
36
  * @category Zend
37
  * @package Zend_Controller
38
  * @subpackage Zend_Controller_Action_Helper
39
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  * @version $Id$
42
  */
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
36
  * @category Zend
37
  * @package Zend_Controller
38
  * @subpackage Zend_Controller_Action_Helper
39
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  * @version $Id$
42
  */
lib/Zend/Controller/Action/Helper/Json.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Action_Helper_Json extends Zend_Controller_Action_Helper_Abstract
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Action_Helper_Json extends Zend_Controller_Action_Helper_Abstract
lib/Zend/Controller/Action/Helper/Redirector.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Controller
31
  * @subpackage Zend_Controller_Action_Helper
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Controller_Action_Helper_Redirector extends Zend_Controller_Action_Helper_Abstract
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @category Zend
30
  * @package Zend_Controller
31
  * @subpackage Zend_Controller_Action_Helper
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Controller_Action_Helper_Redirector extends Zend_Controller_Action_Helper_Abstract
lib/Zend/Controller/Action/Helper/Url.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Action_Helper_Url extends Zend_Controller_Action_Helper_Abstract
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Zend_Controller_Action_Helper
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Action_Helper_Url extends Zend_Controller_Action_Helper_Abstract
lib/Zend/Controller/Action/Helper/ViewRenderer.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -68,7 +68,7 @@
68
  * @uses Zend_Controller_Action_Helper_Abstract
69
  * @package Zend_Controller
70
  * @subpackage Zend_Controller_Action_Helper
71
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
72
  * @license http://framework.zend.com/license/new-bsd New BSD License
73
  */
74
  class Zend_Controller_Action_Helper_ViewRenderer extends Zend_Controller_Action_Helper_Abstract
@@ -842,7 +842,11 @@ class Zend_Controller_Action_Helper_ViewRenderer extends Zend_Controller_Action_
842
  $request = $this->getRequest();
843
  $dispatcher = $this->getFrontController()->getDispatcher();
844
  $module = $dispatcher->formatModuleName($request->getModuleName());
845
- $controller = $request->getControllerName();
 
 
 
 
846
  $action = $dispatcher->formatActionName($request->getActionName());
847
 
848
  $params = compact('module', 'controller', 'action');
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action_Helper
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
68
  * @uses Zend_Controller_Action_Helper_Abstract
69
  * @package Zend_Controller
70
  * @subpackage Zend_Controller_Action_Helper
71
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
72
  * @license http://framework.zend.com/license/new-bsd New BSD License
73
  */
74
  class Zend_Controller_Action_Helper_ViewRenderer extends Zend_Controller_Action_Helper_Abstract
842
  $request = $this->getRequest();
843
  $dispatcher = $this->getFrontController()->getDispatcher();
844
  $module = $dispatcher->formatModuleName($request->getModuleName());
845
+ $controller = substr(
846
+ $dispatcher->formatControllerName($request->getControllerName()),
847
+ 0,
848
+ -10
849
+ );
850
  $action = $dispatcher->formatActionName($request->getActionName());
851
 
852
  $params = compact('module', 'controller', 'action');
lib/Zend/Controller/Action/HelperBroker.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Controller
36
  * @subpackage Zend_Controller_Action
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Controller_Action_HelperBroker
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  * @category Zend
35
  * @package Zend_Controller
36
  * @subpackage Zend_Controller_Action
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Controller_Action_HelperBroker
lib/Zend/Controller/Action/HelperBroker/PriorityStack.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -24,7 +24,7 @@
24
  * @category Zend
25
  * @package Zend_Controller
26
  * @subpackage Zend_Controller_Action
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  class Zend_Controller_Action_HelperBroker_PriorityStack implements IteratorAggregate, ArrayAccess, Countable
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
24
  * @category Zend
25
  * @package Zend_Controller
26
  * @subpackage Zend_Controller_Action
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  class Zend_Controller_Action_HelperBroker_PriorityStack implements IteratorAggregate, ArrayAccess, Countable
lib/Zend/Controller/Action/Interface.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -24,7 +24,7 @@
24
  * @category Zend
25
  * @package Zend_Controller
26
  * @subpackage Zend_Controller_Action
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Controller_Action_Interface
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Action
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
24
  * @category Zend
25
  * @package Zend_Controller
26
  * @subpackage Zend_Controller_Action
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Controller_Action_Interface
lib/Zend/Controller/Dispatcher/Abstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Dispatcher
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -27,7 +27,7 @@
27
  * @category Zend
28
  * @package Zend_Controller
29
  * @subpackage Dispatcher
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  abstract class Zend_Controller_Dispatcher_Abstract implements Zend_Controller_Dispatcher_Interface
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Dispatcher
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
27
  * @category Zend
28
  * @package Zend_Controller
29
  * @subpackage Dispatcher
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  abstract class Zend_Controller_Dispatcher_Abstract implements Zend_Controller_Dispatcher_Interface
lib/Zend/Controller/Dispatcher/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Dispatcher
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Controller
31
  * @subpackage Dispatcher
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Controller_Dispatcher_Exception extends Zend_Controller_Exception
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Dispatcher
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @category Zend
30
  * @package Zend_Controller
31
  * @subpackage Dispatcher
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Controller_Dispatcher_Exception extends Zend_Controller_Exception
lib/Zend/Controller/Dispatcher/Interface.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Dispatcher
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  /**
34
  * @package Zend_Controller
35
  * @subpackage Dispatcher
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  interface Zend_Controller_Dispatcher_Interface
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Dispatcher
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  /**
34
  * @package Zend_Controller
35
  * @subpackage Dispatcher
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  interface Zend_Controller_Dispatcher_Interface
lib/Zend/Controller/Dispatcher/Standard.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Dispatcher
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Controller
32
  * @subpackage Dispatcher
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Controller_Dispatcher_Standard extends Zend_Controller_Dispatcher_Abstract
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Dispatcher
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  * @category Zend
31
  * @package Zend_Controller
32
  * @subpackage Dispatcher
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Controller_Dispatcher_Standard extends Zend_Controller_Dispatcher_Abstract
lib/Zend/Controller/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Controller
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Controller_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Controller
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Controller_Exception extends Zend_Exception
lib/Zend/Controller/Front.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -32,7 +32,7 @@
32
  /**
33
  * @category Zend
34
  * @package Zend_Controller
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Front
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
32
  /**
33
  * @category Zend
34
  * @package Zend_Controller
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Front
lib/Zend/Controller/Plugin/Abstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Plugins
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -24,7 +24,7 @@
24
  * @category Zend
25
  * @package Zend_Controller
26
  * @subpackage Plugins
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  abstract class Zend_Controller_Plugin_Abstract
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Plugins
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
24
  * @category Zend
25
  * @package Zend_Controller
26
  * @subpackage Plugins
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  abstract class Zend_Controller_Plugin_Abstract
lib/Zend/Controller/Plugin/ActionStack.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Plugins
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Plugins
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  * @version $Id$
38
  */
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Plugins
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
32
  * @category Zend
33
  * @package Zend_Controller
34
  * @subpackage Plugins
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  * @version $Id$
38
  */
lib/Zend/Controller/Plugin/Broker.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Plugins
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -27,7 +27,7 @@
27
  * @category Zend
28
  * @package Zend_Controller
29
  * @subpackage Plugins
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Controller_Plugin_Broker extends Zend_Controller_Plugin_Abstract
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Plugins
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
27
  * @category Zend
28
  * @package Zend_Controller
29
  * @subpackage Plugins
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Controller_Plugin_Broker extends Zend_Controller_Plugin_Abstract
lib/Zend/Controller/Plugin/ErrorHandler.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Plugins
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Controller
32
  * @subpackage Plugins
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Plugins
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
30
  * @category Zend
31
  * @package Zend_Controller
32
  * @subpackage Plugins
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
lib/Zend/Controller/Plugin/PutHandler.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Plugin
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @package Zend_Controller
37
  * @subpackage Zend_Controller_Plugin
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Controller_Plugin_PutHandler extends Zend_Controller_Plugin_Abstract
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Zend_Controller_Plugin
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  *
36
  * @package Zend_Controller
37
  * @subpackage Zend_Controller_Plugin
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Controller_Plugin_PutHandler extends Zend_Controller_Plugin_Abstract
lib/Zend/Controller/Request/Abstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend_Controller
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  abstract class Zend_Controller_Request_Abstract
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend_Controller
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  abstract class Zend_Controller_Request_Abstract
lib/Zend/Controller/Request/Apache404.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
lib/Zend/Controller/Request/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Request
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Controller
31
  * @subpackage Request
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Controller_Request_Exception extends Zend_Controller_Exception
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Request
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @category Zend
30
  * @package Zend_Controller
31
  * @subpackage Request
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Controller_Request_Exception extends Zend_Controller_Exception
lib/Zend/Controller/Request/Http.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -986,8 +986,18 @@ class Zend_Controller_Request_Http extends Zend_Controller_Request_Abstract
986
  }
987
 
988
  // Try to get it from the $_SERVER array first
989
- $temp = 'HTTP_' . strtoupper(str_replace('-', '_', $header));
990
- if (isset($_SERVER[$temp])) {
 
 
 
 
 
 
 
 
 
 
991
  return $_SERVER[$temp];
992
  }
993
 
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
986
  }
987
 
988
  // Try to get it from the $_SERVER array first
989
+ $temp = strtoupper(str_replace('-', '_', $header));
990
+ if (isset($_SERVER['HTTP_' . $temp])) {
991
+ return $_SERVER['HTTP_' . $temp];
992
+ }
993
+
994
+ /*
995
+ * Try to get it from the $_SERVER array on POST request or CGI environment
996
+ * @see https://www.ietf.org/rfc/rfc3875 (4.1.2. and 4.1.3.)
997
+ */
998
+ if (isset($_SERVER[$temp])
999
+ && in_array($temp, array('CONTENT_TYPE', 'CONTENT_LENGTH'))
1000
+ ) {
1001
  return $_SERVER[$temp];
1002
  }
1003
 
lib/Zend/Controller/Request/HttpTestCase.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
lib/Zend/Controller/Request/Simple.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Request
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -27,7 +27,7 @@
27
  * @category Zend
28
  * @package Zend_Controller
29
  * @subpackage Request
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Controller_Request_Simple extends Zend_Controller_Request_Abstract
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Request
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
27
  * @category Zend
28
  * @package Zend_Controller
29
  * @subpackage Request
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Controller_Request_Simple extends Zend_Controller_Request_Abstract
lib/Zend/Controller/Response/Abstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -26,7 +26,7 @@
26
  *
27
  * @package Zend_Controller
28
  * @subpackage Response
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  abstract class Zend_Controller_Response_Abstract
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
26
  *
27
  * @package Zend_Controller
28
  * @subpackage Response
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  abstract class Zend_Controller_Response_Abstract
lib/Zend/Controller/Response/Cli.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -32,7 +32,7 @@
32
  * @uses Zend_Controller_Response_Abstract
33
  * @package Zend_Controller
34
  * @subpackage Response
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Response_Cli extends Zend_Controller_Response_Abstract
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
32
  * @uses Zend_Controller_Response_Abstract
33
  * @package Zend_Controller
34
  * @subpackage Response
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Controller_Response_Cli extends Zend_Controller_Response_Abstract
lib/Zend/Controller/Response/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Request
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @package Zend_Controller
30
  * @subpackage Response
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Controller_Response_Exception extends Zend_Controller_Exception
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Request
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @package Zend_Controller
30
  * @subpackage Response
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Controller_Response_Exception extends Zend_Controller_Exception
lib/Zend/Controller/Response/Http.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
lib/Zend/Controller/Response/HttpTestCase.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
lib/Zend/Controller/Router/Abstract.php CHANGED
@@ -15,12 +15,11 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
22
 
23
-
24
  /** Zend_Controller_Router_Interface */
25
  #require_once 'Zend/Controller/Router/Interface.php';
26
 
@@ -31,7 +30,7 @@
31
  * @category Zend
32
  * @package Zend_Controller
33
  * @subpackage Router
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  abstract class Zend_Controller_Router_Abstract implements Zend_Controller_Router_Interface
@@ -40,9 +39,10 @@ abstract class Zend_Controller_Router_Abstract implements Zend_Controller_Router
40
  * URI delimiter
41
  */
42
  const URI_DELIMITER = '/';
43
-
44
  /**
45
  * Front controller instance
 
46
  * @var Zend_Controller_Front
47
  */
48
  protected $_frontController;
@@ -50,6 +50,7 @@ abstract class Zend_Controller_Router_Abstract implements Zend_Controller_Router
50
  /**
51
  * Array of invocation parameters to use when instantiating action
52
  * controllers
 
53
  * @var array
54
  */
55
  protected $_invokeParams = array();
@@ -58,7 +59,6 @@ abstract class Zend_Controller_Router_Abstract implements Zend_Controller_Router
58
  * Constructor
59
  *
60
  * @param array $params
61
- * @return void
62
  */
63
  public function __construct(array $params = array())
64
  {
@@ -69,13 +69,14 @@ abstract class Zend_Controller_Router_Abstract implements Zend_Controller_Router
69
  * Add or modify a parameter to use when instantiating an action controller
70
  *
71
  * @param string $name
72
- * @param mixed $value
73
- * @return Zend_Controller_Router
74
  */
75
  public function setParam($name, $value)
76
  {
77
- $name = (string) $name;
78
  $this->_invokeParams[$name] = $value;
 
79
  return $this;
80
  }
81
 
@@ -83,11 +84,12 @@ abstract class Zend_Controller_Router_Abstract implements Zend_Controller_Router
83
  * Set parameters to pass to action controller constructors
84
  *
85
  * @param array $params
86
- * @return Zend_Controller_Router
87
  */
88
  public function setParams(array $params)
89
  {
90
  $this->_invokeParams = array_merge($this->_invokeParams, $params);
 
91
  return $this;
92
  }
93
 
@@ -99,7 +101,7 @@ abstract class Zend_Controller_Router_Abstract implements Zend_Controller_Router
99
  */
100
  public function getParam($name)
101
  {
102
- if(isset($this->_invokeParams[$name])) {
103
  return $this->_invokeParams[$name];
104
  }
105
 
@@ -124,7 +126,7 @@ abstract class Zend_Controller_Router_Abstract implements Zend_Controller_Router
124
  * each.
125
  *
126
  * @param null|string|array single key or array of keys for params to clear
127
- * @return Zend_Controller_Router
128
  */
129
  public function clearParams($name = null)
130
  {
@@ -157,6 +159,7 @@ abstract class Zend_Controller_Router_Abstract implements Zend_Controller_Router
157
 
158
  #require_once 'Zend/Controller/Front.php';
159
  $this->_frontController = Zend_Controller_Front::getInstance();
 
160
  return $this->_frontController;
161
  }
162
 
@@ -169,7 +172,7 @@ abstract class Zend_Controller_Router_Abstract implements Zend_Controller_Router
169
  public function setFrontController(Zend_Controller_Front $controller)
170
  {
171
  $this->_frontController = $controller;
 
172
  return $this;
173
  }
174
-
175
  }
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
22
 
 
23
  /** Zend_Controller_Router_Interface */
24
  #require_once 'Zend/Controller/Router/Interface.php';
25
 
30
  * @category Zend
31
  * @package Zend_Controller
32
  * @subpackage Router
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  abstract class Zend_Controller_Router_Abstract implements Zend_Controller_Router_Interface
39
  * URI delimiter
40
  */
41
  const URI_DELIMITER = '/';
42
+
43
  /**
44
  * Front controller instance
45
+ *
46
  * @var Zend_Controller_Front
47
  */
48
  protected $_frontController;
50
  /**
51
  * Array of invocation parameters to use when instantiating action
52
  * controllers
53
+ *
54
  * @var array
55
  */
56
  protected $_invokeParams = array();
59
  * Constructor
60
  *
61
  * @param array $params
 
62
  */
63
  public function __construct(array $params = array())
64
  {
69
  * Add or modify a parameter to use when instantiating an action controller
70
  *
71
  * @param string $name
72
+ * @param mixed $value
73
+ * @return Zend_Controller_Router_Abstract
74
  */
75
  public function setParam($name, $value)
76
  {
77
+ $name = (string)$name;
78
  $this->_invokeParams[$name] = $value;
79
+
80
  return $this;
81
  }
82
 
84
  * Set parameters to pass to action controller constructors
85
  *
86
  * @param array $params
87
+ * @return Zend_Controller_Router_Abstract
88
  */
89
  public function setParams(array $params)
90
  {
91
  $this->_invokeParams = array_merge($this->_invokeParams, $params);
92
+
93
  return $this;
94
  }
95
 
101
  */
102
  public function getParam($name)
103
  {
104
+ if (isset($this->_invokeParams[$name])) {
105
  return $this->_invokeParams[$name];
106
  }
107
 
126
  * each.
127
  *
128
  * @param null|string|array single key or array of keys for params to clear
129
+ * @return Zend_Controller_Router_Abstract
130
  */
131
  public function clearParams($name = null)
132
  {
159
 
160
  #require_once 'Zend/Controller/Front.php';
161
  $this->_frontController = Zend_Controller_Front::getInstance();
162
+
163
  return $this->_frontController;
164
  }
165
 
172
  public function setFrontController(Zend_Controller_Front $controller)
173
  {
174
  $this->_frontController = $controller;
175
+
176
  return $this;
177
  }
 
178
  }
lib/Zend/Controller/Router/Exception.php CHANGED
@@ -15,22 +15,21 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
22
 
23
-
24
  /** Zend_Controller_Exception */
25
  #require_once 'Zend/Controller/Exception.php';
26
 
27
-
28
  /**
29
  * @package Zend_Controller
30
  * @subpackage Router
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Controller_Router_Exception extends Zend_Controller_Exception
35
- {}
 
36
 
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
22
 
 
23
  /** Zend_Controller_Exception */
24
  #require_once 'Zend/Controller/Exception.php';
25
 
 
26
  /**
27
  * @package Zend_Controller
28
  * @subpackage Router
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Controller_Router_Exception extends Zend_Controller_Exception
33
+ {
34
+ }
35
 
lib/Zend/Controller/Router/Interface.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -23,7 +23,7 @@
23
  /**
24
  * @package Zend_Controller
25
  * @subpackage Router
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  interface Zend_Controller_Router_Interface
@@ -54,9 +54,9 @@ interface Zend_Controller_Router_Interface
54
  * Encode tells to url encode resulting path parts.
55
  *
56
  * @param array $userParams Options passed by a user used to override parameters
57
- * @param mixed $name The name of a Route to use
58
- * @param bool $reset Whether to reset to the route defaults ignoring URL params
59
- * @param bool $encode Tells to encode URL parts on output
60
  * @throws Zend_Controller_Router_Exception
61
  * @return string Resulting URL path
62
  */
@@ -81,7 +81,7 @@ interface Zend_Controller_Router_Interface
81
  * Add or modify a parameter with which to instantiate any helper objects
82
  *
83
  * @param string $name
84
- * @param mixed $param
85
  * @return Zend_Controller_Router_Interface
86
  */
87
  public function setParam($name, $value);
@@ -120,5 +120,4 @@ interface Zend_Controller_Router_Interface
120
  * @return Zend_Controller_Router_Interface
121
  */
122
  public function clearParams($name = null);
123
-
124
  }
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
23
  /**
24
  * @package Zend_Controller
25
  * @subpackage Router
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  interface Zend_Controller_Router_Interface
54
  * Encode tells to url encode resulting path parts.
55
  *
56
  * @param array $userParams Options passed by a user used to override parameters
57
+ * @param mixed $name The name of a Route to use
58
+ * @param bool $reset Whether to reset to the route defaults ignoring URL params
59
+ * @param bool $encode Tells to encode URL parts on output
60
  * @throws Zend_Controller_Router_Exception
61
  * @return string Resulting URL path
62
  */
81
  * Add or modify a parameter with which to instantiate any helper objects
82
  *
83
  * @param string $name
84
+ * @param mixed $value
85
  * @return Zend_Controller_Router_Interface
86
  */
87
  public function setParam($name, $value);
120
  * @return Zend_Controller_Router_Interface
121
  */
122
  public function clearParams($name = null);
 
123
  }
lib/Zend/Controller/Router/Rewrite.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
@@ -31,7 +31,7 @@
31
  *
32
  * @package Zend_Controller
33
  * @subpackage Router
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  * @see http://manuals.rubyonrails.com/read/chapter/65
37
  */
@@ -55,7 +55,7 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
55
  /**
56
  * Currently matched route
57
  *
58
- * @var Zend_Controller_Router_Route_Interface
59
  */
60
  protected $_currentRoute = null;
61
 
@@ -90,7 +90,7 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
90
  {
91
  if (!$this->hasRoute('default')) {
92
  $dispatcher = $this->getFrontController()->getDispatcher();
93
- $request = $this->getFrontController()->getRequest();
94
 
95
  #require_once 'Zend/Controller/Router/Route/Module.php';
96
  $compat = new Zend_Controller_Router_Route_Module(array(), $dispatcher, $request);
@@ -106,8 +106,8 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
106
  *
107
  * If route contains method setRequest(), it is initialized with a request object
108
  *
109
- * @param string $name Name of the route
110
- * @param Zend_Controller_Router_Route_Interface $route Instance of the route
111
  * @return Zend_Controller_Router_Rewrite
112
  */
113
  public function addRoute($name, Zend_Controller_Router_Route_Interface $route)
@@ -127,7 +127,8 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
127
  * @param array $routes Array of routes with names as keys and routes as values
128
  * @return Zend_Controller_Router_Rewrite
129
  */
130
- public function addRoutes($routes) {
 
131
  foreach ($routes as $name => $route) {
132
  $this->addRoute($name, $route);
133
  }
@@ -215,7 +216,12 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
215
  Zend_Loader::loadClass($class);
216
  }
217
 
218
- $route = call_user_func(array($class, 'getInstance'), $info);
 
 
 
 
 
219
 
220
  if (isset($info->abstract) && $info->abstract && method_exists($route, 'isAbstract')) {
221
  $route->isAbstract(true);
@@ -232,9 +238,11 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
232
  * @param Zend_Config $childRoutesInfo
233
  * @return void
234
  */
235
- protected function _addChainRoutesFromConfig($name,
236
- Zend_Controller_Router_Route_Interface $route,
237
- Zend_Config $childRoutesInfo)
 
 
238
  {
239
  foreach ($childRoutesInfo as $childRouteName => $childRouteInfo) {
240
  if (is_string($childRouteInfo)) {
@@ -283,7 +291,6 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
283
  /**
284
  * Remove all standard default routes
285
  *
286
- * @param Zend_Controller_Router_Route_Interface Route
287
  * @return Zend_Controller_Router_Rewrite
288
  */
289
  public function removeDefaultRoutes()
@@ -333,6 +340,7 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
333
  #require_once 'Zend/Controller/Router/Exception.php';
334
  throw new Zend_Controller_Router_Exception("Current route is not defined");
335
  }
 
336
  return $this->getRoute($this->_currentRoute);
337
  }
338
 
@@ -340,7 +348,7 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
340
  * Retrieve a name of currently matched route
341
  *
342
  * @throws Zend_Controller_Router_Exception
343
- * @return Zend_Controller_Router_Route_Interface Route object
344
  */
345
  public function getCurrentRouteName()
346
  {
@@ -348,6 +356,7 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
348
  #require_once 'Zend/Controller/Router/Exception.php';
349
  throw new Zend_Controller_Router_Exception("Current route is not defined");
350
  }
 
351
  return $this->_currentRoute;
352
  }
353
 
@@ -365,6 +374,7 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
365
  * Find a matching route to the current PATH_INFO and inject
366
  * returning values to the Request object.
367
  *
 
368
  * @throws Zend_Controller_Router_Exception
369
  * @return Zend_Controller_Request_Abstract Request object
370
  */
@@ -372,7 +382,9 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
372
  {
373
  if (!$request instanceof Zend_Controller_Request_Http) {
374
  #require_once 'Zend/Controller/Router/Exception.php';
375
- throw new Zend_Controller_Router_Exception('Zend_Controller_Router_Rewrite requires a Zend_Controller_Request_Http-based request object');
 
 
376
  }
377
 
378
  if ($this->_useDefaultRoutes) {
@@ -403,22 +415,29 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
403
  }
404
  }
405
 
406
- if (!$routeMatched) {
407
- #require_once 'Zend/Controller/Router/Exception.php';
408
- throw new Zend_Controller_Router_Exception('No route matched the request', 404);
409
- }
410
 
411
- if($this->_useCurrentParamsAsGlobal) {
412
  $params = $request->getParams();
413
- foreach($params as $param => $value) {
414
  $this->setGlobalParam($param, $value);
415
  }
416
  }
417
 
418
  return $request;
419
-
420
  }
421
 
 
 
 
 
 
 
 
 
422
  protected function _setRequestParams($request, $params)
423
  {
424
  foreach ($params as $param => $value) {
@@ -434,7 +453,6 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
434
  if ($param === $request->getActionKey()) {
435
  $request->setActionName($value);
436
  }
437
-
438
  }
439
  }
440
 
@@ -442,9 +460,9 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
442
  * Generates a URL path that can be used in URL creation, redirection, etc.
443
  *
444
  * @param array $userParams Options passed by a user used to override parameters
445
- * @param mixed $name The name of a Route to use
446
- * @param bool $reset Whether to reset to the route defaults ignoring URL params
447
- * @param bool $encode Tells to encode URL parts on output
448
  * @throws Zend_Controller_Router_Exception
449
  * @return string Resulting absolute URL path
450
  */
@@ -454,7 +472,7 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
454
  #require_once 'Zend/Controller/Router/Exception.php';
455
  throw new Zend_Controller_Router_Exception('userParams must be an array');
456
  }
457
-
458
  if ($name == null) {
459
  try {
460
  $name = $this->getCurrentRouteName();
@@ -480,7 +498,7 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
480
  * Set a global parameter
481
  *
482
  * @param string $name
483
- * @param mixed $value
484
  * @return Zend_Controller_Router_Rewrite
485
  */
486
  public function setGlobalParam($name, $value)
@@ -496,7 +514,8 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
496
  * @param string $separator The separator to use
497
  * @return Zend_Controller_Router_Rewrite
498
  */
499
- public function setChainNameSeparator($separator) {
 
500
  $this->_chainNameSeparator = $separator;
501
 
502
  return $this;
@@ -507,7 +526,8 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
507
  *
508
  * @return string
509
  */
510
- public function getChainNameSeparator() {
 
511
  return $this->_chainNameSeparator;
512
  }
513
 
@@ -515,19 +535,20 @@ class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract
515
  * Determines/returns whether to use the request parameters as global parameters.
516
  *
517
  * @param boolean|null $use
518
- * Null/unset when you want to retrieve the current state.
519
- * True when request parameters should be global, false otherwise
520
  * @return boolean|Zend_Controller_Router_Rewrite
521
  * Returns a boolean if first param isn't set, returns an
522
  * instance of Zend_Controller_Router_Rewrite otherwise.
523
  *
524
  */
525
- public function useRequestParametersAsGlobal($use = null) {
526
- if($use === null) {
 
527
  return $this->_useCurrentParamsAsGlobal;
528
  }
529
 
530
- $this->_useCurrentParamsAsGlobal = (bool) $use;
531
 
532
  return $this;
533
  }
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
31
  *
32
  * @package Zend_Controller
33
  * @subpackage Router
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  * @see http://manuals.rubyonrails.com/read/chapter/65
37
  */
55
  /**
56
  * Currently matched route
57
  *
58
+ * @var string
59
  */
60
  protected $_currentRoute = null;
61
 
90
  {
91
  if (!$this->hasRoute('default')) {
92
  $dispatcher = $this->getFrontController()->getDispatcher();
93
+ $request = $this->getFrontController()->getRequest();
94
 
95
  #require_once 'Zend/Controller/Router/Route/Module.php';
96
  $compat = new Zend_Controller_Router_Route_Module(array(), $dispatcher, $request);
106
  *
107
  * If route contains method setRequest(), it is initialized with a request object
108
  *
109
+ * @param string $name Name of the route
110
+ * @param Zend_Controller_Router_Route_Interface $route Instance of the route
111
  * @return Zend_Controller_Router_Rewrite
112
  */
113
  public function addRoute($name, Zend_Controller_Router_Route_Interface $route)
127
  * @param array $routes Array of routes with names as keys and routes as values
128
  * @return Zend_Controller_Router_Rewrite
129
  */
130
+ public function addRoutes($routes)
131
+ {
132
  foreach ($routes as $name => $route) {
133
  $this->addRoute($name, $route);
134
  }
216
  Zend_Loader::loadClass($class);
217
  }
218
 
219
+ $route = call_user_func(
220
+ array(
221
+ $class,
222
+ 'getInstance'
223
+ ), $info
224
+ );
225
 
226
  if (isset($info->abstract) && $info->abstract && method_exists($route, 'isAbstract')) {
227
  $route->isAbstract(true);
238
  * @param Zend_Config $childRoutesInfo
239
  * @return void
240
  */
241
+ protected function _addChainRoutesFromConfig(
242
+ $name,
243
+ Zend_Controller_Router_Route_Interface $route,
244
+ Zend_Config $childRoutesInfo
245
+ )
246
  {
247
  foreach ($childRoutesInfo as $childRouteName => $childRouteInfo) {
248
  if (is_string($childRouteInfo)) {
291
  /**
292
  * Remove all standard default routes
293
  *
 
294
  * @return Zend_Controller_Router_Rewrite
295
  */
296
  public function removeDefaultRoutes()
340
  #require_once 'Zend/Controller/Router/Exception.php';
341
  throw new Zend_Controller_Router_Exception("Current route is not defined");
342
  }
343
+
344
  return $this->getRoute($this->_currentRoute);
345
  }
346
 
348
  * Retrieve a name of currently matched route
349
  *
350
  * @throws Zend_Controller_Router_Exception
351
+ * @return string Route name
352
  */
353
  public function getCurrentRouteName()
354
  {
356
  #require_once 'Zend/Controller/Router/Exception.php';
357
  throw new Zend_Controller_Router_Exception("Current route is not defined");
358
  }
359
+
360
  return $this->_currentRoute;
361
  }
362
 
374
  * Find a matching route to the current PATH_INFO and inject
375
  * returning values to the Request object.
376
  *
377
+ * @param Zend_Controller_Request_Abstract $request
378
  * @throws Zend_Controller_Router_Exception
379
  * @return Zend_Controller_Request_Abstract Request object
380
  */
382
  {
383
  if (!$request instanceof Zend_Controller_Request_Http) {
384
  #require_once 'Zend/Controller/Router/Exception.php';
385
+ throw new Zend_Controller_Router_Exception(
386
+ 'Zend_Controller_Router_Rewrite requires a Zend_Controller_Request_Http-based request object'
387
+ );
388
  }
389
 
390
  if ($this->_useDefaultRoutes) {
415
  }
416
  }
417
 
418
+ if (!$routeMatched) {
419
+ #require_once 'Zend/Controller/Router/Exception.php';
420
+ throw new Zend_Controller_Router_Exception('No route matched the request', 404);
421
+ }
422
 
423
+ if ($this->_useCurrentParamsAsGlobal) {
424
  $params = $request->getParams();
425
+ foreach ($params as $param => $value) {
426
  $this->setGlobalParam($param, $value);
427
  }
428
  }
429
 
430
  return $request;
 
431
  }
432
 
433
+ /**
434
+ * Sets parameters for request object
435
+ *
436
+ * Module name, controller name and action name
437
+ *
438
+ * @param Zend_Controller_Request_Abstract $request
439
+ * @param array $params
440
+ */
441
  protected function _setRequestParams($request, $params)
442
  {
443
  foreach ($params as $param => $value) {
453
  if ($param === $request->getActionKey()) {
454
  $request->setActionName($value);
455
  }
 
456
  }
457
  }
458
 
460
  * Generates a URL path that can be used in URL creation, redirection, etc.
461
  *
462
  * @param array $userParams Options passed by a user used to override parameters
463
+ * @param mixed $name The name of a Route to use
464
+ * @param bool $reset Whether to reset to the route defaults ignoring URL params
465
+ * @param bool $encode Tells to encode URL parts on output
466
  * @throws Zend_Controller_Router_Exception
467
  * @return string Resulting absolute URL path
468
  */
472
  #require_once 'Zend/Controller/Router/Exception.php';
473
  throw new Zend_Controller_Router_Exception('userParams must be an array');
474
  }
475
+
476
  if ($name == null) {
477
  try {
478
  $name = $this->getCurrentRouteName();
498
  * Set a global parameter
499
  *
500
  * @param string $name
501
+ * @param mixed $value
502
  * @return Zend_Controller_Router_Rewrite
503
  */
504
  public function setGlobalParam($name, $value)
514
  * @param string $separator The separator to use
515
  * @return Zend_Controller_Router_Rewrite
516
  */
517
+ public function setChainNameSeparator($separator)
518
+ {
519
  $this->_chainNameSeparator = $separator;
520
 
521
  return $this;
526
  *
527
  * @return string
528
  */
529
+ public function getChainNameSeparator()
530
+ {
531
  return $this->_chainNameSeparator;
532
  }
533
 
535
  * Determines/returns whether to use the request parameters as global parameters.
536
  *
537
  * @param boolean|null $use
538
+ * Null/unset when you want to retrieve the current state.
539
+ * True when request parameters should be global, false otherwise
540
  * @return boolean|Zend_Controller_Router_Rewrite
541
  * Returns a boolean if first param isn't set, returns an
542
  * instance of Zend_Controller_Router_Rewrite otherwise.
543
  *
544
  */
545
+ public function useRequestParametersAsGlobal($use = null)
546
+ {
547
+ if ($use === null) {
548
  return $this->_useCurrentParamsAsGlobal;
549
  }
550
 
551
+ $this->_useCurrentParamsAsGlobal = (bool)$use;
552
 
553
  return $this;
554
  }
lib/Zend/Controller/Router/Route.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
@@ -28,12 +28,13 @@
28
  *
29
  * @package Zend_Controller
30
  * @subpackage Router
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @see http://manuals.rubyonrails.com/read/chapter/65
34
  */
35
  class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
36
  {
 
37
  /**
38
  * Default translator
39
  *
@@ -77,12 +78,16 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
77
  protected $_translatable = array();
78
 
79
  protected $_urlVariable = ':';
 
80
  protected $_urlDelimiter = self::URI_DELIMITER;
 
81
  protected $_regexDelimiter = '#';
 
82
  protected $_defaultRegex = null;
83
 
84
  /**
85
  * Holds names of all route's pattern variable names. Array index holds a position in URL.
 
86
  * @var array
87
  */
88
  protected $_variables = array();
@@ -91,12 +96,14 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
91
  * Holds Route patterns for all URL parts. In case of a variable it stores it's regex
92
  * requirement or null. In case of a static part, it holds only it's direct value.
93
  * In case of a wildcard, it stores an asterisk (*)
 
94
  * @var array
95
  */
96
  protected $_parts = array();
97
 
98
  /**
99
  * Holds user submitted default values for route's variables. Name and value pairs.
 
100
  * @var array
101
  */
102
  protected $_defaults = array();
@@ -104,6 +111,7 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
104
  /**
105
  * Holds user submitted regular expression patterns for route's variables' values.
106
  * Name and value pairs.
 
107
  * @var array
108
  */
109
  protected $_requirements = array();
@@ -111,6 +119,7 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
111
  /**
112
  * Associative array filled on match() that holds matched path values
113
  * for given variable names.
 
114
  * @var array
115
  */
116
  protected $_values = array();
@@ -118,6 +127,7 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
118
  /**
119
  * Associative array filled on match() that holds wildcard variable
120
  * names and values.
 
121
  * @var array
122
  */
123
  protected $_wildcardData = array();
@@ -125,11 +135,13 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
125
  /**
126
  * Helper var that holds a count of route pattern's static parts
127
  * for validation
 
128
  * @var int
129
  */
130
  protected $_staticCount = 0;
131
 
132
- public function getVersion() {
 
133
  return 1;
134
  }
135
 
@@ -137,11 +149,13 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
137
  * Instantiates route based on passed Zend_Config structure
138
  *
139
  * @param Zend_Config $config Configuration object
 
140
  */
141
  public static function getInstance(Zend_Config $config)
142
  {
143
  $reqs = ($config->reqs instanceof Zend_Config) ? $config->reqs->toArray() : array();
144
  $defs = ($config->defaults instanceof Zend_Config) ? $config->defaults->toArray() : array();
 
145
  return new self($config->route, $defs, $reqs);
146
  }
147
 
@@ -150,16 +164,19 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
150
  * to a corresponding atomic parts. These parts are assigned
151
  * a position which is later used for matching and preparing values.
152
  *
153
- * @param string $route Map used to match with later submitted URL path
154
- * @param array $defaults Defaults for map variables with keys as variable names
155
- * @param array $reqs Regular expression requirements for variables (keys as variable names)
156
  * @param Zend_Translate $translator Translator to use for this instance
 
157
  */
158
- public function __construct($route, $defaults = array(), $reqs = array(), Zend_Translate $translator = null, $locale = null)
 
 
159
  {
160
  $route = trim($route, $this->_urlDelimiter);
161
- $this->_defaults = (array) $defaults;
162
- $this->_requirements = (array) $reqs;
163
  $this->_translator = $translator;
164
  $this->_locale = $locale;
165
 
@@ -199,7 +216,9 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
199
  * Matches a user submitted path with parts defined by a map. Assigns and
200
  * returns an array of variables on a successful match.
201
  *
202
- * @param string $path Path used to match against this routing map
 
 
203
  * @return array|false An array of assigned values or a false on a mismatch
204
  */
205
  public function match($path, $partial = false)
@@ -234,10 +253,12 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
234
  // If it's a wildcard, get the rest of URL as wildcard data and stop matching
235
  if ($this->_parts[$pos] == '*') {
236
  $count = count($path);
237
- for($i = $pos; $i < $count; $i+=2) {
238
  $var = urldecode($path[$i]);
239
- if (!isset($this->_wildcardData[$var]) && !isset($this->_defaults[$var]) && !isset($values[$var])) {
240
- $this->_wildcardData[$var] = (isset($path[$i+1])) ? urldecode($path[$i+1]) : null;
 
 
241
  }
242
  }
243
 
@@ -250,7 +271,11 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
250
 
251
  // Translate value if required
252
  $part = $this->_parts[$pos];
253
- if ($this->_isTranslated && (substr($part, 0, 1) === '@' && substr($part, 1, 1) !== '@' && $name === null) || $name !== null && in_array($name, $this->_translatable)) {
 
 
 
 
254
  if (substr($part, 0, 1) === '@') {
255
  $part = substr($part, 1);
256
  }
@@ -270,7 +295,11 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
270
  }
271
 
272
  // If it's a variable with requirement, match a regex. If not - everything matches
273
- if ($part !== null && !preg_match($this->_regexDelimiter . '^' . $part . '$' . $this->_regexDelimiter . 'iu', $pathPart)) {
 
 
 
 
274
  return false;
275
  }
276
 
@@ -305,14 +334,16 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
305
  $this->_values = $values;
306
 
307
  return $return;
308
-
309
  }
310
 
311
  /**
312
  * Assembles user submitted parameters forming a URL path defined by this route
313
  *
314
- * @param array $data An array of variable and value pairs used as parameters
315
  * @param boolean $reset Whether or not to set route defaults with those provided in $data
 
 
 
316
  * @return string Route path with user submitted parameters
317
  */
318
  public function assemble($data = array(), $reset = false, $encode = false, $partial = false)
@@ -374,13 +405,15 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
374
  $url[$key] = $part;
375
  }
376
  } else {
377
- if (!$reset) $data += $this->_wildcardData;
 
 
378
  $defaults = $this->getDefaults();
379
  foreach ($data as $var => $value) {
380
  if ($value !== null && (!isset($defaults[$var]) || $value != $defaults[$var])) {
381
  $url[$key++] = $var;
382
  $url[$key++] = $value;
383
- $flag = true;
384
  }
385
  }
386
  }
@@ -394,20 +427,23 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
394
  if (isset($this->_variables[$key])) {
395
  $defaultValue = $this->getDefault($this->_variables[$key]);
396
 
397
- if ($this->_isTranslated && $defaultValue !== null && isset($this->_translatable[$this->_variables[$key]])) {
 
 
398
  $defaultValue = $translator->translate($defaultValue, $locale);
399
  }
400
  }
401
 
402
  if ($flag || $value !== $defaultValue || $partial) {
403
- if ($encode) $value = urlencode($value);
 
 
404
  $return = $this->_urlDelimiter . $value . $return;
405
- $flag = true;
406
  }
407
  }
408
 
409
  return trim($return, $this->_urlDelimiter);
410
-
411
  }
412
 
413
  /**
@@ -416,10 +452,12 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
416
  * @param string $name Array key of the parameter
417
  * @return string Previously set default
418
  */
419
- public function getDefault($name) {
 
420
  if (isset($this->_defaults[$name])) {
421
  return $this->_defaults[$name];
422
  }
 
423
  return null;
424
  }
425
 
@@ -428,7 +466,8 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
428
  *
429
  * @return array Route defaults
430
  */
431
- public function getDefaults() {
 
432
  return $this->_defaults;
433
  }
434
 
@@ -484,17 +523,19 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
484
  {
485
  if ($this->_translator !== null) {
486
  return $this->_translator;
487
- } else if (($translator = self::getDefaultTranslator()) !== null) {
488
- return $translator;
489
  } else {
490
- try {
491
- $translator = Zend_Registry::get('Zend_Translate');
492
- } catch (Zend_Exception $e) {
493
- $translator = null;
494
- }
495
-
496
- if ($translator instanceof Zend_Translate) {
497
  return $translator;
 
 
 
 
 
 
 
 
 
 
498
  }
499
  }
500
 
@@ -543,17 +584,19 @@ class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
543
  {
544
  if ($this->_locale !== null) {
545
  return $this->_locale;
546
- } else if (($locale = self::getDefaultLocale()) !== null) {
547
- return $locale;
548
  } else {
549
- try {
550
- $locale = Zend_Registry::get('Zend_Locale');
551
- } catch (Zend_Exception $e) {
552
- $locale = null;
553
- }
554
-
555
- if ($locale !== null) {
556
  return $locale;
 
 
 
 
 
 
 
 
 
 
557
  }
558
  }
559
 
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
28
  *
29
  * @package Zend_Controller
30
  * @subpackage Router
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @see http://manuals.rubyonrails.com/read/chapter/65
34
  */
35
  class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract
36
  {
37
+
38
  /**
39
  * Default translator
40
  *
78
  protected $_translatable = array();
79
 
80
  protected $_urlVariable = ':';
81
+
82
  protected $_urlDelimiter = self::URI_DELIMITER;
83
+
84
  protected $_regexDelimiter = '#';
85
+
86
  protected $_defaultRegex = null;
87
 
88
  /**
89
  * Holds names of all route's pattern variable names. Array index holds a position in URL.
90
+ *
91
  * @var array
92
  */
93
  protected $_variables = array();
96
  * Holds Route patterns for all URL parts. In case of a variable it stores it's regex
97
  * requirement or null. In case of a static part, it holds only it's direct value.
98
  * In case of a wildcard, it stores an asterisk (*)
99
+ *
100
  * @var array
101
  */
102
  protected $_parts = array();
103
 
104
  /**
105
  * Holds user submitted default values for route's variables. Name and value pairs.
106
+ *
107
  * @var array
108
  */
109
  protected $_defaults = array();
111
  /**
112
  * Holds user submitted regular expression patterns for route's variables' values.
113
  * Name and value pairs.
114
+ *
115
  * @var array
116
  */
117
  protected $_requirements = array();
119
  /**
120
  * Associative array filled on match() that holds matched path values
121
  * for given variable names.
122
+ *
123
  * @var array
124
  */
125
  protected $_values = array();
127
  /**
128
  * Associative array filled on match() that holds wildcard variable
129
  * names and values.
130
+ *
131
  * @var array
132
  */
133
  protected $_wildcardData = array();
135
  /**
136
  * Helper var that holds a count of route pattern's static parts
137
  * for validation
138
+ *
139
  * @var int
140
  */
141
  protected $_staticCount = 0;
142
 
143
+ public function getVersion()
144
+ {
145
  return 1;
146
  }
147
 
149
  * Instantiates route based on passed Zend_Config structure
150
  *
151
  * @param Zend_Config $config Configuration object
152
+ * @return Zend_Controller_Router_Route
153
  */
154
  public static function getInstance(Zend_Config $config)
155
  {
156
  $reqs = ($config->reqs instanceof Zend_Config) ? $config->reqs->toArray() : array();
157
  $defs = ($config->defaults instanceof Zend_Config) ? $config->defaults->toArray() : array();
158
+
159
  return new self($config->route, $defs, $reqs);
160
  }
161
 
164
  * to a corresponding atomic parts. These parts are assigned
165
  * a position which is later used for matching and preparing values.
166
  *
167
+ * @param string $route Map used to match with later submitted URL path
168
+ * @param array $defaults Defaults for map variables with keys as variable names
169
+ * @param array $reqs Regular expression requirements for variables (keys as variable names)
170
  * @param Zend_Translate $translator Translator to use for this instance
171
+ * @param mixed|null $locale
172
  */
173
+ public function __construct(
174
+ $route, $defaults = array(), $reqs = array(), Zend_Translate $translator = null, $locale = null
175
+ )
176
  {
177
  $route = trim($route, $this->_urlDelimiter);
178
+ $this->_defaults = (array)$defaults;
179
+ $this->_requirements = (array)$reqs;
180
  $this->_translator = $translator;
181
  $this->_locale = $locale;
182
 
216
  * Matches a user submitted path with parts defined by a map. Assigns and
217
  * returns an array of variables on a successful match.
218
  *
219
+ * @param string $path Path used to match against this routing map
220
+ * @param boolean $partial
221
+ * @throws Zend_Controller_Router_Exception
222
  * @return array|false An array of assigned values or a false on a mismatch
223
  */
224
  public function match($path, $partial = false)
253
  // If it's a wildcard, get the rest of URL as wildcard data and stop matching
254
  if ($this->_parts[$pos] == '*') {
255
  $count = count($path);
256
+ for ($i = $pos; $i < $count; $i += 2) {
257
  $var = urldecode($path[$i]);
258
+ if (!isset($this->_wildcardData[$var]) && !isset($this->_defaults[$var])
259
+ && !isset($values[$var])
260
+ ) {
261
+ $this->_wildcardData[$var] = (isset($path[$i + 1])) ? urldecode($path[$i + 1]) : null;
262
  }
263
  }
264
 
271
 
272
  // Translate value if required
273
  $part = $this->_parts[$pos];
274
+ if ($this->_isTranslated
275
+ && (substr($part, 0, 1) === '@' && substr($part, 1, 1) !== '@'
276
+ && $name === null)
277
+ || $name !== null && in_array($name, $this->_translatable)
278
+ ) {
279
  if (substr($part, 0, 1) === '@') {
280
  $part = substr($part, 1);
281
  }
295
  }
296
 
297
  // If it's a variable with requirement, match a regex. If not - everything matches
298
+ if ($part !== null
299
+ && !preg_match(
300
+ $this->_regexDelimiter . '^' . $part . '$' . $this->_regexDelimiter . 'iu', $pathPart
301
+ )
302
+ ) {
303
  return false;
304
  }
305
 
334
  $this->_values = $values;
335
 
336
  return $return;
 
337
  }
338
 
339
  /**
340
  * Assembles user submitted parameters forming a URL path defined by this route
341
  *
342
+ * @param array $data An array of variable and value pairs used as parameters
343
  * @param boolean $reset Whether or not to set route defaults with those provided in $data
344
+ * @param boolean $encode
345
+ * @param boolean $partial
346
+ * @throws Zend_Controller_Router_Exception
347
  * @return string Route path with user submitted parameters
348
  */
349
  public function assemble($data = array(), $reset = false, $encode = false, $partial = false)
405
  $url[$key] = $part;
406
  }
407
  } else {
408
+ if (!$reset) {
409
+ $data += $this->_wildcardData;
410
+ }
411
  $defaults = $this->getDefaults();
412
  foreach ($data as $var => $value) {
413
  if ($value !== null && (!isset($defaults[$var]) || $value != $defaults[$var])) {
414
  $url[$key++] = $var;
415
  $url[$key++] = $value;
416
+ $flag = true;
417
  }
418
  }
419
  }
427
  if (isset($this->_variables[$key])) {
428
  $defaultValue = $this->getDefault($this->_variables[$key]);
429
 
430
+ if ($this->_isTranslated && $defaultValue !== null
431
+ && isset($this->_translatable[$this->_variables[$key]])
432
+ ) {
433
  $defaultValue = $translator->translate($defaultValue, $locale);
434
  }
435
  }
436
 
437
  if ($flag || $value !== $defaultValue || $partial) {
438
+ if ($encode) {
439
+ $value = urlencode($value);
440
+ }
441
  $return = $this->_urlDelimiter . $value . $return;
442
+ $flag = true;
443
  }
444
  }
445
 
446
  return trim($return, $this->_urlDelimiter);
 
447
  }
448
 
449
  /**
452
  * @param string $name Array key of the parameter
453
  * @return string Previously set default
454
  */
455
+ public function getDefault($name)
456
+ {
457
  if (isset($this->_defaults[$name])) {
458
  return $this->_defaults[$name];
459
  }
460
+
461
  return null;
462
  }
463
 
466
  *
467
  * @return array Route defaults
468
  */
469
+ public function getDefaults()
470
+ {
471
  return $this->_defaults;
472
  }
473
 
523
  {
524
  if ($this->_translator !== null) {
525
  return $this->_translator;
 
 
526
  } else {
527
+ if (($translator = self::getDefaultTranslator()) !== null) {
 
 
 
 
 
 
528
  return $translator;
529
+ } else {
530
+ try {
531
+ $translator = Zend_Registry::get('Zend_Translate');
532
+ } catch (Zend_Exception $e) {
533
+ $translator = null;
534
+ }
535
+
536
+ if ($translator instanceof Zend_Translate) {
537
+ return $translator;
538
+ }
539
  }
540
  }
541
 
584
  {
585
  if ($this->_locale !== null) {
586
  return $this->_locale;
 
 
587
  } else {
588
+ if (($locale = self::getDefaultLocale()) !== null) {
 
 
 
 
 
 
589
  return $locale;
590
+ } else {
591
+ try {
592
+ $locale = Zend_Registry::get('Zend_Locale');
593
+ } catch (Zend_Exception $e) {
594
+ $locale = null;
595
+ }
596
+
597
+ if ($locale !== null) {
598
+ return $locale;
599
+ }
600
  }
601
  }
602
 
lib/Zend/Controller/Router/Route/Abstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
@@ -32,7 +32,7 @@
32
  *
33
  * @package Zend_Controller
34
  * @subpackage Router
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  abstract class Zend_Controller_Router_Route_Abstract implements Zend_Controller_Router_Route_Interface
@@ -41,7 +41,7 @@ abstract class Zend_Controller_Router_Route_Abstract implements Zend_Controller_
41
  * URI delimiter
42
  */
43
  const URI_DELIMITER = '/';
44
-
45
  /**
46
  * Wether this route is abstract or not
47
  *
@@ -118,5 +118,4 @@ abstract class Zend_Controller_Router_Route_Abstract implements Zend_Controller_
118
 
119
  return $chain;
120
  }
121
-
122
  }
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
32
  *
33
  * @package Zend_Controller
34
  * @subpackage Router
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  abstract class Zend_Controller_Router_Route_Abstract implements Zend_Controller_Router_Route_Interface
41
  * URI delimiter
42
  */
43
  const URI_DELIMITER = '/';
44
+
45
  /**
46
  * Wether this route is abstract or not
47
  *
118
 
119
  return $chain;
120
  }
 
121
  }
lib/Zend/Controller/Router/Route/Chain.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
@@ -28,12 +28,24 @@
28
  *
29
  * @package Zend_Controller
30
  * @subpackage Router
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Controller_Router_Route_Chain extends Zend_Controller_Router_Route_Abstract
35
  {
 
 
 
 
 
 
36
  protected $_routes = array();
 
 
 
 
 
 
37
  protected $_separators = array();
38
 
39
  /**
@@ -45,6 +57,7 @@ class Zend_Controller_Router_Route_Chain extends Zend_Controller_Router_Route_Ab
45
  public static function getInstance(Zend_Config $config)
46
  {
47
  $defs = ($config->defaults instanceof Zend_Config) ? $config->defaults->toArray() : array();
 
48
  return new self($config->route, $defs);
49
  }
50
 
@@ -61,7 +74,6 @@ class Zend_Controller_Router_Route_Chain extends Zend_Controller_Router_Route_Ab
61
  $this->_separators[] = $separator;
62
 
63
  return $this;
64
-
65
  }
66
 
67
  /**
@@ -111,8 +123,8 @@ class Zend_Controller_Router_Route_Chain extends Zend_Controller_Router_Route_Ab
111
  $matchedPath = $route->getMatchedPath();
112
 
113
  if ($matchedPath !== null) {
114
- $subPath = substr($subPath, strlen($matchedPath));
115
- $separator = substr($subPath, 0, strlen($this->_separators[$key]));
116
  }
117
 
118
  $values = $res + $values;
@@ -175,7 +187,7 @@ class Zend_Controller_Router_Route_Chain extends Zend_Controller_Router_Route_Ab
175
  }
176
  }
177
  }
178
-
179
  /**
180
  * Return a single parameter of route's defaults
181
  *
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
28
  *
29
  * @package Zend_Controller
30
  * @subpackage Router
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Controller_Router_Route_Chain extends Zend_Controller_Router_Route_Abstract
35
  {
36
+
37
+ /**
38
+ * Routes
39
+ *
40
+ * @var array
41
+ */
42
  protected $_routes = array();
43
+
44
+ /**
45
+ * Separators
46
+ *
47
+ * @var array
48
+ */
49
  protected $_separators = array();
50
 
51
  /**
57
  public static function getInstance(Zend_Config $config)
58
  {
59
  $defs = ($config->defaults instanceof Zend_Config) ? $config->defaults->toArray() : array();
60
+
61
  return new self($config->route, $defs);
62
  }
63
 
74
  $this->_separators[] = $separator;
75
 
76
  return $this;
 
77
  }
78
 
79
  /**
123
  $matchedPath = $route->getMatchedPath();
124
 
125
  if ($matchedPath !== null) {
126
+ $subPath = substr($subPath, strlen($matchedPath));
127
+ $separator = substr($subPath, 0, strlen($this->_separators[$key]));
128
  }
129
 
130
  $values = $res + $values;
187
  }
188
  }
189
  }
190
+
191
  /**
192
  * Return a single parameter of route's defaults
193
  *
lib/Zend/Controller/Router/Route/Hostname.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
@@ -28,19 +28,37 @@
28
  *
29
  * @package Zend_Controller
30
  * @subpackage Router
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @see http://manuals.rubyonrails.com/read/chapter/65
34
  */
35
  class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route_Abstract
36
  {
37
 
38
- protected $_hostVariable = ':';
 
 
 
 
 
 
 
 
 
 
 
39
  protected $_regexDelimiter = '#';
40
- protected $_defaultRegex = null;
 
 
 
 
 
 
41
 
42
  /**
43
  * Holds names of all route's pattern variable names. Array index holds a position in host.
 
44
  * @var array
45
  */
46
  protected $_variables = array();
@@ -48,12 +66,14 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
48
  /**
49
  * Holds Route patterns for all host parts. In case of a variable it stores it's regex
50
  * requirement or null. In case of a static part, it holds only it's direct value.
 
51
  * @var array
52
  */
53
  protected $_parts = array();
54
 
55
  /**
56
  * Holds user submitted default values for route's variables. Name and value pairs.
 
57
  * @var array
58
  */
59
  protected $_defaults = array();
@@ -61,12 +81,14 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
61
  /**
62
  * Holds user submitted regular expression patterns for route's variables' values.
63
  * Name and value pairs.
 
64
  * @var array
65
  */
66
  protected $_requirements = array();
67
 
68
  /**
69
  * Default scheme
 
70
  * @var string
71
  */
72
  protected $_scheme = null;
@@ -74,6 +96,7 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
74
  /**
75
  * Associative array filled on match() that holds matched path values
76
  * for given variable names.
 
77
  * @var array
78
  */
79
  protected $_values = array();
@@ -88,6 +111,7 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
88
  /**
89
  * Helper var that holds a count of route pattern's static parts
90
  * for validation
 
91
  * @var int
92
  */
93
  private $_staticCount = 0;
@@ -96,7 +120,6 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
96
  * Set the request object
97
  *
98
  * @param Zend_Controller_Request_Abstract|null $request
99
- * @return void
100
  */
101
  public function setRequest(Zend_Controller_Request_Abstract $request = null)
102
  {
@@ -122,12 +145,14 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
122
  * Instantiates route based on passed Zend_Config structure
123
  *
124
  * @param Zend_Config $config Configuration object
 
125
  */
126
  public static function getInstance(Zend_Config $config)
127
  {
128
  $reqs = ($config->reqs instanceof Zend_Config) ? $config->reqs->toArray() : array();
129
  $defs = ($config->defaults instanceof Zend_Config) ? $config->defaults->toArray() : array();
130
  $scheme = (isset($config->scheme)) ? $config->scheme : null;
 
131
  return new self($config->route, $defs, $reqs, $scheme);
132
  }
133
 
@@ -136,9 +161,9 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
136
  * to a corresponding atomic parts. These parts are assigned
137
  * a position which is later used for matching and preparing values.
138
  *
139
- * @param string $route Map used to match with later submitted hostname
140
  * @param array $defaults Defaults for map variables with keys as variable names
141
- * @param array $reqs Regular expression requirements for variables (keys as variable names)
142
  * @param string $scheme
143
  */
144
  public function __construct($route, $defaults = array(), $reqs = array(), $scheme = null)
@@ -151,8 +176,8 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
151
  if ($route != '') {
152
  foreach (explode('.', $route) as $pos => $part) {
153
  if (substr($part, 0, 1) == $this->_hostVariable) {
154
- $name = substr($part, 1);
155
- $this->_parts[$pos] = (isset($reqs[$name]) ? $reqs[$name] : $this->_defaultRegex);
156
  $this->_variables[$pos] = $name;
157
  } else {
158
  $this->_parts[$pos] = $part;
@@ -187,7 +212,7 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
187
  }
188
 
189
  $hostStaticCount = 0;
190
- $values = array();
191
 
192
  $host = trim($host, '.');
193
 
@@ -200,7 +225,7 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
200
  return false;
201
  }
202
 
203
- $name = isset($this->_variables[$pos]) ? $this->_variables[$pos] : null;
204
  $hostPart = urldecode($hostPart);
205
 
206
  // If it's a static part, match directly
@@ -209,7 +234,12 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
209
  }
210
 
211
  // If it's a variable with requirement, match a regex. If not - everything matches
212
- if ($this->_parts[$pos] !== null && !preg_match($this->_regexDelimiter . '^' . $this->_parts[$pos] . '$' . $this->_regexDelimiter . 'iu', $hostPart)) {
 
 
 
 
 
213
  return false;
214
  }
215
 
@@ -239,14 +269,16 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
239
  $this->_values = $values;
240
 
241
  return $return;
242
-
243
  }
244
 
245
  /**
246
  * Assembles user submitted parameters forming a hostname defined by this route
247
  *
248
- * @param array $data An array of variable and value pairs used as parameters
249
  * @param boolean $reset Whether or not to set route defaults with those provided in $data
 
 
 
250
  * @return string Route path with user submitted parameters
251
  */
252
  public function assemble($data = array(), $reset = false, $encode = false, $partial = false)
@@ -282,10 +314,14 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
282
  $return = '';
283
 
284
  foreach (array_reverse($host, true) as $key => $value) {
285
- if ($flag || !isset($this->_variables[$key]) || $value !== $this->getDefault($this->_variables[$key]) || $partial) {
286
- if ($encode) $value = urlencode($value);
 
 
 
 
287
  $return = '.' . $value . $return;
288
- $flag = true;
289
  }
290
  }
291
 
@@ -302,7 +338,7 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
302
  }
303
  }
304
 
305
- $url = $scheme . '://' . $url;
306
 
307
  return $url;
308
  }
@@ -313,10 +349,12 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
313
  * @param string $name Array key of the parameter
314
  * @return string Previously set default
315
  */
316
- public function getDefault($name) {
 
317
  if (isset($this->_defaults[$name])) {
318
  return $this->_defaults[$name];
319
  }
 
320
  return null;
321
  }
322
 
@@ -325,7 +363,8 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
325
  *
326
  * @return array Route defaults
327
  */
328
- public function getDefaults() {
 
329
  return $this->_defaults;
330
  }
331
 
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
28
  *
29
  * @package Zend_Controller
30
  * @subpackage Router
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @see http://manuals.rubyonrails.com/read/chapter/65
34
  */
35
  class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route_Abstract
36
  {
37
 
38
+ /**
39
+ * Host variable
40
+ *
41
+ * @var string
42
+ */
43
+ protected $_hostVariable = ':';
44
+
45
+ /**
46
+ * Regex delimiter
47
+ *
48
+ * @var string
49
+ */
50
  protected $_regexDelimiter = '#';
51
+
52
+ /**
53
+ * Default regex string
54
+ *
55
+ * @var string|null
56
+ */
57
+ protected $_defaultRegex = null;
58
 
59
  /**
60
  * Holds names of all route's pattern variable names. Array index holds a position in host.
61
+ *
62
  * @var array
63
  */
64
  protected $_variables = array();
66
  /**
67
  * Holds Route patterns for all host parts. In case of a variable it stores it's regex
68
  * requirement or null. In case of a static part, it holds only it's direct value.
69
+ *
70
  * @var array
71
  */
72
  protected $_parts = array();
73
 
74
  /**
75
  * Holds user submitted default values for route's variables. Name and value pairs.
76
+ *
77
  * @var array
78
  */
79
  protected $_defaults = array();
81
  /**
82
  * Holds user submitted regular expression patterns for route's variables' values.
83
  * Name and value pairs.
84
+ *
85
  * @var array
86
  */
87
  protected $_requirements = array();
88
 
89
  /**
90
  * Default scheme
91
+ *
92
  * @var string
93
  */
94
  protected $_scheme = null;
96
  /**
97
  * Associative array filled on match() that holds matched path values
98
  * for given variable names.
99
+ *
100
  * @var array
101
  */
102
  protected $_values = array();
111
  /**
112
  * Helper var that holds a count of route pattern's static parts
113
  * for validation
114
+ *
115
  * @var int
116
  */
117
  private $_staticCount = 0;
120
  * Set the request object
121
  *
122
  * @param Zend_Controller_Request_Abstract|null $request
 
123
  */
124
  public function setRequest(Zend_Controller_Request_Abstract $request = null)
125
  {
145
  * Instantiates route based on passed Zend_Config structure
146
  *
147
  * @param Zend_Config $config Configuration object
148
+ * @return Zend_Controller_Router_Route_Hostname
149
  */
150
  public static function getInstance(Zend_Config $config)
151
  {
152
  $reqs = ($config->reqs instanceof Zend_Config) ? $config->reqs->toArray() : array();
153
  $defs = ($config->defaults instanceof Zend_Config) ? $config->defaults->toArray() : array();
154
  $scheme = (isset($config->scheme)) ? $config->scheme : null;
155
+
156
  return new self($config->route, $defs, $reqs, $scheme);
157
  }
158
 
161
  * to a corresponding atomic parts. These parts are assigned
162
  * a position which is later used for matching and preparing values.
163
  *
164
+ * @param string $route Map used to match with later submitted hostname
165
  * @param array $defaults Defaults for map variables with keys as variable names
166
+ * @param array $reqs Regular expression requirements for variables (keys as variable names)
167
  * @param string $scheme
168
  */
169
  public function __construct($route, $defaults = array(), $reqs = array(), $scheme = null)
176
  if ($route != '') {
177
  foreach (explode('.', $route) as $pos => $part) {
178
  if (substr($part, 0, 1) == $this->_hostVariable) {
179
+ $name = substr($part, 1);
180
+ $this->_parts[$pos] = (isset($reqs[$name]) ? $reqs[$name] : $this->_defaultRegex);
181
  $this->_variables[$pos] = $name;
182
  } else {
183
  $this->_parts[$pos] = $part;
212
  }
213
 
214
  $hostStaticCount = 0;
215
+ $values = array();
216
 
217
  $host = trim($host, '.');
218
 
225
  return false;
226
  }
227
 
228
+ $name = isset($this->_variables[$pos]) ? $this->_variables[$pos] : null;
229
  $hostPart = urldecode($hostPart);
230
 
231
  // If it's a static part, match directly
234
  }
235
 
236
  // If it's a variable with requirement, match a regex. If not - everything matches
237
+ if ($this->_parts[$pos] !== null
238
+ && !preg_match(
239
+ $this->_regexDelimiter . '^' . $this->_parts[$pos] . '$' . $this->_regexDelimiter . 'iu',
240
+ $hostPart
241
+ )
242
+ ) {
243
  return false;
244
  }
245
 
269
  $this->_values = $values;
270
 
271
  return $return;
 
272
  }
273
 
274
  /**
275
  * Assembles user submitted parameters forming a hostname defined by this route
276
  *
277
+ * @param array $data An array of variable and value pairs used as parameters
278
  * @param boolean $reset Whether or not to set route defaults with those provided in $data
279
+ * @param boolean $encode
280
+ * @param boolean $partial
281
+ * @throws Zend_Controller_Router_Exception
282
  * @return string Route path with user submitted parameters
283
  */
284
  public function assemble($data = array(), $reset = false, $encode = false, $partial = false)
314
  $return = '';
315
 
316
  foreach (array_reverse($host, true) as $key => $value) {
317
+ if ($flag || !isset($this->_variables[$key]) || $value !== $this->getDefault($this->_variables[$key])
318
+ || $partial
319
+ ) {
320
+ if ($encode) {
321
+ $value = urlencode($value);
322
+ }
323
  $return = '.' . $value . $return;
324
+ $flag = true;
325
  }
326
  }
327
 
338
  }
339
  }
340
 
341
+ $url = $scheme . '://' . $url;
342
 
343
  return $url;
344
  }
349
  * @param string $name Array key of the parameter
350
  * @return string Previously set default
351
  */
352
+ public function getDefault($name)
353
+ {
354
  if (isset($this->_defaults[$name])) {
355
  return $this->_defaults[$name];
356
  }
357
+
358
  return null;
359
  }
360
 
363
  *
364
  * @return array Route defaults
365
  */
366
+ public function getDefaults()
367
+ {
368
  return $this->_defaults;
369
  }
370
 
lib/Zend/Controller/Router/Route/Interface.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
@@ -26,12 +26,14 @@
26
  /**
27
  * @package Zend_Controller
28
  * @subpackage Router
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
- interface Zend_Controller_Router_Route_Interface {
 
33
  public function match($path);
 
34
  public function assemble($data = array(), $reset = false, $encode = false);
35
- public static function getInstance(Zend_Config $config);
36
- }
37
 
 
 
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
26
  /**
27
  * @package Zend_Controller
28
  * @subpackage Router
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
+ interface Zend_Controller_Router_Route_Interface
33
+ {
34
  public function match($path);
35
+
36
  public function assemble($data = array(), $reset = false, $encode = false);
 
 
37
 
38
+ public static function getInstance(Zend_Config $config);
39
+ }
lib/Zend/Controller/Router/Route/Module.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
@@ -30,24 +30,40 @@
30
  *
31
  * @package Zend_Controller
32
  * @subpackage Router
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @see http://manuals.rubyonrails.com/read/chapter/65
36
  */
37
  class Zend_Controller_Router_Route_Module extends Zend_Controller_Router_Route_Abstract
38
  {
 
39
  /**
40
  * Default values for the route (ie. module, controller, action, params)
 
41
  * @var array
42
  */
43
  protected $_defaults;
44
 
45
- protected $_values = array();
 
 
 
 
 
 
 
 
 
46
  protected $_moduleValid = false;
47
- protected $_keysSet = false;
 
 
 
 
48
 
49
  /**#@+
50
  * Array keys to use for module, controller, and action. Should be taken out of request.
 
51
  * @var string
52
  */
53
  protected $_moduleKey = 'module';
@@ -65,12 +81,21 @@ class Zend_Controller_Router_Route_Module extends Zend_Controller_Router_Route_A
65
  */
66
  protected $_request;
67
 
68
- public function getVersion() {
 
 
 
 
 
 
69
  return 1;
70
  }
71
 
72
  /**
73
  * Instantiates route based on passed Zend_Config structure
 
 
 
74
  */
75
  public static function getInstance(Zend_Config $config)
76
  {
@@ -86,13 +111,15 @@ class Zend_Controller_Router_Route_Module extends Zend_Controller_Router_Route_A
86
  /**
87
  * Constructor
88
  *
89
- * @param array $defaults Defaults for map variables with keys as variable names
90
  * @param Zend_Controller_Dispatcher_Interface $dispatcher Dispatcher object
91
- * @param Zend_Controller_Request_Abstract $request Request object
92
  */
93
- public function __construct(array $defaults = array(),
94
- Zend_Controller_Dispatcher_Interface $dispatcher = null,
95
- Zend_Controller_Request_Abstract $request = null)
 
 
96
  {
97
  $this->_defaults = $defaults;
98
 
@@ -137,7 +164,8 @@ class Zend_Controller_Router_Route_Module extends Zend_Controller_Router_Route_A
137
  * setControllerName(), and setActionName() accessors to set those values.
138
  * Always returns the values as an array.
139
  *
140
- * @param string $path Path used to match against this routing map
 
141
  * @return array An array of assigned values or a false on a mismatch
142
  */
143
  public function match($path, $partial = false)
@@ -158,7 +186,7 @@ class Zend_Controller_Router_Route_Module extends Zend_Controller_Router_Route_A
158
 
159
  if ($this->_dispatcher && $this->_dispatcher->isValidModule($path[0])) {
160
  $values[$this->_moduleKey] = array_shift($path);
161
- $this->_moduleValid = true;
162
  }
163
 
164
  if (count($path) && !empty($path[0])) {
@@ -171,9 +199,9 @@ class Zend_Controller_Router_Route_Module extends Zend_Controller_Router_Route_A
171
 
172
  if ($numSegs = count($path)) {
173
  for ($i = 0; $i < $numSegs; $i = $i + 2) {
174
- $key = urldecode($path[$i]);
175
- $val = isset($path[$i + 1]) ? urldecode($path[$i + 1]) : null;
176
- $params[$key] = (isset($params[$key]) ? (array_merge((array) $params[$key], array($val))): $val);
177
  }
178
  }
179
  }
@@ -190,8 +218,10 @@ class Zend_Controller_Router_Route_Module extends Zend_Controller_Router_Route_A
190
  /**
191
  * Assembles user submitted parameters forming a URL path defined by this route
192
  *
193
- * @param array $data An array of variable and value pairs used as parameters
194
- * @param bool $reset Weither to reset the current params
 
 
195
  * @return string Route path with user submitted parameters
196
  */
197
  public function assemble($data = array(), $reset = false, $encode = true, $partial = false)
@@ -236,24 +266,32 @@ class Zend_Controller_Router_Route_Module extends Zend_Controller_Router_Route_A
236
  $url .= self::URI_DELIMITER . $arrayValue;
237
  }
238
  } else {
239
- if ($encode) $value = urlencode($value);
 
 
240
  $url .= self::URI_DELIMITER . $key;
241
  $url .= self::URI_DELIMITER . $value;
242
  }
243
  }
244
 
245
  if (!empty($url) || $action !== $this->_defaults[$this->_actionKey]) {
246
- if ($encode) $action = urlencode($action);
 
 
247
  $url = self::URI_DELIMITER . $action . $url;
248
  }
249
 
250
  if (!empty($url) || $controller !== $this->_defaults[$this->_controllerKey]) {
251
- if ($encode) $controller = urlencode($controller);
 
 
252
  $url = self::URI_DELIMITER . $controller . $url;
253
  }
254
 
255
  if (isset($module)) {
256
- if ($encode) $module = urlencode($module);
 
 
257
  $url = self::URI_DELIMITER . $module . $url;
258
  }
259
 
@@ -266,7 +304,8 @@ class Zend_Controller_Router_Route_Module extends Zend_Controller_Router_Route_A
266
  * @param string $name Array key of the parameter
267
  * @return string Previously set default
268
  */
269
- public function getDefault($name) {
 
270
  if (isset($this->_defaults[$name])) {
271
  return $this->_defaults[$name];
272
  }
@@ -277,8 +316,8 @@ class Zend_Controller_Router_Route_Module extends Zend_Controller_Router_Route_A
277
  *
278
  * @return array Route defaults
279
  */
280
- public function getDefaults() {
 
281
  return $this->_defaults;
282
  }
283
-
284
  }
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
30
  *
31
  * @package Zend_Controller
32
  * @subpackage Router
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @see http://manuals.rubyonrails.com/read/chapter/65
36
  */
37
  class Zend_Controller_Router_Route_Module extends Zend_Controller_Router_Route_Abstract
38
  {
39
+
40
  /**
41
  * Default values for the route (ie. module, controller, action, params)
42
+ *
43
  * @var array
44
  */
45
  protected $_defaults;
46
 
47
+ /**
48
+ * Default values for the route (ie. module, controller, action, params)
49
+ *
50
+ * @var array
51
+ */
52
+ protected $_values = array();
53
+
54
+ /**
55
+ * @var boolean
56
+ */
57
  protected $_moduleValid = false;
58
+
59
+ /**
60
+ * @var boolean
61
+ */
62
+ protected $_keysSet = false;
63
 
64
  /**#@+
65
  * Array keys to use for module, controller, and action. Should be taken out of request.
66
+ *
67
  * @var string
68
  */
69
  protected $_moduleKey = 'module';
81
  */
82
  protected $_request;
83
 
84
+ /**
85
+ * Get the version of the route
86
+ *
87
+ * @return int
88
+ */
89
+ public function getVersion()
90
+ {
91
  return 1;
92
  }
93
 
94
  /**
95
  * Instantiates route based on passed Zend_Config structure
96
+ *
97
+ * @param Zend_Config $config
98
+ * @return Zend_Controller_Router_Route_Module
99
  */
100
  public static function getInstance(Zend_Config $config)
101
  {
111
  /**
112
  * Constructor
113
  *
114
+ * @param array $defaults Defaults for map variables with keys as variable names
115
  * @param Zend_Controller_Dispatcher_Interface $dispatcher Dispatcher object
116
+ * @param Zend_Controller_Request_Abstract $request Request object
117
  */
118
+ public function __construct(
119
+ array $defaults = array(),
120
+ Zend_Controller_Dispatcher_Interface $dispatcher = null,
121
+ Zend_Controller_Request_Abstract $request = null
122
+ )
123
  {
124
  $this->_defaults = $defaults;
125
 
164
  * setControllerName(), and setActionName() accessors to set those values.
165
  * Always returns the values as an array.
166
  *
167
+ * @param string $path Path used to match against this routing map
168
+ * @param boolean $partial
169
  * @return array An array of assigned values or a false on a mismatch
170
  */
171
  public function match($path, $partial = false)
186
 
187
  if ($this->_dispatcher && $this->_dispatcher->isValidModule($path[0])) {
188
  $values[$this->_moduleKey] = array_shift($path);
189
+ $this->_moduleValid = true;
190
  }
191
 
192
  if (count($path) && !empty($path[0])) {
199
 
200
  if ($numSegs = count($path)) {
201
  for ($i = 0; $i < $numSegs; $i = $i + 2) {
202
+ $key = urldecode($path[$i]);
203
+ $val = isset($path[$i + 1]) ? urldecode($path[$i + 1]) : null;
204
+ $params[$key] = (isset($params[$key]) ? (array_merge((array)$params[$key], array($val))) : $val);
205
  }
206
  }
207
  }
218
  /**
219
  * Assembles user submitted parameters forming a URL path defined by this route
220
  *
221
+ * @param array $data An array of variable and value pairs used as parameters
222
+ * @param boolean $reset Weither to reset the current params
223
+ * @param boolean $encode
224
+ * @param boolean $partial
225
  * @return string Route path with user submitted parameters
226
  */
227
  public function assemble($data = array(), $reset = false, $encode = true, $partial = false)
266
  $url .= self::URI_DELIMITER . $arrayValue;
267
  }
268
  } else {
269
+ if ($encode) {
270
+ $value = urlencode($value);
271
+ }
272
  $url .= self::URI_DELIMITER . $key;
273
  $url .= self::URI_DELIMITER . $value;
274
  }
275
  }
276
 
277
  if (!empty($url) || $action !== $this->_defaults[$this->_actionKey]) {
278
+ if ($encode) {
279
+ $action = urlencode($action);
280
+ }
281
  $url = self::URI_DELIMITER . $action . $url;
282
  }
283
 
284
  if (!empty($url) || $controller !== $this->_defaults[$this->_controllerKey]) {
285
+ if ($encode) {
286
+ $controller = urlencode($controller);
287
+ }
288
  $url = self::URI_DELIMITER . $controller . $url;
289
  }
290
 
291
  if (isset($module)) {
292
+ if ($encode) {
293
+ $module = urlencode($module);
294
+ }
295
  $url = self::URI_DELIMITER . $module . $url;
296
  }
297
 
304
  * @param string $name Array key of the parameter
305
  * @return string Previously set default
306
  */
307
+ public function getDefault($name)
308
+ {
309
  if (isset($this->_defaults[$name])) {
310
  return $this->_defaults[$name];
311
  }
316
  *
317
  * @return array Route defaults
318
  */
319
+ public function getDefaults()
320
+ {
321
  return $this->_defaults;
322
  }
 
323
  }
lib/Zend/Controller/Router/Route/Regex.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
@@ -28,30 +28,70 @@
28
  *
29
  * @package Zend_Controller
30
  * @subpackage Router
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Controller_Router_Route_Regex extends Zend_Controller_Router_Route_Abstract
35
  {
 
 
 
 
 
 
36
  protected $_regex = null;
 
 
 
 
 
 
37
  protected $_defaults = array();
 
 
 
 
 
 
38
  protected $_reverse = null;
 
 
 
 
 
 
39
  protected $_map = array();
 
 
 
 
 
 
40
  protected $_values = array();
41
 
42
  /**
43
  * Instantiates route based on passed Zend_Config structure
44
  *
45
  * @param Zend_Config $config Configuration object
 
46
  */
47
  public static function getInstance(Zend_Config $config)
48
  {
49
- $defs = ($config->defaults instanceof Zend_Config) ? $config->defaults->toArray() : array();
50
- $map = ($config->map instanceof Zend_Config) ? $config->map->toArray() : array();
51
  $reverse = (isset($config->reverse)) ? $config->reverse : null;
 
52
  return new self($config->route, $defs, $map, $reverse);
53
  }
54
 
 
 
 
 
 
 
 
 
55
  public function __construct($route, $defaults = array(), $map = array(), $reverse = null)
56
  {
57
  $this->_regex = $route;
@@ -60,7 +100,13 @@ class Zend_Controller_Router_Route_Regex extends Zend_Controller_Router_Route_Ab
60
  $this->_reverse = $reverse;
61
  }
62
 
63
- public function getVersion() {
 
 
 
 
 
 
64
  return 1;
65
  }
66
 
@@ -74,7 +120,7 @@ class Zend_Controller_Router_Route_Regex extends Zend_Controller_Router_Route_Ab
74
  public function match($path, $partial = false)
75
  {
76
  if (!$partial) {
77
- $path = trim(urldecode($path), self::URI_DELIMITER);
78
  $regex = '#^' . $this->_regex . '$#i';
79
  } else {
80
  $regex = '#^' . $this->_regex . '#i';
@@ -115,7 +161,7 @@ class Zend_Controller_Router_Route_Regex extends Zend_Controller_Router_Route_Ab
115
  * indexed numerically then every associative key will be stripped. Vice versa if reversed
116
  * is set to true.
117
  *
118
- * @param array $values Indexed or associative array of values to map
119
  * @param boolean $reversed False means translation of index to association. True means reverse.
120
  * @param boolean $preserve Should wrong type of keys be preserved or stripped.
121
  * @return array An array of mapped values
@@ -159,7 +205,11 @@ class Zend_Controller_Router_Route_Regex extends Zend_Controller_Router_Route_Ab
159
  /**
160
  * Assembles a URL path defined by this route
161
  *
162
- * @param array $data An array of name (or index) and value pairs used as parameters
 
 
 
 
163
  * @return string Route path with user submitted parameters
164
  */
165
  public function assemble($data = array(), $reset = false, $encode = false, $partial = false)
@@ -169,13 +219,13 @@ class Zend_Controller_Router_Route_Regex extends Zend_Controller_Router_Route_Ab
169
  throw new Zend_Controller_Router_Exception('Cannot assemble. Reversed route is not specified.');
170
  }
171
 
172
- $defaultValuesMapped = $this->_getMappedValues($this->_defaults, true, false);
173
- $matchedValuesMapped = $this->_getMappedValues($this->_values, true, false);
174
- $dataValuesMapped = $this->_getMappedValues($data, true, false);
175
 
176
  // handle resets, if so requested (By null value) to do so
177
  if (($resetKeys = array_search(null, $dataValuesMapped, true)) !== false) {
178
- foreach ((array) $resetKeys as $resetKey) {
179
  if (isset($matchedValuesMapped[$resetKey])) {
180
  unset($matchedValuesMapped[$resetKey]);
181
  unset($dataValuesMapped[$resetKey]);
@@ -204,7 +254,6 @@ class Zend_Controller_Router_Route_Regex extends Zend_Controller_Router_Route_Ab
204
  }
205
 
206
  return $return;
207
-
208
  }
209
 
210
  /**
@@ -213,7 +262,8 @@ class Zend_Controller_Router_Route_Regex extends Zend_Controller_Router_Route_Ab
213
  * @param string $name Array key of the parameter
214
  * @return string Previously set default
215
  */
216
- public function getDefault($name) {
 
217
  if (isset($this->_defaults[$name])) {
218
  return $this->_defaults[$name];
219
  }
@@ -224,7 +274,8 @@ class Zend_Controller_Router_Route_Regex extends Zend_Controller_Router_Route_Ab
224
  *
225
  * @return array Route defaults
226
  */
227
- public function getDefaults() {
 
228
  return $this->_defaults;
229
  }
230
 
@@ -262,8 +313,7 @@ class Zend_Controller_Router_Route_Regex extends Zend_Controller_Router_Route_Ab
262
  foreach ($array2 as $array2Index => $array2Value) {
263
  $returnArray[$array2Index] = $array2Value;
264
  }
 
265
  return $returnArray;
266
  }
267
-
268
-
269
  }
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
28
  *
29
  * @package Zend_Controller
30
  * @subpackage Router
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Controller_Router_Route_Regex extends Zend_Controller_Router_Route_Abstract
35
  {
36
+
37
+ /**
38
+ * Regex string
39
+ *
40
+ * @var string|null
41
+ */
42
  protected $_regex = null;
43
+
44
+ /**
45
+ * Default values for the route (ie. module, controller, action, params)
46
+ *
47
+ * @var array
48
+ */
49
  protected $_defaults = array();
50
+
51
+ /**
52
+ * Reverse
53
+ *
54
+ * @var string|null
55
+ */
56
  protected $_reverse = null;
57
+
58
+ /**
59
+ * Map
60
+ *
61
+ * @var array
62
+ */
63
  protected $_map = array();
64
+
65
+ /**
66
+ * Values
67
+ *
68
+ * @var array
69
+ */
70
  protected $_values = array();
71
 
72
  /**
73
  * Instantiates route based on passed Zend_Config structure
74
  *
75
  * @param Zend_Config $config Configuration object
76
+ * @return Zend_Controller_Router_Route_Regex
77
  */
78
  public static function getInstance(Zend_Config $config)
79
  {
80
+ $defs = ($config->defaults instanceof Zend_Config) ? $config->defaults->toArray() : array();
81
+ $map = ($config->map instanceof Zend_Config) ? $config->map->toArray() : array();
82
  $reverse = (isset($config->reverse)) ? $config->reverse : null;
83
+
84
  return new self($config->route, $defs, $map, $reverse);
85
  }
86
 
87
+ /**
88
+ * Constructor
89
+ *
90
+ * @param $route
91
+ * @param array $defaults
92
+ * @param array $map
93
+ * @param null $reverse
94
+ */
95
  public function __construct($route, $defaults = array(), $map = array(), $reverse = null)
96
  {
97
  $this->_regex = $route;
100
  $this->_reverse = $reverse;
101
  }
102
 
103
+ /**
104
+ * Get the version of the route
105
+ *
106
+ * @return int
107
+ */
108
+ public function getVersion()
109
+ {
110
  return 1;
111
  }
112
 
120
  public function match($path, $partial = false)
121
  {
122
  if (!$partial) {
123
+ $path = trim(urldecode($path), self::URI_DELIMITER);
124
  $regex = '#^' . $this->_regex . '$#i';
125
  } else {
126
  $regex = '#^' . $this->_regex . '#i';
161
  * indexed numerically then every associative key will be stripped. Vice versa if reversed
162
  * is set to true.
163
  *
164
+ * @param array $values Indexed or associative array of values to map
165
  * @param boolean $reversed False means translation of index to association. True means reverse.
166
  * @param boolean $preserve Should wrong type of keys be preserved or stripped.
167
  * @return array An array of mapped values
205
  /**
206
  * Assembles a URL path defined by this route
207
  *
208
+ * @param array $data An array of name (or index) and value pairs used as parameters
209
+ * @param boolean $reset
210
+ * @param boolean $encode
211
+ * @param boolean $partial
212
+ * @throws Zend_Controller_Router_Exception
213
  * @return string Route path with user submitted parameters
214
  */
215
  public function assemble($data = array(), $reset = false, $encode = false, $partial = false)
219
  throw new Zend_Controller_Router_Exception('Cannot assemble. Reversed route is not specified.');
220
  }
221
 
222
+ $defaultValuesMapped = $this->_getMappedValues($this->_defaults, true, false);
223
+ $matchedValuesMapped = $this->_getMappedValues($this->_values, true, false);
224
+ $dataValuesMapped = $this->_getMappedValues($data, true, false);
225
 
226
  // handle resets, if so requested (By null value) to do so
227
  if (($resetKeys = array_search(null, $dataValuesMapped, true)) !== false) {
228
+ foreach ((array)$resetKeys as $resetKey) {
229
  if (isset($matchedValuesMapped[$resetKey])) {
230
  unset($matchedValuesMapped[$resetKey]);
231
  unset($dataValuesMapped[$resetKey]);
254
  }
255
 
256
  return $return;
 
257
  }
258
 
259
  /**
262
  * @param string $name Array key of the parameter
263
  * @return string Previously set default
264
  */
265
+ public function getDefault($name)
266
+ {
267
  if (isset($this->_defaults[$name])) {
268
  return $this->_defaults[$name];
269
  }
274
  *
275
  * @return array Route defaults
276
  */
277
+ public function getDefaults()
278
+ {
279
  return $this->_defaults;
280
  }
281
 
313
  foreach ($array2 as $array2Index => $array2Value) {
314
  $returnArray[$array2Index] = $array2Value;
315
  }
316
+
317
  return $returnArray;
318
  }
 
 
319
  }
lib/Zend/Controller/Router/Route/Static.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
@@ -30,16 +30,33 @@
30
  *
31
  * @package Zend_Controller
32
  * @subpackage Router
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Controller_Router_Route_Static extends Zend_Controller_Router_Route_Abstract
37
  {
38
 
 
 
 
 
 
39
  protected $_route = null;
 
 
 
 
 
 
40
  protected $_defaults = array();
41
 
42
- public function getVersion() {
 
 
 
 
 
 
43
  return 1;
44
  }
45
 
@@ -47,22 +64,24 @@ class Zend_Controller_Router_Route_Static extends Zend_Controller_Router_Route_A
47
  * Instantiates route based on passed Zend_Config structure
48
  *
49
  * @param Zend_Config $config Configuration object
 
50
  */
51
  public static function getInstance(Zend_Config $config)
52
  {
53
  $defs = ($config->defaults instanceof Zend_Config) ? $config->defaults->toArray() : array();
 
54
  return new self($config->route, $defs);
55
  }
56
 
57
  /**
58
  * Prepares the route for mapping.
59
  *
60
- * @param string $route Map used to match with later submitted URL path
61
- * @param array $defaults Defaults for map variables with keys as variable names
62
  */
63
  public function __construct($route, $defaults = array())
64
  {
65
- $this->_route = trim($route, self::URI_DELIMITER);
66
  $this->_defaults = (array) $defaults;
67
  }
68
 
@@ -80,6 +99,7 @@ class Zend_Controller_Router_Route_Static extends Zend_Controller_Router_Route_A
80
  || (substr($path, 0, strlen($this->_route)) === $this->_route)
81
  ) {
82
  $this->setMatchedPath($this->_route);
 
83
  return $this->_defaults;
84
  }
85
  } else {
@@ -108,10 +128,12 @@ class Zend_Controller_Router_Route_Static extends Zend_Controller_Router_Route_A
108
  * @param string $name Array key of the parameter
109
  * @return string Previously set default
110
  */
111
- public function getDefault($name) {
 
112
  if (isset($this->_defaults[$name])) {
113
  return $this->_defaults[$name];
114
  }
 
115
  return null;
116
  }
117
 
@@ -120,8 +142,8 @@ class Zend_Controller_Router_Route_Static extends Zend_Controller_Router_Route_A
120
  *
121
  * @return array Route defaults
122
  */
123
- public function getDefaults() {
 
124
  return $this->_defaults;
125
  }
126
-
127
  }
15
  * @category Zend
16
  * @package Zend_Controller
17
  * @subpackage Router
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
30
  *
31
  * @package Zend_Controller
32
  * @subpackage Router
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Controller_Router_Route_Static extends Zend_Controller_Router_Route_Abstract
37
  {
38
 
39
+ /**
40
+ * Route
41
+ *
42
+ * @var string|null
43
+ */
44
  protected $_route = null;
45
+
46
+ /**
47
+ * Default values for the route (ie. module, controller, action, params)
48
+ *
49
+ * @var array
50
+ */
51
  protected $_defaults = array();
52
 
53
+ /**
54
+ * Get the version of the route
55
+ *
56
+ * @return int
57
+ */
58
+ public function getVersion()
59
+ {
60
  return 1;
61
  }
62
 
64
  * Instantiates route based on passed Zend_Config structure
65
  *
66
  * @param Zend_Config $config Configuration object
67
+ * @return Zend_Controller_Router_Route_Static
68
  */
69
  public static function getInstance(Zend_Config $config)
70
  {
71
  $defs = ($config->defaults instanceof Zend_Config) ? $config->defaults->toArray() : array();
72
+
73
  return new self($config->route, $defs);
74
  }
75
 
76
  /**
77
  * Prepares the route for mapping.
78
  *
79
+ * @param string $route Map used to match with later submitted URL path
80
+ * @param array $defaults Defaults for map variables with keys as variable names
81
  */
82
  public function __construct($route, $defaults = array())
83
  {
84
+ $this->_route = trim($route, self::URI_DELIMITER);
85
  $this->_defaults = (array) $defaults;
86
  }
87
 
99
  || (substr($path, 0, strlen($this->_route)) === $this->_route)
100
  ) {
101
  $this->setMatchedPath($this->_route);
102
+
103
  return $this->_defaults;
104
  }
105
  } else {
128
  * @param string $name Array key of the parameter
129
  * @return string Previously set default
130
  */
131
+ public function getDefault($name)
132
+ {
133
  if (isset($this->_defaults[$name])) {
134
  return $this->_defaults[$name];
135
  }
136
+
137
  return null;
138
  }
139
 
142
  *
143
  * @return array Route defaults
144
  */
145
+ public function getDefaults()
146
+ {
147
  return $this->_defaults;
148
  }
 
149
  }
lib/Zend/Crypt.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Crypt
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend_Crypt
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Crypt
14
  *
15
  * @category Zend
16
  * @package Zend_Crypt
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend_Crypt
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Crypt
lib/Zend/Crypt/DiffieHellman.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage DiffieHellman
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -27,7 +27,7 @@
27
  *
28
  * @category Zend
29
  * @package Zend_Crypt
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Crypt_DiffieHellman
@@ -102,7 +102,6 @@ class Zend_Crypt_DiffieHellman
102
  * @param string $generator
103
  * @param string $privateKey
104
  * @param string $privateKeyType
105
- * @return void
106
  */
107
  public function __construct($prime, $generator, $privateKey = null, $privateKeyType = self::NUMBER)
108
  {
@@ -146,6 +145,7 @@ class Zend_Crypt_DiffieHellman
146
  *
147
  * @param string $number
148
  * @param string $type
 
149
  * @return Zend_Crypt_DiffieHellman
150
  */
151
  public function setPublicKey($number, $type = self::NUMBER)
@@ -166,6 +166,7 @@ class Zend_Crypt_DiffieHellman
166
  * transaction.
167
  *
168
  * @param string $type
 
169
  * @return string
170
  */
171
  public function getPublicKey($type = self::NUMBER)
@@ -195,6 +196,8 @@ class Zend_Crypt_DiffieHellman
195
  *
196
  * @param string $publicKey
197
  * @param string $type
 
 
198
  * @return mixed
199
  */
200
  public function computeSecretKey($publicKey, $type = self::NUMBER, $output = self::NUMBER)
@@ -218,6 +221,7 @@ class Zend_Crypt_DiffieHellman
218
  * Return the computed shared secret key from the DiffieHellman transaction
219
  *
220
  * @param string $type
 
221
  * @return string
222
  */
223
  public function getSharedSecretKey($type = self::NUMBER)
@@ -238,6 +242,7 @@ class Zend_Crypt_DiffieHellman
238
  * Setter for the value of the prime number
239
  *
240
  * @param string $number
 
241
  * @return Zend_Crypt_DiffieHellman
242
  */
243
  public function setPrime($number)
@@ -253,6 +258,7 @@ class Zend_Crypt_DiffieHellman
253
  /**
254
  * Getter for the value of the prime number
255
  *
 
256
  * @return string
257
  */
258
  public function getPrime()
@@ -264,11 +270,11 @@ class Zend_Crypt_DiffieHellman
264
  return $this->_prime;
265
  }
266
 
267
-
268
  /**
269
  * Setter for the value of the generator number
270
  *
271
  * @param string $number
 
272
  * @return Zend_Crypt_DiffieHellman
273
  */
274
  public function setGenerator($number)
@@ -284,6 +290,7 @@ class Zend_Crypt_DiffieHellman
284
  /**
285
  * Getter for the value of the generator number
286
  *
 
287
  * @return string
288
  */
289
  public function getGenerator()
@@ -300,6 +307,7 @@ class Zend_Crypt_DiffieHellman
300
  *
301
  * @param string $number
302
  * @param string $type
 
303
  * @return Zend_Crypt_DiffieHellman
304
  */
305
  public function setPrivateKey($number, $type = self::NUMBER)
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage DiffieHellman
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
27
  *
28
  * @category Zend
29
  * @package Zend_Crypt
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Crypt_DiffieHellman
102
  * @param string $generator
103
  * @param string $privateKey
104
  * @param string $privateKeyType
 
105
  */
106
  public function __construct($prime, $generator, $privateKey = null, $privateKeyType = self::NUMBER)
107
  {
145
  *
146
  * @param string $number
147
  * @param string $type
148
+ * @throws Zend_Crypt_DiffieHellman_Exception
149
  * @return Zend_Crypt_DiffieHellman
150
  */
151
  public function setPublicKey($number, $type = self::NUMBER)
166
  * transaction.
167
  *
168
  * @param string $type
169
+ * @throws Zend_Crypt_DiffieHellman_Exception
170
  * @return string
171
  */
172
  public function getPublicKey($type = self::NUMBER)
196
  *
197
  * @param string $publicKey
198
  * @param string $type
199
+ * @param string $output
200
+ * @throws Zend_Crypt_DiffieHellman_Exception
201
  * @return mixed
202
  */
203
  public function computeSecretKey($publicKey, $type = self::NUMBER, $output = self::NUMBER)
221
  * Return the computed shared secret key from the DiffieHellman transaction
222
  *
223
  * @param string $type
224
+ * @throws Zend_Crypt_DiffieHellman_Exception
225
  * @return string
226
  */
227
  public function getSharedSecretKey($type = self::NUMBER)
242
  * Setter for the value of the prime number
243
  *
244
  * @param string $number
245
+ * @throws Zend_Crypt_DiffieHellman_Exception
246
  * @return Zend_Crypt_DiffieHellman
247
  */
248
  public function setPrime($number)
258
  /**
259
  * Getter for the value of the prime number
260
  *
261
+ * @throws Zend_Crypt_DiffieHellman_Exception
262
  * @return string
263
  */
264
  public function getPrime()
270
  return $this->_prime;
271
  }
272
 
 
273
  /**
274
  * Setter for the value of the generator number
275
  *
276
  * @param string $number
277
+ * @throws Zend_Crypt_DiffieHellman_Exception
278
  * @return Zend_Crypt_DiffieHellman
279
  */
280
  public function setGenerator($number)
290
  /**
291
  * Getter for the value of the generator number
292
  *
293
+ * @throws Zend_Crypt_DiffieHellman_Exception
294
  * @return string
295
  */
296
  public function getGenerator()
307
  *
308
  * @param string $number
309
  * @param string $type
310
+ * @throws Zend_Crypt_DiffieHellman_Exception
311
  * @return Zend_Crypt_DiffieHellman
312
  */
313
  public function setPrivateKey($number, $type = self::NUMBER)
lib/Zend/Crypt/DiffieHellman/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage DiffieHellman
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_DiffieHellman_Exception extends Zend_Crypt_Exception
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage DiffieHellman
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_DiffieHellman_Exception extends Zend_Crypt_Exception
lib/Zend/Crypt/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Crypt
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Crypt
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Crypt_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Crypt
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Crypt
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Crypt_Exception extends Zend_Exception
lib/Zend/Crypt/Hmac.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Hmac
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @todo Check if mhash() is a required alternative (will be PECL-only soon)
34
  * @category Zend
35
  * @package Zend_Crypt
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Crypt_Hmac extends Zend_Crypt
@@ -85,7 +85,7 @@ class Zend_Crypt_Hmac extends Zend_Crypt
85
  * @param string $hash
86
  * @param string $data
87
  * @param string $output
88
- * @param boolean $internal
89
  * @return string
90
  */
91
  public static function compute($key, $hash, $data, $output = self::STRING)
@@ -108,6 +108,7 @@ class Zend_Crypt_Hmac extends Zend_Crypt
108
  * Setter for the hash method.
109
  *
110
  * @param string $hash
 
111
  * @return Zend_Crypt_Hmac
112
  */
113
  protected static function _setHashAlgorithm($hash)
@@ -147,7 +148,7 @@ class Zend_Crypt_Hmac extends Zend_Crypt
147
  {
148
  if (function_exists('hash_hmac')) {
149
  if ($output == self::BINARY) {
150
- return hash_hmac(self::$_hashAlgorithm, $data, self::$_key, 1);
151
  }
152
  return hash_hmac(self::$_hashAlgorithm, $data, self::$_key);
153
  }
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Hmac
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @todo Check if mhash() is a required alternative (will be PECL-only soon)
34
  * @category Zend
35
  * @package Zend_Crypt
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Crypt_Hmac extends Zend_Crypt
85
  * @param string $hash
86
  * @param string $data
87
  * @param string $output
88
+ * @throws Zend_Crypt_Hmac_Exception
89
  * @return string
90
  */
91
  public static function compute($key, $hash, $data, $output = self::STRING)
108
  * Setter for the hash method.
109
  *
110
  * @param string $hash
111
+ * @throws Zend_Crypt_Hmac_Exception
112
  * @return Zend_Crypt_Hmac
113
  */
114
  protected static function _setHashAlgorithm($hash)
148
  {
149
  if (function_exists('hash_hmac')) {
150
  if ($output == self::BINARY) {
151
+ return hash_hmac(self::$_hashAlgorithm, $data, self::$_key, true);
152
  }
153
  return hash_hmac(self::$_hashAlgorithm, $data, self::$_key);
154
  }
lib/Zend/Crypt/Hmac/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Hmac
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_Hmac_Exception extends Zend_Crypt_Exception
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Hmac
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_Hmac_Exception extends Zend_Crypt_Exception
lib/Zend/Crypt/Math.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_Math extends Zend_Crypt_Math_BigInteger
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_Math extends Zend_Crypt_Math_BigInteger
lib/Zend/Crypt/Math/BigInteger.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -38,7 +38,7 @@
38
  *
39
  * @category Zend
40
  * @package Zend_Crypt
41
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  class Zend_Crypt_Math_BigInteger
@@ -71,9 +71,10 @@ class Zend_Crypt_Math_BigInteger
71
  /**
72
  * Redirect all public method calls to the wrapped extension object.
73
  *
74
- * @param string $methodName
75
- * @param array $args
76
- * @throws Zend_Crypt_Math_BigInteger_Exception
 
77
  */
78
  public function __call($methodName, $args)
79
  {
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
38
  *
39
  * @category Zend
40
  * @package Zend_Crypt
41
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  class Zend_Crypt_Math_BigInteger
71
  /**
72
  * Redirect all public method calls to the wrapped extension object.
73
  *
74
+ * @param string $methodName
75
+ * @param array $args
76
+ * @return mixed
77
+ * @throws Zend_Crypt_Math_BigInteger_Exception
78
  */
79
  public function __call($methodName, $args)
80
  {
lib/Zend/Crypt/Math/BigInteger/Bcmath.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  *
34
  * @category Zend
35
  * @package Zend_Crypt
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_Interface
@@ -42,6 +42,7 @@ class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_In
42
  /**
43
  * Initialise a big integer into an extension specific type. This is not
44
  * applicable to BCMath.
 
45
  * @param string $operand
46
  * @param int $base
47
  * @return string
@@ -64,6 +65,8 @@ class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_In
64
  }
65
 
66
  /**
 
 
67
  * @param string $left_operand
68
  * @param string $right_operand
69
  * @return string
@@ -77,6 +80,7 @@ class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_In
77
  * Compare two big integers and returns result as an integer where 0 means
78
  * both are identical, 1 that left_operand is larger, or -1 that
79
  * right_operand is larger.
 
80
  * @param string $left_operand
81
  * @param string $right_operand
82
  * @return int
@@ -89,6 +93,7 @@ class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_In
89
  /**
90
  * Divide two big integers and return result or NULL if the denominator
91
  * is zero.
 
92
  * @param string $left_operand
93
  * @param string $right_operand
94
  * @return string|null
@@ -99,8 +104,10 @@ class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_In
99
  }
100
 
101
  /**
 
 
102
  * @param string $left_operand
103
- * @param string $right_operand
104
  * @return string
105
  */
106
  public function modulus($left_operand, $modulus)
@@ -109,6 +116,8 @@ class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_In
109
  }
110
 
111
  /**
 
 
112
  * @param string $left_operand
113
  * @param string $right_operand
114
  * @return string
@@ -119,6 +128,8 @@ class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_In
119
  }
120
 
121
  /**
 
 
122
  * @param string $left_operand
123
  * @param string $right_operand
124
  * @return string
@@ -129,8 +140,12 @@ class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_In
129
  }
130
 
131
  /**
 
 
 
132
  * @param string $left_operand
133
  * @param string $right_operand
 
134
  * @return string
135
  */
136
  public function powmod($left_operand, $right_operand, $modulus)
@@ -139,8 +154,9 @@ class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_In
139
  }
140
 
141
  /**
142
- * @param string $left_operand
143
- * @param string $right_operand
 
144
  * @return string
145
  */
146
  public function sqrt($operand)
@@ -148,7 +164,10 @@ class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_In
148
  return bcsqrt($operand);
149
  }
150
 
151
-
 
 
 
152
  public function binaryToInteger($operand)
153
  {
154
  $result = '0';
@@ -160,7 +179,10 @@ class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_In
160
  return $result;
161
  }
162
 
163
-
 
 
 
164
  public function integerToBinary($operand)
165
  {
166
  $cmp = bccomp($operand, 0);
@@ -188,7 +210,10 @@ class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_In
188
  return $return;
189
  }**/ // Prior version for referenced offset
190
 
191
-
 
 
 
192
  public function hexToDecimal($operand)
193
  {
194
  $return = '0';
@@ -199,5 +224,4 @@ class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_In
199
  }
200
  return $return;
201
  }
202
-
203
  }
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  *
34
  * @category Zend
35
  * @package Zend_Crypt
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_Interface
42
  /**
43
  * Initialise a big integer into an extension specific type. This is not
44
  * applicable to BCMath.
45
+ *
46
  * @param string $operand
47
  * @param int $base
48
  * @return string
65
  }
66
 
67
  /**
68
+ * Subtract one arbitrary precision number from another
69
+ *
70
  * @param string $left_operand
71
  * @param string $right_operand
72
  * @return string
80
  * Compare two big integers and returns result as an integer where 0 means
81
  * both are identical, 1 that left_operand is larger, or -1 that
82
  * right_operand is larger.
83
+ *
84
  * @param string $left_operand
85
  * @param string $right_operand
86
  * @return int
93
  /**
94
  * Divide two big integers and return result or NULL if the denominator
95
  * is zero.
96
+ *
97
  * @param string $left_operand
98
  * @param string $right_operand
99
  * @return string|null
104
  }
105
 
106
  /**
107
+ * Get modulus of an arbitrary precision number
108
+ *
109
  * @param string $left_operand
110
+ * @param string $modulus
111
  * @return string
112
  */
113
  public function modulus($left_operand, $modulus)
116
  }
117
 
118
  /**
119
+ * Multiply two arbitrary precision numbers
120
+ *
121
  * @param string $left_operand
122
  * @param string $right_operand
123
  * @return string
128
  }
129
 
130
  /**
131
+ * Raise an arbitrary precision number to another
132
+ *
133
  * @param string $left_operand
134
  * @param string $right_operand
135
  * @return string
140
  }
141
 
142
  /**
143
+ * Raise an arbitrary precision number to another, reduced by a specified
144
+ * modulus
145
+ *
146
  * @param string $left_operand
147
  * @param string $right_operand
148
+ * @param string $modulus
149
  * @return string
150
  */
151
  public function powmod($left_operand, $right_operand, $modulus)
154
  }
155
 
156
  /**
157
+ * Get the square root of an arbitrary precision number
158
+ *
159
+ * @param string $operand
160
  * @return string
161
  */
162
  public function sqrt($operand)
164
  return bcsqrt($operand);
165
  }
166
 
167
+ /**
168
+ * @param string $operand
169
+ * @return string
170
+ */
171
  public function binaryToInteger($operand)
172
  {
173
  $result = '0';
179
  return $result;
180
  }
181
 
182
+ /**
183
+ * @param string $operand
184
+ * @return string
185
+ */
186
  public function integerToBinary($operand)
187
  {
188
  $cmp = bccomp($operand, 0);
210
  return $return;
211
  }**/ // Prior version for referenced offset
212
 
213
+ /**
214
+ * @param string $operand
215
+ * @return string
216
+ */
217
  public function hexToDecimal($operand)
218
  {
219
  $return = '0';
224
  }
225
  return $return;
226
  }
 
227
  }
lib/Zend/Crypt/Math/BigInteger/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_Math_BigInteger_Exception extends Zend_Crypt_Math_Exception
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_Math_BigInteger_Exception extends Zend_Crypt_Math_Exception
lib/Zend/Crypt/Math/BigInteger/Gmp.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  *
34
  * @category Zend
35
  * @package Zend_Crypt
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Crypt_Math_BigInteger_Gmp implements Zend_Crypt_Math_BigInteger_Interface
@@ -53,8 +53,8 @@ class Zend_Crypt_Math_BigInteger_Gmp implements Zend_Crypt_Math_BigInteger_Inter
53
  /**
54
  * Adds two arbitrary precision numbers
55
  *
56
- * @param string $left_operand
57
- * @param string $right_operand
58
  * @return string
59
  */
60
  public function add($left_operand, $right_operand)
@@ -64,8 +64,10 @@ class Zend_Crypt_Math_BigInteger_Gmp implements Zend_Crypt_Math_BigInteger_Inter
64
  }
65
 
66
  /**
67
- * @param string $left_operand
68
- * @param string $right_operand
 
 
69
  * @return string
70
  */
71
  public function subtract($left_operand, $right_operand)
@@ -78,8 +80,9 @@ class Zend_Crypt_Math_BigInteger_Gmp implements Zend_Crypt_Math_BigInteger_Inter
78
  * Compare two big integers and returns result as an integer where 0 means
79
  * both are identical, 1 that left_operand is larger, or -1 that
80
  * right_operand is larger.
81
- * @param string $left_operand
82
- * @param string $right_operand
 
83
  * @return int
84
  */
85
  public function compare($left_operand, $right_operand)
@@ -91,8 +94,9 @@ class Zend_Crypt_Math_BigInteger_Gmp implements Zend_Crypt_Math_BigInteger_Inter
91
  /**
92
  * Divide two big integers and return result or NULL if the denominator
93
  * is zero.
94
- * @param string $left_operand
95
- * @param string $right_operand
 
96
  * @return string|null
97
  */
98
  public function divide($left_operand, $right_operand)
@@ -102,8 +106,11 @@ class Zend_Crypt_Math_BigInteger_Gmp implements Zend_Crypt_Math_BigInteger_Inter
102
  }
103
 
104
  /**
105
- * @param string $left_operand
106
- * @param string $right_operand
 
 
 
107
  * @return string
108
  */
109
  public function modulus($left_operand, $modulus)
@@ -113,8 +120,10 @@ class Zend_Crypt_Math_BigInteger_Gmp implements Zend_Crypt_Math_BigInteger_Inter
113
  }
114
 
115
  /**
116
- * @param string $left_operand
117
- * @param string $right_operand
 
 
118
  * @return string
119
  */
120
  public function multiply($left_operand, $right_operand)
@@ -124,8 +133,10 @@ class Zend_Crypt_Math_BigInteger_Gmp implements Zend_Crypt_Math_BigInteger_Inter
124
  }
125
 
126
  /**
127
- * @param string $left_operand
128
- * @param string $right_operand
 
 
129
  * @return string
130
  */
131
  public function pow($left_operand, $right_operand)
@@ -135,8 +146,11 @@ class Zend_Crypt_Math_BigInteger_Gmp implements Zend_Crypt_Math_BigInteger_Inter
135
  }
136
 
137
  /**
138
- * @param string $left_operand
139
- * @param string $right_operand
 
 
 
140
  * @return string
141
  */
142
  public function powmod($left_operand, $right_operand, $modulus)
@@ -146,8 +160,9 @@ class Zend_Crypt_Math_BigInteger_Gmp implements Zend_Crypt_Math_BigInteger_Inter
146
  }
147
 
148
  /**
149
- * @param string $left_operand
150
- * @param string $right_operand
 
151
  * @return string
152
  */
153
  public function sqrt($operand)
@@ -156,7 +171,10 @@ class Zend_Crypt_Math_BigInteger_Gmp implements Zend_Crypt_Math_BigInteger_Inter
156
  return gmp_strval($result);
157
  }
158
 
159
-
 
 
 
160
  public function binaryToInteger($operand)
161
  {
162
  $result = '0';
@@ -168,7 +186,10 @@ class Zend_Crypt_Math_BigInteger_Gmp implements Zend_Crypt_Math_BigInteger_Inter
168
  return gmp_strval($result);
169
  }
170
 
171
-
 
 
 
172
  public function integerToBinary($operand)
173
  {
174
  $bigInt = gmp_strval($operand, 16);
@@ -181,7 +202,10 @@ class Zend_Crypt_Math_BigInteger_Gmp implements Zend_Crypt_Math_BigInteger_Inter
181
  return $return;
182
  }
183
 
184
-
 
 
 
185
  public function hexToDecimal($operand)
186
  {
187
  $return = '0';
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  *
34
  * @category Zend
35
  * @package Zend_Crypt
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Crypt_Math_BigInteger_Gmp implements Zend_Crypt_Math_BigInteger_Interface
53
  /**
54
  * Adds two arbitrary precision numbers
55
  *
56
+ * @param resource $left_operand
57
+ * @param resource $right_operand
58
  * @return string
59
  */
60
  public function add($left_operand, $right_operand)
64
  }
65
 
66
  /**
67
+ * Subtract numbers
68
+ *
69
+ * @param resource $left_operand
70
+ * @param resource $right_operand
71
  * @return string
72
  */
73
  public function subtract($left_operand, $right_operand)
80
  * Compare two big integers and returns result as an integer where 0 means
81
  * both are identical, 1 that left_operand is larger, or -1 that
82
  * right_operand is larger.
83
+ *
84
+ * @param resource $left_operand
85
+ * @param resource $right_operand
86
  * @return int
87
  */
88
  public function compare($left_operand, $right_operand)
94
  /**
95
  * Divide two big integers and return result or NULL if the denominator
96
  * is zero.
97
+ *
98
+ * @param resource $left_operand
99
+ * @param resource $right_operand
100
  * @return string|null
101
  */
102
  public function divide($left_operand, $right_operand)
106
  }
107
 
108
  /**
109
+ * Modulo operation
110
+ *
111
+ * @param resource $left_operand
112
+ * @param resource $modulus
113
+ * @internal param string $right_operand
114
  * @return string
115
  */
116
  public function modulus($left_operand, $modulus)
120
  }
121
 
122
  /**
123
+ * Multiply numbers
124
+ *
125
+ * @param resource $left_operand
126
+ * @param resource $right_operand
127
  * @return string
128
  */
129
  public function multiply($left_operand, $right_operand)
133
  }
134
 
135
  /**
136
+ * Raise number into power
137
+ *
138
+ * @param resource $left_operand
139
+ * @param int $right_operand
140
  * @return string
141
  */
142
  public function pow($left_operand, $right_operand)
146
  }
147
 
148
  /**
149
+ * Raise number into power with modulo
150
+ *
151
+ * @param resource $left_operand
152
+ * @param resource $right_operand
153
+ * @param resource $modulus
154
  * @return string
155
  */
156
  public function powmod($left_operand, $right_operand, $modulus)
160
  }
161
 
162
  /**
163
+ * Calculate square root
164
+ *
165
+ * @param $operand
166
  * @return string
167
  */
168
  public function sqrt($operand)
171
  return gmp_strval($result);
172
  }
173
 
174
+ /**
175
+ * @param string $operand
176
+ * @return string
177
+ */
178
  public function binaryToInteger($operand)
179
  {
180
  $result = '0';
186
  return gmp_strval($result);
187
  }
188
 
189
+ /**
190
+ * @param resource $operand GMP number resource
191
+ * @return string
192
+ */
193
  public function integerToBinary($operand)
194
  {
195
  $bigInt = gmp_strval($operand, 16);
202
  return $return;
203
  }
204
 
205
+ /**
206
+ * @param string $operand
207
+ * @return string
208
+ */
209
  public function hexToDecimal($operand)
210
  {
211
  $return = '0';
lib/Zend/Crypt/Math/BigInteger/Interface.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  *
29
  * @category Zend
30
  * @package Zend_Crypt
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  interface Zend_Crypt_Math_BigInteger_Interface
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  *
29
  * @category Zend
30
  * @package Zend_Crypt
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  interface Zend_Crypt_Math_BigInteger_Interface
lib/Zend/Crypt/Math/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_Math_Exception extends Zend_Crypt_Exception
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_Math_Exception extends Zend_Crypt_Exception
lib/Zend/Crypt/Rsa.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Rsa
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  /**
34
  * @category Zend
35
  * @package Zend_Crypt
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Crypt_Rsa
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Rsa
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  /**
34
  * @category Zend
35
  * @package Zend_Crypt
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Crypt_Rsa
lib/Zend/Crypt/Rsa/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id: Exception.php 20096 2010-01-06 02:05:09Z bkarwin $
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_Rsa_Exception extends Zend_Crypt_Exception
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Math
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id: Exception.php 20096 2010-01-06 02:05:09Z bkarwin $
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_Rsa_Exception extends Zend_Crypt_Exception
lib/Zend/Crypt/Rsa/Key.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Rsa
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -23,7 +23,7 @@
23
  /**
24
  * @category Zend
25
  * @package Zend_Crypt
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Crypt_Rsa_Key implements Countable
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Rsa
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
23
  /**
24
  * @category Zend
25
  * @package Zend_Crypt
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Crypt_Rsa_Key implements Countable
lib/Zend/Crypt/Rsa/Key/Private.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Rsa
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_Rsa_Key_Private extends Zend_Crypt_Rsa_Key
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Rsa
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_Rsa_Key_Private extends Zend_Crypt_Rsa_Key
lib/Zend/Crypt/Rsa/Key/Public.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Rsa
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_Rsa_Key_Public extends Zend_Crypt_Rsa_Key
15
  * @category Zend
16
  * @package Zend_Crypt
17
  * @subpackage Rsa
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_Crypt
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Crypt_Rsa_Key_Public extends Zend_Crypt_Rsa_Key
lib/Zend/Currency.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Currency
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -31,7 +31,7 @@
31
  *
32
  * @category Zend
33
  * @package Zend_Currency
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Currency
14
  *
15
  * @category Zend
16
  * @package Zend_Currency
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
31
  *
32
  * @category Zend
33
  * @package Zend_Currency
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Currency
lib/Zend/Currency/CurrencyInterface.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Currency
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -24,7 +24,7 @@
24
  *
25
  * @category Zend
26
  * @package Zend_Currency
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Currency_CurrencyInterface
14
  *
15
  * @category Zend
16
  * @package Zend_Currency
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
24
  *
25
  * @category Zend
26
  * @package Zend_Currency
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Currency_CurrencyInterface
lib/Zend/Currency/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Currency
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Currency
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Currency_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Currency
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Currency
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Currency_Exception extends Zend_Exception
lib/Zend/Date.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Date
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -30,7 +30,7 @@
30
  /**
31
  * @category Zend
32
  * @package Zend_Date
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Date extends Zend_Date_DateObject
@@ -354,7 +354,7 @@ class Zend_Date extends Zend_Date_DateObject
354
  * Sets a new timestamp
355
  *
356
  * @param integer|string|array|Zend_Date $timestamp Timestamp to set
357
- * @return Zend_Date Provides fluid interface
358
  * @throws Zend_Date_Exception
359
  */
360
  public function setTimestamp($timestamp)
@@ -366,7 +366,7 @@ class Zend_Date extends Zend_Date_DateObject
366
  * Adds a timestamp
367
  *
368
  * @param integer|string|array|Zend_Date $timestamp Timestamp to add
369
- * @return Zend_Date Provides fluid interface
370
  * @throws Zend_Date_Exception
371
  */
372
  public function addTimestamp($timestamp)
@@ -378,7 +378,7 @@ class Zend_Date extends Zend_Date_DateObject
378
  * Subtracts a timestamp
379
  *
380
  * @param integer|string|array|Zend_Date $timestamp Timestamp to sub
381
- * @return Zend_Date Provides fluid interface
382
  * @throws Zend_Date_Exception
383
  */
384
  public function subTimestamp($timestamp)
@@ -1063,7 +1063,7 @@ class Zend_Date extends Zend_Date_DateObject
1063
  * @param string|integer|array|Zend_Date $date Date or datepart to set
1064
  * @param string $part OPTIONAL Part of the date to set, if null the timestamp is set
1065
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
1066
- * @return Zend_Date Provides fluid interface
1067
  * @throws Zend_Date_Exception
1068
  */
1069
  public function set($date, $part = null, $locale = null)
@@ -1091,7 +1091,7 @@ class Zend_Date extends Zend_Date_DateObject
1091
  * @param string|integer|array|Zend_Date $date Date or datepart to add
1092
  * @param string $part OPTIONAL Part of the date to add, if null the timestamp is added
1093
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
1094
- * @return Zend_Date Provides fluid interface
1095
  * @throws Zend_Date_Exception
1096
  */
1097
  public function add($date, $part = self::TIMESTAMP, $locale = null)
@@ -1114,7 +1114,7 @@ class Zend_Date extends Zend_Date_DateObject
1114
  * @param string|integer|array|Zend_Date $date Date or datepart to subtract
1115
  * @param string $part OPTIONAL Part of the date to sub, if null the timestamp is subtracted
1116
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
1117
- * @return Zend_Date Provides fluid interface
1118
  * @throws Zend_Date_Exception
1119
  */
1120
  public function sub($date, $part = self::TIMESTAMP, $locale = null)
@@ -2067,9 +2067,18 @@ class Zend_Date extends Zend_Date_DateObject
2067
  }
2068
  // (T)hh:mm:ss
2069
  preg_match('/[T,\s]{0,1}(\d{2}):(\d{2}):(\d{2})/', $tmpdate, $timematch);
 
2070
  if (empty($timematch)) {
2071
  preg_match('/[T,\s]{0,1}(\d{2})(\d{2})(\d{2})/', $tmpdate, $timematch);
2072
  }
 
 
 
 
 
 
 
 
2073
  if (empty($datematch) and empty($timematch)) {
2074
  #require_once 'Zend/Date/Exception.php';
2075
  throw new Zend_Date_Exception("unsupported ISO8601 format ($date)", 0, null, $date);
@@ -2093,6 +2102,9 @@ class Zend_Date extends Zend_Date_DateObject
2093
  $timematch[2] = 0;
2094
  $timematch[3] = 0;
2095
  }
 
 
 
2096
 
2097
  if (($calc == 'set') || ($calc == 'cmp')) {
2098
  --$datematch[2];
@@ -2836,7 +2848,7 @@ class Zend_Date extends Zend_Date_DateObject
2836
  * @param string|integer|array|Zend_Date $time Time to set
2837
  * @param string $format OPTIONAL Timeformat for parsing input
2838
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
2839
- * @return Zend_Date Provides fluid interface
2840
  * @throws Zend_Date_Exception
2841
  */
2842
  public function setTime($time, $format = null, $locale = null)
@@ -2854,7 +2866,7 @@ class Zend_Date extends Zend_Date_DateObject
2854
  * @param string|integer|array|Zend_Date $time Time to add
2855
  * @param string $format OPTIONAL Timeformat for parsing input
2856
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
2857
- * @return Zend_Date Provides fluid interface
2858
  * @throws Zend_Date_Exception
2859
  */
2860
  public function addTime($time, $format = null, $locale = null)
@@ -2872,7 +2884,7 @@ class Zend_Date extends Zend_Date_DateObject
2872
  * @param string|integer|array|Zend_Date $time Time to sub
2873
  * @param string $format OPTIONAL Timeformat for parsing input
2874
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
2875
- * @return Zend_Date Provides fluid inteface
2876
  * @throws Zend_Date_Exception
2877
  */
2878
  public function subTime($time, $format = null, $locale = null)
@@ -2998,7 +3010,7 @@ class Zend_Date extends Zend_Date_DateObject
2998
  * @param string|integer|array|Zend_Date $date Date to set
2999
  * @param string $format OPTIONAL Date format for parsing
3000
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3001
- * @return Zend_Date Provides fluid interface
3002
  * @throws Zend_Date_Exception
3003
  */
3004
  public function setDate($date, $format = null, $locale = null)
@@ -3016,7 +3028,7 @@ class Zend_Date extends Zend_Date_DateObject
3016
  * @param string|integer|array|Zend_Date $date Date to add
3017
  * @param string $format OPTIONAL Date format for parsing input
3018
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3019
- * @return Zend_Date Provides fluid interface
3020
  * @throws Zend_Date_Exception
3021
  */
3022
  public function addDate($date, $format = null, $locale = null)
@@ -3035,7 +3047,7 @@ class Zend_Date extends Zend_Date_DateObject
3035
  * @param string|integer|array|Zend_Date $date Date to sub
3036
  * @param string $format OPTIONAL Date format for parsing input
3037
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3038
- * @return Zend_Date Provides fluid interface
3039
  * @throws Zend_Date_Exception
3040
  */
3041
  public function subDate($date, $format = null, $locale = null)
@@ -3086,7 +3098,7 @@ class Zend_Date extends Zend_Date_DateObject
3086
  *
3087
  * @param string|integer|Zend_Date $date ISO Date to set
3088
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3089
- * @return Zend_Date Provides fluid interface
3090
  * @throws Zend_Date_Exception
3091
  */
3092
  public function setIso($date, $locale = null)
@@ -3103,7 +3115,7 @@ class Zend_Date extends Zend_Date_DateObject
3103
  *
3104
  * @param string|integer|Zend_Date $date ISO Date to add
3105
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3106
- * @return Zend_Date Provides fluid interface
3107
  * @throws Zend_Date_Exception
3108
  */
3109
  public function addIso($date, $locale = null)
@@ -3120,7 +3132,7 @@ class Zend_Date extends Zend_Date_DateObject
3120
  *
3121
  * @param string|integer|Zend_Date $date ISO Date to sub
3122
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3123
- * @return Zend_Date Provides fluid interface
3124
  * @throws Zend_Date_Exception
3125
  */
3126
  public function subIso($date, $locale = null)
@@ -3173,7 +3185,7 @@ class Zend_Date extends Zend_Date_DateObject
3173
  *
3174
  * @param string|integer|Zend_Date $date RFC 822 to set
3175
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3176
- * @return Zend_Date Provides fluid interface
3177
  * @throws Zend_Date_Exception
3178
  */
3179
  public function setArpa($date, $locale = null)
@@ -3191,7 +3203,7 @@ class Zend_Date extends Zend_Date_DateObject
3191
  *
3192
  * @param string|integer|Zend_Date $date RFC 822 Date to add
3193
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3194
- * @return Zend_Date Provides fluid interface
3195
  * @throws Zend_Date_Exception
3196
  */
3197
  public function addArpa($date, $locale = null)
@@ -3209,7 +3221,7 @@ class Zend_Date extends Zend_Date_DateObject
3209
  *
3210
  * @param string|integer|Zend_Date $date RFC 822 Date to sub
3211
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3212
- * @return Zend_Date Provides fluid interface
3213
  * @throws Zend_Date_Exception
3214
  */
3215
  public function subArpa($date, $locale = null)
@@ -3235,12 +3247,12 @@ class Zend_Date extends Zend_Date_DateObject
3235
  return $this->_calcvalue('cmp', $date, 'arpa', self::RFC_822, $locale);
3236
  }
3237
 
3238
-
3239
  /**
3240
  * Check if location is supported
3241
  *
3242
  * @param array $location locations array
3243
- * @return $horizon float
 
3244
  */
3245
  private function _checkLocation($location)
3246
  {
@@ -3358,11 +3370,11 @@ class Zend_Date extends Zend_Date_DateObject
3358
  return $suninfo;
3359
  }
3360
 
3361
-
3362
  /**
3363
  * Check a given year for leap year.
3364
  *
3365
- * @param integer|array|Zend_Date $year Year to check
 
3366
  * @return boolean
3367
  */
3368
  public static function checkLeapYear($year)
@@ -3458,7 +3470,7 @@ class Zend_Date extends Zend_Date_DateObject
3458
  *
3459
  * @param string $calc Calculation to make
3460
  * @param string|integer|array|Zend_Date $date Date or Part to calculate
3461
- * @param string $part Datepart for Calculation
3462
  * @param string|Zend_Locale $locale Locale for parsing input
3463
  * @return integer|string new date
3464
  * @throws Zend_Date_Exception
@@ -3496,11 +3508,13 @@ class Zend_Date extends Zend_Date_DateObject
3496
  /**
3497
  * Internal calculation, returns the requested date type
3498
  *
3499
- * @param string $calc Calculation to make
3500
- * @param string|integer|Zend_Date $value Datevalue to calculate with, if null the actual value is taken
3501
- * @param string|Zend_Locale $locale Locale for parsing input
3502
- * @return integer|Zend_Date new date
 
3503
  * @throws Zend_Date_Exception
 
3504
  */
3505
  private function _calcvalue($calc, $value, $type, $parameter, $locale)
3506
  {
@@ -3556,9 +3570,9 @@ class Zend_Date extends Zend_Date_DateObject
3556
  * use set() instead.
3557
  * Returned is the new date object
3558
  *
3559
- * @param string|integer|array|Zend_Date $date Year to set
3560
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3561
- * @return Zend_Date Provides fluid interface
3562
  * @throws Zend_Date_Exception
3563
  */
3564
  public function setYear($year, $locale = null)
@@ -3575,9 +3589,9 @@ class Zend_Date extends Zend_Date_DateObject
3575
  * use add() instead.
3576
  * Returned is the new date object
3577
  *
3578
- * @param string|integer|array|Zend_Date $date Year to add
3579
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3580
- * @return Zend_Date Provides fluid interface
3581
  * @throws Zend_Date_Exception
3582
  */
3583
  public function addYear($year, $locale = null)
@@ -3594,9 +3608,9 @@ class Zend_Date extends Zend_Date_DateObject
3594
  * use sub() instead.
3595
  * Returned is the new date object
3596
  *
3597
- * @param string|integer|array|Zend_Date $date Year to sub
3598
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3599
- * @return Zend_Date Provides fluid interface
3600
  * @throws Zend_Date_Exception
3601
  */
3602
  public function subYear($year, $locale = null)
@@ -3720,7 +3734,7 @@ class Zend_Date extends Zend_Date_DateObject
3720
  *
3721
  * @param string|integer|array|Zend_Date $month Month to set
3722
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3723
- * @return Zend_Date Provides fluid interface
3724
  * @throws Zend_Date_Exception
3725
  */
3726
  public function setMonth($month, $locale = null)
@@ -3739,7 +3753,7 @@ class Zend_Date extends Zend_Date_DateObject
3739
  *
3740
  * @param string|integer|array|Zend_Date $month Month to add
3741
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3742
- * @return Zend_Date Provides fluid interface
3743
  * @throws Zend_Date_Exception
3744
  */
3745
  public function addMonth($month, $locale = null)
@@ -3758,7 +3772,7 @@ class Zend_Date extends Zend_Date_DateObject
3758
  *
3759
  * @param string|integer|array|Zend_Date $month Month to sub
3760
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3761
- * @return Zend_Date Provides fluid interface
3762
  * @throws Zend_Date_Exception
3763
  */
3764
  public function subMonth($month, $locale = null)
@@ -3795,13 +3809,13 @@ class Zend_Date extends Zend_Date_DateObject
3795
  return $this->copyPart(self::DAY_SHORT, $locale);
3796
  }
3797
 
3798
-
3799
  /**
3800
  * Returns the calculated day
3801
  *
3802
- * @param string $calc Type of calculation to make
3803
- * @param Zend_Date $day Day to calculate, when null the actual day is calculated
3804
- * @param Zend_Locale $locale Locale for parsing input
 
3805
  * @return Zend_Date|integer
3806
  */
3807
  private function _day($calc, $day, $locale)
@@ -3862,9 +3876,9 @@ class Zend_Date extends Zend_Date_DateObject
3862
  * Returned is the new date object
3863
  * Example: setDay('Montag', 'de_AT'); will set the monday of this week as day.
3864
  *
3865
- * @param string|integer|array|Zend_Date $month Day to set
3866
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3867
- * @return Zend_Date Provides fluid interface
3868
  * @throws Zend_Date_Exception
3869
  */
3870
  public function setDay($day, $locale = null)
@@ -3880,9 +3894,9 @@ class Zend_Date extends Zend_Date_DateObject
3880
  * If a localized dayname is given it will be parsed with the default locale or the optional
3881
  * set locale.
3882
  *
3883
- * @param string|integer|array|Zend_Date $month Day to add
3884
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3885
- * @return Zend_Date Provides fluid interface
3886
  * @throws Zend_Date_Exception
3887
  */
3888
  public function addDay($day, $locale = null)
@@ -3898,9 +3912,9 @@ class Zend_Date extends Zend_Date_DateObject
3898
  * If a localized dayname is given it will be parsed with the default locale or the optional
3899
  * set locale.
3900
  *
3901
- * @param string|integer|array|Zend_Date $month Day to sub
3902
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3903
- * @return Zend_Date Provides fluid interface
3904
  * @throws Zend_Date_Exception
3905
  */
3906
  public function subDay($day, $locale = null)
@@ -4010,9 +4024,9 @@ class Zend_Date extends Zend_Date_DateObject
4010
  * Returned is the new date object.
4011
  * Example: setWeekday(3); will set the wednesday of this week as day.
4012
  *
4013
- * @param string|integer|array|Zend_Date $month Weekday to set
4014
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4015
- * @return Zend_Date Provides fluid interface
4016
  * @throws Zend_Date_Exception
4017
  */
4018
  public function setWeekday($weekday, $locale = null)
@@ -4030,9 +4044,9 @@ class Zend_Date extends Zend_Date_DateObject
4030
  * Example: addWeekday(3); will add the difference of days from the begining of the month until
4031
  * wednesday.
4032
  *
4033
- * @param string|integer|array|Zend_Date $month Weekday to add
4034
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4035
- * @return Zend_Date Provides fluid interface
4036
  * @throws Zend_Date_Exception
4037
  */
4038
  public function addWeekday($weekday, $locale = null)
@@ -4050,9 +4064,9 @@ class Zend_Date extends Zend_Date_DateObject
4050
  * Example: subWeekday(3); will subtract the difference of days from the begining of the month until
4051
  * wednesday.
4052
  *
4053
- * @param string|integer|array|Zend_Date $month Weekday to sub
4054
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4055
- * @return Zend_Date Provides fluid interface
4056
  * @throws Zend_Date_Exception
4057
  */
4058
  public function subWeekday($weekday, $locale = null)
@@ -4104,7 +4118,7 @@ class Zend_Date extends Zend_Date_DateObject
4104
  *
4105
  * @param string|integer|array|Zend_Date $day Day of Year to set
4106
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4107
- * @return Zend_Date Provides fluid interface
4108
  * @throws Zend_Date_Exception
4109
  */
4110
  public function setDayOfYear($day, $locale = null)
@@ -4121,7 +4135,7 @@ class Zend_Date extends Zend_Date_DateObject
4121
  *
4122
  * @param string|integer|array|Zend_Date $day Day of Year to add
4123
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4124
- * @return Zend_Date Provides fluid interface
4125
  * @throws Zend_Date_Exception
4126
  */
4127
  public function addDayOfYear($day, $locale = null)
@@ -4138,7 +4152,7 @@ class Zend_Date extends Zend_Date_DateObject
4138
  *
4139
  * @param string|integer|array|Zend_Date $day Day of Year to sub
4140
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4141
- * @return Zend_Date Provides fluid interface
4142
  * @throws Zend_Date_Exception
4143
  */
4144
  public function subDayOfYear($day, $locale = null)
@@ -4184,7 +4198,7 @@ class Zend_Date extends Zend_Date_DateObject
4184
  *
4185
  * @param string|integer|array|Zend_Date $hour Hour to set
4186
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4187
- * @return Zend_Date Provides fluid interface
4188
  * @throws Zend_Date_Exception
4189
  */
4190
  public function setHour($hour, $locale = null)
@@ -4201,7 +4215,7 @@ class Zend_Date extends Zend_Date_DateObject
4201
  *
4202
  * @param string|integer|array|Zend_Date $hour Hour to add
4203
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4204
- * @return Zend_Date Provides fluid interface
4205
  * @throws Zend_Date_Exception
4206
  */
4207
  public function addHour($hour, $locale = null)
@@ -4218,7 +4232,7 @@ class Zend_Date extends Zend_Date_DateObject
4218
  *
4219
  * @param string|integer|array|Zend_Date $hour Hour to sub
4220
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4221
- * @return Zend_Date Provides fluid interface
4222
  * @throws Zend_Date_Exception
4223
  */
4224
  public function subHour($hour, $locale = null)
@@ -4270,7 +4284,7 @@ class Zend_Date extends Zend_Date_DateObject
4270
  *
4271
  * @param string|integer|array|Zend_Date $minute Minute to set
4272
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4273
- * @return Zend_Date Provides fluid interface
4274
  * @throws Zend_Date_Exception
4275
  */
4276
  public function setMinute($minute, $locale = null)
@@ -4287,7 +4301,7 @@ class Zend_Date extends Zend_Date_DateObject
4287
  *
4288
  * @param string|integer|array|Zend_Date $minute Minute to add
4289
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4290
- * @return Zend_Date Provides fluid interface
4291
  * @throws Zend_Date_Exception
4292
  */
4293
  public function addMinute($minute, $locale = null)
@@ -4304,7 +4318,7 @@ class Zend_Date extends Zend_Date_DateObject
4304
  *
4305
  * @param string|integer|array|Zend_Date $minute Minute to sub
4306
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4307
- * @return Zend_Date Provides fluid interface
4308
  * @throws Zend_Date_Exception
4309
  */
4310
  public function subMinute($minute, $locale = null)
@@ -4356,7 +4370,7 @@ class Zend_Date extends Zend_Date_DateObject
4356
  *
4357
  * @param string|integer|array|Zend_Date $second Second to set
4358
  * @param string|Zend_Locale $locale (Optional) Locale for parsing input
4359
- * @return Zend_Date Provides fluid interface
4360
  * @throws Zend_Date_Exception
4361
  */
4362
  public function setSecond($second, $locale = null)
@@ -4373,7 +4387,7 @@ class Zend_Date extends Zend_Date_DateObject
4373
  *
4374
  * @param string|integer|array|Zend_Date $second Second to add
4375
  * @param string|Zend_Locale $locale (Optional) Locale for parsing input
4376
- * @return Zend_Date Provides fluid interface
4377
  * @throws Zend_Date_Exception
4378
  */
4379
  public function addSecond($second, $locale = null)
@@ -4390,7 +4404,7 @@ class Zend_Date extends Zend_Date_DateObject
4390
  *
4391
  * @param string|integer|array|Zend_Date $second Second to sub
4392
  * @param string|Zend_Locale $locale (Optional) Locale for parsing input
4393
- * @return Zend_Date Provides fluid interface
4394
  * @throws Zend_Date_Exception
4395
  */
4396
  public function subSecond($second, $locale = null)
@@ -4431,7 +4445,7 @@ class Zend_Date extends Zend_Date_DateObject
4431
  *
4432
  * @param integer $precision Precision for the fractional datepart 3 = milliseconds
4433
  * @throws Zend_Date_Exception
4434
- * @return Zend_Date Provides fluid interface
4435
  */
4436
  public function setFractionalPrecision($precision)
4437
  {
@@ -4461,14 +4475,14 @@ class Zend_Date extends Zend_Date_DateObject
4461
  return $this->_fractional;
4462
  }
4463
 
4464
-
4465
  /**
4466
  * Sets new milliseconds for the date object
4467
  * Example: setMilliSecond(550, 2) -> equals +5 Sec +50 MilliSec
4468
  *
4469
  * @param integer|Zend_Date $milli (Optional) Millisecond to set, when null the actual millisecond is set
4470
  * @param integer $precision (Optional) Fraction precision of the given milliseconds
4471
- * @return Zend_Date Provides fluid interface
 
4472
  */
4473
  public function setMilliSecond($milli = null, $precision = null)
4474
  {
@@ -4495,13 +4509,13 @@ class Zend_Date extends Zend_Date_DateObject
4495
  return $this;
4496
  }
4497
 
4498
-
4499
  /**
4500
  * Adds milliseconds to the date object
4501
  *
4502
  * @param integer|Zend_Date $milli (Optional) Millisecond to add, when null the actual millisecond is added
4503
  * @param integer $precision (Optional) Fractional precision for the given milliseconds
4504
- * @return Zend_Date Provides fluid interface
 
4505
  */
4506
  public function addMilliSecond($milli = null, $precision = null)
4507
  {
@@ -4514,15 +4528,24 @@ class Zend_Date extends Zend_Date_DateObject
4514
  }
4515
 
4516
  if ($precision === null) {
4517
- $precision = strlen($milli);
4518
- if ($milli < 0) {
4519
- --$precision;
4520
- }
 
4521
  }
4522
 
4523
  if (!is_int($precision) || $precision < 1 || $precision > 9) {
4524
  #require_once 'Zend/Date/Exception.php';
4525
- throw new Zend_Date_Exception("precision ($precision) must be a positive integer less than 10", 0, null, $precision);
 
 
 
 
 
 
 
 
4526
  }
4527
 
4528
  $this->_fractional += $milli;
@@ -4557,7 +4580,7 @@ class Zend_Date extends Zend_Date_DateObject
4557
  *
4558
  * @param integer|Zend_Date $milli (Optional) Millisecond to sub, when null the actual millisecond is subtracted
4559
  * @param integer $precision (Optional) Fractional precision for the given milliseconds
4560
- * @return Zend_Date Provides fluid interface
4561
  */
4562
  public function subMilliSecond($milli = null, $precision = null)
4563
  {
@@ -4639,7 +4662,7 @@ class Zend_Date extends Zend_Date_DateObject
4639
  *
4640
  * @param string|integer|array|Zend_Date $week Week to set
4641
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4642
- * @return Zend_Date Provides fluid interface
4643
  * @throws Zend_Date_Exception
4644
  */
4645
  public function setWeek($week, $locale = null)
@@ -4654,7 +4677,7 @@ class Zend_Date extends Zend_Date_DateObject
4654
  *
4655
  * @param string|integer|array|Zend_Date $week Week to add
4656
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4657
- * @return Zend_Date Provides fluid interface
4658
  * @throws Zend_Date_Exception
4659
  */
4660
  public function addWeek($week, $locale = null)
@@ -4669,7 +4692,7 @@ class Zend_Date extends Zend_Date_DateObject
4669
  *
4670
  * @param string|integer|array|Zend_Date $week Week to sub
4671
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4672
- * @return Zend_Date Provides fluid interface
4673
  * @throws Zend_Date_Exception
4674
  */
4675
  public function subWeek($week, $locale = null)
14
  *
15
  * @category Zend
16
  * @package Zend_Date
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
30
  /**
31
  * @category Zend
32
  * @package Zend_Date
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Date extends Zend_Date_DateObject
354
  * Sets a new timestamp
355
  *
356
  * @param integer|string|array|Zend_Date $timestamp Timestamp to set
357
+ * @return Zend_Date Provides a fluent interface
358
  * @throws Zend_Date_Exception
359
  */
360
  public function setTimestamp($timestamp)
366
  * Adds a timestamp
367
  *
368
  * @param integer|string|array|Zend_Date $timestamp Timestamp to add
369
+ * @return Zend_Date Provides a fluent interface
370
  * @throws Zend_Date_Exception
371
  */
372
  public function addTimestamp($timestamp)
378
  * Subtracts a timestamp
379
  *
380
  * @param integer|string|array|Zend_Date $timestamp Timestamp to sub
381
+ * @return Zend_Date Provides a fluent interface
382
  * @throws Zend_Date_Exception
383
  */
384
  public function subTimestamp($timestamp)
1063
  * @param string|integer|array|Zend_Date $date Date or datepart to set
1064
  * @param string $part OPTIONAL Part of the date to set, if null the timestamp is set
1065
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
1066
+ * @return Zend_Date Provides a fluent interface
1067
  * @throws Zend_Date_Exception
1068
  */
1069
  public function set($date, $part = null, $locale = null)
1091
  * @param string|integer|array|Zend_Date $date Date or datepart to add
1092
  * @param string $part OPTIONAL Part of the date to add, if null the timestamp is added
1093
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
1094
+ * @return Zend_Date Provides a fluent interface
1095
  * @throws Zend_Date_Exception
1096
  */
1097
  public function add($date, $part = self::TIMESTAMP, $locale = null)
1114
  * @param string|integer|array|Zend_Date $date Date or datepart to subtract
1115
  * @param string $part OPTIONAL Part of the date to sub, if null the timestamp is subtracted
1116
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
1117
+ * @return Zend_Date Provides a fluent interface
1118
  * @throws Zend_Date_Exception
1119
  */
1120
  public function sub($date, $part = self::TIMESTAMP, $locale = null)
2067
  }
2068
  // (T)hh:mm:ss
2069
  preg_match('/[T,\s]{0,1}(\d{2}):(\d{2}):(\d{2})/', $tmpdate, $timematch);
2070
+ // (T)hhmmss
2071
  if (empty($timematch)) {
2072
  preg_match('/[T,\s]{0,1}(\d{2})(\d{2})(\d{2})/', $tmpdate, $timematch);
2073
  }
2074
+ // (T)hh:mm
2075
+ if (empty($timematch)) {
2076
+ preg_match('/[T,\s]{0,1}(\d{2}):(\d{2})/', $tmpdate, $timematch);
2077
+ }
2078
+ // (T)hhmm
2079
+ if (empty($timematch)) {
2080
+ preg_match('/[T,\s]{0,1}(\d{2})(\d{2})/', $tmpdate, $timematch);
2081
+ }
2082
  if (empty($datematch) and empty($timematch)) {
2083
  #require_once 'Zend/Date/Exception.php';
2084
  throw new Zend_Date_Exception("unsupported ISO8601 format ($date)", 0, null, $date);
2102
  $timematch[2] = 0;
2103
  $timematch[3] = 0;
2104
  }
2105
+ if (!isset($timematch[3])) {
2106
+ $timematch[3] = 0;
2107
+ }
2108
 
2109
  if (($calc == 'set') || ($calc == 'cmp')) {
2110
  --$datematch[2];
2848
  * @param string|integer|array|Zend_Date $time Time to set
2849
  * @param string $format OPTIONAL Timeformat for parsing input
2850
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
2851
+ * @return Zend_Date Provides a fluent interface
2852
  * @throws Zend_Date_Exception
2853
  */
2854
  public function setTime($time, $format = null, $locale = null)
2866
  * @param string|integer|array|Zend_Date $time Time to add
2867
  * @param string $format OPTIONAL Timeformat for parsing input
2868
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
2869
+ * @return Zend_Date Provides a fluent interface
2870
  * @throws Zend_Date_Exception
2871
  */
2872
  public function addTime($time, $format = null, $locale = null)
2884
  * @param string|integer|array|Zend_Date $time Time to sub
2885
  * @param string $format OPTIONAL Timeformat for parsing input
2886
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
2887
+ * @return Zend_Date Provides a fluent inteface
2888
  * @throws Zend_Date_Exception
2889
  */
2890
  public function subTime($time, $format = null, $locale = null)
3010
  * @param string|integer|array|Zend_Date $date Date to set
3011
  * @param string $format OPTIONAL Date format for parsing
3012
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3013
+ * @return Zend_Date Provides a fluent interface
3014
  * @throws Zend_Date_Exception
3015
  */
3016
  public function setDate($date, $format = null, $locale = null)
3028
  * @param string|integer|array|Zend_Date $date Date to add
3029
  * @param string $format OPTIONAL Date format for parsing input
3030
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3031
+ * @return Zend_Date Provides a fluent interface
3032
  * @throws Zend_Date_Exception
3033
  */
3034
  public function addDate($date, $format = null, $locale = null)
3047
  * @param string|integer|array|Zend_Date $date Date to sub
3048
  * @param string $format OPTIONAL Date format for parsing input
3049
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3050
+ * @return Zend_Date Provides a fluent interface
3051
  * @throws Zend_Date_Exception
3052
  */
3053
  public function subDate($date, $format = null, $locale = null)
3098
  *
3099
  * @param string|integer|Zend_Date $date ISO Date to set
3100
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3101
+ * @return Zend_Date Provides a fluent interface
3102
  * @throws Zend_Date_Exception
3103
  */
3104
  public function setIso($date, $locale = null)
3115
  *
3116
  * @param string|integer|Zend_Date $date ISO Date to add
3117
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3118
+ * @return Zend_Date Provides a fluent interface
3119
  * @throws Zend_Date_Exception
3120
  */
3121
  public function addIso($date, $locale = null)
3132
  *
3133
  * @param string|integer|Zend_Date $date ISO Date to sub
3134
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3135
+ * @return Zend_Date Provides a fluent interface
3136
  * @throws Zend_Date_Exception
3137
  */
3138
  public function subIso($date, $locale = null)
3185
  *
3186
  * @param string|integer|Zend_Date $date RFC 822 to set
3187
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3188
+ * @return Zend_Date Provides a fluent interface
3189
  * @throws Zend_Date_Exception
3190
  */
3191
  public function setArpa($date, $locale = null)
3203
  *
3204
  * @param string|integer|Zend_Date $date RFC 822 Date to add
3205
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3206
+ * @return Zend_Date Provides a fluent interface
3207
  * @throws Zend_Date_Exception
3208
  */
3209
  public function addArpa($date, $locale = null)
3221
  *
3222
  * @param string|integer|Zend_Date $date RFC 822 Date to sub
3223
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3224
+ * @return Zend_Date Provides a fluent interface
3225
  * @throws Zend_Date_Exception
3226
  */
3227
  public function subArpa($date, $locale = null)
3247
  return $this->_calcvalue('cmp', $date, 'arpa', self::RFC_822, $locale);
3248
  }
3249
 
 
3250
  /**
3251
  * Check if location is supported
3252
  *
3253
  * @param array $location locations array
3254
+ * @throws Zend_Date_Exception
3255
+ * @return float $horizon float
3256
  */
3257
  private function _checkLocation($location)
3258
  {
3370
  return $suninfo;
3371
  }
3372
 
 
3373
  /**
3374
  * Check a given year for leap year.
3375
  *
3376
+ * @param integer|array|Zend_Date $year Year to check
3377
+ * @throws Zend_Date_Exception
3378
  * @return boolean
3379
  */
3380
  public static function checkLeapYear($year)
3470
  *
3471
  * @param string $calc Calculation to make
3472
  * @param string|integer|array|Zend_Date $date Date or Part to calculate
3473
+ * @param string $type Datepart for Calculation
3474
  * @param string|Zend_Locale $locale Locale for parsing input
3475
  * @return integer|string new date
3476
  * @throws Zend_Date_Exception
3508
  /**
3509
  * Internal calculation, returns the requested date type
3510
  *
3511
+ * @param string $calc Calculation to make
3512
+ * @param string|integer|Zend_Date $value Datevalue to calculate with, if null the actual value is taken
3513
+ * @param string $type
3514
+ * @param string $parameter
3515
+ * @param string|Zend_Locale $locale Locale for parsing input
3516
  * @throws Zend_Date_Exception
3517
+ * @return integer|Zend_Date new date
3518
  */
3519
  private function _calcvalue($calc, $value, $type, $parameter, $locale)
3520
  {
3570
  * use set() instead.
3571
  * Returned is the new date object
3572
  *
3573
+ * @param string|integer|array|Zend_Date $year Year to set
3574
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3575
+ * @return Zend_Date Provides a fluent interface
3576
  * @throws Zend_Date_Exception
3577
  */
3578
  public function setYear($year, $locale = null)
3589
  * use add() instead.
3590
  * Returned is the new date object
3591
  *
3592
+ * @param string|integer|array|Zend_Date $year Year to add
3593
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3594
+ * @return Zend_Date Provides a fluent interface
3595
  * @throws Zend_Date_Exception
3596
  */
3597
  public function addYear($year, $locale = null)
3608
  * use sub() instead.
3609
  * Returned is the new date object
3610
  *
3611
+ * @param string|integer|array|Zend_Date $year Year to sub
3612
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3613
+ * @return Zend_Date Provides a fluent interface
3614
  * @throws Zend_Date_Exception
3615
  */
3616
  public function subYear($year, $locale = null)
3734
  *
3735
  * @param string|integer|array|Zend_Date $month Month to set
3736
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3737
+ * @return Zend_Date Provides a fluent interface
3738
  * @throws Zend_Date_Exception
3739
  */
3740
  public function setMonth($month, $locale = null)
3753
  *
3754
  * @param string|integer|array|Zend_Date $month Month to add
3755
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3756
+ * @return Zend_Date Provides a fluent interface
3757
  * @throws Zend_Date_Exception
3758
  */
3759
  public function addMonth($month, $locale = null)
3772
  *
3773
  * @param string|integer|array|Zend_Date $month Month to sub
3774
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3775
+ * @return Zend_Date Provides a fluent interface
3776
  * @throws Zend_Date_Exception
3777
  */
3778
  public function subMonth($month, $locale = null)
3809
  return $this->copyPart(self::DAY_SHORT, $locale);
3810
  }
3811
 
 
3812
  /**
3813
  * Returns the calculated day
3814
  *
3815
+ * @param string $calc Type of calculation to make
3816
+ * @param Zend_Date $day Day to calculate, when null the actual day is calculated
3817
+ * @param Zend_Locale $locale Locale for parsing input
3818
+ * @throws Zend_Date_Exception
3819
  * @return Zend_Date|integer
3820
  */
3821
  private function _day($calc, $day, $locale)
3876
  * Returned is the new date object
3877
  * Example: setDay('Montag', 'de_AT'); will set the monday of this week as day.
3878
  *
3879
+ * @param string|integer|array|Zend_Date $day Day to set
3880
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3881
+ * @return Zend_Date Provides a fluent interface
3882
  * @throws Zend_Date_Exception
3883
  */
3884
  public function setDay($day, $locale = null)
3894
  * If a localized dayname is given it will be parsed with the default locale or the optional
3895
  * set locale.
3896
  *
3897
+ * @param string|integer|array|Zend_Date $day Day to add
3898
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3899
+ * @return Zend_Date Provides a fluent interface
3900
  * @throws Zend_Date_Exception
3901
  */
3902
  public function addDay($day, $locale = null)
3912
  * If a localized dayname is given it will be parsed with the default locale or the optional
3913
  * set locale.
3914
  *
3915
+ * @param string|integer|array|Zend_Date $day Day to sub
3916
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
3917
+ * @return Zend_Date Provides a fluent interface
3918
  * @throws Zend_Date_Exception
3919
  */
3920
  public function subDay($day, $locale = null)
4024
  * Returned is the new date object.
4025
  * Example: setWeekday(3); will set the wednesday of this week as day.
4026
  *
4027
+ * @param string|integer|array|Zend_Date $weekday Weekday to set
4028
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4029
+ * @return Zend_Date Provides a fluent interface
4030
  * @throws Zend_Date_Exception
4031
  */
4032
  public function setWeekday($weekday, $locale = null)
4044
  * Example: addWeekday(3); will add the difference of days from the begining of the month until
4045
  * wednesday.
4046
  *
4047
+ * @param string|integer|array|Zend_Date $weekday Weekday to add
4048
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4049
+ * @return Zend_Date Provides a fluent interface
4050
  * @throws Zend_Date_Exception
4051
  */
4052
  public function addWeekday($weekday, $locale = null)
4064
  * Example: subWeekday(3); will subtract the difference of days from the begining of the month until
4065
  * wednesday.
4066
  *
4067
+ * @param string|integer|array|Zend_Date $weekday Weekday to sub
4068
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4069
+ * @return Zend_Date Provides a fluent interface
4070
  * @throws Zend_Date_Exception
4071
  */
4072
  public function subWeekday($weekday, $locale = null)
4118
  *
4119
  * @param string|integer|array|Zend_Date $day Day of Year to set
4120
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4121
+ * @return Zend_Date Provides a fluent interface
4122
  * @throws Zend_Date_Exception
4123
  */
4124
  public function setDayOfYear($day, $locale = null)
4135
  *
4136
  * @param string|integer|array|Zend_Date $day Day of Year to add
4137
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4138
+ * @return Zend_Date Provides a fluent interface
4139
  * @throws Zend_Date_Exception
4140
  */
4141
  public function addDayOfYear($day, $locale = null)
4152
  *
4153
  * @param string|integer|array|Zend_Date $day Day of Year to sub
4154
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4155
+ * @return Zend_Date Provides a fluent interface
4156
  * @throws Zend_Date_Exception
4157
  */
4158
  public function subDayOfYear($day, $locale = null)
4198
  *
4199
  * @param string|integer|array|Zend_Date $hour Hour to set
4200
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4201
+ * @return Zend_Date Provides a fluent interface
4202
  * @throws Zend_Date_Exception
4203
  */
4204
  public function setHour($hour, $locale = null)
4215
  *
4216
  * @param string|integer|array|Zend_Date $hour Hour to add
4217
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4218
+ * @return Zend_Date Provides a fluent interface
4219
  * @throws Zend_Date_Exception
4220
  */
4221
  public function addHour($hour, $locale = null)
4232
  *
4233
  * @param string|integer|array|Zend_Date $hour Hour to sub
4234
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4235
+ * @return Zend_Date Provides a fluent interface
4236
  * @throws Zend_Date_Exception
4237
  */
4238
  public function subHour($hour, $locale = null)
4284
  *
4285
  * @param string|integer|array|Zend_Date $minute Minute to set
4286
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4287
+ * @return Zend_Date Provides a fluent interface
4288
  * @throws Zend_Date_Exception
4289
  */
4290
  public function setMinute($minute, $locale = null)
4301
  *
4302
  * @param string|integer|array|Zend_Date $minute Minute to add
4303
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4304
+ * @return Zend_Date Provides a fluent interface
4305
  * @throws Zend_Date_Exception
4306
  */
4307
  public function addMinute($minute, $locale = null)
4318
  *
4319
  * @param string|integer|array|Zend_Date $minute Minute to sub
4320
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4321
+ * @return Zend_Date Provides a fluent interface
4322
  * @throws Zend_Date_Exception
4323
  */
4324
  public function subMinute($minute, $locale = null)
4370
  *
4371
  * @param string|integer|array|Zend_Date $second Second to set
4372
  * @param string|Zend_Locale $locale (Optional) Locale for parsing input
4373
+ * @return Zend_Date Provides a fluent interface
4374
  * @throws Zend_Date_Exception
4375
  */
4376
  public function setSecond($second, $locale = null)
4387
  *
4388
  * @param string|integer|array|Zend_Date $second Second to add
4389
  * @param string|Zend_Locale $locale (Optional) Locale for parsing input
4390
+ * @return Zend_Date Provides a fluent interface
4391
  * @throws Zend_Date_Exception
4392
  */
4393
  public function addSecond($second, $locale = null)
4404
  *
4405
  * @param string|integer|array|Zend_Date $second Second to sub
4406
  * @param string|Zend_Locale $locale (Optional) Locale for parsing input
4407
+ * @return Zend_Date Provides a fluent interface
4408
  * @throws Zend_Date_Exception
4409
  */
4410
  public function subSecond($second, $locale = null)
4445
  *
4446
  * @param integer $precision Precision for the fractional datepart 3 = milliseconds
4447
  * @throws Zend_Date_Exception
4448
+ * @return Zend_Date Provides a fluent interface
4449
  */
4450
  public function setFractionalPrecision($precision)
4451
  {
4475
  return $this->_fractional;
4476
  }
4477
 
 
4478
  /**
4479
  * Sets new milliseconds for the date object
4480
  * Example: setMilliSecond(550, 2) -> equals +5 Sec +50 MilliSec
4481
  *
4482
  * @param integer|Zend_Date $milli (Optional) Millisecond to set, when null the actual millisecond is set
4483
  * @param integer $precision (Optional) Fraction precision of the given milliseconds
4484
+ * @throws Zend_Date_Exception
4485
+ * @return Zend_Date Provides a fluent interface
4486
  */
4487
  public function setMilliSecond($milli = null, $precision = null)
4488
  {
4509
  return $this;
4510
  }
4511
 
 
4512
  /**
4513
  * Adds milliseconds to the date object
4514
  *
4515
  * @param integer|Zend_Date $milli (Optional) Millisecond to add, when null the actual millisecond is added
4516
  * @param integer $precision (Optional) Fractional precision for the given milliseconds
4517
+ * @throws Zend_Date_Exception
4518
+ * @return Zend_Date Provides a fluent interface
4519
  */
4520
  public function addMilliSecond($milli = null, $precision = null)
4521
  {
4528
  }
4529
 
4530
  if ($precision === null) {
4531
+ // Use internal default precision
4532
+ // Is not as logic as using the length of the input. But this would break tests and maybe other things
4533
+ // as an input value of integer 10, which is used in tests, must be parsed as 10 milliseconds (real milliseconds, precision 3)
4534
+ // but with auto-detect of precision, 100 milliseconds would be added.
4535
+ $precision = $this->_precision;
4536
  }
4537
 
4538
  if (!is_int($precision) || $precision < 1 || $precision > 9) {
4539
  #require_once 'Zend/Date/Exception.php';
4540
+ throw new Zend_Date_Exception(
4541
+ "precision ($precision) must be a positive integer less than 10", 0, null, $precision
4542
+ );
4543
+ }
4544
+
4545
+ if ($this->_precision > $precision) {
4546
+ $milli = $milli * pow(10, $this->_precision - $precision);
4547
+ } elseif ($this->_precision < $precision) {
4548
+ $milli = round($milli / pow(10, $precision - $this->_precision));
4549
  }
4550
 
4551
  $this->_fractional += $milli;
4580
  *
4581
  * @param integer|Zend_Date $milli (Optional) Millisecond to sub, when null the actual millisecond is subtracted
4582
  * @param integer $precision (Optional) Fractional precision for the given milliseconds
4583
+ * @return Zend_Date Provides a fluent interface
4584
  */
4585
  public function subMilliSecond($milli = null, $precision = null)
4586
  {
4662
  *
4663
  * @param string|integer|array|Zend_Date $week Week to set
4664
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4665
+ * @return Zend_Date Provides a fluent interface
4666
  * @throws Zend_Date_Exception
4667
  */
4668
  public function setWeek($week, $locale = null)
4677
  *
4678
  * @param string|integer|array|Zend_Date $week Week to add
4679
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4680
+ * @return Zend_Date Provides a fluent interface
4681
  * @throws Zend_Date_Exception
4682
  */
4683
  public function addWeek($week, $locale = null)
4692
  *
4693
  * @param string|integer|array|Zend_Date $week Week to sub
4694
  * @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
4695
+ * @return Zend_Date Provides a fluent interface
4696
  * @throws Zend_Date_Exception
4697
  */
4698
  public function subWeek($week, $locale = null)
lib/Zend/Date/Cities.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Date
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Date
30
  * @subpackage Zend_Date_Cities
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Date_Cities
14
  *
15
  * @category Zend
16
  * @package Zend_Date
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
28
  * @category Zend
29
  * @package Zend_Date
30
  * @subpackage Zend_Date_Cities
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Date_Cities
lib/Zend/Date/DateObject.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Date
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @version $Id$
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
@@ -23,7 +23,7 @@
23
  * @category Zend
24
  * @package Zend_Date
25
  * @subpackage Zend_Date_DateObject
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  abstract class Zend_Date_DateObject {
14
  *
15
  * @category Zend
16
  * @package Zend_Date
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @version $Id$
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
23
  * @category Zend
24
  * @package Zend_Date
25
  * @subpackage Zend_Date_DateObject
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  abstract class Zend_Date_DateObject {
lib/Zend/Date/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Date
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @version $Id$
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
@@ -29,7 +29,7 @@
29
  /**
30
  * @category Zend
31
  * @package Zend_Date
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Date_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Date
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @version $Id$
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
29
  /**
30
  * @category Zend
31
  * @package Zend_Date
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Date_Exception extends Zend_Exception
lib/Zend/Db.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Db
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -26,7 +26,7 @@
26
  *
27
  * @category Zend
28
  * @package Zend_Db
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Db
15
  *
16
  * @category Zend
17
  * @package Zend_Db
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
26
  *
27
  * @category Zend
28
  * @package Zend_Db
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Db
lib/Zend/Db/Adapter/Abstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Db
39
  * @subpackage Adapter
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  abstract class Zend_Db_Adapter_Abstract
@@ -930,13 +930,7 @@ abstract class Zend_Db_Adapter_Abstract
930
  if ($count === null) {
931
  return str_replace('?', $this->quote($value, $type), $text);
932
  } else {
933
- while ($count > 0) {
934
- if (strpos($text, '?') !== false) {
935
- $text = substr_replace($text, $this->quote($value, $type), strpos($text, '?'), 1);
936
- }
937
- --$count;
938
- }
939
- return $text;
940
  }
941
  }
942
 
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
37
  * @category Zend
38
  * @package Zend_Db
39
  * @subpackage Adapter
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  abstract class Zend_Db_Adapter_Abstract
930
  if ($count === null) {
931
  return str_replace('?', $this->quote($value, $type), $text);
932
  } else {
933
+ return implode($this->quote($value, $type), explode('?', $text, $count + 1));
 
 
 
 
 
 
934
  }
935
  }
936
 
lib/Zend/Db/Adapter/Db2.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  *
@@ -39,7 +39,7 @@
39
 
40
  /**
41
  * @package Zend_Db
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
 
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  *
39
 
40
  /**
41
  * @package Zend_Db
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
 
lib/Zend/Db/Adapter/Db2/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  *
31
  * @package Zend_Db
32
  * @subpackage Adapter
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Db_Adapter_Db2_Exception extends Zend_Db_Adapter_Exception
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  *
31
  * @package Zend_Db
32
  * @subpackage Adapter
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Db_Adapter_Db2_Exception extends Zend_Db_Adapter_Exception
lib/Zend/Db/Adapter/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Adapter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Db_Adapter_Exception extends Zend_Db_Exception
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Adapter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Db_Adapter_Exception extends Zend_Db_Exception
lib/Zend/Db/Adapter/Mysqli.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -46,7 +46,7 @@
46
  * @category Zend
47
  * @package Zend_Db
48
  * @subpackage Adapter
49
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
50
  * @license http://framework.zend.com/license/new-bsd New BSD License
51
  */
52
  class Zend_Db_Adapter_Mysqli extends Zend_Db_Adapter_Abstract
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
46
  * @category Zend
47
  * @package Zend_Db
48
  * @subpackage Adapter
49
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
50
  * @license http://framework.zend.com/license/new-bsd New BSD License
51
  */
52
  class Zend_Db_Adapter_Mysqli extends Zend_Db_Adapter_Abstract
lib/Zend/Db/Adapter/Mysqli/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  *
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Db
34
  * @subpackage Adapter
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Db_Adapter_Mysqli_Exception extends Zend_Db_Adapter_Exception
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  *
32
  * @category Zend
33
  * @package Zend_Db
34
  * @subpackage Adapter
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Db_Adapter_Mysqli_Exception extends Zend_Db_Adapter_Exception
lib/Zend/Db/Adapter/Oracle.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Db
36
  * @subpackage Adapter
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Db_Adapter_Oracle extends Zend_Db_Adapter_Abstract
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  * @category Zend
35
  * @package Zend_Db
36
  * @subpackage Adapter
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Db_Adapter_Oracle extends Zend_Db_Adapter_Abstract
lib/Zend/Db/Adapter/Oracle/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Db
33
  * @subpackage Adapter
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Db_Adapter_Oracle_Exception extends Zend_Db_Adapter_Exception
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  * @category Zend
32
  * @package Zend_Db
33
  * @subpackage Adapter
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Db_Adapter_Oracle_Exception extends Zend_Db_Adapter_Exception
lib/Zend/Db/Adapter/Pdo/Abstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Db
41
  * @subpackage Adapter
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  abstract class Zend_Db_Adapter_Pdo_Abstract extends Zend_Db_Adapter_Abstract
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
39
  * @category Zend
40
  * @package Zend_Db
41
  * @subpackage Adapter
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  abstract class Zend_Db_Adapter_Pdo_Abstract extends Zend_Db_Adapter_Abstract
lib/Zend/Db/Adapter/Pdo/Ibm.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -38,7 +38,7 @@
38
  * @category Zend
39
  * @package Zend_Db
40
  * @subpackage Adapter
41
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  class Zend_Db_Adapter_Pdo_Ibm extends Zend_Db_Adapter_Pdo_Abstract
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
38
  * @category Zend
39
  * @package Zend_Db
40
  * @subpackage Adapter
41
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  class Zend_Db_Adapter_Pdo_Ibm extends Zend_Db_Adapter_Pdo_Abstract
lib/Zend/Db/Adapter/Pdo/Ibm/Db2.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Db
34
  * @subpackage Adapter
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Db_Adapter_Pdo_Ibm_Db2
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Db
34
  * @subpackage Adapter
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Db_Adapter_Pdo_Ibm_Db2
lib/Zend/Db/Adapter/Pdo/Ibm/Ids.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Db
34
  * @subpackage Adapter
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Db_Adapter_Pdo_Ibm_Ids
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @category Zend
33
  * @package Zend_Db
34
  * @subpackage Adapter
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Db_Adapter_Pdo_Ibm_Ids
lib/Zend/Db/Adapter/Pdo/Mssql.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Db
35
  * @subpackage Adapter
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Db_Adapter_Pdo_Mssql extends Zend_Db_Adapter_Pdo_Abstract
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Db
35
  * @subpackage Adapter
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Db_Adapter_Pdo_Mssql extends Zend_Db_Adapter_Pdo_Abstract
lib/Zend/Db/Adapter/Pdo/Mysql.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Db
35
  * @subpackage Adapter
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Db_Adapter_Pdo_Mysql extends Zend_Db_Adapter_Pdo_Abstract
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Db
35
  * @subpackage Adapter
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Db_Adapter_Pdo_Mysql extends Zend_Db_Adapter_Pdo_Abstract
lib/Zend/Db/Adapter/Pdo/Oci.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Db
35
  * @subpackage Adapter
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Db_Adapter_Pdo_Oci extends Zend_Db_Adapter_Pdo_Abstract
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Db
35
  * @subpackage Adapter
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Db_Adapter_Pdo_Oci extends Zend_Db_Adapter_Pdo_Abstract
lib/Zend/Db/Adapter/Pdo/Pgsql.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Db
35
  * @subpackage Adapter
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Db_Adapter_Pdo_Pgsql extends Zend_Db_Adapter_Pdo_Abstract
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Db
35
  * @subpackage Adapter
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Db_Adapter_Pdo_Pgsql extends Zend_Db_Adapter_Pdo_Abstract
lib/Zend/Db/Adapter/Pdo/Sqlite.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Db
35
  * @subpackage Adapter
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Db_Adapter_Pdo_Sqlite extends Zend_Db_Adapter_Pdo_Abstract
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Db
35
  * @subpackage Adapter
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Db_Adapter_Pdo_Sqlite extends Zend_Db_Adapter_Pdo_Abstract
lib/Zend/Db/Adapter/Sqlsrv.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Db
36
  * @subpackage Adapter
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Db_Adapter_Sqlsrv extends Zend_Db_Adapter_Abstract
@@ -314,6 +314,7 @@ class Zend_Db_Adapter_Sqlsrv extends Zend_Db_Adapter_Abstract
314
  return sprintf('%F', $value);
315
  }
316
 
 
317
  return "'" . str_replace("'", "''", $value) . "'";
318
  }
319
 
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  * @category Zend
35
  * @package Zend_Db
36
  * @subpackage Adapter
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Db_Adapter_Sqlsrv extends Zend_Db_Adapter_Abstract
314
  return sprintf('%F', $value);
315
  }
316
 
317
+ $value = addcslashes($value, "\000\032");
318
  return "'" . str_replace("'", "''", $value) . "'";
319
  }
320
 
lib/Zend/Db/Adapter/Sqlsrv/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Db
33
  * @subpackage Adapter
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Db_Adapter_Sqlsrv_Exception extends Zend_Db_Adapter_Exception
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Adapter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  * @category Zend
32
  * @package Zend_Db
33
  * @subpackage Adapter
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Db_Adapter_Sqlsrv_Exception extends Zend_Db_Adapter_Exception
lib/Zend/Db/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Db
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Db
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Db_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Db
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Db
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Db_Exception extends Zend_Exception
lib/Zend/Db/Expr.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Expr
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -43,7 +43,7 @@
43
  * @category Zend
44
  * @package Zend_Db
45
  * @subpackage Expr
46
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
47
  * @license http://framework.zend.com/license/new-bsd New BSD License
48
  */
49
  class Zend_Db_Expr
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Expr
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
43
  * @category Zend
44
  * @package Zend_Db
45
  * @subpackage Expr
46
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
47
  * @license http://framework.zend.com/license/new-bsd New BSD License
48
  */
49
  class Zend_Db_Expr
lib/Zend/Db/Profiler.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Profiler
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -25,7 +25,7 @@
25
  * @category Zend
26
  * @package Zend_Db
27
  * @subpackage Profiler
28
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Db_Profiler
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Profiler
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
25
  * @category Zend
26
  * @package Zend_Db
27
  * @subpackage Profiler
28
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Db_Profiler
lib/Zend/Db/Profiler/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Profiler
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Db
33
  * @subpackage Profiler
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Db_Profiler_Exception extends Zend_Db_Exception
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Profiler
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  * @category Zend
32
  * @package Zend_Db
33
  * @subpackage Profiler
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Db_Profiler_Exception extends Zend_Db_Exception
lib/Zend/Db/Profiler/Firebug.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Profiler
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -35,7 +35,7 @@
35
  * @category Zend
36
  * @package Zend_Db
37
  * @subpackage Profiler
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Db_Profiler_Firebug extends Zend_Db_Profiler
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Profiler
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
35
  * @category Zend
36
  * @package Zend_Db
37
  * @subpackage Profiler
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Db_Profiler_Firebug extends Zend_Db_Profiler
lib/Zend/Db/Profiler/Query.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Profiler
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -25,7 +25,7 @@
25
  * @category Zend
26
  * @package Zend_Db
27
  * @subpackage Profiler
28
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Db_Profiler_Query
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Profiler
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
25
  * @category Zend
26
  * @package Zend_Db
27
  * @subpackage Profiler
28
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  class Zend_Db_Profiler_Query
lib/Zend/Db/Select.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Select
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -38,7 +38,7 @@
38
  * @category Zend
39
  * @package Zend_Db
40
  * @subpackage Select
41
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  class Zend_Db_Select
@@ -509,7 +509,7 @@ class Zend_Db_Select
509
  }
510
 
511
  foreach ($spec as $val) {
512
- if (preg_match('/\(.*\)/', (string) $val)) {
513
  $val = new Zend_Db_Expr($val);
514
  }
515
  $this->_parts[self::GROUP][] = $val;
@@ -601,7 +601,7 @@ class Zend_Db_Select
601
  $val = trim($matches[1]);
602
  $direction = $matches[2];
603
  }
604
- if (preg_match('/^[\w]*\(.*\)$/', $val)) {
605
  $val = new Zend_Db_Expr($val);
606
  }
607
  $this->_parts[self::ORDER][] = array($val, $direction);
@@ -943,7 +943,7 @@ class Zend_Db_Select
943
  $alias = $m[2];
944
  }
945
  // Check for columns that look like functions and convert to Zend_Db_Expr
946
- if (preg_match('/\(.*\)/', $col)) {
947
  $col = new Zend_Db_Expr($col);
948
  } elseif (preg_match('/(.+)\.(.+)/', $col, $m)) {
949
  $currentCorrelationName = $m[1];
@@ -1096,7 +1096,7 @@ class Zend_Db_Select
1096
  }
1097
  }
1098
 
1099
- return $sql .= ' ' . implode(', ', $columns);
1100
  }
1101
 
1102
  /**
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Select
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
38
  * @category Zend
39
  * @package Zend_Db
40
  * @subpackage Select
41
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  class Zend_Db_Select
509
  }
510
 
511
  foreach ($spec as $val) {
512
+ if (preg_match('/^([\w]*\(([^\)]|(?1))*\))$/', (string) $val)) {
513
  $val = new Zend_Db_Expr($val);
514
  }
515
  $this->_parts[self::GROUP][] = $val;
601
  $val = trim($matches[1]);
602
  $direction = $matches[2];
603
  }
604
+ if (preg_match('/^([\w]*\(([^\)]|(?1))*\))$/', (string) $val)) {
605
  $val = new Zend_Db_Expr($val);
606
  }
607
  $this->_parts[self::ORDER][] = array($val, $direction);
943
  $alias = $m[2];
944
  }
945
  // Check for columns that look like functions and convert to Zend_Db_Expr
946
+ if (preg_match('/^([\w]*\(([^\)]|(?1))*\))$/', (string) $col)) {
947
  $col = new Zend_Db_Expr($col);
948
  } elseif (preg_match('/(.+)\.(.+)/', $col, $m)) {
949
  $currentCorrelationName = $m[1];
1096
  }
1097
  }
1098
 
1099
+ return $sql . ' ' . implode(', ', $columns);
1100
  }
1101
 
1102
  /**
lib/Zend/Db/Select/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Select
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Select
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
 
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Select
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Select
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
 
lib/Zend/Db/Statement.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -36,7 +36,7 @@
36
  * @category Zend
37
  * @package Zend_Db
38
  * @subpackage Statement
39
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  abstract class Zend_Db_Statement implements Zend_Db_Statement_Interface
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
36
  * @category Zend
37
  * @package Zend_Db
38
  * @subpackage Statement
39
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  abstract class Zend_Db_Statement implements Zend_Db_Statement_Interface
lib/Zend/Db/Statement/Db2.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  *
31
  * @package Zend_Db
32
  * @subpackage Statement
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Db_Statement_Db2 extends Zend_Db_Statement
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  *
31
  * @package Zend_Db
32
  * @subpackage Statement
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Db_Statement_Db2 extends Zend_Db_Statement
lib/Zend/Db/Statement/Db2/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @package Zend_Db
30
  * @subpackage Statement
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
 
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @package Zend_Db
30
  * @subpackage Statement
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
 
lib/Zend/Db/Statement/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Db
33
  * @subpackage Statement
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Db_Statement_Exception extends Zend_Db_Exception
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  * @category Zend
32
  * @package Zend_Db
33
  * @subpackage Statement
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Db_Statement_Exception extends Zend_Db_Exception
lib/Zend/Db/Statement/Interface.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -26,7 +26,7 @@
26
  * @category Zend
27
  * @package Zend_Db
28
  * @subpackage Statement
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  interface Zend_Db_Statement_Interface
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
26
  * @category Zend
27
  * @package Zend_Db
28
  * @subpackage Statement
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  interface Zend_Db_Statement_Interface
lib/Zend/Db/Statement/Mysqli.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Db
35
  * @subpackage Statement
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Db_Statement_Mysqli extends Zend_Db_Statement
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Db
35
  * @subpackage Statement
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Db_Statement_Mysqli extends Zend_Db_Statement
lib/Zend/Db/Statement/Mysqli/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @package Zend_Db
30
  * @subpackage Statement
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
 
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @package Zend_Db
30
  * @subpackage Statement
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
 
lib/Zend/Db/Statement/Oracle.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Db
33
  * @subpackage Statement
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Db_Statement_Oracle extends Zend_Db_Statement
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  * @category Zend
32
  * @package Zend_Db
33
  * @subpackage Statement
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Db_Statement_Oracle extends Zend_Db_Statement
lib/Zend/Db/Statement/Oracle/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Statement
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
 
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Statement
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
 
lib/Zend/Db/Statement/Pdo.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Db
36
  * @subpackage Statement
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Db_Statement_Pdo extends Zend_Db_Statement implements IteratorAggregate
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  * @category Zend
35
  * @package Zend_Db
36
  * @subpackage Statement
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Db_Statement_Pdo extends Zend_Db_Statement implements IteratorAggregate
lib/Zend/Db/Statement/Pdo/Ibm.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Db
36
  * @subpackage Statement
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Db_Statement_Pdo_Ibm extends Zend_Db_Statement_Pdo
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  * @category Zend
35
  * @package Zend_Db
36
  * @subpackage Statement
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Db_Statement_Pdo_Ibm extends Zend_Db_Statement_Pdo
lib/Zend/Db/Statement/Pdo/Oci.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Db
36
  * @subpackage Statement
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Db_Statement_Pdo_Oci extends Zend_Db_Statement_Pdo
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  * @category Zend
35
  * @package Zend_Db
36
  * @subpackage Statement
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Db_Statement_Pdo_Oci extends Zend_Db_Statement_Pdo
lib/Zend/Db/Statement/Sqlsrv.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Db
33
  * @subpackage Statement
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Db_Statement_Sqlsrv extends Zend_Db_Statement
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  * @category Zend
32
  * @package Zend_Db
33
  * @subpackage Statement
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Db_Statement_Sqlsrv extends Zend_Db_Statement
lib/Zend/Db/Statement/Sqlsrv/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @package Zend_Db
30
  * @subpackage Statement
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Db_Statement_Sqlsrv_Exception extends Zend_Db_Statement_Exception
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Statement
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  /**
29
  * @package Zend_Db
30
  * @subpackage Statement
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Db_Statement_Sqlsrv_Exception extends Zend_Db_Statement_Exception
lib/Zend/Db/Table.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -36,7 +36,7 @@
36
  * @category Zend
37
  * @package Zend_Db
38
  * @subpackage Table
39
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  class Zend_Db_Table extends Zend_Db_Table_Abstract
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
36
  * @category Zend
37
  * @package Zend_Db
38
  * @subpackage Table
39
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  class Zend_Db_Table extends Zend_Db_Table_Abstract
lib/Zend/Db/Table/Abstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -41,7 +41,7 @@
41
  * @category Zend
42
  * @package Zend_Db
43
  * @subpackage Table
44
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  abstract class Zend_Db_Table_Abstract
@@ -1191,7 +1191,9 @@ abstract class Zend_Db_Table_Abstract
1191
  */
1192
  foreach ($depTables as $tableClass) {
1193
  $t = self::getTableFromString($tableClass, $this);
1194
- $t->_cascadeDelete($tableClass, $row->getPrimaryKey());
 
 
1195
  }
1196
  }
1197
  }
@@ -1577,6 +1579,14 @@ abstract class Zend_Db_Table_Abstract
1577
  return $data;
1578
  }
1579
 
 
 
 
 
 
 
 
 
1580
  public static function getTableFromString($tableName, Zend_Db_Table_Abstract $referenceTable = null)
1581
  {
1582
  if ($referenceTable instanceof Zend_Db_Table_Abstract) {
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
41
  * @category Zend
42
  * @package Zend_Db
43
  * @subpackage Table
44
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  abstract class Zend_Db_Table_Abstract
1191
  */
1192
  foreach ($depTables as $tableClass) {
1193
  $t = self::getTableFromString($tableClass, $this);
1194
+ $t->_cascadeDelete(
1195
+ get_class($this), $row->getPrimaryKey()
1196
+ );
1197
  }
1198
  }
1199
  }
1579
  return $data;
1580
  }
1581
 
1582
+ /**
1583
+ * Get table gateway object from string
1584
+ *
1585
+ * @param string $tableName
1586
+ * @param Zend_Db_Table_Abstract $referenceTable
1587
+ * @throws Zend_Db_Table_Row_Exception
1588
+ * @return Zend_Db_Table_Abstract
1589
+ */
1590
  public static function getTableFromString($tableName, Zend_Db_Table_Abstract $referenceTable = null)
1591
  {
1592
  if ($referenceTable instanceof Zend_Db_Table_Abstract) {
lib/Zend/Db/Table/Definition.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -26,7 +26,7 @@
26
  * @category Zend
27
  * @package Zend_Db
28
  * @subpackage Table
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Db_Table_Definition
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
26
  * @category Zend
27
  * @package Zend_Db
28
  * @subpackage Table
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Db_Table_Definition
lib/Zend/Db/Table/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Table
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Db_Table_Exception extends Zend_Db_Exception
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Table
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Db_Table_Exception extends Zend_Db_Exception
lib/Zend/Db/Table/Row.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Db
36
  * @subpackage Table
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Db_Table_Row extends Zend_Db_Table_Row_Abstract
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  * @category Zend
35
  * @package Zend_Db
36
  * @subpackage Table
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Db_Table_Row extends Zend_Db_Table_Row_Abstract
lib/Zend/Db/Table/Row/Abstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Table
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  abstract class Zend_Db_Table_Row_Abstract implements ArrayAccess, IteratorAggregate
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Table
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  abstract class Zend_Db_Table_Row_Abstract implements ArrayAccess, IteratorAggregate
lib/Zend/Db/Table/Row/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Table
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Db_Table_Row_Exception extends Zend_Db_Table_Exception
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Table
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Db_Table_Row_Exception extends Zend_Db_Table_Exception
lib/Zend/Db/Table/Rowset.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Db
18
  * @subpackage Table
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -35,7 +35,7 @@
35
  * @category Zend
36
  * @package Zend_Db
37
  * @subpackage Table
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Db_Table_Rowset extends Zend_Db_Table_Rowset_Abstract
16
  * @category Zend
17
  * @package Zend_Db
18
  * @subpackage Table
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
35
  * @category Zend
36
  * @package Zend_Db
37
  * @subpackage Table
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Db_Table_Rowset extends Zend_Db_Table_Rowset_Abstract
lib/Zend/Db/Table/Rowset/Abstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -24,7 +24,7 @@
24
  * @category Zend
25
  * @package Zend_Db
26
  * @subpackage Table
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  abstract class Zend_Db_Table_Rowset_Abstract implements SeekableIterator, Countable, ArrayAccess
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
24
  * @category Zend
25
  * @package Zend_Db
26
  * @subpackage Table
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  abstract class Zend_Db_Table_Rowset_Abstract implements SeekableIterator, Countable, ArrayAccess
lib/Zend/Db/Table/Rowset/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Table
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Db_Table_Rowset_Exception extends Zend_Db_Table_Exception
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Table
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Table
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Db_Table_Rowset_Exception extends Zend_Db_Table_Exception
lib/Zend/Db/Table/Select.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Db
18
  * @subpackage Select
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -40,7 +40,7 @@
40
  * @category Zend
41
  * @package Zend_Db
42
  * @subpackage Table
43
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Db_Table_Select extends Zend_Db_Select
16
  * @category Zend
17
  * @package Zend_Db
18
  * @subpackage Select
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
40
  * @category Zend
41
  * @package Zend_Db
42
  * @subpackage Table
43
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Db_Table_Select extends Zend_Db_Select
lib/Zend/Db/Table/Select/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Select
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Table
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
 
15
  * @category Zend
16
  * @package Zend_Db
17
  * @subpackage Select
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @category Zend
30
  * @package Zend_Db
31
  * @subpackage Table
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
 
lib/Zend/Debug.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Debug
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -24,7 +24,7 @@
24
  *
25
  * @category Zend
26
  * @package Zend_Debug
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
 
14
  *
15
  * @category Zend
16
  * @package Zend_Debug
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
24
  *
25
  * @category Zend
26
  * @package Zend_Debug
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
 
lib/Zend/Dojo.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Dojo
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -22,7 +22,7 @@
22
  * Enable Dojo components
23
  *
24
  * @package Zend_Dojo
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  * @version $Id$
28
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Dojo
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
22
  * Enable Dojo components
23
  *
24
  * @package Zend_Dojo
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  * @version $Id$
28
  */
lib/Zend/Dojo/BuildLayer.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Dojo
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -23,7 +23,7 @@
23
  * Dojo module layer and custom build profile generation support
24
  *
25
  * @package Zend_Dojo
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Dojo_BuildLayer
14
  *
15
  * @category Zend
16
  * @package Zend_Dojo
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
23
  * Dojo module layer and custom build profile generation support
24
  *
25
  * @package Zend_Dojo
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  class Zend_Dojo_BuildLayer
lib/Zend/Dojo/Data.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Dojo
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -26,7 +26,7 @@
26
  * @uses Iterator
27
  * @uses Countable
28
  * @package Zend_Dojo
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Dojo_Data implements ArrayAccess,Iterator,Countable
14
  *
15
  * @category Zend
16
  * @package Zend_Dojo
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
26
  * @uses Iterator
27
  * @uses Countable
28
  * @package Zend_Dojo
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Dojo_Data implements ArrayAccess,Iterator,Countable
lib/Zend/Dojo/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Dojo
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  *
28
  * @uses Zend_Exception
29
  * @package Zend_Dojo
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Dojo_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Dojo
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  *
28
  * @uses Zend_Exception
29
  * @package Zend_Dojo
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Dojo_Exception extends Zend_Exception
lib/Zend/Dojo/Form.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Form
29
  * @package Zend_Dojo
30
  * @subpackage Form
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Form
29
  * @package Zend_Dojo
30
  * @subpackage Form
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Decorator/AccordionContainer.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_Form_Decorator_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage Form_Decorator
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
29
  * @uses Zend_Dojo_Form_Decorator_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage Form_Decorator
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
lib/Zend/Dojo/Form/Decorator/AccordionPane.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_Form_Decorator_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage Form_Decorator
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
29
  * @uses Zend_Dojo_Form_Decorator_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage Form_Decorator
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
lib/Zend/Dojo/Form/Decorator/BorderContainer.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_Form_Decorator_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage Form_Decorator
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
29
  * @uses Zend_Dojo_Form_Decorator_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage Form_Decorator
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
lib/Zend/Dojo/Form/Decorator/ContentPane.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_Form_Decorator_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage Form_Decorator
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
29
  * @uses Zend_Dojo_Form_Decorator_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage Form_Decorator
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
lib/Zend/Dojo/Form/Decorator/DijitContainer.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -35,7 +35,7 @@
35
  * @uses Zend_Form_Decorator_Abstract
36
  * @package Zend_Dojo
37
  * @subpackage Form_Decorator
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  * @version $Id$
41
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
35
  * @uses Zend_Form_Decorator_Abstract
36
  * @package Zend_Dojo
37
  * @subpackage Form_Decorator
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  * @version $Id$
41
  */
lib/Zend/Dojo/Form/Decorator/DijitElement.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -36,7 +36,7 @@
36
  *
37
  * @package Zend_Dojo
38
  * @subpackage Form_Decorator
39
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  * @version $Id$
42
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
36
  *
37
  * @package Zend_Dojo
38
  * @subpackage Form_Decorator
39
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  * @version $Id$
42
  */
lib/Zend/Dojo/Form/Decorator/DijitForm.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -31,7 +31,7 @@
31
  *
32
  * @package Zend_Dojo
33
  * @subpackage Form_Decorator
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  * @version $Id$
37
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
31
  *
32
  * @package Zend_Dojo
33
  * @subpackage Form_Decorator
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  * @version $Id$
37
  */
lib/Zend/Dojo/Form/Decorator/SplitContainer.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_Form_Decorator_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage Form_Decorator
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
29
  * @uses Zend_Dojo_Form_Decorator_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage Form_Decorator
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
lib/Zend/Dojo/Form/Decorator/StackContainer.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_Form_Decorator_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage Form_Decorator
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
29
  * @uses Zend_Dojo_Form_Decorator_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage Form_Decorator
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
lib/Zend/Dojo/Form/Decorator/TabContainer.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_Form_Decorator_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage Form_Decorator
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
29
  * @uses Zend_Dojo_Form_Decorator_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage Form_Decorator
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
lib/Zend/Dojo/Form/DisplayGroup.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Form_DisplayGroup
29
  * @package Zend_Dojo
30
  * @subpackage Form
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Form_DisplayGroup
29
  * @package Zend_Dojo
30
  * @subpackage Form
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/Button.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/CheckBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -30,7 +30,7 @@
30
  * @uses Zend_Dojo_Form_Element_Dijit
31
  * @package Zend_Dojo
32
  * @subpackage Form_Element
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
30
  * @uses Zend_Dojo_Form_Element_Dijit
31
  * @package Zend_Dojo
32
  * @subpackage Form_Element
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
lib/Zend/Dojo/Form/Element/ComboBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Dojo_Form_Element_DijitMulti
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Dojo_Form_Element_DijitMulti
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/CurrencyTextBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Dojo_Form_Element_NumberTextBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Dojo_Form_Element_NumberTextBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/DateTextBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Dojo_Form_Element_ValidationTextBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Dojo_Form_Element_ValidationTextBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/Dijit.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/DijitMulti.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -30,7 +30,7 @@
30
  * @uses Zend_Dojo_Form_Element_Dijit
31
  * @package Zend_Dojo
32
  * @subpackage Form_Element
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
30
  * @uses Zend_Dojo_Form_Element_Dijit
31
  * @package Zend_Dojo
32
  * @subpackage Form_Element
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
lib/Zend/Dojo/Form/Element/Editor.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Dojo
32
  * @subpackage Form_Element
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Dojo_Form_Element_Editor extends Zend_Dojo_Form_Element_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  * @category Zend
31
  * @package Zend_Dojo
32
  * @subpackage Form_Element
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Dojo_Form_Element_Editor extends Zend_Dojo_Form_Element_Dijit
lib/Zend/Dojo/Form/Element/FilteringSelect.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Dojo_Form_Element_ComboBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Dojo_Form_Element_ComboBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/HorizontalSlider.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Dojo_Form_Element_Slider
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Dojo_Form_Element_Slider
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/NumberSpinner.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Dojo_Form_Element_ValidationTextBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Dojo_Form_Element_ValidationTextBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/NumberTextBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Dojo_Form_Element_ValidationTextBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Dojo_Form_Element_ValidationTextBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/PasswordTextBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Dojo_Form_Element_ValidationTextBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Dojo_Form_Element_ValidationTextBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/RadioButton.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Dojo_Form_Element_DijitMulti
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Dojo_Form_Element_DijitMulti
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/SimpleTextarea.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Dojo
31
  * @subpackage Form_Element
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
29
  * @category Zend
30
  * @package Zend_Dojo
31
  * @subpackage Form_Element
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
lib/Zend/Dojo/Form/Element/Slider.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Dojo_Form_Element_Dijit
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Dojo_Form_Element_Dijit
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/SubmitButton.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/TextBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/Textarea.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/TimeTextBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Dojo_Form_Element_DateTextBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Dojo_Form_Element_DateTextBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/ValidationTextBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Dojo_Form_Element_TextBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Dojo_Form_Element_TextBox
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/Element/VerticalSlider.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Dojo_Form_Element_Slider
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form_Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Dojo_Form_Element_Slider
29
  * @package Zend_Dojo
30
  * @subpackage Form_Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/Form/SubForm.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @uses Zend_Form_SubForm
29
  * @package Zend_Dojo
30
  * @subpackage Form
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage Form
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @uses Zend_Form_SubForm
29
  * @package Zend_Dojo
30
  * @subpackage Form
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Dojo/View/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Exception extends Zend_Dojo_Exception
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @category Zend
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Exception extends Zend_Dojo_Exception
lib/Zend/Dojo/View/Helper/AccordionContainer.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_AccordionContainer extends Zend_Dojo_View_Helper_DijitContainer
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_AccordionContainer extends Zend_Dojo_View_Helper_DijitContainer
lib/Zend/Dojo/View/Helper/AccordionPane.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_AccordionPane extends Zend_Dojo_View_Helper_DijitContainer
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_AccordionPane extends Zend_Dojo_View_Helper_DijitContainer
lib/Zend/Dojo/View/Helper/BorderContainer.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_BorderContainer extends Zend_Dojo_View_Helper_DijitContainer
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_BorderContainer extends Zend_Dojo_View_Helper_DijitContainer
lib/Zend/Dojo/View/Helper/Button.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_Button extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_Button extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/CheckBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_CheckBox extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_CheckBox extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/ComboBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_ComboBox extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_ComboBox extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/ContentPane.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_ContentPane extends Zend_Dojo_View_Helper_DijitContainer
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_ContentPane extends Zend_Dojo_View_Helper_DijitContainer
lib/Zend/Dojo/View/Helper/CurrencyTextBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_CurrencyTextBox extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_CurrencyTextBox extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/CustomDijit.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_CustomDijit extends Zend_Dojo_View_Helper_DijitContainer
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_CustomDijit extends Zend_Dojo_View_Helper_DijitContainer
lib/Zend/Dojo/View/Helper/DateTextBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_DateTextBox extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_DateTextBox extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/Dijit.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_View_Helper_Abstract
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  abstract class Zend_Dojo_View_Helper_Dijit extends Zend_View_Helper_HtmlElement
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_View_Helper_Abstract
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  abstract class Zend_Dojo_View_Helper_Dijit extends Zend_View_Helper_HtmlElement
lib/Zend/Dojo/View/Helper/DijitContainer.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  abstract class Zend_Dojo_View_Helper_DijitContainer extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  abstract class Zend_Dojo_View_Helper_DijitContainer extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/Dojo.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
@@ -31,7 +31,7 @@
31
  *
32
  * @package Zend_Dojo
33
  * @subpackage View
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Dojo_View_Helper_Dojo
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
31
  *
32
  * @package Zend_Dojo
33
  * @subpackage View
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Dojo_View_Helper_Dojo
lib/Zend/Dojo/View/Helper/Dojo/Container.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_Dojo_Container
@@ -430,7 +430,7 @@ class Zend_Dojo_View_Helper_Dojo_Container
430
  public function setCdnVersion($version = null)
431
  {
432
  $this->enable();
433
- if (preg_match('/^[1-9]\.[0-9](\.[0-9])?$/', $version)) {
434
  $this->_cdnVersion = $version;
435
  }
436
  return $this;
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
29
  *
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_Dojo_Container
430
  public function setCdnVersion($version = null)
431
  {
432
  $this->enable();
433
+ if (preg_match('/^[1-9]\.[0-9]{1,2}(\.[0-9]{1,2})?$/', $version)) {
434
  $this->_cdnVersion = $version;
435
  }
436
  return $this;
lib/Zend/Dojo/View/Helper/Editor.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  * @uses Zend_Dojo_View_Helper_Textarea
33
  * @package Zend_Dojo
34
  * @subpackage View
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Dojo_View_Helper_Editor extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  * @uses Zend_Dojo_View_Helper_Textarea
33
  * @package Zend_Dojo
34
  * @subpackage View
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Dojo_View_Helper_Editor extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/FilteringSelect.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_ComboBox
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_FilteringSelect extends Zend_Dojo_View_Helper_ComboBox
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_ComboBox
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_FilteringSelect extends Zend_Dojo_View_Helper_ComboBox
lib/Zend/Dojo/View/Helper/Form.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_Form extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_Form extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/HorizontalSlider.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Slider
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_HorizontalSlider extends Zend_Dojo_View_Helper_Slider
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Slider
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_HorizontalSlider extends Zend_Dojo_View_Helper_Slider
lib/Zend/Dojo/View/Helper/NumberSpinner.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_NumberSpinner extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_NumberSpinner extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/NumberTextBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_NumberTextBox extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_NumberTextBox extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/PasswordTextBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_PasswordTextBox extends Zend_Dojo_View_Helper_ValidationTextBox
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_PasswordTextBox extends Zend_Dojo_View_Helper_ValidationTextBox
lib/Zend/Dojo/View/Helper/RadioButton.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_RadioButton extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_RadioButton extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/SimpleTextarea.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  * @version $Id$
35
  */
lib/Zend/Dojo/View/Helper/Slider.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  abstract class Zend_Dojo_View_Helper_Slider extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  abstract class Zend_Dojo_View_Helper_Slider extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/SplitContainer.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_SplitContainer extends Zend_Dojo_View_Helper_DijitContainer
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_SplitContainer extends Zend_Dojo_View_Helper_DijitContainer
lib/Zend/Dojo/View/Helper/StackContainer.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_StackContainer extends Zend_Dojo_View_Helper_DijitContainer
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_StackContainer extends Zend_Dojo_View_Helper_DijitContainer
lib/Zend/Dojo/View/Helper/SubmitButton.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Button
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_SubmitButton extends Zend_Dojo_View_Helper_Button
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Button
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_SubmitButton extends Zend_Dojo_View_Helper_Button
lib/Zend/Dojo/View/Helper/TabContainer.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_TabContainer extends Zend_Dojo_View_Helper_DijitContainer
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_DijitContainer
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_TabContainer extends Zend_Dojo_View_Helper_DijitContainer
lib/Zend/Dojo/View/Helper/TextBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_TextBox extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_TextBox extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/Textarea.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_Textarea extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_Textarea extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/TimeTextBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_TimeTextBox extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_TimeTextBox extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/ValidationTextBox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_ValidationTextBox extends Zend_Dojo_View_Helper_Dijit
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Dijit
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_ValidationTextBox extends Zend_Dojo_View_Helper_Dijit
lib/Zend/Dojo/View/Helper/VerticalSlider.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  * @uses Zend_Dojo_View_Helper_Slider
30
  * @package Zend_Dojo
31
  * @subpackage View
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_VerticalSlider extends Zend_Dojo_View_Helper_Slider
15
  * @category Zend
16
  * @package Zend_Dojo
17
  * @subpackage View
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  * @uses Zend_Dojo_View_Helper_Slider
30
  * @package Zend_Dojo
31
  * @subpackage View
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Dojo_View_Helper_VerticalSlider extends Zend_Dojo_View_Helper_Slider
lib/Zend/Dom/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Dom
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  *
28
  * @category Zend
29
  * @package Zend_Dom
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Dom_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Dom
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  *
28
  * @category Zend
29
  * @package Zend_Dom
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Dom_Exception extends Zend_Exception
lib/Zend/Dom/Query.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Dom
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -40,7 +40,7 @@
40
  *
41
  * @package Zend_Dom
42
  * @subpackage Query
43
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Dom_Query
@@ -85,8 +85,8 @@ class Zend_Dom_Query
85
  /**
86
  * Constructor
87
  *
88
- * @param null|string $document
89
- * @return void
90
  */
91
  public function __construct($document = null, $encoding = null)
92
  {
@@ -239,7 +239,8 @@ class Zend_Dom_Query
239
  * Perform an XPath query
240
  *
241
  * @param string|array $xpathQuery
242
- * @param string $query CSS selector query
 
243
  * @return Zend_Dom_Query_Result
244
  */
245
  public function queryXpath($xpathQuery, $query = null)
14
  *
15
  * @category Zend
16
  * @package Zend_Dom
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
40
  *
41
  * @package Zend_Dom
42
  * @subpackage Query
43
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Dom_Query
85
  /**
86
  * Constructor
87
  *
88
+ * @param null|string $document
89
+ * @param null|string $encoding
90
  */
91
  public function __construct($document = null, $encoding = null)
92
  {
239
  * Perform an XPath query
240
  *
241
  * @param string|array $xpathQuery
242
+ * @param string $query CSS selector query
243
+ * @throws Zend_Dom_Exception
244
  * @return Zend_Dom_Query_Result
245
  */
246
  public function queryXpath($xpathQuery, $query = null)
lib/Zend/Dom/Query/Css2Xpath.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Dom
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -23,7 +23,7 @@
23
  *
24
  * @package Zend_Dom
25
  * @subpackage Query
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  * @version $Id$
29
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Dom
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
23
  *
24
  * @package Zend_Dom
25
  * @subpackage Query
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  * @version $Id$
29
  */
lib/Zend/Dom/Query/Result.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Dom
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -24,7 +24,7 @@
24
  * @package Zend_Dom
25
  * @subpackage Query
26
  * @uses Iterator
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  * @version $Id$
30
  */
@@ -76,7 +76,6 @@ class Zend_Dom_Query_Result implements Iterator,Countable
76
  * @param string|array $xpathQuery
77
  * @param DOMDocument $document
78
  * @param DOMNodeList $nodeList
79
- * @return void
80
  */
81
  public function __construct($cssQuery, $xpathQuery, DOMDocument $document, DOMNodeList $nodeList)
82
  {
@@ -119,7 +118,7 @@ class Zend_Dom_Query_Result implements Iterator,Countable
119
  /**
120
  * Iterator: rewind to first element
121
  *
122
- * @return void
123
  */
124
  public function rewind()
125
  {
@@ -163,7 +162,7 @@ class Zend_Dom_Query_Result implements Iterator,Countable
163
  /**
164
  * Iterator: move to next element
165
  *
166
- * @return void
167
  */
168
  public function next()
169
  {
14
  *
15
  * @category Zend
16
  * @package Zend_Dom
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
24
  * @package Zend_Dom
25
  * @subpackage Query
26
  * @uses Iterator
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  * @version $Id$
30
  */
76
  * @param string|array $xpathQuery
77
  * @param DOMDocument $document
78
  * @param DOMNodeList $nodeList
 
79
  */
80
  public function __construct($cssQuery, $xpathQuery, DOMDocument $document, DOMNodeList $nodeList)
81
  {
118
  /**
119
  * Iterator: rewind to first element
120
  *
121
+ * @return DOMNode|null
122
  */
123
  public function rewind()
124
  {
162
  /**
163
  * Iterator: move to next element
164
  *
165
+ * @return DOMNode|null
166
  */
167
  public function next()
168
  {
lib/Zend/EventManager/Event.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -28,7 +28,7 @@
28
  *
29
  * @category Zend
30
  * @package Zend_EventManager
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_EventManager_Event implements Zend_EventManager_EventDescription
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
28
  *
29
  * @category Zend
30
  * @package Zend_EventManager
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_EventManager_Event implements Zend_EventManager_EventDescription
lib/Zend/EventManager/EventCollection.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -25,7 +25,7 @@
25
  *
26
  * @category Zend
27
  * @package Zend_EventManager
28
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  interface Zend_EventManager_EventCollection
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
25
  *
26
  * @category Zend
27
  * @package Zend_EventManager
28
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  interface Zend_EventManager_EventCollection
lib/Zend/EventManager/EventDescription.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -23,7 +23,7 @@
23
  *
24
  * @category Zend
25
  * @package Zend_EventManager
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  interface Zend_EventManager_EventDescription
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
23
  *
24
  * @category Zend
25
  * @package Zend_EventManager
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  interface Zend_EventManager_EventDescription
lib/Zend/EventManager/EventManager.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -34,7 +34,7 @@
34
  *
35
  * @category Zend
36
  * @package Zend_EventManager
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_EventManager_EventManager implements Zend_EventManager_EventCollection, Zend_EventManager_SharedEventCollectionAware
@@ -91,8 +91,8 @@ class Zend_EventManager_EventManager implements Zend_EventManager_EventCollectio
91
  /**
92
  * Set static collections container
93
  *
94
- * @param Zend_EventManager_StaticEventCollection $collections
95
- * @return void
96
  */
97
  public function setSharedCollections(Zend_EventManager_SharedEventCollection $collections)
98
  {
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
34
  *
35
  * @category Zend
36
  * @package Zend_EventManager
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_EventManager_EventManager implements Zend_EventManager_EventCollection, Zend_EventManager_SharedEventCollectionAware
91
  /**
92
  * Set static collections container
93
  *
94
+ * @param Zend_EventManager_SharedEventCollection $collections
95
+ * @return $this
96
  */
97
  public function setSharedCollections(Zend_EventManager_SharedEventCollection $collections)
98
  {
lib/Zend/EventManager/EventManagerAware.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_EventManager
17
  * @subpackage UnitTest
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -25,7 +25,7 @@
25
  * @category Zend
26
  * @package Zend_EventManager
27
  * @subpackage UnitTest
28
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  interface Zend_EventManager_EventManagerAware
15
  * @category Zend
16
  * @package Zend_EventManager
17
  * @subpackage UnitTest
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
25
  * @category Zend
26
  * @package Zend_EventManager
27
  * @subpackage UnitTest
28
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  interface Zend_EventManager_EventManagerAware
lib/Zend/EventManager/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -23,7 +23,7 @@
23
  *
24
  * @category Zend
25
  * @package Zend_EventManager
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  interface Zend_EventManager_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
23
  *
24
  * @category Zend
25
  * @package Zend_EventManager
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  interface Zend_EventManager_Exception
lib/Zend/EventManager/Exception/InvalidArgumentException.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -33,7 +33,7 @@
33
  *
34
  * @category Zend
35
  * @package Zend_EventManager
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_EventManager_Exception_InvalidArgumentException
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
33
  *
34
  * @category Zend
35
  * @package Zend_EventManager
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_EventManager_Exception_InvalidArgumentException
lib/Zend/EventManager/Filter.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -25,7 +25,7 @@
25
  *
26
  * @category Zend
27
  * @package Zend_EventManager
28
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  interface Zend_EventManager_Filter
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
25
  *
26
  * @category Zend
27
  * @package Zend_EventManager
28
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
29
  * @license http://framework.zend.com/license/new-bsd New BSD License
30
  */
31
  interface Zend_EventManager_Filter
lib/Zend/EventManager/Filter/FilterIterator.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_EventManager
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_EventManager_Filter_FilterIterator extends Zend_Stdlib_SplPriorityQueue
@@ -90,11 +90,11 @@ class Zend_EventManager_Filter_FilterIterator extends Zend_Stdlib_SplPriorityQue
90
  * Iterate the next filter in the chain
91
  *
92
  * Iterates and calls the next filter in the chain.
93
- *
94
- * @param mixed $context
95
- * @param array $params
96
- * @param Zend_EventManager_Filter_FilterIterator $chain
97
- * @return void
98
  */
99
  public function next($context = null, array $params = array(), $chain = null)
100
  {
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
29
  *
30
  * @category Zend
31
  * @package Zend_EventManager
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_EventManager_Filter_FilterIterator extends Zend_Stdlib_SplPriorityQueue
90
  * Iterate the next filter in the chain
91
  *
92
  * Iterates and calls the next filter in the chain.
93
+ *
94
+ * @param mixed $context
95
+ * @param array $params
96
+ * @param Zend_EventManager_Filter_FilterIterator $chain
97
+ * @return mixed
98
  */
99
  public function next($context = null, array $params = array(), $chain = null)
100
  {
lib/Zend/EventManager/FilterChain.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -27,7 +27,7 @@
27
  *
28
  * @category Zend
29
  * @package Zend_EventManager
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_EventManager_FilterChain implements Zend_EventManager_Filter
@@ -76,9 +76,10 @@ class Zend_EventManager_FilterChain implements Zend_EventManager_Filter
76
 
77
  /**
78
  * Connect a filter to the chain
79
- *
80
  * @param callback $callback PHP Callback
81
- * @param int $priority Priority in the queue at which to execute; defaults to 1 (higher numbers == higher priority)
 
82
  * @return Zend_Stdlib_CallbackHandler (to allow later unsubscribe)
83
  */
84
  public function attach($callback, $priority = 1)
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
27
  *
28
  * @category Zend
29
  * @package Zend_EventManager
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_EventManager_FilterChain implements Zend_EventManager_Filter
76
 
77
  /**
78
  * Connect a filter to the chain
79
+ *
80
  * @param callback $callback PHP Callback
81
+ * @param int $priority Priority in the queue at which to execute; defaults to 1 (higher numbers == higher priority)
82
+ * @throws Zend_Stdlib_Exception_InvalidCallbackException
83
  * @return Zend_Stdlib_CallbackHandler (to allow later unsubscribe)
84
  */
85
  public function attach($callback, $priority = 1)
lib/Zend/EventManager/GlobalEventManager.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_EventManager
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_EventManager_GlobalEventManager
@@ -52,8 +52,8 @@ class Zend_EventManager_GlobalEventManager
52
 
53
  /**
54
  * Get event collection on which this operates
55
- *
56
- * @return void
57
  */
58
  public static function getEventCollection()
59
  {
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
29
  *
30
  * @category Zend
31
  * @package Zend_EventManager
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_EventManager_GlobalEventManager
52
 
53
  /**
54
  * Get event collection on which this operates
55
+ *
56
+ * @return Zend_EventManager_EventCollection
57
  */
58
  public static function getEventCollection()
59
  {
lib/Zend/EventManager/ListenerAggregate.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -28,7 +28,7 @@
28
  *
29
  * @category Zend
30
  * @package Zend_EventManager
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  interface Zend_EventManager_ListenerAggregate
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
28
  *
29
  * @category Zend
30
  * @package Zend_EventManager
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  interface Zend_EventManager_ListenerAggregate
lib/Zend/EventManager/ResponseCollection.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -352,7 +352,7 @@ if (version_compare(PHP_VERSION, '5.3.0', '<')) {
352
  *
353
  * @category Zend
354
  * @package Zend_EventManager
355
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
356
  * @license http://framework.zend.com/license/new-bsd New BSD License
357
  */
358
  class Zend_EventManager_ResponseCollection extends SplStack
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
352
  *
353
  * @category Zend
354
  * @package Zend_EventManager
355
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
356
  * @license http://framework.zend.com/license/new-bsd New BSD License
357
  */
358
  class Zend_EventManager_ResponseCollection extends SplStack
lib/Zend/EventManager/SharedEventCollection.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -23,7 +23,7 @@
23
  *
24
  * @category Zend
25
  * @package Zend_EventManager
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  interface Zend_EventManager_SharedEventCollection
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
23
  *
24
  * @category Zend
25
  * @package Zend_EventManager
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  */
29
  interface Zend_EventManager_SharedEventCollection
lib/Zend/EventManager/SharedEventCollectionAware.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_EventManager
17
  * @subpackage UnitTest
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -27,7 +27,7 @@
27
  * @category Zend
28
  * @package Zend_EventManager
29
  * @subpackage UnitTest
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  interface Zend_EventManager_SharedEventCollectionAware
15
  * @category Zend
16
  * @package Zend_EventManager
17
  * @subpackage UnitTest
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
27
  * @category Zend
28
  * @package Zend_EventManager
29
  * @subpackage UnitTest
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  interface Zend_EventManager_SharedEventCollectionAware
lib/Zend/EventManager/SharedEventManager.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -30,7 +30,7 @@
30
  *
31
  * @category Zend
32
  * @package Zend_EventManager
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_EventManager_SharedEventManager implements Zend_EventManager_SharedEventCollection
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
30
  *
31
  * @category Zend
32
  * @package Zend_EventManager
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_EventManager_SharedEventManager implements Zend_EventManager_SharedEventCollection
lib/Zend/EventManager/StaticEventManager.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -27,7 +27,7 @@
27
  *
28
  * @category Zend
29
  * @package Zend_EventManager
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_EventManager_StaticEventManager extends Zend_EventManager_SharedEventManager
14
  *
15
  * @category Zend
16
  * @package Zend_EventManager
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
27
  *
28
  * @category Zend
29
  * @package Zend_EventManager
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_EventManager_StaticEventManager extends Zend_EventManager_SharedEventManager
lib/Zend/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Exception extends Exception
14
  *
15
  * @category Zend
16
  * @package Zend
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Exception extends Exception
lib/Zend/Feed.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  *
32
  * @category Zend
33
  * @package Zend_Feed
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Feed
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  *
32
  * @category Zend
33
  * @package Zend_Feed
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Feed
lib/Zend/Feed/Abstract.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -39,7 +39,7 @@
39
  *
40
  * @category Zend
41
  * @package Zend_Feed
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  abstract class Zend_Feed_Abstract extends Zend_Feed_Element implements Iterator, Countable
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
39
  *
40
  * @category Zend
41
  * @package Zend_Feed
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  abstract class Zend_Feed_Abstract extends Zend_Feed_Element implements Iterator, Countable
lib/Zend/Feed/Atom.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -44,7 +44,7 @@
44
  *
45
  * @category Zend
46
  * @package Zend_Feed
47
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
48
  * @license http://framework.zend.com/license/new-bsd New BSD License
49
  */
50
  class Zend_Feed_Atom extends Zend_Feed_Abstract
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
44
  *
45
  * @category Zend
46
  * @package Zend_Feed
47
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
48
  * @license http://framework.zend.com/license/new-bsd New BSD License
49
  */
50
  class Zend_Feed_Atom extends Zend_Feed_Abstract
lib/Zend/Feed/Builder.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -44,7 +44,7 @@
44
  *
45
  * @category Zend
46
  * @package Zend_Feed
47
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
48
  * @license http://framework.zend.com/license/new-bsd New BSD License
49
  */
50
  class Zend_Feed_Builder implements Zend_Feed_Builder_Interface
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
44
  *
45
  * @category Zend
46
  * @package Zend_Feed
47
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
48
  * @license http://framework.zend.com/license/new-bsd New BSD License
49
  */
50
  class Zend_Feed_Builder implements Zend_Feed_Builder_Interface
lib/Zend/Feed/Builder/Entry.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Feed
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Feed_Builder_Entry extends ArrayObject
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Feed
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Feed_Builder_Entry extends ArrayObject
lib/Zend/Feed/Builder/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  *
33
  * @category Zend
34
  * @package Zend_Feed
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Builder_Exception extends Zend_Feed_Exception
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  *
33
  * @category Zend
34
  * @package Zend_Feed
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Builder_Exception extends Zend_Feed_Exception
lib/Zend/Feed/Builder/Header.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -39,7 +39,7 @@
39
  *
40
  * @category Zend
41
  * @package Zend_Feed
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Feed_Builder_Header extends ArrayObject
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
39
  *
40
  * @category Zend
41
  * @package Zend_Feed
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Feed_Builder_Header extends ArrayObject
lib/Zend/Feed/Builder/Header/Itunes.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -28,7 +28,7 @@
28
  *
29
  * @category Zend
30
  * @package Zend_Feed
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Feed_Builder_Header_Itunes extends ArrayObject
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
28
  *
29
  * @category Zend
30
  * @package Zend_Feed
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Feed_Builder_Header_Itunes extends ArrayObject
lib/Zend/Feed/Builder/Interface.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Feed
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  interface Zend_Feed_Builder_Interface
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Feed
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  interface Zend_Feed_Builder_Interface
lib/Zend/Feed/Element.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -26,7 +26,7 @@
26
  *
27
  * @category Zend
28
  * @package Zend_Feed
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Feed_Element implements ArrayAccess
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
26
  *
27
  * @category Zend
28
  * @package Zend_Feed
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  */
32
  class Zend_Feed_Element implements ArrayAccess
lib/Zend/Feed/Entry/Abstract.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -40,7 +40,7 @@
40
  *
41
  * @category Zend
42
  * @package Zend_Feed
43
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  abstract class Zend_Feed_Entry_Abstract extends Zend_Feed_Element
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
40
  *
41
  * @category Zend
42
  * @package Zend_Feed
43
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  abstract class Zend_Feed_Entry_Abstract extends Zend_Feed_Element
lib/Zend/Feed/Entry/Atom.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  *
35
  * @category Zend
36
  * @package Zend_Feed
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Feed_Entry_Atom extends Zend_Feed_Entry_Abstract
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  *
35
  * @category Zend
36
  * @package Zend_Feed
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Feed_Entry_Atom extends Zend_Feed_Entry_Abstract
lib/Zend/Feed/Entry/Rss.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -32,7 +32,7 @@
32
  *
33
  * @category Zend
34
  * @package Zend_Feed
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Entry_Rss extends Zend_Feed_Entry_Abstract
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
32
  *
33
  * @category Zend
34
  * @package Zend_Feed
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Entry_Rss extends Zend_Feed_Entry_Abstract
lib/Zend/Feed/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  *
35
  * @category Zend
36
  * @package Zend_Feed
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Feed_Exception extends Zend_Exception
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  *
35
  * @category Zend
36
  * @package Zend_Feed
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Feed_Exception extends Zend_Exception
lib/Zend/Feed/Pubsubhubbub.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -47,7 +47,7 @@
47
  /**
48
  * @category Zend
49
  * @package Zend_Feed_Pubsubhubbub
50
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
51
  * @license http://framework.zend.com/license/new-bsd New BSD License
52
  */
53
  class Zend_Feed_Pubsubhubbub
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
47
  /**
48
  * @category Zend
49
  * @package Zend_Feed_Pubsubhubbub
50
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
51
  * @license http://framework.zend.com/license/new-bsd New BSD License
52
  */
53
  class Zend_Feed_Pubsubhubbub
lib/Zend/Feed/Pubsubhubbub/CallbackAbstract.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
  * @subpackage Callback
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Feed_Pubsubhubbub
36
  * @subpackage Callback
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  abstract class Zend_Feed_Pubsubhubbub_CallbackAbstract
@@ -70,7 +70,7 @@ abstract class Zend_Feed_Pubsubhubbub_CallbackAbstract
70
  * options for the Subscriber without calling all supported setter
71
  * methods in turn.
72
  *
73
- * @param array|Zend_Config $options Options array or Zend_Config instance
74
  */
75
  public function __construct($config = null)
76
  {
@@ -82,7 +82,8 @@ abstract class Zend_Feed_Pubsubhubbub_CallbackAbstract
82
  /**
83
  * Process any injected configuration options
84
  *
85
- * @param array|Zend_Config $options Options array or Zend_Config instance
 
86
  * @return Zend_Feed_Pubsubhubbub_CallbackAbstract
87
  */
88
  public function setConfig($config)
@@ -132,6 +133,7 @@ abstract class Zend_Feed_Pubsubhubbub_CallbackAbstract
132
  * to background save any verification tokens associated with a subscription
133
  * or other.
134
  *
 
135
  * @return Zend_Feed_Pubsubhubbub_Model_SubscriptionInterface
136
  */
137
  public function getStorage()
@@ -150,6 +152,7 @@ abstract class Zend_Feed_Pubsubhubbub_CallbackAbstract
150
  * (i.e. not inherited from) Zend_Controller_Response_Http.
151
  *
152
  * @param Zend_Feed_Pubsubhubbub_HttpResponse|Zend_Controller_Response_Http $httpResponse
 
153
  * @return Zend_Feed_Pubsubhubbub_CallbackAbstract
154
  */
155
  public function setHttpResponse($httpResponse)
@@ -188,6 +191,7 @@ abstract class Zend_Feed_Pubsubhubbub_CallbackAbstract
188
  * Defaults to 1 if left unchanged.
189
  *
190
  * @param string|int $count
 
191
  * @return Zend_Feed_Pubsubhubbub_CallbackAbstract
192
  */
193
  public function setSubscriberCount($count)
@@ -270,7 +274,8 @@ abstract class Zend_Feed_Pubsubhubbub_CallbackAbstract
270
  /**
271
  * Retrieve a Header value from either $_SERVER or Apache
272
  *
273
- * @param string $header
 
274
  */
275
  protected function _getHeader($header)
276
  {
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
  * @subpackage Callback
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  * @category Zend
35
  * @package Zend_Feed_Pubsubhubbub
36
  * @subpackage Callback
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  abstract class Zend_Feed_Pubsubhubbub_CallbackAbstract
70
  * options for the Subscriber without calling all supported setter
71
  * methods in turn.
72
  *
73
+ * @param array|Zend_Config|null $config Options array or Zend_Config instance
74
  */
75
  public function __construct($config = null)
76
  {
82
  /**
83
  * Process any injected configuration options
84
  *
85
+ * @param array|Zend_Config $config Options array or Zend_Config instance
86
+ * @throws Zend_Feed_Pubsubhubbub_Exception
87
  * @return Zend_Feed_Pubsubhubbub_CallbackAbstract
88
  */
89
  public function setConfig($config)
133
  * to background save any verification tokens associated with a subscription
134
  * or other.
135
  *
136
+ * @throws Zend_Feed_Pubsubhubbub_Exception
137
  * @return Zend_Feed_Pubsubhubbub_Model_SubscriptionInterface
138
  */
139
  public function getStorage()
152
  * (i.e. not inherited from) Zend_Controller_Response_Http.
153
  *
154
  * @param Zend_Feed_Pubsubhubbub_HttpResponse|Zend_Controller_Response_Http $httpResponse
155
+ * @throws Zend_Feed_Pubsubhubbub_Exception
156
  * @return Zend_Feed_Pubsubhubbub_CallbackAbstract
157
  */
158
  public function setHttpResponse($httpResponse)
191
  * Defaults to 1 if left unchanged.
192
  *
193
  * @param string|int $count
194
+ * @throws Zend_Feed_Pubsubhubbub_Exception
195
  * @return Zend_Feed_Pubsubhubbub_CallbackAbstract
196
  */
197
  public function setSubscriberCount($count)
274
  /**
275
  * Retrieve a Header value from either $_SERVER or Apache
276
  *
277
+ * @param string $header
278
+ * @return bool
279
  */
280
  protected function _getHeader($header)
281
  {
lib/Zend/Feed/Pubsubhubbub/CallbackInterface.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
  * @subpackage Callback
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -24,7 +24,7 @@
24
  * @category Zend
25
  * @package Zend_Feed_Pubsubhubbub
26
  * @subpackage Callback
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Feed_Pubsubhubbub_CallbackInterface
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
  * @subpackage Callback
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
24
  * @category Zend
25
  * @package Zend_Feed_Pubsubhubbub
26
  * @subpackage Callback
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Feed_Pubsubhubbub_CallbackInterface
lib/Zend/Feed/Pubsubhubbub/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Pubsubhubbub
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Pubsubhubbub_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Pubsubhubbub
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Pubsubhubbub_Exception extends Zend_Exception
lib/Zend/Feed/Pubsubhubbub/HttpResponse.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Pubsubhubbub
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Pubsubhubbub_HttpResponse
@@ -172,6 +172,7 @@ class Zend_Feed_Pubsubhubbub_HttpResponse
172
  * Set HTTP response code to use with headers
173
  *
174
  * @param int $code
 
175
  * @return Zend_Feed_Pubsubhubbub_HttpResponse
176
  */
177
  public function setHttpResponseCode($code)
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Pubsubhubbub
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Pubsubhubbub_HttpResponse
172
  * Set HTTP response code to use with headers
173
  *
174
  * @param int $code
175
+ * @throws Zend_Feed_Pubsubhubbub_Exception
176
  * @return Zend_Feed_Pubsubhubbub_HttpResponse
177
  */
178
  public function setHttpResponseCode($code)
lib/Zend/Feed/Pubsubhubbub/Model/ModelAbstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -32,7 +32,7 @@
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Pubsubhubbub
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Pubsubhubbub_Model_ModelAbstract
@@ -47,9 +47,7 @@ class Zend_Feed_Pubsubhubbub_Model_ModelAbstract
47
  /**
48
  * Constructor
49
  *
50
- * @param array $data
51
  * @param Zend_Db_Table_Abstract $tableGateway
52
- * @return void
53
  */
54
  public function __construct(Zend_Db_Table_Abstract $tableGateway = null)
55
  {
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Pubsubhubbub
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Pubsubhubbub_Model_ModelAbstract
47
  /**
48
  * Constructor
49
  *
 
50
  * @param Zend_Db_Table_Abstract $tableGateway
 
51
  */
52
  public function __construct(Zend_Db_Table_Abstract $tableGateway = null)
53
  {
lib/Zend/Feed/Pubsubhubbub/Model/Subscription.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
  * @subpackage Entity
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Feed_Pubsubhubbub
35
  * @subpackage Entity
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Feed_Pubsubhubbub_Model_Subscription
@@ -44,7 +44,9 @@ class Zend_Feed_Pubsubhubbub_Model_Subscription
44
  /**
45
  * Save subscription to RDMBS
46
  *
47
- * @param array $data
 
 
48
  * @return bool
49
  */
50
  public function setSubscription(array $data)
@@ -78,6 +80,8 @@ class Zend_Feed_Pubsubhubbub_Model_Subscription
78
  * Get subscription by ID/key
79
  *
80
  * @param string $key
 
 
81
  * @return array
82
  */
83
  public function getSubscription($key)
@@ -98,6 +102,8 @@ class Zend_Feed_Pubsubhubbub_Model_Subscription
98
  * Determine if a subscription matching the key exists
99
  *
100
  * @param string $key
 
 
101
  * @return bool
102
  */
103
  public function hasSubscription($key)
@@ -117,7 +123,7 @@ class Zend_Feed_Pubsubhubbub_Model_Subscription
117
  /**
118
  * Delete a subscription
119
  *
120
- * @param string $key
121
  * @return bool
122
  */
123
  public function deleteSubscription($key)
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
  * @subpackage Entity
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Feed_Pubsubhubbub
35
  * @subpackage Entity
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Feed_Pubsubhubbub_Model_Subscription
44
  /**
45
  * Save subscription to RDMBS
46
  *
47
+ * @param array $data
48
+ * @throws Zend_Db_Table_Exception
49
+ * @throws Zend_Feed_Pubsubhubbub_Exception
50
  * @return bool
51
  */
52
  public function setSubscription(array $data)
80
  * Get subscription by ID/key
81
  *
82
  * @param string $key
83
+ * @throws Zend_Db_Table_Exception
84
+ * @throws Zend_Feed_Pubsubhubbub_Exception
85
  * @return array
86
  */
87
  public function getSubscription($key)
102
  * Determine if a subscription matching the key exists
103
  *
104
  * @param string $key
105
+ * @throws Zend_Db_Table_Exception
106
+ * @throws Zend_Feed_Pubsubhubbub_Exception
107
  * @return bool
108
  */
109
  public function hasSubscription($key)
123
  /**
124
  * Delete a subscription
125
  *
126
+ * @param string $key
127
  * @return bool
128
  */
129
  public function deleteSubscription($key)
lib/Zend/Feed/Pubsubhubbub/Model/SubscriptionInterface.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
  * @subpackage Entity
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -24,7 +24,7 @@
24
  * @category Zend
25
  * @package Zend_Feed_Pubsubhubbub
26
  * @subpackage Entity
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Feed_Pubsubhubbub_Model_SubscriptionInterface
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
  * @subpackage Entity
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
24
  * @category Zend
25
  * @package Zend_Feed_Pubsubhubbub
26
  * @subpackage Entity
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Feed_Pubsubhubbub_Model_SubscriptionInterface
lib/Zend/Feed/Pubsubhubbub/Publisher.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Pubsubhubbub
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Pubsubhubbub_Publisher
@@ -69,8 +69,8 @@ class Zend_Feed_Pubsubhubbub_Publisher
69
  * options for the Publisher without calling all supported setter
70
  * methods in turn.
71
  *
72
- * @param array|Zend_Config $options Options array or Zend_Config instance
73
- * @return void
74
  */
75
  public function __construct($config = null)
76
  {
@@ -82,7 +82,8 @@ class Zend_Feed_Pubsubhubbub_Publisher
82
  /**
83
  * Process any injected configuration options
84
  *
85
- * @param array|Zend_Config $options Options array or Zend_Config instance
 
86
  * @return Zend_Feed_Pubsubhubbub_Publisher
87
  */
88
  public function setConfig($config)
@@ -110,6 +111,7 @@ class Zend_Feed_Pubsubhubbub_Publisher
110
  * Add a Hub Server URL supported by Publisher
111
  *
112
  * @param string $url
 
113
  * @return Zend_Feed_Pubsubhubbub_Publisher
114
  */
115
  public function addHubUrl($url)
@@ -169,6 +171,7 @@ class Zend_Feed_Pubsubhubbub_Publisher
169
  * Add a URL to a topic (Atom or RSS feed) which has been updated
170
  *
171
  * @param string $url
 
172
  * @return Zend_Feed_Pubsubhubbub_Publisher
173
  */
174
  public function addUpdatedTopicUrl($url)
@@ -287,8 +290,9 @@ class Zend_Feed_Pubsubhubbub_Publisher
287
  /**
288
  * Add an optional parameter to the update notification requests
289
  *
290
- * @param string $name
291
  * @param string|null $value
 
292
  * @return Zend_Feed_Pubsubhubbub_Publisher
293
  */
294
  public function setParameter($name, $value = null)
@@ -333,6 +337,7 @@ class Zend_Feed_Pubsubhubbub_Publisher
333
  * Remove an optional parameter for the notification requests
334
  *
335
  * @param string $name
 
336
  * @return Zend_Feed_Pubsubhubbub_Publisher
337
  */
338
  public function removeParameter($name)
@@ -387,6 +392,8 @@ class Zend_Feed_Pubsubhubbub_Publisher
387
  /**
388
  * Get a basic prepared HTTP client for use
389
  *
 
 
390
  * @return Zend_Http_Client
391
  */
392
  protected function _getHttpClient()
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Pubsubhubbub
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Pubsubhubbub_Publisher
69
  * options for the Publisher without calling all supported setter
70
  * methods in turn.
71
  *
72
+ * @param array|Zend_Config $config Options array or Zend_Config instance
73
+ * @throws Zend_Feed_Pubsubhubbub_Exception
74
  */
75
  public function __construct($config = null)
76
  {
82
  /**
83
  * Process any injected configuration options
84
  *
85
+ * @param array|Zend_Config $config Options array or Zend_Config instance
86
+ * @throws Zend_Feed_Pubsubhubbub_Exception
87
  * @return Zend_Feed_Pubsubhubbub_Publisher
88
  */
89
  public function setConfig($config)
111
  * Add a Hub Server URL supported by Publisher
112
  *
113
  * @param string $url
114
+ * @throws Zend_Feed_Pubsubhubbub_Exception
115
  * @return Zend_Feed_Pubsubhubbub_Publisher
116
  */
117
  public function addHubUrl($url)
171
  * Add a URL to a topic (Atom or RSS feed) which has been updated
172
  *
173
  * @param string $url
174
+ * @throws Zend_Feed_Pubsubhubbub_Exception
175
  * @return Zend_Feed_Pubsubhubbub_Publisher
176
  */
177
  public function addUpdatedTopicUrl($url)
290
  /**
291
  * Add an optional parameter to the update notification requests
292
  *
293
+ * @param string $name
294
  * @param string|null $value
295
+ * @throws Zend_Feed_Pubsubhubbub_Exception
296
  * @return Zend_Feed_Pubsubhubbub_Publisher
297
  */
298
  public function setParameter($name, $value = null)
337
  * Remove an optional parameter for the notification requests
338
  *
339
  * @param string $name
340
+ * @throws Zend_Feed_Pubsubhubbub_Exception
341
  * @return Zend_Feed_Pubsubhubbub_Publisher
342
  */
343
  public function removeParameter($name)
392
  /**
393
  * Get a basic prepared HTTP client for use
394
  *
395
+ * @throws Zend_Feed_Pubsubhubbub_Exception
396
+ * @throws Zend_Http_Client_Exception
397
  * @return Zend_Http_Client
398
  */
399
  protected function _getHttpClient()
lib/Zend/Feed/Pubsubhubbub/Subscriber.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -32,7 +32,7 @@
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Pubsubhubbub
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Pubsubhubbub_Subscriber
@@ -145,8 +145,8 @@ class Zend_Feed_Pubsubhubbub_Subscriber
145
  * options for the Subscriber without calling all supported setter
146
  * methods in turn.
147
  *
148
- * @param array|Zend_Config $options Options array or Zend_Config instance
149
- * @return void
150
  */
151
  public function __construct($config = null)
152
  {
@@ -158,7 +158,8 @@ class Zend_Feed_Pubsubhubbub_Subscriber
158
  /**
159
  * Process any injected configuration options
160
  *
161
- * @param array|Zend_Config $options Options array or Zend_Config instance
 
162
  * @return Zend_Feed_Pubsubhubbub_Subscriber
163
  */
164
  public function setConfig($config)
@@ -207,6 +208,7 @@ class Zend_Feed_Pubsubhubbub_Subscriber
207
  * event will relate
208
  *
209
  * @param string $url
 
210
  * @return Zend_Feed_Pubsubhubbub_Subscriber
211
  */
212
  public function setTopicUrl($url)
@@ -225,6 +227,7 @@ class Zend_Feed_Pubsubhubbub_Subscriber
225
  * Set the topic URL (RSS or Atom feed) to which the intended (un)subscribe
226
  * event will relate
227
  *
 
228
  * @return string
229
  */
230
  public function getTopicUrl()
@@ -241,6 +244,7 @@ class Zend_Feed_Pubsubhubbub_Subscriber
241
  * Set the number of seconds for which any subscription will remain valid
242
  *
243
  * @param int $seconds
 
244
  * @return Zend_Feed_Pubsubhubbub_Subscriber
245
  */
246
  public function setLeaseSeconds($seconds)
@@ -270,6 +274,7 @@ class Zend_Feed_Pubsubhubbub_Subscriber
270
  * this Subscriber
271
  *
272
  * @param string $url
 
273
  * @return Zend_Feed_Pubsubhubbub_Subscriber
274
  */
275
  public function setCallbackUrl($url)
@@ -288,6 +293,7 @@ class Zend_Feed_Pubsubhubbub_Subscriber
288
  * Get the callback URL to be used by Hub Servers when communicating with
289
  * this Subscriber
290
  *
 
291
  * @return string
292
  */
293
  public function getCallbackUrl()
@@ -309,6 +315,7 @@ class Zend_Feed_Pubsubhubbub_Subscriber
309
  * order of occurance in the parameter list determines this preference.
310
  *
311
  * @param string $mode Should be 'sync' or 'async'
 
312
  * @return Zend_Feed_Pubsubhubbub_Subscriber
313
  */
314
  public function setPreferredVerificationMode($mode)
@@ -339,6 +346,7 @@ class Zend_Feed_Pubsubhubbub_Subscriber
339
  * Add a Hub Server URL supported by Publisher
340
  *
341
  * @param string $url
 
342
  * @return Zend_Feed_Pubsubhubbub_Subscriber
343
  */
344
  public function addHubUrl($url)
@@ -398,7 +406,8 @@ class Zend_Feed_Pubsubhubbub_Subscriber
398
  * Add authentication credentials for a given URL
399
  *
400
  * @param string $url
401
- * @param array $authentication
 
402
  * @return Zend_Feed_Pubsubhubbub_Subscriber
403
  */
404
  public function addAuthentication($url, array $authentication)
@@ -452,8 +461,9 @@ class Zend_Feed_Pubsubhubbub_Subscriber
452
  /**
453
  * Add an optional parameter to the (un)subscribe requests
454
  *
455
- * @param string $name
456
  * @param string|null $value
 
457
  * @return Zend_Feed_Pubsubhubbub_Subscriber
458
  */
459
  public function setParameter($name, $value = null)
@@ -483,8 +493,8 @@ class Zend_Feed_Pubsubhubbub_Subscriber
483
  /**
484
  * Add an optional parameter to the (un)subscribe requests
485
  *
486
- * @param string $name
487
- * @param string|null $value
488
  * @return Zend_Feed_Pubsubhubbub_Subscriber
489
  */
490
  public function setParameters(array $parameters)
@@ -499,6 +509,7 @@ class Zend_Feed_Pubsubhubbub_Subscriber
499
  * Remove an optional parameter for the (un)subscribe requests
500
  *
501
  * @param string $name
 
502
  * @return Zend_Feed_Pubsubhubbub_Subscriber
503
  */
504
  public function removeParameter($name)
@@ -542,6 +553,7 @@ class Zend_Feed_Pubsubhubbub_Subscriber
542
  * to background save any verification tokens associated with a subscription
543
  * or other.
544
  *
 
545
  * @return Zend_Feed_Pubsubhubbub_Model_SubscriptionInterface
546
  */
547
  public function getStorage()
@@ -557,8 +569,6 @@ class Zend_Feed_Pubsubhubbub_Subscriber
557
  /**
558
  * Subscribe to one or more Hub Servers using the stored Hub URLs
559
  * for the given Topic URL (RSS or Atom feed)
560
- *
561
- * @return void
562
  */
563
  public function subscribeAll()
564
  {
@@ -568,8 +578,6 @@ class Zend_Feed_Pubsubhubbub_Subscriber
568
  /**
569
  * Unsubscribe from one or more Hub Servers using the stored Hub URLs
570
  * for the given Topic URL (RSS or Atom feed)
571
- *
572
- * @return void
573
  */
574
  public function unsubscribeAll()
575
  {
@@ -619,7 +627,8 @@ class Zend_Feed_Pubsubhubbub_Subscriber
619
  * Executes an (un)subscribe request
620
  *
621
  * @param string $mode
622
- * @return void
 
623
  */
624
  protected function _doRequest($mode)
625
  {
@@ -669,7 +678,6 @@ class Zend_Feed_Pubsubhubbub_Subscriber
669
  /**
670
  * Get a basic prepared HTTP client for use
671
  *
672
- * @param string $mode Must be "subscribe" or "unsubscribe"
673
  * @return Zend_Http_Client
674
  */
675
  protected function _getHttpClient()
@@ -686,7 +694,8 @@ class Zend_Feed_Pubsubhubbub_Subscriber
686
  * client's POST body that are specific to the current Hub Server URL
687
  *
688
  * @param string $hubUrl
689
- * @param mode $hubUrl
 
690
  * @return string
691
  */
692
  protected function _getRequestParameters($hubUrl, $mode)
@@ -776,7 +785,6 @@ class Zend_Feed_Pubsubhubbub_Subscriber
776
  * requests to a Hub Server. Follows no particular method, which means
777
  * it might be improved/changed in future.
778
  *
779
- * @param string $hubUrl The Hub Server URL for which this token will apply
780
  * @return string
781
  */
782
  protected function _generateVerifyToken()
@@ -791,6 +799,7 @@ class Zend_Feed_Pubsubhubbub_Subscriber
791
  * Simple helper to generate a verification token used in (un)subscribe
792
  * requests to a Hub Server.
793
  *
 
794
  * @param string $hubUrl The Hub Server URL for which this token will apply
795
  * @return string
796
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Pubsubhubbub
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Pubsubhubbub_Subscriber
145
  * options for the Subscriber without calling all supported setter
146
  * methods in turn.
147
  *
148
+ * @param array|Zend_Config|null $config Options array or Zend_Config instance
149
+ * @throws Zend_Feed_Pubsubhubbub_Exception
150
  */
151
  public function __construct($config = null)
152
  {
158
  /**
159
  * Process any injected configuration options
160
  *
161
+ * @param array|Zend_Config $config Options array or Zend_Config instance
162
+ * @throws Zend_Feed_Pubsubhubbub_Exception
163
  * @return Zend_Feed_Pubsubhubbub_Subscriber
164
  */
165
  public function setConfig($config)
208
  * event will relate
209
  *
210
  * @param string $url
211
+ * @throws Zend_Feed_Pubsubhubbub_Exception
212
  * @return Zend_Feed_Pubsubhubbub_Subscriber
213
  */
214
  public function setTopicUrl($url)
227
  * Set the topic URL (RSS or Atom feed) to which the intended (un)subscribe
228
  * event will relate
229
  *
230
+ * @throws Zend_Feed_Pubsubhubbub_Exception
231
  * @return string
232
  */
233
  public function getTopicUrl()
244
  * Set the number of seconds for which any subscription will remain valid
245
  *
246
  * @param int $seconds
247
+ * @throws Zend_Feed_Pubsubhubbub_Exception
248
  * @return Zend_Feed_Pubsubhubbub_Subscriber
249
  */
250
  public function setLeaseSeconds($seconds)
274
  * this Subscriber
275
  *
276
  * @param string $url
277
+ * @throws Zend_Feed_Pubsubhubbub_Exception
278
  * @return Zend_Feed_Pubsubhubbub_Subscriber
279
  */
280
  public function setCallbackUrl($url)
293
  * Get the callback URL to be used by Hub Servers when communicating with
294
  * this Subscriber
295
  *
296
+ * @throws Zend_Feed_Pubsubhubbub_Exception
297
  * @return string
298
  */
299
  public function getCallbackUrl()
315
  * order of occurance in the parameter list determines this preference.
316
  *
317
  * @param string $mode Should be 'sync' or 'async'
318
+ * @throws Zend_Feed_Pubsubhubbub_Exception
319
  * @return Zend_Feed_Pubsubhubbub_Subscriber
320
  */
321
  public function setPreferredVerificationMode($mode)
346
  * Add a Hub Server URL supported by Publisher
347
  *
348
  * @param string $url
349
+ * @throws Zend_Feed_Pubsubhubbub_Exception
350
  * @return Zend_Feed_Pubsubhubbub_Subscriber
351
  */
352
  public function addHubUrl($url)
406
  * Add authentication credentials for a given URL
407
  *
408
  * @param string $url
409
+ * @param array $authentication
410
+ * @throws Zend_Feed_Pubsubhubbub_Exception
411
  * @return Zend_Feed_Pubsubhubbub_Subscriber
412
  */
413
  public function addAuthentication($url, array $authentication)
461
  /**
462
  * Add an optional parameter to the (un)subscribe requests
463
  *
464
+ * @param string $name
465
  * @param string|null $value
466
+ * @throws Zend_Feed_Pubsubhubbub_Exception
467
  * @return Zend_Feed_Pubsubhubbub_Subscriber
468
  */
469
  public function setParameter($name, $value = null)
493
  /**
494
  * Add an optional parameter to the (un)subscribe requests
495
  *
496
+ * @param array $parameters
497
+ * @throws Zend_Feed_Pubsubhubbub_Exception
498
  * @return Zend_Feed_Pubsubhubbub_Subscriber
499
  */
500
  public function setParameters(array $parameters)
509
  * Remove an optional parameter for the (un)subscribe requests
510
  *
511
  * @param string $name
512
+ * @throws Zend_Feed_Pubsubhubbub_Exception
513
  * @return Zend_Feed_Pubsubhubbub_Subscriber
514
  */
515
  public function removeParameter($name)
553
  * to background save any verification tokens associated with a subscription
554
  * or other.
555
  *
556
+ * @throws Zend_Feed_Pubsubhubbub_Exception
557
  * @return Zend_Feed_Pubsubhubbub_Model_SubscriptionInterface
558
  */
559
  public function getStorage()
569
  /**
570
  * Subscribe to one or more Hub Servers using the stored Hub URLs
571
  * for the given Topic URL (RSS or Atom feed)
 
 
572
  */
573
  public function subscribeAll()
574
  {
578
  /**
579
  * Unsubscribe from one or more Hub Servers using the stored Hub URLs
580
  * for the given Topic URL (RSS or Atom feed)
 
 
581
  */
582
  public function unsubscribeAll()
583
  {
627
  * Executes an (un)subscribe request
628
  *
629
  * @param string $mode
630
+ * @throws Zend_Feed_Pubsubhubbub_Exception
631
+ * @throws Zend_Http_Client_Exception
632
  */
633
  protected function _doRequest($mode)
634
  {
678
  /**
679
  * Get a basic prepared HTTP client for use
680
  *
 
681
  * @return Zend_Http_Client
682
  */
683
  protected function _getHttpClient()
694
  * client's POST body that are specific to the current Hub Server URL
695
  *
696
  * @param string $hubUrl
697
+ * @param string $mode
698
+ * @throws Zend_Feed_Pubsubhubbub_Exception
699
  * @return string
700
  */
701
  protected function _getRequestParameters($hubUrl, $mode)
785
  * requests to a Hub Server. Follows no particular method, which means
786
  * it might be improved/changed in future.
787
  *
 
788
  * @return string
789
  */
790
  protected function _generateVerifyToken()
799
  * Simple helper to generate a verification token used in (un)subscribe
800
  * requests to a Hub Server.
801
  *
802
+ * @param array $params
803
  * @param string $hubUrl The Hub Server URL for which this token will apply
804
  * @return string
805
  */
lib/Zend/Feed/Pubsubhubbub/Subscriber/Callback.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -37,7 +37,7 @@
37
  /**
38
  * @category Zend
39
  * @package Zend_Feed_Pubsubhubbub
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Feed_Pubsubhubbub_Subscriber_Callback
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Pubsubhubbub
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
37
  /**
38
  * @category Zend
39
  * @package Zend_Feed_Pubsubhubbub
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Feed_Pubsubhubbub_Subscriber_Callback
lib/Zend/Feed/Reader.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -48,7 +48,7 @@
48
  /**
49
  * @category Zend
50
  * @package Zend_Feed_Reader
51
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
52
  * @license http://framework.zend.com/license/new-bsd New BSD License
53
  */
54
  class Zend_Feed_Reader
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
48
  /**
49
  * @category Zend
50
  * @package Zend_Feed_Reader
51
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
52
  * @license http://framework.zend.com/license/new-bsd New BSD License
53
  */
54
  class Zend_Feed_Reader
lib/Zend/Feed/Reader/Collection.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Reader
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Feed_Reader_Collection extends ArrayObject
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Reader
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Feed_Reader_Collection extends ArrayObject
lib/Zend/Feed/Reader/Collection/Author.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Reader
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Reader_Collection_Author
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Reader
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Reader_Collection_Author
lib/Zend/Feed/Reader/Collection/Category.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Reader
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Reader_Collection_Category
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Reader
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Reader_Collection_Category
lib/Zend/Feed/Reader/Collection/CollectionAbstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Reader
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  abstract class Zend_Feed_Reader_Collection_CollectionAbstract extends ArrayObject
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Reader
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  abstract class Zend_Feed_Reader_Collection_CollectionAbstract extends ArrayObject
lib/Zend/Feed/Reader/Entry/Atom.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -42,7 +42,7 @@
42
  /**
43
  * @category Zend
44
  * @package Zend_Feed_Reader
45
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Feed_Reader_Entry_Atom extends Zend_Feed_Reader_EntryAbstract implements Zend_Feed_Reader_EntryInterface
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
42
  /**
43
  * @category Zend
44
  * @package Zend_Feed_Reader
45
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Feed_Reader_Entry_Atom extends Zend_Feed_Reader_EntryAbstract implements Zend_Feed_Reader_EntryInterface
lib/Zend/Feed/Reader/Entry/Rss.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -77,7 +77,7 @@
77
  /**
78
  * @category Zend
79
  * @package Zend_Feed_Reader
80
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
81
  * @license http://framework.zend.com/license/new-bsd New BSD License
82
  */
83
  class Zend_Feed_Reader_Entry_Rss extends Zend_Feed_Reader_EntryAbstract implements Zend_Feed_Reader_EntryInterface
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
77
  /**
78
  * @category Zend
79
  * @package Zend_Feed_Reader
80
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
81
  * @license http://framework.zend.com/license/new-bsd New BSD License
82
  */
83
  class Zend_Feed_Reader_Entry_Rss extends Zend_Feed_Reader_EntryAbstract implements Zend_Feed_Reader_EntryInterface
lib/Zend/Feed/Reader/EntryAbstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Reader
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  abstract class Zend_Feed_Reader_EntryAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Reader
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  abstract class Zend_Feed_Reader_EntryAbstract
lib/Zend/Feed/Reader/EntryInterface.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Reader
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  interface Zend_Feed_Reader_EntryInterface
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Reader
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  interface Zend_Feed_Reader_EntryInterface
lib/Zend/Feed/Reader/Extension/Atom/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -52,7 +52,7 @@
52
  /**
53
  * @category Zend
54
  * @package Zend_Feed_Reader
55
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
56
  * @license http://framework.zend.com/license/new-bsd New BSD License
57
  */
58
  class Zend_Feed_Reader_Extension_Atom_Entry
@@ -159,8 +159,6 @@ class Zend_Feed_Reader_Extension_Atom_Entry
159
  }
160
  }
161
 
162
- //var_dump($content); exit;
163
-
164
  if (!$content) {
165
  $content = $this->getDescription();
166
  }
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
52
  /**
53
  * @category Zend
54
  * @package Zend_Feed_Reader
55
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
56
  * @license http://framework.zend.com/license/new-bsd New BSD License
57
  */
58
  class Zend_Feed_Reader_Extension_Atom_Entry
159
  }
160
  }
161
 
 
 
162
  if (!$content) {
163
  $content = $this->getDescription();
164
  }
lib/Zend/Feed/Reader/Extension/Atom/Feed.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -42,7 +42,7 @@
42
  /**
43
  * @category Zend
44
  * @package Zend_Feed_Reader
45
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Feed_Reader_Extension_Atom_Feed
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
42
  /**
43
  * @category Zend
44
  * @package Zend_Feed_Reader
45
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Feed_Reader_Extension_Atom_Feed
lib/Zend/Feed/Reader/Extension/Content/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -32,7 +32,7 @@
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Reader_Extension_Content_Entry
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Reader_Extension_Content_Entry
lib/Zend/Feed/Reader/Extension/CreativeCommons/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -32,7 +32,7 @@
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Reader_Extension_CreativeCommons_Entry extends Zend_Feed_Reader_Extension_EntryAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Reader_Extension_CreativeCommons_Entry extends Zend_Feed_Reader_Extension_EntryAbstract
lib/Zend/Feed/Reader/Extension/CreativeCommons/Feed.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Reader
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Reader_Extension_CreativeCommons_Feed
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Reader
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Reader_Extension_CreativeCommons_Feed
lib/Zend/Feed/Reader/Extension/DublinCore/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -37,7 +37,7 @@
37
  /**
38
  * @category Zend
39
  * @package Zend_Feed_Reader
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Feed_Reader_Extension_DublinCore_Entry
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
37
  /**
38
  * @category Zend
39
  * @package Zend_Feed_Reader
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Feed_Reader_Extension_DublinCore_Entry
lib/Zend/Feed/Reader/Extension/DublinCore/Feed.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -37,7 +37,7 @@
37
  /**
38
  * @category Zend
39
  * @package Zend_Feed_Reader
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Feed_Reader_Extension_DublinCore_Feed
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
37
  /**
38
  * @category Zend
39
  * @package Zend_Feed_Reader
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Feed_Reader_Extension_DublinCore_Feed
lib/Zend/Feed/Reader/Extension/EntryAbstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Reader
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  abstract class Zend_Feed_Reader_Extension_EntryAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Reader
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  abstract class Zend_Feed_Reader_Extension_EntryAbstract
lib/Zend/Feed/Reader/Extension/FeedAbstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -38,7 +38,7 @@
38
  /**
39
  * @category Zend
40
  * @package Zend_Feed_Reader
41
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  abstract class Zend_Feed_Reader_Extension_FeedAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
38
  /**
39
  * @category Zend
40
  * @package Zend_Feed_Reader
41
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  abstract class Zend_Feed_Reader_Extension_FeedAbstract
lib/Zend/Feed/Reader/Extension/Podcast/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -32,7 +32,7 @@
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Reader_Extension_Podcast_Entry extends Zend_Feed_Reader_Extension_EntryAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Reader_Extension_Podcast_Entry extends Zend_Feed_Reader_Extension_EntryAbstract
lib/Zend/Feed/Reader/Extension/Podcast/Feed.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Reader
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Reader_Extension_Podcast_Feed extends Zend_Feed_Reader_Extension_FeedAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Reader
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Reader_Extension_Podcast_Feed extends Zend_Feed_Reader_Extension_FeedAbstract
lib/Zend/Feed/Reader/Extension/Slash/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -32,7 +32,7 @@
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Reader_Extension_Slash_Entry
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Reader_Extension_Slash_Entry
lib/Zend/Feed/Reader/Extension/Syndication/Feed.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  /**
30
  * @category Zend
31
  * @package Zend_Feed_Reader
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Feed_Reader_Extension_Syndication_Feed
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  /**
30
  * @category Zend
31
  * @package Zend_Feed_Reader
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Feed_Reader_Extension_Syndication_Feed
lib/Zend/Feed/Reader/Extension/Thread/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Reader
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Reader_Extension_Thread_Entry
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Reader
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Reader_Extension_Thread_Entry
lib/Zend/Feed/Reader/Extension/WellFormedWeb/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -32,7 +32,7 @@
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Reader_Extension_WellFormedWeb_Entry
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Reader_Extension_WellFormedWeb_Entry
lib/Zend/Feed/Reader/Feed/Atom.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -32,7 +32,7 @@
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Reader_Feed_Atom extends Zend_Feed_Reader_FeedAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Reader_Feed_Atom extends Zend_Feed_Reader_FeedAbstract
lib/Zend/Feed/Reader/Feed/Atom/Source.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Reader
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Reader_Feed_Atom_Source extends Zend_Feed_Reader_Feed_Atom
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Reader
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Reader_Feed_Atom_Source extends Zend_Feed_Reader_Feed_Atom
lib/Zend/Feed/Reader/Feed/Rss.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -47,7 +47,7 @@
47
  /**
48
  * @category Zend
49
  * @package Zend_Feed_Reader
50
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
51
  * @license http://framework.zend.com/license/new-bsd New BSD License
52
  */
53
  class Zend_Feed_Reader_Feed_Rss extends Zend_Feed_Reader_FeedAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
47
  /**
48
  * @category Zend
49
  * @package Zend_Feed_Reader
50
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
51
  * @license http://framework.zend.com/license/new-bsd New BSD License
52
  */
53
  class Zend_Feed_Reader_Feed_Rss extends Zend_Feed_Reader_FeedAbstract
lib/Zend/Feed/Reader/FeedAbstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -32,7 +32,7 @@
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  abstract class Zend_Feed_Reader_FeedAbstract implements Zend_Feed_Reader_FeedInterface
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  abstract class Zend_Feed_Reader_FeedAbstract implements Zend_Feed_Reader_FeedInterface
lib/Zend/Feed/Reader/FeedInterface.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Reader
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  interface Zend_Feed_Reader_FeedInterface extends Iterator, Countable
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Reader
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  interface Zend_Feed_Reader_FeedInterface extends Iterator, Countable
lib/Zend/Feed/Reader/FeedSet.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -32,7 +32,7 @@
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Reader_FeedSet extends ArrayObject
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Reader
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Reader
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Reader_FeedSet extends ArrayObject
lib/Zend/Feed/Rss.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -43,7 +43,7 @@
43
  *
44
  * @category Zend
45
  * @package Zend_Feed
46
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
47
  * @license http://framework.zend.com/license/new-bsd New BSD License
48
  */
49
  class Zend_Feed_Rss extends Zend_Feed_Abstract
@@ -433,7 +433,8 @@ class Zend_Feed_Rss extends Zend_Feed_Abstract
433
 
434
  if (isset($dataentry->category)) {
435
  foreach ($dataentry->category as $category) {
436
- $node = $this->_element->createElement('category', $category['term']);
 
437
  if (isset($category['scheme'])) {
438
  $node->setAttribute('domain', $category['scheme']);
439
  }
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
43
  *
44
  * @category Zend
45
  * @package Zend_Feed
46
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
47
  * @license http://framework.zend.com/license/new-bsd New BSD License
48
  */
49
  class Zend_Feed_Rss extends Zend_Feed_Abstract
433
 
434
  if (isset($dataentry->category)) {
435
  foreach ($dataentry->category as $category) {
436
+ $node = $this->_element->createElement('category');
437
+ $node->appendChild($this->_element->createCDATASection($category['term']));
438
  if (isset($category['scheme'])) {
439
  $node->setAttribute('domain', $category['scheme']);
440
  }
lib/Zend/Feed/Writer.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Writer
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Feed_Writer
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Writer
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Feed_Writer
lib/Zend/Feed/Writer/Deleted.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -24,7 +24,7 @@
24
  /**
25
  * @category Zend
26
  * @package Zend_Feed_Writer
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  class Zend_Feed_Writer_Deleted
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
24
  /**
25
  * @category Zend
26
  * @package Zend_Feed_Writer
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  class Zend_Feed_Writer_Deleted
lib/Zend/Feed/Writer/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -34,7 +34,7 @@
34
  /**
35
  * @category Zend
36
  * @package Zend_Feed_Writer
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Feed_Writer_Entry
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
34
  /**
35
  * @category Zend
36
  * @package Zend_Feed_Writer
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Feed_Writer_Entry
lib/Zend/Feed/Writer/Exception/InvalidMethodException.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  *
35
  * @category Zend
36
  * @package Zend_Feed
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Feed_Writer_Exception_InvalidMethodException extends Zend_Exception
15
  *
16
  * @category Zend
17
  * @package Zend_Feed
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  *
35
  * @category Zend
36
  * @package Zend_Feed
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Feed_Writer_Exception_InvalidMethodException extends Zend_Exception
lib/Zend/Feed/Writer/Extension/Atom/Renderer/Feed.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_Atom_Renderer_Feed
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_Atom_Renderer_Feed
lib/Zend/Feed/Writer/Extension/Content/Renderer/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_Content_Renderer_Entry
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_Content_Renderer_Entry
lib/Zend/Feed/Writer/Extension/DublinCore/Renderer/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_DublinCore_Renderer_Entry
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_DublinCore_Renderer_Entry
lib/Zend/Feed/Writer/Extension/DublinCore/Renderer/Feed.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_DublinCore_Renderer_Feed
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_DublinCore_Renderer_Feed
lib/Zend/Feed/Writer/Extension/ITunes/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Writer
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Feed_Writer_Extension_ITunes_Entry
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Writer
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Feed_Writer_Extension_ITunes_Entry
lib/Zend/Feed/Writer/Extension/ITunes/Feed.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Writer
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Feed_Writer_Extension_ITunes_Feed
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Writer
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  class Zend_Feed_Writer_Extension_ITunes_Feed
lib/Zend/Feed/Writer/Extension/ITunes/Renderer/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_ITunes_Renderer_Entry
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_ITunes_Renderer_Entry
lib/Zend/Feed/Writer/Extension/ITunes/Renderer/Feed.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_ITunes_Renderer_Feed
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_ITunes_Renderer_Feed
lib/Zend/Feed/Writer/Extension/RendererAbstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  abstract class Zend_Feed_Writer_Extension_RendererAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  abstract class Zend_Feed_Writer_Extension_RendererAbstract
lib/Zend/Feed/Writer/Extension/RendererInterface.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Writer
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  interface Zend_Feed_Writer_Extension_RendererInterface
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Writer
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  interface Zend_Feed_Writer_Extension_RendererInterface
lib/Zend/Feed/Writer/Extension/Slash/Renderer/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_Slash_Renderer_Entry
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_Slash_Renderer_Entry
lib/Zend/Feed/Writer/Extension/Threading/Renderer/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_Threading_Renderer_Entry
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_Threading_Renderer_Entry
lib/Zend/Feed/Writer/Extension/WellFormedWeb/Renderer/Entry.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_WellFormedWeb_Renderer_Entry
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Extension_WellFormedWeb_Renderer_Entry
lib/Zend/Feed/Writer/Feed.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -59,7 +59,7 @@
59
  /**
60
  * @category Zend
61
  * @package Zend_Feed_Writer
62
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
63
  * @license http://framework.zend.com/license/new-bsd New BSD License
64
  */
65
  class Zend_Feed_Writer_Feed extends Zend_Feed_Writer_Feed_FeedAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
59
  /**
60
  * @category Zend
61
  * @package Zend_Feed_Writer
62
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
63
  * @license http://framework.zend.com/license/new-bsd New BSD License
64
  */
65
  class Zend_Feed_Writer_Feed extends Zend_Feed_Writer_Feed_FeedAbstract
lib/Zend/Feed/Writer/Feed/FeedAbstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -55,7 +55,7 @@
55
  /**
56
  * @category Zend
57
  * @package Zend_Feed_Writer
58
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
59
  * @license http://framework.zend.com/license/new-bsd New BSD License
60
  */
61
  class Zend_Feed_Writer_Feed_FeedAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
55
  /**
56
  * @category Zend
57
  * @package Zend_Feed_Writer
58
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
59
  * @license http://framework.zend.com/license/new-bsd New BSD License
60
  */
61
  class Zend_Feed_Writer_Feed_FeedAbstract
lib/Zend/Feed/Writer/Renderer/Entry/Atom.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -32,7 +32,7 @@
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Writer
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Writer_Renderer_Entry_Atom
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
32
  /**
33
  * @category Zend
34
  * @package Zend_Feed_Writer
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Feed_Writer_Renderer_Entry_Atom
lib/Zend/Feed/Writer/Renderer/Entry/Atom/Deleted.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Renderer_Entry_Atom_Deleted
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Renderer_Entry_Atom_Deleted
lib/Zend/Feed/Writer/Renderer/Entry/Rss.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Renderer_Entry_Rss
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Feed_Writer
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Feed_Writer_Renderer_Entry_Rss
lib/Zend/Feed/Writer/Renderer/Feed/Atom.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -42,7 +42,7 @@
42
  /**
43
  * @category Zend
44
  * @package Zend_Feed_Writer
45
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Feed_Writer_Renderer_Feed_Atom
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
42
  /**
43
  * @category Zend
44
  * @package Zend_Feed_Writer
45
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Feed_Writer_Renderer_Feed_Atom
lib/Zend/Feed/Writer/Renderer/Feed/Atom/AtomAbstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -37,7 +37,7 @@
37
  /**
38
  * @category Zend
39
  * @package Zend_Feed_Writer
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Feed_Writer_Renderer_Feed_Atom_AtomAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
37
  /**
38
  * @category Zend
39
  * @package Zend_Feed_Writer
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Feed_Writer_Renderer_Feed_Atom_AtomAbstract
lib/Zend/Feed/Writer/Renderer/Feed/Atom/Source.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -24,7 +24,7 @@
24
  /**
25
  * @category Zend
26
  * @package Zend_Feed_Writer
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  class Zend_Feed_Writer_Renderer_Feed_Atom_Source
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
24
  /**
25
  * @category Zend
26
  * @package Zend_Feed_Writer
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  class Zend_Feed_Writer_Renderer_Feed_Atom_Source
lib/Zend/Feed/Writer/Renderer/Feed/Rss.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -37,7 +37,7 @@
37
  /**
38
  * @category Zend
39
  * @package Zend_Feed_Writer
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Feed_Writer_Renderer_Feed_Rss
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
37
  /**
38
  * @category Zend
39
  * @package Zend_Feed_Writer
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Feed_Writer_Renderer_Feed_Rss
lib/Zend/Feed/Writer/Renderer/RendererAbstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -28,7 +28,7 @@
28
  /**
29
  * @category Zend
30
  * @package Zend_Feed_Writer
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Feed_Writer_Renderer_RendererAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
28
  /**
29
  * @category Zend
30
  * @package Zend_Feed_Writer
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  class Zend_Feed_Writer_Renderer_RendererAbstract
lib/Zend/Feed/Writer/Renderer/RendererInterface.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -22,7 +22,7 @@
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Writer
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  interface Zend_Feed_Writer_Renderer_RendererInterface
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
22
  /**
23
  * @category Zend
24
  * @package Zend_Feed_Writer
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license http://framework.zend.com/license/new-bsd New BSD License
27
  */
28
  interface Zend_Feed_Writer_Renderer_RendererInterface
lib/Zend/Feed/Writer/Source.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -24,7 +24,7 @@
24
  /**
25
  * @category Zend
26
  * @package Zend_Feed_Writer
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  class Zend_Feed_Writer_Source extends Zend_Feed_Writer_Feed_FeedAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Feed_Writer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
24
  /**
25
  * @category Zend
26
  * @package Zend_Feed_Writer
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  class Zend_Feed_Writer_Source extends Zend_Feed_Writer_Feed_FeedAbstract
lib/Zend/File/ClassFileLocator.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_File
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -24,7 +24,7 @@
24
  * Locate files containing PHP classes, interfaces, or abstracts
25
  *
26
  * @package Zend_File
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license New BSD {@link http://framework.zend.com/license/new-bsd}
29
  */
30
  class Zend_File_ClassFileLocator extends FilterIterator
14
  *
15
  * @category Zend
16
  * @package Zend_File
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
24
  * Locate files containing PHP classes, interfaces, or abstracts
25
  *
26
  * @package Zend_File
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license New BSD {@link http://framework.zend.com/license/new-bsd}
29
  */
30
  class Zend_File_ClassFileLocator extends FilterIterator
lib/Zend/File/PhpClassFile.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_File
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -22,7 +22,7 @@
22
  * Locate files containing PHP classes, interfaces, abstracts or traits
23
  *
24
  * @package Zend_File
25
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license New BSD {@link http://framework.zend.com/license/new-bsd}
27
  */
28
  class Zend_File_PhpClassFile extends SplFileInfo
14
  *
15
  * @category Zend
16
  * @package Zend_File
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
22
  * Locate files containing PHP classes, interfaces, abstracts or traits
23
  *
24
  * @package Zend_File
25
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
26
  * @license New BSD {@link http://framework.zend.com/license/new-bsd}
27
  */
28
  class Zend_File_PhpClassFile extends SplFileInfo
lib/Zend/File/Transfer.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_File_Transfer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_File_Transfer
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_File_Transfer
14
  *
15
  * @category Zend
16
  * @package Zend_File_Transfer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_File_Transfer
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_File_Transfer
lib/Zend/File/Transfer/Adapter/Abstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_File_Transfer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -24,7 +24,7 @@
24
  *
25
  * @category Zend
26
  * @package Zend_File_Transfer
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  abstract class Zend_File_Transfer_Adapter_Abstract
@@ -555,6 +555,7 @@ abstract class Zend_File_Transfer_Adapter_Abstract
555
  *
556
  * @param array $options Options to set
557
  * @param array $files (Optional) Files to set the options for
 
558
  */
559
  public function setOptions($options = array(), $files = null) {
560
  $file = $this->_getFiles($files, false, true);
14
  *
15
  * @category Zend
16
  * @package Zend_File_Transfer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
24
  *
25
  * @category Zend
26
  * @package Zend_File_Transfer
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  abstract class Zend_File_Transfer_Adapter_Abstract
555
  *
556
  * @param array $options Options to set
557
  * @param array $files (Optional) Files to set the options for
558
+ * @return Zend_File_Transfer_Adapter_Abstract
559
  */
560
  public function setOptions($options = array(), $files = null) {
561
  $file = $this->_getFiles($files, false, true);
lib/Zend/File/Transfer/Adapter/Http.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_File_Transfer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_File_Transfer
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_File_Transfer_Adapter_Http extends Zend_File_Transfer_Adapter_Abstract
14
  *
15
  * @category Zend
16
  * @package Zend_File_Transfer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_File_Transfer
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_File_Transfer_Adapter_Http extends Zend_File_Transfer_Adapter_Abstract
lib/Zend/File/Transfer/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_File_Transfer
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_File_Transfer
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_File_Transfer_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_File_Transfer
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_File_Transfer
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_File_Transfer_Exception extends Zend_Exception
lib/Zend/Filter.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter implements Zend_Filter_Interface
lib/Zend/Filter/Alnum.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -31,7 +31,7 @@
31
  /**
32
  * @category Zend
33
  * @package Zend_Filter
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Filter_Alnum implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
31
  /**
32
  * @category Zend
33
  * @package Zend_Filter
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Filter_Alnum implements Zend_Filter_Interface
lib/Zend/Filter/Alpha.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -31,7 +31,7 @@
31
  /**
32
  * @category Zend
33
  * @package Zend_Filter
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Filter_Alpha implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
31
  /**
32
  * @category Zend
33
  * @package Zend_Filter
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Filter_Alpha implements Zend_Filter_Interface
lib/Zend/Filter/BaseName.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Filter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  /**
31
  * @category Zend
32
  * @package Zend_Filter
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Filter_BaseName implements Zend_Filter_Interface
15
  *
16
  * @category Zend
17
  * @package Zend_Filter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  /**
31
  * @category Zend
32
  * @package Zend_Filter
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Filter_BaseName implements Zend_Filter_Interface
lib/Zend/Filter/Boolean.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Boolean implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Boolean implements Zend_Filter_Interface
lib/Zend/Filter/Callback.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Callback implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Callback implements Zend_Filter_Interface
lib/Zend/Filter/Compress.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Compress implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Compress implements Zend_Filter_Interface
lib/Zend/Filter/Compress/Bz2.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Compress_Bz2 extends Zend_Filter_Compress_CompressAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Compress_Bz2 extends Zend_Filter_Compress_CompressAbstract
lib/Zend/Filter/Compress/CompressAbstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  abstract class Zend_Filter_Compress_CompressAbstract implements Zend_Filter_Compress_CompressInterface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  abstract class Zend_Filter_Compress_CompressAbstract implements Zend_Filter_Compress_CompressInterface
lib/Zend/Filter/Compress/CompressInterface.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -24,7 +24,7 @@
24
  *
25
  * @category Zend
26
  * @package Zend_Filter
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Filter_Compress_CompressInterface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
24
  *
25
  * @category Zend
26
  * @package Zend_Filter
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Filter_Compress_CompressInterface
lib/Zend/Filter/Compress/Gz.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Compress_Gz extends Zend_Filter_Compress_CompressAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Compress_Gz extends Zend_Filter_Compress_CompressAbstract
lib/Zend/Filter/Compress/Lzf.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Compress_Lzf implements Zend_Filter_Compress_CompressInterface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Compress_Lzf implements Zend_Filter_Compress_CompressInterface
lib/Zend/Filter/Compress/Rar.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Compress_Rar extends Zend_Filter_Compress_CompressAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Compress_Rar extends Zend_Filter_Compress_CompressAbstract
lib/Zend/Filter/Compress/Tar.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Compress_Tar extends Zend_Filter_Compress_CompressAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Compress_Tar extends Zend_Filter_Compress_CompressAbstract
lib/Zend/Filter/Compress/Zip.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Compress_Zip extends Zend_Filter_Compress_CompressAbstract
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Compress_Zip extends Zend_Filter_Compress_CompressAbstract
lib/Zend/Filter/Decompress.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Decompress extends Zend_Filter_Compress
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Decompress extends Zend_Filter_Compress
lib/Zend/Filter/Decrypt.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Decrypt extends Zend_Filter_Encrypt
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Decrypt extends Zend_Filter_Encrypt
lib/Zend/Filter/Digits.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Filter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  /**
31
  * @category Zend
32
  * @package Zend_Filter
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Filter_Digits implements Zend_Filter_Interface
15
  *
16
  * @category Zend
17
  * @package Zend_Filter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  /**
31
  * @category Zend
32
  * @package Zend_Filter
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Filter_Digits implements Zend_Filter_Interface
lib/Zend/Filter/Dir.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Filter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  /**
31
  * @category Zend
32
  * @package Zend_Filter
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Filter_Dir implements Zend_Filter_Interface
15
  *
16
  * @category Zend
17
  * @package Zend_Filter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  /**
31
  * @category Zend
32
  * @package Zend_Filter
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Filter_Dir implements Zend_Filter_Interface
lib/Zend/Filter/Encrypt.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -34,7 +34,7 @@
34
  *
35
  * @category Zend
36
  * @package Zend_Filter
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Filter_Encrypt implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
34
  *
35
  * @category Zend
36
  * @package Zend_Filter
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Filter_Encrypt implements Zend_Filter_Interface
lib/Zend/Filter/Encrypt/Interface.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -24,7 +24,7 @@
24
  *
25
  * @category Zend
26
  * @package Zend_Filter
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Filter_Encrypt_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
24
  *
25
  * @category Zend
26
  * @package Zend_Filter
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Filter_Encrypt_Interface
lib/Zend/Filter/Encrypt/Mcrypt.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Encrypt_Mcrypt implements Zend_Filter_Encrypt_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Encrypt_Mcrypt implements Zend_Filter_Encrypt_Interface
lib/Zend/Filter/Encrypt/Openssl.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Encrypt_Openssl implements Zend_Filter_Encrypt_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_Encrypt_Openssl implements Zend_Filter_Encrypt_Interface
lib/Zend/Filter/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Filter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  /**
31
  * @category Zend
32
  * @package Zend_Filter
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Filter_Exception extends Zend_Exception
15
  *
16
  * @category Zend
17
  * @package Zend_Filter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  /**
31
  * @category Zend
32
  * @package Zend_Filter
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Filter_Exception extends Zend_Exception
lib/Zend/Filter/File/Decrypt.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_File_Decrypt extends Zend_Filter_Decrypt
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_File_Decrypt extends Zend_Filter_Decrypt
lib/Zend/Filter/File/Encrypt.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_File_Encrypt extends Zend_Filter_Encrypt
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  *
30
  * @category Zend
31
  * @package Zend_Filter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_File_Encrypt extends Zend_Filter_Encrypt
lib/Zend/Filter/File/LowerCase.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_File_LowerCase extends Zend_Filter_StringToLower
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_File_LowerCase extends Zend_Filter_StringToLower
lib/Zend/Filter/File/Rename.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_File_Rename implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_File_Rename implements Zend_Filter_Interface
lib/Zend/Filter/File/UpperCase.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_File_UpperCase extends Zend_Filter_StringToUpper
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_File_UpperCase extends Zend_Filter_StringToUpper
lib/Zend/Filter/HtmlEntities.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_HtmlEntities implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_HtmlEntities implements Zend_Filter_Interface
lib/Zend/Filter/Inflector.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -35,7 +35,7 @@
35
  *
36
  * @category Zend
37
  * @package Zend_Filter
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Filter_Inflector implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
35
  *
36
  * @category Zend
37
  * @package Zend_Filter
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Filter_Inflector implements Zend_Filter_Interface
lib/Zend/Filter/Input.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -37,7 +37,7 @@
37
  /**
38
  * @category Zend
39
  * @package Zend_Filter
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Filter_Input
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
37
  /**
38
  * @category Zend
39
  * @package Zend_Filter
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Filter_Input
lib/Zend/Filter/Int.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Filter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -30,7 +30,7 @@
30
  /**
31
  * @category Zend
32
  * @package Zend_Filter
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Filter_Int implements Zend_Filter_Interface
15
  *
16
  * @category Zend
17
  * @package Zend_Filter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
30
  /**
31
  * @category Zend
32
  * @package Zend_Filter
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  */
36
  class Zend_Filter_Int implements Zend_Filter_Interface
lib/Zend/Filter/Interface.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @category Zend
17
  * @package Zend_Filter
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -24,7 +24,7 @@
24
  /**
25
  * @category Zend
26
  * @package Zend_Filter
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Filter_Interface
15
  *
16
  * @category Zend
17
  * @package Zend_Filter
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
24
  /**
25
  * @category Zend
26
  * @package Zend_Filter
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  */
30
  interface Zend_Filter_Interface
lib/Zend/Filter/LocalizedToNormalized.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -34,7 +34,7 @@
34
  *
35
  * @category Zend
36
  * @package Zend_Filter
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Filter_LocalizedToNormalized implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
34
  *
35
  * @category Zend
36
  * @package Zend_Filter
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Filter_LocalizedToNormalized implements Zend_Filter_Interface
lib/Zend/Filter/NormalizedToLocalized.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -34,7 +34,7 @@
34
  *
35
  * @category Zend
36
  * @package Zend_Filter
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Filter_NormalizedToLocalized implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
34
  *
35
  * @category Zend
36
  * @package Zend_Filter
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Filter_NormalizedToLocalized implements Zend_Filter_Interface
lib/Zend/Filter/Null.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Null implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Null implements Zend_Filter_Interface
lib/Zend/Filter/PregReplace.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_PregReplace implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_PregReplace implements Zend_Filter_Interface
lib/Zend/Filter/RealPath.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_RealPath implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_RealPath implements Zend_Filter_Interface
lib/Zend/Filter/StringToLower.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_StringToLower implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_StringToLower implements Zend_Filter_Interface
lib/Zend/Filter/StringToUpper.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_StringToUpper implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_StringToUpper implements Zend_Filter_Interface
lib/Zend/Filter/StringTrim.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_StringTrim implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_StringTrim implements Zend_Filter_Interface
lib/Zend/Filter/StripNewlines.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_StripNewlines implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_StripNewlines implements Zend_Filter_Interface
lib/Zend/Filter/StripTags.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -29,7 +29,7 @@
29
  /**
30
  * @category Zend
31
  * @package Zend_Filter
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_StripTags implements Zend_Filter_Interface
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
29
  /**
30
  * @category Zend
31
  * @package Zend_Filter
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Filter_StripTags implements Zend_Filter_Interface
lib/Zend/Filter/Word/CamelCaseToDash.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_CamelCaseToDash extends Zend_Filter_Word_CamelCaseToSeparator
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_CamelCaseToDash extends Zend_Filter_Word_CamelCaseToSeparator
lib/Zend/Filter/Word/CamelCaseToSeparator.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_CamelCaseToSeparator extends Zend_Filter_Word_Separator_Abstract
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_CamelCaseToSeparator extends Zend_Filter_Word_Separator_Abstract
lib/Zend/Filter/Word/CamelCaseToUnderscore.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_CamelCaseToUnderscore extends Zend_Filter_Word_CamelCaseToSeparator
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_CamelCaseToUnderscore extends Zend_Filter_Word_CamelCaseToSeparator
lib/Zend/Filter/Word/DashToCamelCase.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_DashToCamelCase extends Zend_Filter_Word_SeparatorToCamelCase
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_DashToCamelCase extends Zend_Filter_Word_SeparatorToCamelCase
lib/Zend/Filter/Word/DashToSeparator.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_DashToSeparator extends Zend_Filter_Word_Separator_Abstract
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_DashToSeparator extends Zend_Filter_Word_Separator_Abstract
lib/Zend/Filter/Word/DashToUnderscore.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_DashToUnderscore extends Zend_Filter_Word_SeparatorToSeparator
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_DashToUnderscore extends Zend_Filter_Word_SeparatorToSeparator
lib/Zend/Filter/Word/Separator/Abstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Filter
30
  * @uses Zend_Filter_PregReplace
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  abstract class Zend_Filter_Word_Separator_Abstract extends Zend_Filter_PregReplace
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
28
  * @category Zend
29
  * @package Zend_Filter
30
  * @uses Zend_Filter_PregReplace
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  */
34
  abstract class Zend_Filter_Word_Separator_Abstract extends Zend_Filter_PregReplace
lib/Zend/Filter/Word/SeparatorToCamelCase.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_SeparatorToCamelCase extends Zend_Filter_Word_Separator_Abstract
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_SeparatorToCamelCase extends Zend_Filter_Word_Separator_Abstract
lib/Zend/Filter/Word/SeparatorToDash.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_SeparatorToDash extends Zend_Filter_Word_SeparatorToSeparator
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_SeparatorToDash extends Zend_Filter_Word_SeparatorToSeparator
lib/Zend/Filter/Word/SeparatorToSeparator.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_SeparatorToSeparator extends Zend_Filter_PregReplace
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_SeparatorToSeparator extends Zend_Filter_PregReplace
lib/Zend/Filter/Word/UnderscoreToCamelCase.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_UnderscoreToCamelCase extends Zend_Filter_Word_SeparatorToCamelCase
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_UnderscoreToCamelCase extends Zend_Filter_Word_SeparatorToCamelCase
lib/Zend/Filter/Word/UnderscoreToDash.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_UnderscoreToDash extends Zend_Filter_Word_SeparatorToSeparator
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_UnderscoreToDash extends Zend_Filter_Word_SeparatorToSeparator
lib/Zend/Filter/Word/UnderscoreToSeparator.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
@@ -27,7 +27,7 @@
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_UnderscoreToSeparator extends Zend_Filter_Word_SeparatorToSeparator
14
  *
15
  * @category Zend
16
  * @package Zend_Filter
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  * @version $Id$
20
  */
27
  /**
28
  * @category Zend
29
  * @package Zend_Filter
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Filter_Word_UnderscoreToSeparator extends Zend_Filter_Word_SeparatorToSeparator
lib/Zend/Form.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -26,7 +26,7 @@
26
  *
27
  * @category Zend
28
  * @package Zend_Form
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  * @version $Id$
32
  */
@@ -1278,16 +1278,11 @@ class Zend_Form implements Iterator, Countable, Zend_Validate_Interface
1278
  *
1279
  * Sets values for all elements specified in the array of $defaults.
1280
  *
1281
- * @param array|Traversable $defaults
1282
- * @throws Zend_Form_Exception When invalid type is passed
1283
  * @return Zend_Form
1284
  */
1285
- public function setDefaults($defaults)
1286
  {
1287
- if (!is_array($defaults) && !$defaults instanceof Traversable) {
1288
- throw new Zend_Form_Exception('Argument passed to setDefaults() must be of type array or Traversable.');
1289
- }
1290
-
1291
  $eBelongTo = null;
1292
 
1293
  if ($this->isArray()) {
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
26
  *
27
  * @category Zend
28
  * @package Zend_Form
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  * @version $Id$
32
  */
1278
  *
1279
  * Sets values for all elements specified in the array of $defaults.
1280
  *
1281
+ * @param array $defaults
 
1282
  * @return Zend_Form
1283
  */
1284
+ public function setDefaults(array $defaults)
1285
  {
 
 
 
 
1286
  $eBelongTo = null;
1287
 
1288
  if ($this->isArray()) {
lib/Zend/Form/Decorator/Abstract.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -27,7 +27,7 @@
27
  * @category Zend
28
  * @package Zend_Form
29
  * @subpackage Decorator
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  * @version $Id$
33
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
27
  * @category Zend
28
  * @package Zend_Form
29
  * @subpackage Decorator
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  * @version $Id$
33
  */
lib/Zend/Form/Decorator/Callback.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -44,7 +44,7 @@
44
  * @category Zend
45
  * @package Zend_Form
46
  * @subpackage Decorator
47
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
48
  * @license http://framework.zend.com/license/new-bsd New BSD License
49
  * @version $Id$
50
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
44
  * @category Zend
45
  * @package Zend_Form
46
  * @subpackage Decorator
47
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
48
  * @license http://framework.zend.com/license/new-bsd New BSD License
49
  * @version $Id$
50
  */
lib/Zend/Form/Decorator/Captcha.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Form
32
  * @subpackage Decorator
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
30
  * @category Zend
31
  * @package Zend_Form
32
  * @subpackage Decorator
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
lib/Zend/Form/Decorator/Captcha/ReCaptcha.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Form
33
  * @subpackage Element
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Form_Decorator_Captcha_ReCaptcha extends Zend_Form_Decorator_Abstract
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
31
  * @category Zend
32
  * @package Zend_Form
33
  * @subpackage Element
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Form_Decorator_Captcha_ReCaptcha extends Zend_Form_Decorator_Abstract
lib/Zend/Form/Decorator/Captcha/Word.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Form
32
  * @subpackage Element
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
30
  * @category Zend
31
  * @package Zend_Form
32
  * @subpackage Element
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
lib/Zend/Form/Decorator/Description.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Form
39
  * @subpackage Decorator
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  * @version $Id$
43
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
37
  * @category Zend
38
  * @package Zend_Form
39
  * @subpackage Decorator
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  * @version $Id$
43
  */
lib/Zend/Form/Decorator/DtDdWrapper.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Form
33
  * @subpackage Decorator
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  * @version $Id$
37
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
31
  * @category Zend
32
  * @package Zend_Form
33
  * @subpackage Decorator
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  * @version $Id$
37
  */
lib/Zend/Form/Decorator/Errors.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Form
32
  * @subpackage Decorator
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
30
  * @category Zend
31
  * @package Zend_Form
32
  * @subpackage Decorator
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id$
36
  */
lib/Zend/Form/Decorator/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Form
31
  * @subpackage Decorator
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Form_Decorator_Exception extends Zend_Form_Exception
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
29
  * @category Zend
30
  * @package Zend_Form
31
  * @subpackage Decorator
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Form_Decorator_Exception extends Zend_Form_Exception
lib/Zend/Form/Decorator/Fieldset.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Form
33
  * @subpackage Decorator
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  * @version $Id$
37
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
31
  * @category Zend
32
  * @package Zend_Form
33
  * @subpackage Decorator
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  * @version $Id$
37
  */
lib/Zend/Form/Decorator/File.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -36,7 +36,7 @@
36
  * @category Zend
37
  * @package Zend_Form
38
  * @subpackage Decorator
39
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  * @version $Id$
42
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
36
  * @category Zend
37
  * @package Zend_Form
38
  * @subpackage Decorator
39
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  * @version $Id$
42
  */
lib/Zend/Form/Decorator/Form.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Form
39
  * @subpackage Decorator
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  * @version $Id$
43
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
37
  * @category Zend
38
  * @package Zend_Form
39
  * @subpackage Decorator
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  * @version $Id$
43
  */
lib/Zend/Form/Decorator/FormElements.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -35,7 +35,7 @@
35
  * @category Zend
36
  * @package Zend_Form
37
  * @subpackage Decorator
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  * @version $Id$
41
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
35
  * @category Zend
36
  * @package Zend_Form
37
  * @subpackage Decorator
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  * @version $Id$
41
  */
lib/Zend/Form/Decorator/FormErrors.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Form
34
  * @subpackage Decorator
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  * @version $Id$
38
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
32
  * @category Zend
33
  * @package Zend_Form
34
  * @subpackage Decorator
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  * @version $Id$
38
  */
lib/Zend/Form/Decorator/HtmlTag.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -43,7 +43,7 @@
43
  * @category Zend
44
  * @package Zend_Form
45
  * @subpackage Decorator
46
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
47
  * @license http://framework.zend.com/license/new-bsd New BSD License
48
  * @version $Id$
49
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
43
  * @category Zend
44
  * @package Zend_Form
45
  * @subpackage Decorator
46
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
47
  * @license http://framework.zend.com/license/new-bsd New BSD License
48
  * @version $Id$
49
  */
lib/Zend/Form/Decorator/Image.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -35,7 +35,7 @@
35
  * @category Zend
36
  * @package Zend_Form
37
  * @subpackage Decorator
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  * @version $Id$
41
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
35
  * @category Zend
36
  * @package Zend_Form
37
  * @subpackage Decorator
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  * @version $Id$
41
  */
lib/Zend/Form/Decorator/Interface.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -24,7 +24,7 @@
24
  * @category Zend
25
  * @package Zend_Form
26
  * @subpackage Decorator
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  * @version $Id$
30
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
24
  * @category Zend
25
  * @package Zend_Form
26
  * @subpackage Decorator
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  * @version $Id$
30
  */
lib/Zend/Form/Decorator/Label.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -40,7 +40,7 @@
40
  * @category Zend
41
  * @package Zend_Form
42
  * @subpackage Decorator
43
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  * @version $Id$
46
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
40
  * @category Zend
41
  * @package Zend_Form
42
  * @subpackage Decorator
43
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  * @version $Id$
46
  */
lib/Zend/Form/Decorator/Marker/File/Interface.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -24,7 +24,7 @@
24
  * @category Zend
25
  * @package Zend_Form
26
  * @subpackage Decorator
27
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  * @version $Id$
30
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
24
  * @category Zend
25
  * @package Zend_Form
26
  * @subpackage Decorator
27
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
28
  * @license http://framework.zend.com/license/new-bsd New BSD License
29
  * @version $Id$
30
  */
lib/Zend/Form/Decorator/PrepareElements.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -35,7 +35,7 @@
35
  * @category Zend
36
  * @package Zend_Form
37
  * @subpackage Decorator
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  * @version $Id$
41
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
35
  * @category Zend
36
  * @package Zend_Form
37
  * @subpackage Decorator
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  * @version $Id$
41
  */
lib/Zend/Form/Decorator/Tooltip.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -30,7 +30,7 @@
30
  * @category Zend
31
  * @package Zend_Form
32
  * @subpackage Decorator
33
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id: Tooltip.php$
36
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
30
  * @category Zend
31
  * @package Zend_Form
32
  * @subpackage Decorator
33
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
34
  * @license http://framework.zend.com/license/new-bsd New BSD License
35
  * @version $Id: Tooltip.php$
36
  */
lib/Zend/Form/Decorator/ViewHelper.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Form
39
  * @subpackage Decorator
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  * @version $Id$
43
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
37
  * @category Zend
38
  * @package Zend_Form
39
  * @subpackage Decorator
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  * @version $Id$
43
  */
lib/Zend/Form/Decorator/ViewScript.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -46,7 +46,7 @@
46
  * @category Zend
47
  * @package Zend_Form
48
  * @subpackage Decorator
49
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
50
  * @license http://framework.zend.com/license/new-bsd New BSD License
51
  * @version $Id$
52
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Decorator
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
46
  * @category Zend
47
  * @package Zend_Form
48
  * @subpackage Decorator
49
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
50
  * @license http://framework.zend.com/license/new-bsd New BSD License
51
  * @version $Id$
52
  */
lib/Zend/Form/DisplayGroup.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -23,7 +23,7 @@
23
  *
24
  * @category Zend
25
  * @package Zend_Form
26
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  * @version $Id$
29
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
23
  *
24
  * @category Zend
25
  * @package Zend_Form
26
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
27
  * @license http://framework.zend.com/license/new-bsd New BSD License
28
  * @version $Id$
29
  */
lib/Zend/Form/Element.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -36,7 +36,7 @@
36
  * @category Zend
37
  * @package Zend_Form
38
  * @subpackage Element
39
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  * @version $Id$
42
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
36
  * @category Zend
37
  * @package Zend_Form
38
  * @subpackage Element
39
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  * @version $Id$
42
  */
lib/Zend/Form/Element/Button.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Element/Captcha.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -38,7 +38,7 @@
38
  * @category Zend
39
  * @package Zend_Form
40
  * @subpackage Element
41
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  class Zend_Form_Element_Captcha extends Zend_Form_Element_Xhtml
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
38
  * @category Zend
39
  * @package Zend_Form
40
  * @subpackage Element
41
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  class Zend_Form_Element_Captcha extends Zend_Form_Element_Xhtml
lib/Zend/Form/Element/Checkbox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Element/Exception.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
@@ -29,7 +29,7 @@
29
  * @category Zend
30
  * @package Zend_Form
31
  * @subpackage Element
32
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Form_Element_Exception extends Zend_Form_Exception
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @version $Id$
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  */
29
  * @category Zend
30
  * @package Zend_Form
31
  * @subpackage Element
32
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
33
  * @license http://framework.zend.com/license/new-bsd New BSD License
34
  */
35
  class Zend_Form_Element_Exception extends Zend_Form_Exception
lib/Zend/Form/Element/File.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -27,7 +27,7 @@
27
  * @category Zend
28
  * @package Zend_Form
29
  * @subpackage Element
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  * @version $Id$
33
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
27
  * @category Zend
28
  * @package Zend_Form
29
  * @subpackage Element
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  * @version $Id$
33
  */
lib/Zend/Form/Element/Hash.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Element/Hidden.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Element/Image.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Element/Multi.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Element/MultiCheckbox.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Form
34
  * @subpackage Element
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  * @version $Id$
38
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
32
  * @category Zend
33
  * @package Zend_Form
34
  * @subpackage Element
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  * @version $Id$
38
  */
lib/Zend/Form/Element/Multiselect.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Element/Note.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Element/Password.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Element/Radio.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Element/Reset.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Element/Select.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Element/Submit.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Element/Text.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Element/Textarea.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Element/Xhtml.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
@@ -28,7 +28,7 @@
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
15
  * @category Zend
16
  * @package Zend_Form
17
  * @subpackage Element
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
21
 
28
  * @category Zend
29
  * @package Zend_Form
30
  * @subpackage Element
31
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
32
  * @license http://framework.zend.com/license/new-bsd New BSD License
33
  * @version $Id$
34
  */
lib/Zend/Form/Exception.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @version $Id$
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
@@ -27,7 +27,7 @@
27
  *
28
  * @category Zend
29
  * @package Zend_Form
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Form_Exception extends Zend_Exception
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @version $Id$
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  */
27
  *
28
  * @category Zend
29
  * @package Zend_Form
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Form_Exception extends Zend_Exception
lib/Zend/Form/SubForm.php CHANGED
@@ -14,7 +14,7 @@
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
@@ -26,7 +26,7 @@
26
  *
27
  * @category Zend
28
  * @package Zend_Form
29
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  * @version $Id$
32
  */
14
  *
15
  * @category Zend
16
  * @package Zend_Form
17
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
18
  * @license http://framework.zend.com/license/new-bsd New BSD License
19
  */
20
 
26
  *
27
  * @category Zend
28
  * @package Zend_Form
29
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
30
  * @license http://framework.zend.com/license/new-bsd New BSD License
31
  * @version $Id$
32
  */
lib/Zend/Gdata.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -38,7 +38,7 @@
38
  * @category Zend
39
  * @package Zend_Gdata
40
  * @subpackage Gdata
41
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  class Zend_Gdata extends Zend_Gdata_App
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
38
  * @category Zend
39
  * @package Zend_Gdata
40
  * @subpackage Gdata
41
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
42
  * @license http://framework.zend.com/license/new-bsd New BSD License
43
  */
44
  class Zend_Gdata extends Zend_Gdata_App
lib/Zend/Gdata/Analytics.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
lib/Zend/Gdata/Analytics/AccountEntry.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
lib/Zend/Gdata/Analytics/AccountFeed.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
lib/Zend/Gdata/Analytics/AccountQuery.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
lib/Zend/Gdata/Analytics/DataEntry.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
lib/Zend/Gdata/Analytics/DataFeed.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
lib/Zend/Gdata/Analytics/DataQuery.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
lib/Zend/Gdata/Analytics/Extension/Dimension.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
lib/Zend/Gdata/Analytics/Extension/Goal.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
lib/Zend/Gdata/Analytics/Extension/Metric.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
lib/Zend/Gdata/Analytics/Extension/Property.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
lib/Zend/Gdata/Analytics/Extension/TableId.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Analytics
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
lib/Zend/Gdata/App.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -57,7 +57,7 @@
57
  * @category Zend
58
  * @package Zend_Gdata
59
  * @subpackage App
60
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
61
  * @license http://framework.zend.com/license/new-bsd New BSD License
62
  */
63
  class Zend_Gdata_App
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
57
  * @category Zend
58
  * @package Zend_Gdata
59
  * @subpackage App
60
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
61
  * @license http://framework.zend.com/license/new-bsd New BSD License
62
  */
63
  class Zend_Gdata_App
lib/Zend/Gdata/App/AuthException.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage App
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage App
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_App_AuthException extends Zend_Gdata_App_Exception
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage App
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage App
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_App_AuthException extends Zend_Gdata_App_Exception
lib/Zend/Gdata/App/BadMethodCallException.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage App
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_App_BadMethodCallException extends Zend_Gdata_App_Exception
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage App
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_App_BadMethodCallException extends Zend_Gdata_App_Exception
lib/Zend/Gdata/App/Base.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -35,7 +35,7 @@
35
  * @category Zend
36
  * @package Zend_Gdata
37
  * @subpackage App
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  abstract class Zend_Gdata_App_Base
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
35
  * @category Zend
36
  * @package Zend_Gdata
37
  * @subpackage App
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  abstract class Zend_Gdata_App_Base
lib/Zend/Gdata/App/BaseMediaSource.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  abstract class Zend_Gdata_App_BaseMediaSource implements Zend_Gdata_App_MediaSource
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  abstract class Zend_Gdata_App_BaseMediaSource implements Zend_Gdata_App_MediaSource
lib/Zend/Gdata/App/CaptchaRequiredException.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage App
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_App_CaptchaRequiredException extends Zend_Gdata_App_AuthException
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage App
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_App_CaptchaRequiredException extends Zend_Gdata_App_AuthException
lib/Zend/Gdata/App/Entry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -62,7 +62,7 @@
62
  * @category Zend
63
  * @package Zend_Gdata
64
  * @subpackage App
65
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
66
  * @license http://framework.zend.com/license/new-bsd New BSD License
67
  */
68
  class Zend_Gdata_App_Entry extends Zend_Gdata_App_FeedEntryParent
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
62
  * @category Zend
63
  * @package Zend_Gdata
64
  * @subpackage App
65
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
66
  * @license http://framework.zend.com/license/new-bsd New BSD License
67
  */
68
  class Zend_Gdata_App_Entry extends Zend_Gdata_App_FeedEntryParent
lib/Zend/Gdata/App/Exception.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -35,7 +35,7 @@
35
  * @category Zend
36
  * @package Zend_Gdata
37
  * @subpackage App
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Gdata_App_Exception extends Zend_Exception
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
35
  * @category Zend
36
  * @package Zend_Gdata
37
  * @subpackage App
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Gdata_App_Exception extends Zend_Exception
lib/Zend/Gdata/App/Extension.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  abstract class Zend_Gdata_App_Extension extends Zend_Gdata_App_Base
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  abstract class Zend_Gdata_App_Extension extends Zend_Gdata_App_Base
lib/Zend/Gdata/App/Extension/Author.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Author extends Zend_Gdata_App_Extension_Person
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Author extends Zend_Gdata_App_Extension_Person
lib/Zend/Gdata/App/Extension/Category.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Category extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Category extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Content.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Content extends Zend_Gdata_App_Extension_Text
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Content extends Zend_Gdata_App_Extension_Text
lib/Zend/Gdata/App/Extension/Contributor.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Contributor extends Zend_Gdata_App_Extension_Person
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Contributor extends Zend_Gdata_App_Extension_Person
lib/Zend/Gdata/App/Extension/Control.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage App
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_App_Extension_Control extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage App
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_App_Extension_Control extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Draft.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Draft extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Draft extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Edited.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Edited extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Edited extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Element.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage App
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_App_Extension_Element extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage App
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_App_Extension_Element extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Email.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Email extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Email extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Generator.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Generator extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Generator extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Icon.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Icon extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Icon extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Id.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Id extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Id extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Link.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Link extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Link extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Logo.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Logo extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Logo extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Name.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Name extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Name extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Person.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -47,7 +47,7 @@
47
  * @category Zend
48
  * @package Zend_Gdata
49
  * @subpackage App
50
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
51
  * @license http://framework.zend.com/license/new-bsd New BSD License
52
  */
53
  abstract class Zend_Gdata_App_Extension_Person extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
47
  * @category Zend
48
  * @package Zend_Gdata
49
  * @subpackage App
50
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
51
  * @license http://framework.zend.com/license/new-bsd New BSD License
52
  */
53
  abstract class Zend_Gdata_App_Extension_Person extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Published.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Published extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Published extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Rights.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Rights extends Zend_Gdata_App_Extension_Text
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Rights extends Zend_Gdata_App_Extension_Text
lib/Zend/Gdata/App/Extension/Source.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -35,7 +35,7 @@
35
  * @category Zend
36
  * @package Zend_Gdata
37
  * @subpackage App
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Gdata_App_Extension_Source extends Zend_Gdata_App_FeedSourceParent
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
35
  * @category Zend
36
  * @package Zend_Gdata
37
  * @subpackage App
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Gdata_App_Extension_Source extends Zend_Gdata_App_FeedSourceParent
lib/Zend/Gdata/App/Extension/Subtitle.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Subtitle extends Zend_Gdata_App_Extension_Text
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Subtitle extends Zend_Gdata_App_Extension_Text
lib/Zend/Gdata/App/Extension/Summary.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Summary extends Zend_Gdata_App_Extension_Text
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Summary extends Zend_Gdata_App_Extension_Text
lib/Zend/Gdata/App/Extension/Text.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage App
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  abstract class Zend_Gdata_App_Extension_Text extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage App
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  abstract class Zend_Gdata_App_Extension_Text extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Title.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Title extends Zend_Gdata_App_Extension_Text
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Title extends Zend_Gdata_App_Extension_Text
lib/Zend/Gdata/App/Extension/Updated.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Updated extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Updated extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Extension/Uri.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Uri extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_Extension_Uri extends Zend_Gdata_App_Extension
lib/Zend/Gdata/App/Feed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage App
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_App_Feed extends Zend_Gdata_App_FeedSourceParent
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage App
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_App_Feed extends Zend_Gdata_App_FeedSourceParent
lib/Zend/Gdata/App/FeedEntryParent.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -77,7 +77,7 @@
77
  * @category Zend
78
  * @package Zend_Gdata
79
  * @subpackage App
80
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
81
  * @license http://framework.zend.com/license/new-bsd New BSD License
82
  */
83
  abstract class Zend_Gdata_App_FeedEntryParent extends Zend_Gdata_App_Base
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
77
  * @category Zend
78
  * @package Zend_Gdata
79
  * @subpackage App
80
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
81
  * @license http://framework.zend.com/license/new-bsd New BSD License
82
  */
83
  abstract class Zend_Gdata_App_FeedEntryParent extends Zend_Gdata_App_Base
lib/Zend/Gdata/App/FeedSourceParent.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -57,7 +57,7 @@
57
  * @category Zend
58
  * @package Zend_Gdata
59
  * @subpackage App
60
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
61
  * @license http://framework.zend.com/license/new-bsd New BSD License
62
  */
63
  abstract class Zend_Gdata_App_FeedSourceParent extends Zend_Gdata_App_FeedEntryParent
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
57
  * @category Zend
58
  * @package Zend_Gdata
59
  * @subpackage App
60
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
61
  * @license http://framework.zend.com/license/new-bsd New BSD License
62
  */
63
  abstract class Zend_Gdata_App_FeedSourceParent extends Zend_Gdata_App_FeedEntryParent
lib/Zend/Gdata/App/HttpException.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage App
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_App_HttpException extends Zend_Gdata_App_Exception
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage App
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_App_HttpException extends Zend_Gdata_App_Exception
lib/Zend/Gdata/App/IOException.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -35,7 +35,7 @@
35
  * @category Zend
36
  * @package Zend_Gdata
37
  * @subpackage App
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Gdata_App_IOException extends Zend_Gdata_App_Exception
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
35
  * @category Zend
36
  * @package Zend_Gdata
37
  * @subpackage App
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Gdata_App_IOException extends Zend_Gdata_App_Exception
lib/Zend/Gdata/App/InvalidArgumentException.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage App
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_App_InvalidArgumentException extends Zend_Gdata_App_Exception
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage App
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_App_InvalidArgumentException extends Zend_Gdata_App_Exception
lib/Zend/Gdata/App/LoggingHttpClientAdapterSocket.php CHANGED
@@ -17,7 +17,7 @@
17
  * @package Zend_Gdata
18
  * @subpackage App
19
  * @version $Id$
20
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
21
  * @license http://framework.zend.com/license/new-bsd New BSD License
22
  */
23
 
@@ -35,7 +35,7 @@
35
  * @category Zend
36
  * @package Zend_Gdata
37
  * @subpackage App
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Gdata_App_LoggingHttpClientAdapterSocket extends Zend_Http_Client_Adapter_Socket
17
  * @package Zend_Gdata
18
  * @subpackage App
19
  * @version $Id$
20
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
21
  * @license http://framework.zend.com/license/new-bsd New BSD License
22
  */
23
 
35
  * @category Zend
36
  * @package Zend_Gdata
37
  * @subpackage App
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Gdata_App_LoggingHttpClientAdapterSocket extends Zend_Http_Client_Adapter_Socket
lib/Zend/Gdata/App/MediaEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -42,7 +42,7 @@
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage App
45
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_App_MediaEntry extends Zend_Gdata_App_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage App
45
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_App_MediaEntry extends Zend_Gdata_App_Entry
lib/Zend/Gdata/App/MediaFileSource.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_MediaFileSource extends Zend_Gdata_App_BaseMediaSource
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage App
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_App_MediaFileSource extends Zend_Gdata_App_BaseMediaSource
lib/Zend/Gdata/App/MediaSource.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -27,7 +27,7 @@
27
  * @category Zend
28
  * @package Zend_Gdata
29
  * @subpackage App
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  interface Zend_Gdata_App_MediaSource
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
27
  * @category Zend
28
  * @package Zend_Gdata
29
  * @subpackage App
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  interface Zend_Gdata_App_MediaSource
lib/Zend/Gdata/App/Util.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -27,7 +27,7 @@
27
  * @category Zend
28
  * @package Zend_Gdata
29
  * @subpackage App
30
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Gdata_App_Util
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
27
  * @category Zend
28
  * @package Zend_Gdata
29
  * @subpackage App
30
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
31
  * @license http://framework.zend.com/license/new-bsd New BSD License
32
  */
33
  class Zend_Gdata_App_Util
lib/Zend/Gdata/App/VersionException.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage App
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_App_VersionException extends Zend_Gdata_App_Exception
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage App
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage App
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_App_VersionException extends Zend_Gdata_App_Exception
lib/Zend/Gdata/AuthSub.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -40,7 +40,7 @@
40
  * @category Zend
41
  * @package Zend_Gdata
42
  * @subpackage Gdata
43
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Gdata_AuthSub
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
40
  * @category Zend
41
  * @package Zend_Gdata
42
  * @subpackage Gdata
43
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Gdata_AuthSub
lib/Zend/Gdata/Books.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -57,7 +57,7 @@
57
  * @category Zend
58
  * @package Zend_Gdata
59
  * @subpackage Books
60
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
61
  * @license http://framework.zend.com/license/new-bsd New BSD License
62
  */
63
  class Zend_Gdata_Books extends Zend_Gdata
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
57
  * @category Zend
58
  * @package Zend_Gdata
59
  * @subpackage Books
60
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
61
  * @license http://framework.zend.com/license/new-bsd New BSD License
62
  */
63
  class Zend_Gdata_Books extends Zend_Gdata
lib/Zend/Gdata/Books/CollectionEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_CollectionEntry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_CollectionEntry extends Zend_Gdata_Entry
lib/Zend/Gdata/Books/CollectionFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_CollectionFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_CollectionFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/Books/Extension/AnnotationLink.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_AnnotationLink extends
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_AnnotationLink extends
lib/Zend/Gdata/Books/Extension/BooksCategory.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_BooksCategory extends
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_BooksCategory extends
lib/Zend/Gdata/Books/Extension/BooksLink.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_BooksLink extends Zend_Gdata_App_Extension_Link
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_BooksLink extends Zend_Gdata_App_Extension_Link
lib/Zend/Gdata/Books/Extension/Embeddability.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_Embeddability extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_Embeddability extends Zend_Gdata_Extension
lib/Zend/Gdata/Books/Extension/InfoLink.php CHANGED
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Gdata
33
  * @subpackage Books
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Gdata_Books_Extension_InfoLink extends
31
  * @category Zend
32
  * @package Zend_Gdata
33
  * @subpackage Books
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Gdata_Books_Extension_InfoLink extends
lib/Zend/Gdata/Books/Extension/PreviewLink.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_PreviewLink extends
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_PreviewLink extends
lib/Zend/Gdata/Books/Extension/Review.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_Review extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_Review extends Zend_Gdata_Extension
lib/Zend/Gdata/Books/Extension/ThumbnailLink.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_ThumbnailLink extends
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_ThumbnailLink extends
lib/Zend/Gdata/Books/Extension/Viewability.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_Viewability extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_Extension_Viewability extends Zend_Gdata_Extension
lib/Zend/Gdata/Books/VolumeEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -102,7 +102,7 @@
102
  * @category Zend
103
  * @package Zend_Gdata
104
  * @subpackage Books
105
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
106
  * @license http://framework.zend.com/license/new-bsd New BSD License
107
  */
108
  class Zend_Gdata_Books_VolumeEntry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
102
  * @category Zend
103
  * @package Zend_Gdata
104
  * @subpackage Books
105
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
106
  * @license http://framework.zend.com/license/new-bsd New BSD License
107
  */
108
  class Zend_Gdata_Books_VolumeEntry extends Zend_Gdata_Entry
lib/Zend/Gdata/Books/VolumeFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_VolumeFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Books
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Books_VolumeFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/Books/VolumeQuery.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Books
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Books_VolumeQuery extends Zend_Gdata_Query
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Books
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Books
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Books_VolumeQuery extends Zend_Gdata_Query
lib/Zend/Gdata/Calendar.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -53,7 +53,7 @@
53
  * @category Zend
54
  * @package Zend_Gdata
55
  * @subpackage Calendar
56
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
57
  * @license http://framework.zend.com/license/new-bsd New BSD License
58
  */
59
  class Zend_Gdata_Calendar extends Zend_Gdata
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
53
  * @category Zend
54
  * @package Zend_Gdata
55
  * @subpackage Calendar
56
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
57
  * @license http://framework.zend.com/license/new-bsd New BSD License
58
  */
59
  class Zend_Gdata_Calendar extends Zend_Gdata
lib/Zend/Gdata/Calendar/EventEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -57,7 +57,7 @@
57
  * @category Zend
58
  * @package Zend_Gdata
59
  * @subpackage Calendar
60
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
61
  * @license http://framework.zend.com/license/new-bsd New BSD License
62
  */
63
  class Zend_Gdata_Calendar_EventEntry extends Zend_Gdata_Kind_EventEntry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
57
  * @category Zend
58
  * @package Zend_Gdata
59
  * @subpackage Calendar
60
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
61
  * @license http://framework.zend.com/license/new-bsd New BSD License
62
  */
63
  class Zend_Gdata_Calendar_EventEntry extends Zend_Gdata_Kind_EventEntry
lib/Zend/Gdata/Calendar/EventFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Calendar
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Calendar_EventFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Calendar
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Calendar_EventFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/Calendar/EventQuery.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Calendar
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Calendar_EventQuery extends Zend_Gdata_Query
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Calendar
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Calendar_EventQuery extends Zend_Gdata_Query
lib/Zend/Gdata/Calendar/Extension/AccessLevel.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Calendar
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Calendar_Extension_AccessLevel extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Calendar
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Calendar_Extension_AccessLevel extends Zend_Gdata_Extension
lib/Zend/Gdata/Calendar/Extension/Color.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Calendar
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_Calendar_Extension_Color extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Calendar
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_Calendar_Extension_Color extends Zend_Gdata_Extension
lib/Zend/Gdata/Calendar/Extension/Hidden.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Calendar
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Calendar_Extension_Hidden extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Calendar
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Calendar_Extension_Hidden extends Zend_Gdata_Extension
lib/Zend/Gdata/Calendar/Extension/Link.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Calendar
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Calendar
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Calendar_Extension_Link extends Zend_Gdata_App_Extension_Link
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Calendar
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Calendar
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Calendar_Extension_Link extends Zend_Gdata_App_Extension_Link
lib/Zend/Gdata/Calendar/Extension/QuickAdd.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Calendar
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Calendar_Extension_QuickAdd extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Calendar
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Calendar_Extension_QuickAdd extends Zend_Gdata_Extension
lib/Zend/Gdata/Calendar/Extension/Selected.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Calendar
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Calendar_Extension_Selected extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Calendar
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Calendar_Extension_Selected extends Zend_Gdata_Extension
lib/Zend/Gdata/Calendar/Extension/SendEventNotifications.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Calendar
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Calendar_Extension_SendEventNotifications extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Calendar
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Calendar_Extension_SendEventNotifications extends Zend_Gdata_Extension
lib/Zend/Gdata/Calendar/Extension/Timezone.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Calendar
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Calendar_Extension_Timezone extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Calendar
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Calendar_Extension_Timezone extends Zend_Gdata_Extension
lib/Zend/Gdata/Calendar/Extension/WebContent.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Calendar
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Calendar_Extension_WebContent extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Calendar
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Calendar_Extension_WebContent extends Zend_Gdata_App_Extension
lib/Zend/Gdata/Calendar/ListEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -69,7 +69,7 @@
69
  * @category Zend
70
  * @package Zend_Gdata
71
  * @subpackage Calendar
72
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
73
  * @license http://framework.zend.com/license/new-bsd New BSD License
74
  */
75
  class Zend_Gdata_Calendar_ListEntry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
69
  * @category Zend
70
  * @package Zend_Gdata
71
  * @subpackage Calendar
72
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
73
  * @license http://framework.zend.com/license/new-bsd New BSD License
74
  */
75
  class Zend_Gdata_Calendar_ListEntry extends Zend_Gdata_Entry
lib/Zend/Gdata/Calendar/ListFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Calendar
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Calendar_ListFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Calendar
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Calendar
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Calendar_ListFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/ClientLogin.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gdata
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_ClientLogin
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gdata
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_ClientLogin
lib/Zend/Gdata/Docs.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Docs
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -53,7 +53,7 @@
53
  * @category Zend
54
  * @package Zend_Gdata
55
  * @subpackage Docs
56
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
57
  * @license http://framework.zend.com/license/new-bsd New BSD License
58
  */
59
  class Zend_Gdata_Docs extends Zend_Gdata
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Docs
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
53
  * @category Zend
54
  * @package Zend_Gdata
55
  * @subpackage Docs
56
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
57
  * @license http://framework.zend.com/license/new-bsd New BSD License
58
  */
59
  class Zend_Gdata_Docs extends Zend_Gdata
lib/Zend/Gdata/Docs/DocumentListEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Docs
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Docs
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_Docs_DocumentListEntry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Docs
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Docs
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_Docs_DocumentListEntry extends Zend_Gdata_Entry
lib/Zend/Gdata/Docs/DocumentListFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Docs
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Docs
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_Docs_DocumentListFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Docs
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Docs
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_Docs_DocumentListFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/Docs/Query.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Docs
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage Docs
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_Docs_Query extends Zend_Gdata_Query
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Docs
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage Docs
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_Docs_Query extends Zend_Gdata_Query
lib/Zend/Gdata/DublinCore.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage DublinCore
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_DublinCore extends Zend_Gdata
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage DublinCore
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_DublinCore extends Zend_Gdata
lib/Zend/Gdata/DublinCore/Extension/Creator.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Creator extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Creator extends Zend_Gdata_Extension
lib/Zend/Gdata/DublinCore/Extension/Date.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage DublinCore
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_DublinCore_Extension_Date extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage DublinCore
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_DublinCore_Extension_Date extends Zend_Gdata_Extension
lib/Zend/Gdata/DublinCore/Extension/Description.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Description extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Description extends Zend_Gdata_Extension
lib/Zend/Gdata/DublinCore/Extension/Format.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Format extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Format extends Zend_Gdata_Extension
lib/Zend/Gdata/DublinCore/Extension/Identifier.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Identifier extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Identifier extends Zend_Gdata_Extension
lib/Zend/Gdata/DublinCore/Extension/Language.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Language extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Language extends Zend_Gdata_Extension
lib/Zend/Gdata/DublinCore/Extension/Publisher.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Publisher extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Publisher extends Zend_Gdata_Extension
lib/Zend/Gdata/DublinCore/Extension/Rights.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Rights extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Rights extends Zend_Gdata_Extension
lib/Zend/Gdata/DublinCore/Extension/Subject.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Subject extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Subject extends Zend_Gdata_Extension
lib/Zend/Gdata/DublinCore/Extension/Title.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Title extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage DublinCore
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage DublinCore
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_DublinCore_Extension_Title extends Zend_Gdata_Extension
lib/Zend/Gdata/Entry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gdata
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Entry extends Zend_Gdata_App_MediaEntry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gdata
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Entry extends Zend_Gdata_App_MediaEntry
lib/Zend/Gdata/Exif.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Exif
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_Exif extends Zend_Gdata
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Exif
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_Exif extends Zend_Gdata
lib/Zend/Gdata/Exif/Entry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -42,7 +42,7 @@
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage Exif
45
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_Exif_Entry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage Exif
45
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_Exif_Entry extends Zend_Gdata_Entry
lib/Zend/Gdata/Exif/Extension/Distance.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_Distance extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_Distance extends Zend_Gdata_Extension
lib/Zend/Gdata/Exif/Extension/Exposure.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_Exposure extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_Exposure extends Zend_Gdata_Extension
lib/Zend/Gdata/Exif/Extension/FStop.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_FStop extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_FStop extends Zend_Gdata_Extension
lib/Zend/Gdata/Exif/Extension/Flash.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_Flash extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_Flash extends Zend_Gdata_Extension
lib/Zend/Gdata/Exif/Extension/FocalLength.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_FocalLength extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_FocalLength extends Zend_Gdata_Extension
lib/Zend/Gdata/Exif/Extension/ImageUniqueId.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_ImageUniqueId extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_ImageUniqueId extends Zend_Gdata_Extension
lib/Zend/Gdata/Exif/Extension/Iso.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_Iso extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_Iso extends Zend_Gdata_Extension
lib/Zend/Gdata/Exif/Extension/Make.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_Make extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_Make extends Zend_Gdata_Extension
lib/Zend/Gdata/Exif/Extension/Model.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_Model extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_Model extends Zend_Gdata_Extension
lib/Zend/Gdata/Exif/Extension/Tags.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -87,7 +87,7 @@
87
  * @category Zend
88
  * @package Zend_Gdata
89
  * @subpackage Exif
90
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
91
  * @license http://framework.zend.com/license/new-bsd New BSD License
92
  */
93
  class Zend_Gdata_Exif_Extension_Tags extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
87
  * @category Zend
88
  * @package Zend_Gdata
89
  * @subpackage Exif
90
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
91
  * @license http://framework.zend.com/license/new-bsd New BSD License
92
  */
93
  class Zend_Gdata_Exif_Extension_Tags extends Zend_Gdata_Extension
lib/Zend/Gdata/Exif/Extension/Time.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_Time extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Exif
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Exif_Extension_Time extends Zend_Gdata_Extension
lib/Zend/Gdata/Exif/Feed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -42,7 +42,7 @@
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage Exif
45
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_Exif_Feed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Exif
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage Exif
45
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_Exif_Feed extends Zend_Gdata_Feed
lib/Zend/Gdata/Extension.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension extends Zend_Gdata_App_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension extends Zend_Gdata_App_Extension
lib/Zend/Gdata/Extension/AttendeeStatus.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_AttendeeStatus extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_AttendeeStatus extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/AttendeeType.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_AttendeeType extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_AttendeeType extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/Comments.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gdata
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Extension_Comments extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gdata
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Extension_Comments extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/EntryLink.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gdata
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Extension_EntryLink extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gdata
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Extension_EntryLink extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/EventStatus.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_EventStatus extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_EventStatus extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/ExtendedProperty.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Gdata
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_Extension_ExtendedProperty extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Gdata
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_Extension_ExtendedProperty extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/FeedLink.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gdata
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Extension_FeedLink extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gdata
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Extension_FeedLink extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/OpenSearchItemsPerPage.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_OpenSearchItemsPerPage extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_OpenSearchItemsPerPage extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/OpenSearchStartIndex.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_OpenSearchStartIndex extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_OpenSearchStartIndex extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/OpenSearchTotalResults.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_OpenSearchTotalResults extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_OpenSearchTotalResults extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/OriginalEvent.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -42,7 +42,7 @@
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage Gdata
45
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_Extension_OriginalEvent extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage Gdata
45
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_Extension_OriginalEvent extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/Rating.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Gdata
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_Extension_Rating extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Gdata
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_Extension_Rating extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/Recurrence.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_Recurrence extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_Recurrence extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/RecurrenceException.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -42,7 +42,7 @@
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage Gdata
45
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_Extension_RecurrenceException extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage Gdata
45
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_Extension_RecurrenceException extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/Reminder.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_Reminder extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_Reminder extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/Transparency.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_Transparency extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_Transparency extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/Visibility.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_Visibility extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Gdata
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Extension_Visibility extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/When.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gdata
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Extension_When extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gdata
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Extension_When extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/Where.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gdata
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Extension_Where extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gdata
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Extension_Where extends Zend_Gdata_Extension
lib/Zend/Gdata/Extension/Who.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -47,7 +47,7 @@
47
  * @category Zend
48
  * @package Zend_Gdata
49
  * @subpackage Gdata
50
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
51
  * @license http://framework.zend.com/license/new-bsd New BSD License
52
  */
53
  class Zend_Gdata_Extension_Who extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
47
  * @category Zend
48
  * @package Zend_Gdata
49
  * @subpackage Gdata
50
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
51
  * @license http://framework.zend.com/license/new-bsd New BSD License
52
  */
53
  class Zend_Gdata_Extension_Who extends Zend_Gdata_Extension
lib/Zend/Gdata/Feed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -57,7 +57,7 @@
57
  * @category Zend
58
  * @package Zend_Gdata
59
  * @subpackage Gdata
60
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
61
  * @license http://framework.zend.com/license/new-bsd New BSD License
62
  */
63
  class Zend_Gdata_Feed extends Zend_Gdata_App_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
57
  * @category Zend
58
  * @package Zend_Gdata
59
  * @subpackage Gdata
60
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
61
  * @license http://framework.zend.com/license/new-bsd New BSD License
62
  */
63
  class Zend_Gdata_Feed extends Zend_Gdata_App_Feed
lib/Zend/Gdata/Gapps.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -76,7 +76,7 @@
76
  * @category Zend
77
  * @package Zend_Gdata
78
  * @subpackage Gapps
79
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
80
  * @license http://framework.zend.com/license/new-bsd New BSD License
81
  */
82
  class Zend_Gdata_Gapps extends Zend_Gdata
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
76
  * @category Zend
77
  * @package Zend_Gdata
78
  * @subpackage Gapps
79
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
80
  * @license http://framework.zend.com/license/new-bsd New BSD License
81
  */
82
  class Zend_Gdata_Gapps extends Zend_Gdata
lib/Zend/Gdata/Gapps/EmailListEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -53,7 +53,7 @@
53
  * @category Zend
54
  * @package Zend_Gdata
55
  * @subpackage Gapps
56
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
57
  * @license http://framework.zend.com/license/new-bsd New BSD License
58
  */
59
  class Zend_Gdata_Gapps_EmailListEntry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
53
  * @category Zend
54
  * @package Zend_Gdata
55
  * @subpackage Gapps
56
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
57
  * @license http://framework.zend.com/license/new-bsd New BSD License
58
  */
59
  class Zend_Gdata_Gapps_EmailListEntry extends Zend_Gdata_Entry
lib/Zend/Gdata/Gapps/EmailListFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -41,7 +41,7 @@
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Gdata_Gapps_EmailListFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Gdata_Gapps_EmailListFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/Gapps/EmailListQuery.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_EmailListQuery extends Zend_Gdata_Gapps_Query
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_EmailListQuery extends Zend_Gdata_Gapps_Query
lib/Zend/Gdata/Gapps/EmailListRecipientEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -49,7 +49,7 @@
49
  * @category Zend
50
  * @package Zend_Gdata
51
  * @subpackage Gapps
52
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
53
  * @license http://framework.zend.com/license/new-bsd New BSD License
54
  */
55
  class Zend_Gdata_Gapps_EmailListRecipientEntry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
49
  * @category Zend
50
  * @package Zend_Gdata
51
  * @subpackage Gapps
52
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
53
  * @license http://framework.zend.com/license/new-bsd New BSD License
54
  */
55
  class Zend_Gdata_Gapps_EmailListRecipientEntry extends Zend_Gdata_Entry
lib/Zend/Gdata/Gapps/EmailListRecipientFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -41,7 +41,7 @@
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Gdata_Gapps_EmailListRecipientFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Gdata_Gapps_EmailListRecipientFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/Gapps/EmailListRecipientQuery.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_EmailListRecipientQuery extends Zend_Gdata_Gapps_Query
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_EmailListRecipientQuery extends Zend_Gdata_Gapps_Query
lib/Zend/Gdata/Gapps/Error.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gapps
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gapps_Error extends Zend_Gdata_App_Base
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gapps
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gapps_Error extends Zend_Gdata_App_Base
lib/Zend/Gdata/Gapps/Extension/EmailList.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gapps
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gapps_Extension_EmailList extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gapps
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gapps_Extension_EmailList extends Zend_Gdata_Extension
lib/Zend/Gdata/Gapps/Extension/Login.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -40,7 +40,7 @@
40
  * @category Zend
41
  * @package Zend_Gdata
42
  * @subpackage Gapps
43
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Gdata_Gapps_Extension_Login extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
40
  * @category Zend
41
  * @package Zend_Gdata
42
  * @subpackage Gapps
43
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Gdata_Gapps_Extension_Login extends Zend_Gdata_Extension
lib/Zend/Gdata/Gapps/Extension/Name.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gapps
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gapps_Extension_Name extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gapps
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gapps_Extension_Name extends Zend_Gdata_Extension
lib/Zend/Gdata/Gapps/Extension/Nickname.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gapps
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gapps_Extension_Nickname extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gapps
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gapps_Extension_Nickname extends Zend_Gdata_Extension
lib/Zend/Gdata/Gapps/Extension/Property.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id: EmailList.php 20096 2010-01-06 02:05:09Z bkarwin $
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_Extension_Property extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id: EmailList.php 20096 2010-01-06 02:05:09Z bkarwin $
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_Extension_Property extends Zend_Gdata_Extension
lib/Zend/Gdata/Gapps/Extension/Quota.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -40,7 +40,7 @@
40
  * @category Zend
41
  * @package Zend_Gdata
42
  * @subpackage Gapps
43
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Gdata_Gapps_Extension_Quota extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
40
  * @category Zend
41
  * @package Zend_Gdata
42
  * @subpackage Gapps
43
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Gdata_Gapps_Extension_Quota extends Zend_Gdata_Extension
lib/Zend/Gdata/Gapps/GroupEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
@@ -46,7 +46,7 @@
46
  * @category Zend
47
  * @package Zend_Gdata
48
  * @subpackage Gapps
49
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
50
  * @license http://framework.zend.com/license/new-bsd New BSD License
51
  */
52
  class Zend_Gdata_Gapps_GroupEntry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
46
  * @category Zend
47
  * @package Zend_Gdata
48
  * @subpackage Gapps
49
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
50
  * @license http://framework.zend.com/license/new-bsd New BSD License
51
  */
52
  class Zend_Gdata_Gapps_GroupEntry extends Zend_Gdata_Entry
lib/Zend/Gdata/Gapps/GroupFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
@@ -41,7 +41,7 @@
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Gdata_Gapps_GroupFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Gdata_Gapps_GroupFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/Gapps/GroupQuery.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_GroupQuery extends Zend_Gdata_Gapps_Query
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_GroupQuery extends Zend_Gdata_Gapps_Query
lib/Zend/Gdata/Gapps/MemberEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
@@ -46,7 +46,7 @@
46
  * @category Zend
47
  * @package Zend_Gdata
48
  * @subpackage Gapps
49
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
50
  * @license http://framework.zend.com/license/new-bsd New BSD License
51
  */
52
  class Zend_Gdata_Gapps_MemberEntry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
46
  * @category Zend
47
  * @package Zend_Gdata
48
  * @subpackage Gapps
49
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
50
  * @license http://framework.zend.com/license/new-bsd New BSD License
51
  */
52
  class Zend_Gdata_Gapps_MemberEntry extends Zend_Gdata_Entry
lib/Zend/Gdata/Gapps/MemberFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
@@ -41,7 +41,7 @@
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Gdata_Gapps_MemberFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Gdata_Gapps_MemberFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/Gapps/MemberQuery.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_MemberQuery extends Zend_Gdata_Gapps_Query
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_MemberQuery extends Zend_Gdata_Gapps_Query
lib/Zend/Gdata/Gapps/NicknameEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -53,7 +53,7 @@
53
  * @category Zend
54
  * @package Zend_Gdata
55
  * @subpackage Gapps
56
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
57
  * @license http://framework.zend.com/license/new-bsd New BSD License
58
  */
59
  class Zend_Gdata_Gapps_NicknameEntry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
53
  * @category Zend
54
  * @package Zend_Gdata
55
  * @subpackage Gapps
56
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
57
  * @license http://framework.zend.com/license/new-bsd New BSD License
58
  */
59
  class Zend_Gdata_Gapps_NicknameEntry extends Zend_Gdata_Entry
lib/Zend/Gdata/Gapps/NicknameFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -41,7 +41,7 @@
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Gdata_Gapps_NicknameFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Gdata_Gapps_NicknameFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/Gapps/NicknameQuery.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_NicknameQuery extends Zend_Gdata_Gapps_Query
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_NicknameQuery extends Zend_Gdata_Gapps_Query
lib/Zend/Gdata/Gapps/OwnerEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
@@ -46,7 +46,7 @@
46
  * @category Zend
47
  * @package Zend_Gdata
48
  * @subpackage Gapps
49
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
50
  * @license http://framework.zend.com/license/new-bsd New BSD License
51
  */
52
  class Zend_Gdata_Gapps_OwnerEntry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
46
  * @category Zend
47
  * @package Zend_Gdata
48
  * @subpackage Gapps
49
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
50
  * @license http://framework.zend.com/license/new-bsd New BSD License
51
  */
52
  class Zend_Gdata_Gapps_OwnerEntry extends Zend_Gdata_Entry
lib/Zend/Gdata/Gapps/OwnerFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
@@ -41,7 +41,7 @@
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Gdata_Gapps_OwnerFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Gdata_Gapps_OwnerFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/Gapps/OwnerQuery.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_OwnerQuery extends Zend_Gdata_Gapps_Query
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id:$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_OwnerQuery extends Zend_Gdata_Gapps_Query
lib/Zend/Gdata/Gapps/Query.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -41,7 +41,7 @@
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  abstract class Zend_Gdata_Gapps_Query extends Zend_Gdata_Query
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  abstract class Zend_Gdata_Gapps_Query extends Zend_Gdata_Query
lib/Zend/Gdata/Gapps/ServiceException.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -46,7 +46,7 @@
46
  * @category Zend
47
  * @package Zend_Gdata
48
  * @subpackage Gapps
49
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
50
  * @license http://framework.zend.com/license/new-bsd New BSD License
51
  */
52
  class Zend_Gdata_Gapps_ServiceException extends Zend_Exception
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
46
  * @category Zend
47
  * @package Zend_Gdata
48
  * @subpackage Gapps
49
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
50
  * @license http://framework.zend.com/license/new-bsd New BSD License
51
  */
52
  class Zend_Gdata_Gapps_ServiceException extends Zend_Exception
lib/Zend/Gdata/Gapps/UserEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -61,7 +61,7 @@
61
  * @category Zend
62
  * @package Zend_Gdata
63
  * @subpackage Gapps
64
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
65
  * @license http://framework.zend.com/license/new-bsd New BSD License
66
  */
67
  class Zend_Gdata_Gapps_UserEntry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
61
  * @category Zend
62
  * @package Zend_Gdata
63
  * @subpackage Gapps
64
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
65
  * @license http://framework.zend.com/license/new-bsd New BSD License
66
  */
67
  class Zend_Gdata_Gapps_UserEntry extends Zend_Gdata_Entry
lib/Zend/Gdata/Gapps/UserFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -41,7 +41,7 @@
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Gdata_Gapps_UserFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
41
  * @category Zend
42
  * @package Zend_Gdata
43
  * @subpackage Gapps
44
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
45
  * @license http://framework.zend.com/license/new-bsd New BSD License
46
  */
47
  class Zend_Gdata_Gapps_UserFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/Gapps/UserQuery.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_UserQuery extends Zend_Gdata_Gapps_Query
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gapps
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Gapps
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Gapps_UserQuery extends Zend_Gdata_Gapps_Query
lib/Zend/Gdata/Gbase.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gbase
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gbase extends Zend_Gdata
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gbase
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gbase extends Zend_Gdata
lib/Zend/Gdata/Gbase/Entry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gbase
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gbase_Entry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gbase
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gbase_Entry extends Zend_Gdata_Entry
lib/Zend/Gdata/Gbase/Extension/BaseAttribute.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Gbase
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -31,7 +31,7 @@
31
  * @category Zend
32
  * @package Zend_Gdata
33
  * @subpackage Gbase
34
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Gdata_Gbase_Extension_BaseAttribute extends Zend_Gdata_App_Extension_Element
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Gbase
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
31
  * @category Zend
32
  * @package Zend_Gdata
33
  * @subpackage Gbase
34
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
35
  * @license http://framework.zend.com/license/new-bsd New BSD License
36
  */
37
  class Zend_Gdata_Gbase_Extension_BaseAttribute extends Zend_Gdata_App_Extension_Element
lib/Zend/Gdata/Gbase/Feed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gbase
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gbase_Feed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gbase
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gbase_Feed extends Zend_Gdata_Feed
lib/Zend/Gdata/Gbase/ItemEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage Gbase
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_Gbase_ItemEntry extends Zend_Gdata_Gbase_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage Gbase
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_Gbase_ItemEntry extends Zend_Gdata_Gbase_Entry
lib/Zend/Gdata/Gbase/ItemFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage Gbase
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_Gbase_ItemFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage Gbase
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_Gbase_ItemFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/Gbase/ItemQuery.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -40,7 +40,7 @@
40
  * @category Zend
41
  * @package Zend_Gdata
42
  * @subpackage Gbase
43
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Gdata_Gbase_ItemQuery extends Zend_Gdata_Gbase_Query
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
40
  * @category Zend
41
  * @package Zend_Gdata
42
  * @subpackage Gbase
43
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
44
  * @license http://framework.zend.com/license/new-bsd New BSD License
45
  */
46
  class Zend_Gdata_Gbase_ItemQuery extends Zend_Gdata_Gbase_Query
lib/Zend/Gdata/Gbase/Query.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gbase
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gbase_Query extends Zend_Gdata_Query
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gbase
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gbase_Query extends Zend_Gdata_Query
lib/Zend/Gdata/Gbase/SnippetEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage Gbase
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_Gbase_SnippetEntry extends Zend_Gdata_Gbase_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage Gbase
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_Gbase_SnippetEntry extends Zend_Gdata_Gbase_Entry
lib/Zend/Gdata/Gbase/SnippetFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gbase
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gbase_SnippetFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Gbase
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Gbase_SnippetFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/Gbase/SnippetQuery.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage Gbase
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_Gbase_SnippetQuery extends Zend_Gdata_Gbase_Query
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gbase
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage Gbase
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_Gbase_SnippetQuery extends Zend_Gdata_Gbase_Query
lib/Zend/Gdata/Geo.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Geo
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -36,7 +36,7 @@
36
  * @category Zend
37
  * @package Zend_Gdata
38
  * @subpackage Geo
39
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  class Zend_Gdata_Geo extends Zend_Gdata
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Geo
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
36
  * @category Zend
37
  * @package Zend_Gdata
38
  * @subpackage Geo
39
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  class Zend_Gdata_Geo extends Zend_Gdata
lib/Zend/Gdata/Geo/Entry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Geo
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -42,7 +42,7 @@
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage Geo
45
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_Geo_Entry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Geo
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage Geo
45
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_Geo_Entry extends Zend_Gdata_Entry
lib/Zend/Gdata/Geo/Extension/GeoRssWhere.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Geo
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -43,7 +43,7 @@
43
  * @category Zend
44
  * @package Zend_Gdata
45
  * @subpackage Geo
46
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
47
  * @license http://framework.zend.com/license/new-bsd New BSD License
48
  */
49
  class Zend_Gdata_Geo_Extension_GeoRssWhere extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Geo
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
43
  * @category Zend
44
  * @package Zend_Gdata
45
  * @subpackage Geo
46
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
47
  * @license http://framework.zend.com/license/new-bsd New BSD License
48
  */
49
  class Zend_Gdata_Geo_Extension_GeoRssWhere extends Zend_Gdata_Extension
lib/Zend/Gdata/Geo/Extension/GmlPoint.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Geo
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -43,7 +43,7 @@
43
  * @category Zend
44
  * @package Zend_Gdata
45
  * @subpackage Geo
46
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
47
  * @license http://framework.zend.com/license/new-bsd New BSD License
48
  */
49
  class Zend_Gdata_Geo_Extension_GmlPoint extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Geo
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
43
  * @category Zend
44
  * @package Zend_Gdata
45
  * @subpackage Geo
46
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
47
  * @license http://framework.zend.com/license/new-bsd New BSD License
48
  */
49
  class Zend_Gdata_Geo_Extension_GmlPoint extends Zend_Gdata_Extension
lib/Zend/Gdata/Geo/Extension/GmlPos.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Geo
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -37,7 +37,7 @@
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Geo
40
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Geo_Extension_GmlPos extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Geo
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
37
  * @category Zend
38
  * @package Zend_Gdata
39
  * @subpackage Geo
40
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
41
  * @license http://framework.zend.com/license/new-bsd New BSD License
42
  */
43
  class Zend_Gdata_Geo_Extension_GmlPos extends Zend_Gdata_Extension
lib/Zend/Gdata/Geo/Feed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Geo
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -42,7 +42,7 @@
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage Geo
45
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_Geo_Feed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Geo
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage Geo
45
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_Geo_Feed extends Zend_Gdata_Feed
lib/Zend/Gdata/Health.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Health
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Health
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Health extends Zend_Gdata
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Health
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Health
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Health extends Zend_Gdata
lib/Zend/Gdata/Health/Extension/Ccr.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Health
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -36,7 +36,7 @@
36
  * @category Zend
37
  * @package Zend_Gdata
38
  * @subpackage Health
39
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  class Zend_Gdata_Health_Extension_Ccr extends Zend_Gdata_App_Extension_Element
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Health
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
36
  * @category Zend
37
  * @package Zend_Gdata
38
  * @subpackage Health
39
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
40
  * @license http://framework.zend.com/license/new-bsd New BSD License
41
  */
42
  class Zend_Gdata_Health_Extension_Ccr extends Zend_Gdata_App_Extension_Element
lib/Zend/Gdata/Health/ProfileEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Health
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Health
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Health_ProfileEntry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Health
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Health
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Health_ProfileEntry extends Zend_Gdata_Entry
lib/Zend/Gdata/Health/ProfileFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Health
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Health
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Health_ProfileFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Health
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Health
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Health_ProfileFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/Health/ProfileListEntry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Health
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Health
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Health_ProfileListEntry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Health
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Health
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Health_ProfileListEntry extends Zend_Gdata_Entry
lib/Zend/Gdata/Health/ProfileListFeed.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Health
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Health
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Health_ProfileListFeed extends Zend_Gdata_Feed
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Health
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Health
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Health_ProfileListFeed extends Zend_Gdata_Feed
lib/Zend/Gdata/Health/Query.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Health
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -39,7 +39,7 @@
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Health
42
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Health_Query extends Zend_Gdata_Query
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Health
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
39
  * @category Zend
40
  * @package Zend_Gdata
41
  * @subpackage Health
42
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
43
  * @license http://framework.zend.com/license/new-bsd New BSD License
44
  */
45
  class Zend_Gdata_Health_Query extends Zend_Gdata_Query
lib/Zend/Gdata/HttpAdapterStreamingProxy.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Gdata
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_HttpAdapterStreamingProxy extends Zend_Http_Client_Adapter_Proxy
@@ -114,14 +114,19 @@ class Zend_Gdata_HttpAdapterStreamingProxy extends Zend_Http_Client_Adapter_Prox
114
  'Error writing request to proxy server');
115
  }
116
 
117
- //read from $body, write to socket
118
- while ($body->hasData()) {
119
- if (! @fwrite($this->socket, $body->read(self::CHUNK_SIZE))) {
 
120
  #require_once 'Zend/Http/Client/Adapter/Exception.php';
121
  throw new Zend_Http_Client_Adapter_Exception(
122
- 'Error writing request to server');
 
123
  }
 
124
  }
 
 
125
  return 'Large upload, request is not cached.';
126
  }
127
  }
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Gdata
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_HttpAdapterStreamingProxy extends Zend_Http_Client_Adapter_Proxy
114
  'Error writing request to proxy server');
115
  }
116
 
117
+ // Read from $body, write to socket
118
+ $chunk = $body->read(self::CHUNK_SIZE);
119
+ while ($chunk !== false) {
120
+ if (!@fwrite($this->socket, $chunk)) {
121
  #require_once 'Zend/Http/Client/Adapter/Exception.php';
122
  throw new Zend_Http_Client_Adapter_Exception(
123
+ 'Error writing request to server'
124
+ );
125
  }
126
+ $chunk = $body->read(self::CHUNK_SIZE);
127
  }
128
+ $body->closeFileHandle();
129
+
130
  return 'Large upload, request is not cached.';
131
  }
132
  }
lib/Zend/Gdata/HttpAdapterStreamingSocket.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Gdata
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_HttpAdapterStreamingSocket extends Zend_Http_Client_Adapter_Socket
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Gdata
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Gdata
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_HttpAdapterStreamingSocket extends Zend_Http_Client_Adapter_Socket
lib/Zend/Gdata/HttpClient.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Gdata
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -34,7 +34,7 @@
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage Gdata
37
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_HttpClient extends Zend_Http_Client
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Gdata
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
34
  * @category Zend
35
  * @package Zend_Gdata
36
  * @subpackage Gdata
37
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
38
  * @license http://framework.zend.com/license/new-bsd New BSD License
39
  */
40
  class Zend_Gdata_HttpClient extends Zend_Http_Client
lib/Zend/Gdata/Kind/EventEntry.php CHANGED
@@ -15,7 +15,7 @@
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Gdata
18
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
@@ -92,7 +92,7 @@
92
  * @category Zend
93
  * @package Zend_Gdata
94
  * @subpackage Gdata
95
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
96
  * @license http://framework.zend.com/license/new-bsd New BSD License
97
  */
98
  class Zend_Gdata_Kind_EventEntry extends Zend_Gdata_Entry
15
  * @category Zend
16
  * @package Zend_Gdata
17
  * @subpackage Gdata
18
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
19
  * @license http://framework.zend.com/license/new-bsd New BSD License
20
  * @version $Id$
21
  */
92
  * @category Zend
93
  * @package Zend_Gdata
94
  * @subpackage Gdata
95
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
96
  * @license http://framework.zend.com/license/new-bsd New BSD License
97
  */
98
  class Zend_Gdata_Kind_EventEntry extends Zend_Gdata_Entry
lib/Zend/Gdata/Media.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -33,7 +33,7 @@
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Media
36
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_Media extends Zend_Gdata
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
33
  * @category Zend
34
  * @package Zend_Gdata
35
  * @subpackage Media
36
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
37
  * @license http://framework.zend.com/license/new-bsd New BSD License
38
  */
39
  class Zend_Gdata_Media extends Zend_Gdata
lib/Zend/Gdata/Media/Entry.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -42,7 +42,7 @@
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage Media
45
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_Media_Entry extends Zend_Gdata_Entry
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
42
  * @category Zend
43
  * @package Zend_Gdata
44
  * @subpackage Media
45
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
46
  * @license http://framework.zend.com/license/new-bsd New BSD License
47
  */
48
  class Zend_Gdata_Media_Entry extends Zend_Gdata_Entry
lib/Zend/Gdata/Media/Extension/MediaCategory.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Media
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Media_Extension_MediaCategory extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Media
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Media_Extension_MediaCategory extends Zend_Gdata_Extension
lib/Zend/Gdata/Media/Extension/MediaContent.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -35,7 +35,7 @@
35
  * @category Zend
36
  * @package Zend_Gdata
37
  * @subpackage Media
38
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Gdata_Media_Extension_MediaContent extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
35
  * @category Zend
36
  * @package Zend_Gdata
37
  * @subpackage Media
38
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
39
  * @license http://framework.zend.com/license/new-bsd New BSD License
40
  */
41
  class Zend_Gdata_Media_Extension_MediaContent extends Zend_Gdata_Extension
lib/Zend/Gdata/Media/Extension/MediaCopyright.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Media
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Media_Extension_MediaCopyright extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Media
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Media_Extension_MediaCopyright extends Zend_Gdata_Extension
lib/Zend/Gdata/Media/Extension/MediaCredit.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Media
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Media_Extension_MediaCredit extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Media
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Media_Extension_MediaCredit extends Zend_Gdata_Extension
lib/Zend/Gdata/Media/Extension/MediaDescription.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -32,7 +32,7 @@
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Media
35
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Media_Extension_MediaDescription extends Zend_Gdata_Extension
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
32
  * @category Zend
33
  * @package Zend_Gdata
34
  * @subpackage Media
35
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
36
  * @license http://framework.zend.com/license/new-bsd New BSD License
37
  */
38
  class Zend_Gdata_Media_Extension_MediaDescription extends Zend_Gdata_Extension
lib/Zend/Gdata/Media/Extension/MediaGroup.php CHANGED
@@ -16,7 +16,7 @@
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
@@ -106,7 +106,7 @@
106
  * @category Zend
107
  * @package Zend_Gdata
108
  *
16
  * @category Zend
17
  * @package Zend_Gdata
18
  * @subpackage Media
19
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
20
  * @license http://framework.zend.com/license/new-bsd New BSD License
21
  * @version $Id$
22
  */
106
  * @category Zend
107
  * @package Zend_Gdata
108
  *